Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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
Remember that restarting agisquare service, active calls can be dropped, so pay attention.
  • No labels