search for: answerdid

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

Did you mean: answer_id
2004 Oct 05
0
Using Macro's that cause loops, on purpose and using h, exten in default twice
...e back to default. at this point h, extension is called to handle the hangup, and sends the call back to the original 5149053538 match in default, which starts the whole process over. this works for the first time the far end hangs up, but not the second time. Any insight? [default] include => AnswerDIDs [AnswerDIDs] ;Test Numnber in Montreal exten => 5149053538,1,macro(time-routing) exten => 5149053538,2,SetVar(bar=0) exten => 5149053538,3,NoOp($bar}) exten => 5149053538,102,SetVar(bar=1) exten => 5149053538,103,NoOp(${bar}) ;exten => 5149053538,1,goto(custserv,${EXTEN},1)...