[svn-commits] tilghman: trunk r260148 - /trunk/configs/extensions.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 29 13:16:01 CDT 2010


Author: tilghman
Date: Thu Apr 29 13:15:57 2010
New Revision: 260148

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=260148
Log:
Pattern match fail.

Modified:
    trunk/configs/extensions.conf.sample

Modified: trunk/configs/extensions.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/extensions.conf.sample?view=diff&rev=260148&r1=260147&r2=260148
==============================================================================
--- trunk/configs/extensions.conf.sample (original)
+++ trunk/configs/extensions.conf.sample Thu Apr 29 13:15:57 2010
@@ -483,7 +483,7 @@
 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-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




More information about the svn-commits mailing list