by DomeDan » Mon Jun 03, 2013 7:05 am
You should compare your system time, database time and web time.
I wrote a one-line command to check those times (just replace USER and PASSWORD and 'Europe/Stockholm':
- Code: Select all
echo "SELECT server_ip, UNIX_TIMESTAMP(last_update),UNIX_TIMESTAMP(db_time) from server_updater" | mysql -uUSER -pPASSWORD -D asterisk && \
php -r "date_default_timezone_set('Europe/Stockholm'); echo 'php time: '.date('U');" && \
echo ""
When does the time issues occurs? at any special time of the day? or when you executes some script or when you reboot some server or similar?
also, posting your ip-address is bad karma
Vicidial Partner. Region: Sweden/Norway.
Does Vicidial installation, configuration, customization, add-ons, CRM implementation, support, upgrading, network-related, pentesting etc. Remote and onsite assistance.
Email: domedan (at) gmail.com