search for: outboundqueue1

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

Did you mean: outboundqueue2
2010 Jul 23
2
application call to Gosub affects flow of control, and needs to be re-written using AEL
..._9X. => { // prepare callerid, secret, ... /// ... // start call routing Gosub(pstnRouting,${EXTEN:1},1); // back, handle return status &dialstatus(${DIALSTATUS},${EXTEN:1}); } } context outboundQueue1 { _9X. => { // prepare callerid, secret, ... /// ... &qmoutqdial(${EXTEN:1},DAHDI/g1/${EXTEN:1},queue-out,Agent/${AgentNum}); } } context outboundQueue2 { .... } // outbound call logging for queuemetrics: macro qmoutqdial( clid,...