>which date is wrong for you and what should it be? what is your timezone?

It's not the date, but the time of the call as played in the TUI. The time
displayed on the web interface is correct for the messages.

>If I recall correctly,  the timezone recording in the message digest is
fixed at EST for all systems no matter the 
>timezone on the OS.
>This was a bug that I believe was purposely ported to sipxivr to avoid
migrating existing voicemail digest files
>timestamps in files to GMT.
>As long as each server is adjusting, it shouldn't matter, but maybe
something isn't adjusting.


Server TZ is EST. Server HW clock is EST. 
Here's a visual example of what's happening. As you can see, times the files
are written are correct.

-rw-r--r-- 1 sipxchange sipxchange 47518 Jan  6 18:49 00000004-00.wav
-rw-r--r-- 1 sipxchange sipxchange   341 Jan  6 18:49 00000004-00.xml
-rw-r--r-- 1 sipxchange sipxchange 49758 Jan 10 11:53 00000014-00.wav
-rw-r--r-- 1 sipxchange sipxchange   341 Jan 10 11:53 00000014-00.xml

The times that are stored in the .xml file for the messages are wrong - in
GMT.

[weybr...@wilsipxas001 inbox]$ cat 00000004-00.xml
<?xml version="1.0" encoding="UTF-8"?>
<messagedescriptor>
  <id>[email protected]</id>
  <from>"Bob Weybrecht" &lt;sip:[email protected]&gt;</from>
  <durationsecs>3</durationsecs>
  <timestamp>Thu, 6-Jan-2011 11:48:59 PM GMT</timestamp>
  <subject>Voice Message 00000004</subject>
  <priority>normal</priority>
</messagedescriptor>

[weybr...@wilsipxas001 inbox]$ cat 00000014-00.xml
<?xml version="1.0" encoding="UTF-8"?>
<messagedescriptor>
  <id>[email protected]</id>
  <from>"Test Telephone 1" &lt;sip:[email protected]&gt;</from>
  <durationsecs>3</durationsecs>
  <timestamp>Mon, 10-Jan-2011 04:53:20 PM GMT</timestamp>
  <subject>Voice Message 00000014</subject>
  <priority>normal</priority>
</messagedescriptor>

Thanks

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to