search for: txpl

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

Did you mean: tmpl
2013 Dec 02
1
Not able to get remote channel variables containing RTCP values
...t looks ugly in CDR report and doesnt show packet loss in %. The following interesting variables are completely empty (show 0), here is how i write it to CDR in h: exten => s,n,Set(CDR(txj)=${RTPAUDIOQOSJITTER}) exten => s,n,Set(CDR(rxj)=${RTPAUDIOQOSJITTERBRIDGED}) exten => s,n,Set(CDR(txpl)=${RTPAUDIOQOSLOSS}) exten => s,n,Set(CDR(rxpl)=${RTPAUDIOQOSLOSSBRIDGED}) exten => s,n,Set(CDR(txrtt)=${RTPAUDIOQOSRTT}) exten => s,n,Set(CDR(rxrtt)=${RTPAUDIOQOSRTTBRIDGED}) I also checked variables during call with featurecode, but also empty. Did i oversee something? Is it the same i...