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

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jun 23 11:53:22 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
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:                     acknowledged
Asterisk Version:           1.4.24 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
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:              2010-06-23 11:53 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...
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-23 11:53 lmadsen        Description Updated                          
======================================================================




More information about the asterisk-bugs mailing list