/
IVR receives calls outside the configured time range
IVR receives calls outside the configured time range
Problem
The IVR time ranges don't work properly
Solution
You need to set the correct timezone in your xCally server.
In order to do this, edit the file /etc/php.ini:
- Uncomment or add the property date.timezone under the [PHP] section.
[PHP] date.timezone = "Europe/Rome" ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible for ; configuring many of the aspects of PHP's behavior. ... ... ...
- Set the right value for the property date.timezone: you can check it on this website (http://www.php.net/manual/en/timezones.php)
- Save the file
- After updating this file, you have to restart apache (service httpd restart) and agisquare service (service agisquare restart).
service httpd restart service agisquare restart
Restarting the agisquare service will drop the active calls, so pay attention.
, multiple selections available,
Related content
IVR script debug
IVR script debug
More like this
IVR design appears empty
IVR design appears empty
More like this
Activate or upgrade your XCALLY licenses
Activate or upgrade your XCALLY licenses
More like this
PHP Warning when AGISquare service starts
PHP Warning when AGISquare service starts
More like this
Move the XCALLY database to a different server
Move the XCALLY database to a different server
More like this
Phonebar connection lost
Phonebar connection lost
More like this