Displaying 1 result from an estimated 1 matches for "fols19195552000".
2006 Oct 29
1
Multiple dial macros at the same time
...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 unset state. For now I just hacked the Set application so
that after removing the variable from the context, it only re-creates it
if the value prov...