We are trying to capture QOS stats into our CDR records, and as we are setting this up, we are confirming the existence of the data in variables on the Asterisk CLI. Values for RTPAUDIOQOS appear to work, but as I read details, this is just a snapshot at the end of the call and doesn’t provide items like Max Jitter, or average RTT. We would like the details from the variables RTPAUDIOQOSJITTER, RTPAUDIOQOSRTT, RTPAUDIOQOSRTTBRIDGED, RTPAUDIOQOSLOSS, etc…, but they all seem to be 0.
We are running Asterisk 1.8 under FreePBX, under Elastix.
Any ideas?
CLI showing some variables with data, and some without.
– Executing [s@macro-hangupcall:27] NoOp(“SIP/xxxx-00000004”, “-- QoS stats RTPAUDIOQOSJITTER:minrxjitter=0.000000;maxrxjitter=0.000000;avgrxjitter=0.000000;stdevrxjitter=0.000000;reported_minjitter=0.000000;reported_maxjitter=0.000000;reported_avgjitter=0.000000;reported_stdevjitter=0.000000;”) in new stack
– Executing [s@macro-hangupcall:28] NoOp(“SIP/xxxx-00000004”, “-- QoS stats RTPAUDIOQOSLOSSBRIDGED:minrxlost=0.000000;maxrxlost=0.000000;avgrxlost=0.000000;stdevrxlost=0.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;”) in new stack
– Executing [s@macro-hangupcall:29] NoOp(“SIP/xxxx-00000004”, “-- QoS stats RTPAUDIOQOSLOSS:minrxlost=0.000000;maxrxlost=0.000000;avgrxlost=0.000000;stdevrxlost=0.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;”) in new stack
– Executing [s@macro-hangupcall:30] NoOp(“SIP/xxxx-00000004”, “-- QoS stats RTPAUDIOQOSRTT:minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;”) in new stack
– Executing [s@macro-hangupcall:31] NoOp(“SIP/xxxx-00000004”, “-- QoS stats RTPAUDIOQOS:ssrc=xxxxxxx3155;themssrc=xxxxxxx320;lp=0;rxjitter=0.002593;rxcount=907;txjitter=0.000000;txcount=936;rlp=0;rtt=0.035000”) in new stack
Thanks in advance for any assistance.
Thanks,
Gary