[Home]

Summary:ASTERISK-01742: Timing out on a recording will not play acknowledgment message.
Reporter:Steve Murphy (murf)Labels:
Date Opened:2004-06-01 19:43:58Date Closed:2008-01-15 14:57:02.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) voicemail_fixxx.diffu
Description:There are several ways to stop the recording of a message in the funcs play_and_record, and play_and_prepend. One is a period of silence. Another is to hit the '#' key. Another is to hit the maximum time allowed for the message. There's also the possibility of a hangup. In all the cases where there's somebody at the other end to hear it, they get an acknowledgement message like "Thanks", to let them know the recording was successful. But not with timing out.

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

The problem is that in that case, outmsg should be set to 2, like the other similar cases. I've provided a patch to do that.
Comments:By: Mark Spencer (markster) 2004-06-01 19:47:40

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:57:02.000-0600

Repository: asterisk
Revision: 3127

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r3127 | markster | 2008-01-15 14:57:01 -0600 (Tue, 15 Jan 2008) | 2 lines

Play acknowledgement in all cases (bug ASTERISK-1742)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3127