Displaying 1 result from an estimated 1 matches for "setasync".
Did you mean:
datasync
2008 Feb 14
1
Error checking asterisk method - suggestions?
...setExten("201"); // maps to ZAP/7 through external phonecompany PBX
originateAction.setPriority(new Integer(1));
originateAction.setTimeout(new Long(15*1000)); // xml-milliseconds
originateAction.setAsync(false);
============== extensions.conf (extract)
[Incoming]
exten => s,1,Set(DYNAMIC_FEATURES=hangup)
exten => s,2,Agi(agi://localhost/answer.agi)
[Outgoing]
exten => _X.,1,Set(DYNAMIC_FEATURES=hangupfeature)
exten => _X.,n,Dial(Zap/3/${EXTEN}
============== Asterisk response:
AGI...