[asterisk-bugs] [Asterisk 0014917]: SIP video phone requires numberofmediastreams > 4 (chan_sip.c)

Asterisk Bug Tracker noreply at bugs.digium.com
Wed May 13 10:59:02 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-05-13 10:59 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0104690) moshili (reporter) - 2009-05-13 10:59
 https://issues.asterisk.org/view.php?id=14917#c104690 
---------------------------------------------------------------------- 
Is there any other feedback needed? Can you please implement/tweak the fix? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-13 10:59 moshili        Note Added: 0104690                          
======================================================================




More information about the asterisk-bugs mailing list