martes, 19 de noviembre de 2024

changing vicidial recording link

 

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 &nbsp; </td>\n";

                    $MAIN.="<td align=right><font size=2>  $location_public &nbsp; </td>\n";




apply  permissions for avoid 403 errors


 chmod 755 /var/spool/asterisk

viernes, 15 de noviembre de 2024

vicidial holliday


Postby mflorell » Mon Oct 26, 2009 9:18 am

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




Re: Holiday definitions for temporarily closing

Postby mflorell » Fri Oct 12, 2018 9:35 am

The only workaround for that is to use crontab entries with SQL to alter a call time and then alter it back at those times.

Opening, or operating, times are not able to have two active time periods in the same day.
http://www.eflo.net/VICIDIALforum/viewtopic.php?f=4&t=38807