Displaying 1 result from an estimated 1 matches for "disposition2".
Did you mean:
disposition
2014 Jul 18
0
How to get 2 CDR Records of 2 outgoing calls bridge
...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,Playback(welcome)
*same => n,Dial(DAHDI/g0/88XXXXXXXX,30,M(outgoing_connect,s,1)^S(30))*
same => n,hangup
exten => h,1,NoOP(Call hangup...