[Home]

Summary:ASTERISK-09001: VoiceMail() broadcasts limited to 256 bytes
Reporter:Ryan Tucker (rtucker)Labels:
Date Opened:2007-03-13 12:29:47Date Closed:2007-07-09 21:20:43
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) debug_and_verbose_20070313.txt
Description:Greetings...

This is going to sound almost exactly like bug 6947.

Under 1.2.16 and 1.4.1, when we attempt to send voicemails to a nontrivial number of mailboxes, the voicemail copy only makes it through the first 256 bytes.  This is readily reproducible on a couple of different systems here.

Attached is the debug and verbose output from a box running 1.2.16.

Thanks!  -rt


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

You can try this at home with:

exten => 90000,1,VoiceMail(u90001&90002&90003 [...] 90097&90098&90099)

which will then produce messages in boxes 90001 through 90042, but 90043-90099 are left out.

Comments:By: Ryan Tucker (rtucker) 2007-03-30 13:20:50

Reproduced in 1.4.2 as well.  -rt

By: Joshua C. Colp (jcolp) 2007-04-02 14:01:04

Fixed in 1.2 as of revision 59723, 1.4 as of revision 59724, and trunk as of revision 59725. Thanks!