[Resolved]Master.csv Time Stamp Difference of 5 Hours

Hi,

this may be a simple setting some where. I see my asterisk server system date is fine. I am running NTP following information. How to fix this 5 Hours differnce.

following call was made at 14:54 (2:54PM EST), but cdr log shows 19:54

“”,“17323622139”,“7438”,“default”,“17323622139”,“SIP/10.10.10.240-b791da48”,“SIP/7438-084c2360”,“VoiceMail”,“7438|su”,“2008-12-04 19:54:03”,“2008-12-04 19:54:03”,“2008-12-04 19:54:39”,36,36,“ANSWERED”,“DOCUMENTATION”,“1228420443.5183”,""

Server Date:
date
Thu Dec 4 14:55:02 EST 2008

Please suggest.

thanks
ldp

Got this fixed myself.

Here is the fix:

vi /etc/asterisk/cdr.conf

*** change usegmttime=yes to no ***
[csv]
usegmtime=no ; log date/time in GMT. Default is “no”

thanks
ldp