[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.26,1.27
markster at lists.digium.com
markster at lists.digium.com
Wed Sep 15 20:17:35 CDT 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv29451/configs
Modified Files:
extensions.conf.sample
Log Message:
Fix sample macro
Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- extensions.conf.sample 23 Jul 2004 17:00:04 -0000 1.26
+++ extensions.conf.sample 16 Sep 2004 00:19:01 -0000 1.27
@@ -192,7 +192,7 @@
exten => s-BUSY,1,Voicemail(b${ARG1}) ; If busy, send to voicemail w/ busy announce
exten => s-BUSY,2,Goto(default,s,1) ; If they press #, return to start
-exten => s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer
+exten => _s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer
exten => a,1,VoicemailMain(${ARG1}) ; If they press *, send the user into VoicemailMain
More information about the svn-commits
mailing list