Displaying 1 result from an estimated 1 matches for "makechoice".
2007 Feb 14
2
Macro Usage
...of a
script that will allow the 'Called' party to do some things before the
call is bridged.
I have included my macro code below
**************************************************************
[macro-acceptcall]
exten => s,1,Answer()
exten => s,2,Wait(1)
exten => s,3,Background(makechoice) ;make a choice, press 1 or 2
exten => s,4,WaitExten(3)
exten => s,5,Goto(s,3)
exten => 1,1,Background(youchose1)
exten => 2,1,Background(youchose2)
***************************************************************
This is what I want to happen, but it just bridges the call immediat...