[Home]

Summary:ASTERISK-00624: app_sayunixtime.c reports bogus out of memory error
Reporter:wire (wire)Labels:
Date Opened:2003-12-05 11:31:46.000-0600Date Closed:2004-09-25 02:20:08
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) saytime.patch
Description:Invoking SayUnixTime with no timezone like this:

exten => 5555,1,SayUnixTime(1070475742)

Results in a console error being logged:

ERROR[6151]: File app_sayunixtime.c, Line 80 (sayunixtime_exec): Out of memory error

The "else" is hanging off the wrong "if"

Comments:By: Mark Spencer (markster) 2003-12-05 11:42:26.000-0600

Fixed in CVS