[asterisk-bugs] [Asterisk 0015585]: RTCP jitter incorrect

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Jul 26 13:40:24 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15585 
====================================================================== 
Reported By:                viraptor
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15585
Category:                   Core/RTP
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-07-26 13:40 CDT
Last Modified:              2009-07-26 13:40 CDT
====================================================================== 
Summary:                    RTCP jitter incorrect
Description: 
RTCP IA jitter field seems to be calculated incorrectly. The code in
res_rtp_asterisk says:

rtcpheader[5] = htonl((unsigned int)(rtp->rxjitter * 65536.));

Where (rtp->rxjitter) seems to be calculated based on local time (instead
of rtp timestamps), so it's expressed in seconds. If that's true, then
(rtp->rxjitter) should be multiplied by (rate) instead to get the proper
value included in RTCP.

That's the case since 1.4 till the current svn-trunk.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-07-26 13:40 viraptor       Regression                => No              
2009-07-26 13:40 viraptor       SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list