Displaying 1 result from an estimated 1 matches for "calldate2".
Did you mean:
calldate
2014 Jul 18
0
How to get 2 CDR Records of 2 outgoing calls bridge
...going]
exten => s,1,NoOP(----- First LEG CALL from call file for outgoing:
Channel-${CHANNEL} -----)
*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...