[Home]

Summary:ASTERISK-04164: [patch] RTP Padding
Reporter:cybershield (cybershield)Labels:
Date Opened:2005-05-13 16:13:49Date Closed:2008-01-15 15:36:35.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) rtp.c.diff
Description:Asterisk don't manager the rtp padding feature. If a client send a rtp packet with padding flags set to 1, asterisk don't remove the padding byte from body of packet.

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

The file is discalered
Comments:By: Kevin P. Fleming (kpfleming) 2005-05-14 19:36:42

Committed to CVS HEAD, thanks! (In the future, please be as diligent as possible in using proper spelling and grammar. 'discalered' is not an Enlish word, and even it if was it is not the same thing as 'disclaimed' :-)

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

Repository: asterisk
Revision: 5652

U   trunk/rtp.c

------------------------------------------------------------------------
r5652 | kpfleming | 2008-01-15 15:34:21 -0600 (Tue, 15 Jan 2008) | 2 lines

properly strip incoming padded RTP frames (bug ASTERISK-4164)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:36:35.000-0600

Repository: asterisk
Revision: 5803

U   branches/v1-0/channels/chan_iax2.c

------------------------------------------------------------------------
r5803 | russell | 2008-01-15 15:36:35 -0600 (Tue, 15 Jan 2008) | 2 lines

fix a sizeof bug (bug ASTERISK-4164)

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

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