[Home]

Summary:ASTERISK-02331: [Patch] exitcontext option does not work if 'o' or 'a' not in current context
Reporter:Terry Wilson (twilson)Labels:
Date Opened:2004-09-02 17:39:35Date Closed:2008-01-15 15:06:37.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.c.patch
Description:If 'exitcontext=othercontext' is defined in voicemail.conf and a call comes into the [inbound] context which has no 'o' or 'a' extensions (but they do exist in [othercontext]) app_voicemail will not allow you to dial 0, or * during the greeting to exit Voicemail.

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

Although you could do the following, the attached patch should fix the problem.
[inbound]
...
o,1,NoOp
a,1,NoOp

[othercontext]
o,1,Dial(blah)
a,1,VoicmailMain(blah@blah)
Comments:By: Mark Spencer (markster) 2004-09-02 18:43:59

Canyou confirm you have a disclaimer on file?

By: Terry Wilson (twilson) 2004-09-02 19:31:18

Disclaimer faxed.

By: Mark Spencer (markster) 2004-09-02 23:23:38

Added to CVS, thanks!

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

Repository: asterisk
Revision: 3715

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r3715 | markster | 2008-01-15 15:06:37 -0600 (Tue, 15 Jan 2008) | 2 lines

Use exitcontext when available (bug ASTERISK-2331)

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

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