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

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jun 4 11:05:27 CDT 2009


The following issue is now in status NEW (again) 
====================================================================== 
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:                     new
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 11:05 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               
====================================================================== 
2009-06-04 11:05 tilghman       Status                   feedback => new     
======================================================================




More information about the asterisk-bugs mailing list