[Home]

Summary:ASTERISK-01918: 'a' and 'o' extensions do not work
Reporter:chadscott (chadscott)Labels:
Date Opened:2004-06-29 01:44:33Date Closed:2011-06-07 14:10:08
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In the sample configuration, there is an 'a' extension that should be called when the user presses '*' during a voicemail greeting.  This does not work as expected, nor does the 'o' extension for a zero-escape.

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

This can be reproduced right out of the repository... make clean && make install && make samples followed by creating an extension via:

exten => 9999,Macro(stdexten,SIP/9999,9999)

Then dial 9999.  Once you get the voicemail prompt, no amount of pressing '*' will break you out of the message.
Comments:By: Mark Spencer (markster) 2004-06-29 09:20:12

You'll find they work fine if you put the "o" and "a" *outside* the macro.  I'll work on fixing them inside the macro...

By: Mark Spencer (markster) 2004-06-29 09:27:38

Okay fixed so that it works both in- and out- of the macro.  If you still have trouble find me on IRC.

By: connor (connor) 2004-07-16 17:40:20

Mark, I've tried this, and I don't think it's working still...

edited on: 07-16-04 17:24

By: Mark Spencer (markster) 2004-07-16 19:00:53

exitcontext in voicemail.conf was overriding it.  Not a bug this time.

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

Repository: asterisk
Revision: 3348

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r3348 | markster | 2008-01-15 15:01:15 -0600 (Tue, 15 Jan 2008) | 2 lines

Prefer extensions within a macro to those outside (bug ASTERISK-1918)

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

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