Displaying 1 result from an estimated 1 matches for "dstchannel2".
Did you mean:
dstchannel
2014 Jul 18
0
How to get 2 CDR Records of 2 outgoing calls bridge
...same => n,Dial(DAHDI/g0/${contact_no},45)*
same => n,Noop(***** DIALSTATUS-${DIALSTATUS}*****)
same => n,hangup
exten => h,1,NoOP(Call hangup === outgoing context)
same => n,NoOP(calldate2=${CDR(calldate)},src2=${CDR(src)},dst2=${CDR(dst)})
same =>
n,NoOP(channel2=${CDR(channel)},dstchannel2=${CDR(dstchannel)}start2=${CDR(start)})
same =>
n,NoOP(end2=${CDR(end)},duration2=${CDR(duration)},billsec=${CDR(billsec)},disposition2=${CDR(disposition)})
[outgoing_ivrs]
exten => s,1,Noop(----- Second LEG CALL from call file for outgoing_ivrs:
Channel-${CHANNEL} -----)
same => n,Playba...