[Home]

Summary:ASTERISK-04151: [patch] new jb - fix when queue_put puts frames at the head of the queue
Reporter:grolloj (grolloj)Labels:
Date Opened:2005-05-12 15:03:43Date Closed:2011-06-07 14:10:34
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) jb_fix_queue_put.patch.txt
Description:Between 1.2 and 1.3, a few lines were mistakenly removed from the code that manages the jitter buffer queue. This prevents frames that should be inserted at the front of the jitter queue from being placed there.

Along with fixing this omission, I've added an update to the out of order statistic.

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

Disclaimer on file
Comments:By: Russell Bryant (russell) 2005-05-12 15:16:20

fixed in CVS HEAD, Thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:34:11.000-0600

Repository: asterisk
Revision: 5640

U   trunk/jitterbuf.c

------------------------------------------------------------------------
r5640 | russell | 2008-01-15 15:34:11 -0600 (Tue, 15 Jan 2008) | 2 lines

fix some lines that should not have been removed (bug ASTERISK-4151)

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

http://svn.digium.com/view/asterisk?view=rev&revision=5640