[Home]

Summary:ASTERISK-10169: RTCP Stats show incorrect value for Our Sender Jitter:
Reporter:paul miller (idkpmiller)Labels:
Date Opened:2007-08-25 21:55:20Date Closed:2007-08-27 08:05:48
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/RTP
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The value for the RTP Stats which is enabled by the command:

RTCP stats from the console

Has incorrect value for the Jitter under Our Sender it should be divided by 65536.

There are many issues shown in the additional information this ticket is just for the simple tweak as decribed above.


****** ADDITIONAL INFORMATION ******

output from RTCP stats:
----------------------------------------------------
 RTP-stats
* Our Receiver:
 SSRC:          3088340319 from ip-phone to asterisk
 Received packets: 1565 tshark saw 732 + a furthur 833
 Lost packets:  0 tshark agrees 0 packet loss
 Jitter:                0.0057 Max jitter was 5.61 mSecs as measured by tshark note CDR shows it as 5.658
 Transit:               -0.0084 Looks completely bogus
 RR-count:      0
* Our Sender:
 SSRC:          1254284982 from asterisk to ip-phone
 Sent packets:  1598 agrees with tshark
 Lost packets:  1332575 Looks completely bogus tshark says 0
 Jitter:                1532 Looks completely bogus tshark says 23.27 mSecs note CDR shows it as 23.376
 SR-count:      6 Agrees with tshark
 RTT:           65222.671000 Looks completely bogus
 =====================================

Information sent to CDR, which is close enough to tshar so appears to be correct:
-----------------------------------------------
Asterisk-User-Field = "ssrc=1254284982;themssrc=3088340319;lp=0;rxjitter=0.005658;rxcount=1565;txjitter=0.023376;txcount=1598;rlp=1332575;rtt=65222.671000"

================================================
Comments:By: Digium Subversion (svnbot) 2007-08-27 08:03:48

Repository: asterisk
Revision: 80974

------------------------------------------------------------------------
r80974 | file | 2007-08-27 08:02:48 -0500 (Mon, 27 Aug 2007) | 4 lines

(closes issue ASTERISK-10169)
Reported by: idkpmiller
Correct jitter value output in the CLI to be as expected.

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-08-27 08:05:48

Repository: asterisk
Revision: 80975

------------------------------------------------------------------------
r80975 | file | 2007-08-27 08:05:39 -0500 (Mon, 27 Aug 2007) | 12 lines

Merged revisions 80974 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r80974 | file | 2007-08-27 10:20:31 -0300 (Mon, 27 Aug 2007) | 4 lines

(closes issue ASTERISK-10169)
Reported by: idkpmiller
Correct jitter value output in the CLI to be as expected.

........

------------------------------------------------------------------------