mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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
This commit is contained in:
@@ -274,9 +274,9 @@ include => demo
|
|||||||
; names, too and use global variables
|
; 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 => 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)
|
;exten => wil,1,Goto(6236|1)
|
||||||
;
|
;
|
||||||
; Some other handy things are an extension for checking voicemail via
|
; Some other handy things are an extension for checking voicemail via
|
||||||
|
Reference in New Issue
Block a user