[asterisk-bugs] [Asterisk 0014917]: SIP video phone requires numberofmediastreams > 4 (chan_sip.c)
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jun 4 10:16:56 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14917
======================================================================
Reported By: moshili
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14917
Category: Channels/chan_sip/Interoperability
Reproducibility: always
Severity: tweak
Priority: normal
Status: feedback
Asterisk Version: 1.4.24
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-04-16 14:58 CDT
Last Modified: 2009-06-04 10:16 CDT
======================================================================
Summary: SIP video phone requires numberofmediastreams > 4
(chan_sip.c)
Description:
I have a SIP video phone that I need to connect to Asterisk 1.4. The video
phone sends a special invite message. The invite message includes an SDP
part with 4 m blocks (media blocks).
Since asterisk 1.4 can handle a max of 2 m blocks, this requires making a
tiny change on the ./channels/chan_sip.c file. The change will modify the
following line:
if (numberofmediastreams > 2)
to be changed to:
if (numberofmediastreams > 4)
I implemented the change on Asterisk 1.4. It was successful.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0014916 SIP video phone requires numberofmedias...
======================================================================
----------------------------------------------------------------------
(0105985) moshili (reporter) - 2009-06-04 10:16
https://issues.asterisk.org/view.php?id=14917#c105985
----------------------------------------------------------------------
Can you please update me with the status? Also, can you please port the
tweak to 1.6.0.x and 1.6.1.x?
Issue History
Date Modified Username Field Change
======================================================================
2009-06-04 10:16 moshili Note Added: 0105985
======================================================================
More information about the asterisk-bugs
mailing list