UPDATE vicidial_list
SET phone_code = NULL
WHERE LENGTH(phone_number) > 10;
UPDATE vicidial_list
SET phone_code = NULL
WHERE LENGTH(phone_number) > 10;
Delete logs
find /var/log/astguiclient -type f -mtime +1 -exec rm -f {} \;
0 0 */9 * * /usr/bin/find /var/spool/asterisk/monitorDONE/MP3 -maxdepth 2 -type f -name "*.mp3" -mtime +7 -exec rm -f {} \;
Edit user_stats.php (https://github.com/inktel/Vicidial/blob/master/www/vicidial/user_stats.php)
$location_public = str_replace("172.31.82.237", "dialer.1callclosers.com", $location); // changed added for change recs addresss amb.
$MAIN.="<td align=left><font size=2> $row[4] </td>\n";
$MAIN.="<td align=left><font size=2> $row[8] </td>\n";
$MAIN.="<td align=left><font size=2> $row[0] </td>\n";
$MAIN.="<td align=center><font size=2> $row[10] </td>\n";
//$MAIN.="<td align=right><font size=2> $location </td>\n";
$MAIN.="<td align=right><font size=2> $location_public </td>\n";
There is currently no holiday function in ViciDial. You can just change the call times scheme to change the hours up to 6 days in advance.
https://vicidial.org/VICIDIALforum/viewtopic.php?t=9381
by mflorell » Fri Oct 12, 2018 9:35 am
1 cd /srv/www/htdocs/
by blackbird2306 » Mon Oct 14, 2019 12:10 pm
mysql -D asterisk -e 'UPDATE `vicidial_users` SET `failed_login_count` = "0" WHERE `user` = "6666";'
mysql -D asterisk -e 'UPDATE `vicidial_users` SET `pass` = "HERENEWPASSWORD" WHERE `user` = "6666";'
by atkins513 » Sat Nov 18, 2023 2:36 pm