[svn-commits] tilghman: branch 1.6.2 r260156 - in /branches/1.6.2: ./ configs/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Apr 29 13:18:17 CDT 2010
Author: tilghman
Date: Thu Apr 29 13:18:14 2010
New Revision: 260156
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=260156
Log:
Merged revisions 260148 via svnmerge from
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.
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/configs/extensions.conf.sample
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/configs/extensions.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configs/extensions.conf.sample?view=diff&rev=260156&r1=260155&r2=260156
==============================================================================
--- branches/1.6.2/configs/extensions.conf.sample (original)
+++ branches/1.6.2/configs/extensions.conf.sample Thu Apr 29 13:18:14 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