[asterisk-bugs] [JIRA] (ASTERISK-24584) RTP QOS Channel variables not being set correctly
Taylor Hawkes (JIRA)
noreply at issues.asterisk.org
Tue Dec 2 15:49:29 CST 2014
Taylor Hawkes created ASTERISK-24584:
----------------------------------------
Summary: RTP QOS Channel variables not being set correctly
Key: ASTERISK-24584
URL: https://issues.asterisk.org/jira/browse/ASTERISK-24584
Project: Asterisk
Issue Type: Bug
Security Level: None
Affects Versions: 13.0.0, 12.7.0
Reporter: Taylor Hawkes
version 11+ QOS channel vars are all 0.0000 except for (RTPAUDIOQOS).
klaus3000 noticed this a while ago and pointed out bug & fix in this issue: https://issues.asterisk.org/jira/browse/ASTERISK-14745
After applying the suggested fix, the values are at least being set as show here:
>RTPAUDIOQOSRTTBRIDGED=minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;
>RTPAUDIOQOSLOSSBRIDGED=minrxlost=65351.000000;maxrxlost=65351.000000;avgrxlost=65351.000000;stdevrxlost=65351.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;
>RTPAUDIOQOSJITTERBRIDGED=minrxjitter=0.000002;maxrxjitter=0.000054;avgrxjitter=0.000036;stdevrxjitter=inf;reported_minjitter=0.000000;reported_maxjitter=0.000000;reported_avgjitter=0.000000;reported_stdevjitter=0.000000;
>RTPAUDIOQOSBRIDGED=ssrc=929865227;themssrc=4181318442;lp=65351;rxjitter=0.000000;rxcount=370;txjitter=0.000035;txcount=373;rlp=0;rtt=0.000000
>RTPAUDIOQOSRTT=minrtt=4293.621143;maxrtt=4294.705748;avgrtt=4294.163446;stdevrtt=18444498.197134;
>RTPAUDIOQOSLOSS=minrxlost=1.000000;maxrxlost=1.000000;avgrxlost=1.000000;stdevrxlost=1.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;
>RTPAUDIOQOSJITTER=minrxjitter=0.000589;maxrxjitter=0.059641;avgrxjitter=0.008099;stdevrxjitter=inf;reported_minjitter=0.000000;reported_maxjitter=10.000000;reported_avgjitter=5.000000;reported_stdevjitter=11.180340;
>RTPAUDIOQOS=ssrc=176689378;themssrc=4025103005;lp=2;rxjitter=0.000000;rxcount=502;txjitter=0.003975;txcount=347;rlp=0;rtt=4293.621143
Before the fix they look like this:
>RTPAUDIOQOSRTTBRIDGED=minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;
>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;
>RTPAUDIOQOSJITTERBRIDGED=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;
>RTPAUDIOQOSBRIDGED=ssrc=2145217062;themssrc=72888040;lp=65325;rxjitter=0.000000;rxcount=1245;txjitter=0.000044;txcount=1243;rlp=0;rtt=0.000000
>RTPAUDIOQOSRTT=minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;
>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;
>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;
>RTPAUDIOQOS=ssrc=1525160020;themssrc=2865122643;lp=11;rxjitter=0.000000;rxcount=1346;txjitter=0.003079;txcount=1233;rlp=0;rtt=4294.602330
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list