I see we have an understanding/assumption challenge.
Admin->Phones (choose your phone) "Local GMT"
Admin->Servers (choose your server) "Local GMT"
Cli response to:
- Code: Select all
date
which will include both a time and a time zone
- Code: Select all
mysql -u cron -p1234 asterisk -e "select now() from vicidial_users limit 1"
which should match the previous request
- Code: Select all
cat /etc/php5/apache2/php.ini | grep timezone
which is the php timezone, just for fun
Then you can always look here just to see if you can troubleshoot it yourself.
http://www.voip-info.org/wiki/view/Aste ... email.conf