[Home]

Summary:ASTERISK-04760: priority "a" in macro not recognized while voicemail app is playing "digits" of an extension
Reporter:sohosys (sohosys)Labels:
Date Opened:2005-08-02 19:32:21Date Closed:2008-01-15 15:43:28.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) mydiff.txt
Description:While in a macro that contains the following;

exten => a,1,voicemailmain(${macro_exten})

using inband dtmf, and pressing * during the playback of the short sound files like digits of a mailbox in the default voicemail greeting.

The desired behavior is that the caller be transferred to voicemailmain when in the macro and * is pressed, the actual behavior is that the * key is ignored under these conditions, but recognized during the playback of longer sound files such as "is unavailable"

for example, pressing * during the playback of this "0ne, two, three, four, five, six" would not work, but pressing * during the playback of "is on the phone" would.
Comments:By: sohosys (sohosys) 2005-08-02 20:13:12

also occurs in cvs head 8/3/2005

By: Mark Spencer (markster) 2005-08-03 00:19:41

Fixed in CVS head.  Thanks.

By: Russell Bryant (russell) 2005-08-04 18:42:47

by looking at mark's fix for cvs head, it doesn't look like this is an issue in 1.0 ...

By: Digium Subversion (svnbot) 2008-01-15 15:43:28.000-0600

Repository: asterisk
Revision: 6265

U   trunk/say.c

------------------------------------------------------------------------
r6265 | markster | 2008-01-15 15:43:28 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix issue with say digit str (bug ASTERISK-4760)

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

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