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.