Displaying 1 result from an estimated 1 matches for "mobile_craig".
2005 Jan 19
5
Call Screen Macro Not Exiting when call rejected
...ered '2' ' and conrol is passed to
priority 5 which is correct. At this point the macro should exit and go
back to the next priority in the context that called it.
The system is running Asterisk v 1.0.3
[example_context]
....
exten =>
2,2,DIAL(IAX2/${USER}:${SECRET}@${PEER}/${MOBILE_CRAIG},15,mM(screen))
......
exten => 3,1,DIAL(IAX2/${TEST},15,mgM(screen))
[macro-screen]
; Prompt operator to accept,reject or transfer the incoming call
; before the call is connected to them.
exten => s,1,Wait(0.2)
exten => s,2,Playback(og-welcome)
exten => s,3,Read(ACCEPT||1)
exten =&g...