Displaying 2 results from an estimated 2 matches for "ajpbxtest".
2013 Mar 07
2
Recording with MixMonitor and AGI
...xecuting [s at macro-ccdev2-rec:1] MixMonitor("SIP/upps-ccm-tq01-0000003f", "cbrec-15605.wav,b") in new stack
== Begin MixMonitor Recording SIP/upps-ccm-tq01-0000003f
-- Executing [h at outgoing-originate-rec:1] AGI("SIP/upps-ccm-tq01-0000003e", "agi://l4574/ajpbxtest.agi?path=uploadrec&callid=15605") in new stack
-- <SIP/upps-ccm-tq01-0000003e>AGI Script agi://localhost/ajpbxtest.agi?path=uploadrec&callid=15605 completed, returning 0
-- Executing [h at outgoing-originate-rec-dev2:1] AGI("SIP/upps-ccm-tq01-0000003f", "ag...
2013 Sep 13
2
executing the h extension at the real hangup of the call
Hi,
I am running Asterisk 11.3 with both SIP and ISDN. When dialing out (always over SIP) I want to keep track of who answered and of the length of the call.
[outgoing-dev2]
exten => h,1,Agi(agi://localhost/ajpbxtest.agi?status=finished)
exten => _X.,1,NoOp(Will send call to ${CC_DIALSTRING})
exten => _X.,n,Dial(${CC_DIALSTRING}, 60, M(uploadpeer-dev2^${CC_CALLID})em)
exten => _X.,n,Agi(agi://localhost/ajpbxtest.agi?status=failed&dialstatus=${DIALSTATUS})
The h extension is called correctly when...