[asterisk-bugs] [Asterisk 0014916]: SIP video phone requires numberofmediastreams > 4 (chan_sip.c)
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 16 16:34:41 CDT 2009
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=14916
======================================================================
Reported By: moshili
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14916
Category: Channels/chan_sip/Interoperability
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: 1.6.0.7
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: duplicate
Duplicate: 0
Fixed in Version:
======================================================================
Date Submitted: 2009-04-16 14:56 CDT
Last Modified: 2009-04-16 16:34 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.6. The video
phone sends a special invite message. The invite message includes an SDP
part with 4 m blocks (media blocks).
Since asterisk 1.6 can handle a max of 3 m blocks, this requires making a
tiny change on the ./channels/chan_sip.c file. The change will modify the
following line:
if (numberofmediastreams > 3)
to be changed to:
if (numberofmediastreams > 4)
I implemented the change on Asterisk 1.6. It was successful.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0014917 SIP video phone requires numberofmedias...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-04-16 16:34 lmadsen Resolution open => duplicate
======================================================================
More information about the asterisk-bugs
mailing list