Skip to content
Snippets Groups Projects
Commit efc98628 authored by Malcolm Davenport's avatar Malcolm Davenport
Browse files

Fix sample configuration for Macro usage per Bug #750

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1900 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 73f26fd3
No related branches found
No related tags found
No related merge requests found
......@@ -274,9 +274,9 @@ include => demo
; 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment