[Home]

Summary:ASTERISK-08363: [branch] improper computation of Content-Length in add_t38_sdp()
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2006-12-16 05:19:04.000-0600Date Closed:2006-12-27 09:59:26.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:add_t38_sdp() computes a bogus Content-Length
header (disregarging the v, o, s, c, t strings).

fix is trivial.
Comments:By: Luigi Rizzo (rizzo) 2006-12-18 04:44:36.000-0600

with this as a prerequisite,
http://svn.digium.com/view/asterisk/team/rizzo/astobj2/channels/chan_sip.c?r1=48418&r2=48519&makepatch=1&diff_format=u

a suitable patch is the following:

http://svn.digium.com/view/asterisk/team/rizzo/astobj2/channels/chan_sip.c?r1=48523&r2=48524&makepatch=1&diff_format=u

By: Olle Johansson (oej) 2006-12-27 09:58:34.000-0600

Resolved in rev 48975. Thanks.