[Home]

Summary:ASTERISK-10638: Sent time on voicemail notification emails incorrect after upgrade to 1.4.13
Reporter:dtyoo (dtyoo)Labels:
Date Opened:2007-10-29 11:43:42Date Closed:2007-11-05 17:19:04.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:After upgrading from 1.4.9 to 1.4.13 the voicemail notification emails generated by asterisk have an incorrect "sent" time.  The time is off by the same number of hours as the GMT offset of the server running asterisk.  I have verified that this was definitely working correctly under 1.4.9.  Here are snippets from the mail headers of 2 voicemail notifications (the server is in EST):

[from 1.4.13]
...snip...
Date: Mon, 29 Oct 2007 09:51:43 +0000
From: "Voicemail" <voicemail@xxxxxx.com>
To: "User" <xxxx@xxxxxx.com>
Subject: New message 3 in mailbox xxxx
...snip...

[from 1.4.9]
...snip...
Date: Mon, 29 Oct 2007 12:13:18 -0400
From: "Voicemail" <voicemail@xxxxxx.com>
To: "User" <xxxx@xxxxxx.com>
Subject: New message 4 in mailbox xxxx
...snip...


Note that the "Date:" field correctly has the GMT offset as "-0400" under 1.4.9, but has "+0000" under 1.4.13.


****** ADDITIONAL INFORMATION ******

Dell 1950, 2 x 3GHz CPU, 2GB RAM, CentOS 4.4
Comments:By: Jason Parker (jparker) 2007-10-29 11:58:45

Could you take a look at this?

By: Eliel Sardanons (eliel) 2007-10-29 13:11:50

I think it is related to ASTERISK-10547
Fixed on trunk but not in 1.4.13

By: Jason Parker (jparker) 2007-11-05 17:19:03.000-0600

I looked through the commit logs, and the patch in ASTERISK-10547 was fixed in 1.4 as well.