linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] SDP bug


From: Troy Cauble
Subject: [Linphone-developers] SDP bug
Date: Tue, 30 Sep 2003 14:36:45 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624


I believe there is a minor SDP bug in linphone.
The bandwidth specification line

b=AS:110 20

does not match RFC 2327.


The following is seen in sdphandler.c:

                attr_field =
                        sstrdup_sprintf ("%i %i", payload->pt,
                                         payload->b_as_bandwidth);
                sdp_b_bandwidth_add (offer, payload->line, sgetcopy ("AS"),
                                     attr_field);

The reference to payload->pt is incorrect.

The structure SdpPayload lets you associate a bandwith with each
payload, but RFC 2327 does not.

-troy








reply via email to

[Prev in Thread] Current Thread [Next in Thread]