dect
/
asterisk
Archived
13
0
Fork 0

Pattern match fail.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@260148 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2010-04-29 18:15:57 +00:00
parent 962a74f14a
commit 779584d7c2
1 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ exten => stdexten-BUSY,1,Voicemail(${mbx},b)
exten => stdexten-BUSY,n,NoOp(Finish stdexten BUSY)
exten => stdexten-BUSY,n,Return() ; If they press #, return to start
exten => _stdexten-.,1,Goto(stdexten-NOANSWER,1) ; Treat anything else as no answer
exten => _stde[x]te[n]-.,1,Goto(stdexten-NOANSWER,1) ; Treat anything else as no answer
exten => a,1,VoicemailMain(${mbx}) ; If they press *, send the user into VoicemailMain
exten => a,n,Return()
@ -523,7 +523,7 @@ exten => stdexten-DONTCALL,1,Goto(${dontcntx},s,1) ; Callee chose to send this c
exten => stdexten-TORTURE,1,Goto(${tortcntx},s,1) ; Callee chose to send this call to a telemarketer torture script.
exten => _stdexten-.,1,Goto(stdexten-NOANSWER,1) ; Treat anything else as no answer
exten => _stde[x]te[n]-.,1,Goto(stdexten-NOANSWER,1) ; Treat anything else as no answer
exten => a,1,VoicemailMain(${mbx}) ; If they press *, send the user into VoicemailMain
exten => a,n,Return