]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 260148 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 29 Apr 2010 18:18:05 +0000 (18:18 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 29 Apr 2010 18:18:05 +0000 (18:18 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r260148 | tilghman | 2010-04-29 13:15:57 -0500 (Thu, 29 Apr 2010) | 2 lines

  Pattern match fail.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@260154 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/extensions.conf.sample

index 4e5409486f9896bbcee48ec171a477d0ebf7e0db..67a7db72f16c94bcd0249b704c286d2dcf086c7f 100644 (file)
@@ -439,7 +439,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()
@@ -479,7 +479,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