Displaying 1 result from an estimated 1 matches for "_fols1nxxnxxxxxx".
2006 Oct 29
1
Multiple dial macros at the same time
...[macro-screen]
exten => s,1,Set(MACRO_RESULT=CONTINUE)
exten => s,2,Read(ACCEPT|press-1-to-accept|1|skip|3|1)
exten => s,3,GotoIf($[${ACCEPT}=1]?5:4)
exten => s,4,MacroExit
exten => s,5,Set(MACRO_RESULT=)
exten => s,6,Playback(please-say-hello)
[menu]
exten => _FOLS1NXXNXXXXXX,1,Dial(SIP/${EXTEN:4}@pstn,20,oM(screen))
exten => s,1,Playback(welcome)
exten => s,2,Dial(LOCAL/FOLS19195551000&LOCAL/FOLS19195552000,,tm)
exten => s,3,Voicemail(u301)
exten => s,4,Hangup
In order for this to work, I needed the ability to restore MACRO_RESULT
back to an u...