search for: youchose2

Displaying 1 result from an estimated 1 matches for "youchose2".

Did you mean: youchose1
2007 Feb 14
2
Macro Usage
...************************************** [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 immediately without playing the respective messages. Thanks for the help. Thanks! J