[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.16,1.17
malcolmd at lists.digium.com
malcolmd at lists.digium.com
Wed Jan 7 18:04:18 CST 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv892/configs
Modified Files:
extensions.conf.sample
Log Message:
Fix sample configuration for Macro usage per Bug #750
Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- extensions.conf.sample 22 Oct 2003 19:12:24 -0000 1.16
+++ extensions.conf.sample 7 Jan 2004 23:56:01 -0000 1.17
@@ -274,9 +274,9 @@
; names, too and use global variables
-;exten => 6275,Macro(stdexten,6275,${MARK}) ; assuming ${MARK} is something like Zap/2
+;exten => 6275,1,Macro(stdexten,6275,${MARK}) ; assuming ${MARK} is something like Zap/2
;exten => mark,1,Goto(6275|1) ; alias mark to 6275
-;exten => 6236,Macro(stdexten,6236,${WIL}) ; Ditto for wil
+;exten => 6236,1,Macro(stdexten,6236,${WIL}) ; Ditto for wil
;exten => wil,1,Goto(6236|1)
;
; Some other handy things are an extension for checking voicemail via
More information about the svn-commits
mailing list