[asterisk-bugs] [Asterisk 0017735]: [patch] Video RTP type in response SDP not matching the one in INVITE

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jul 29 15:45:12 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17735 
====================================================================== 
Reported By:                sgarcia
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17735
Category:                   Channels/chan_sip/Video
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     ready for review
Asterisk Version:           SVN 
JIRA:                       SWP-1973 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-07-28 04:24 CDT
Last Modified:              2010-07-29 15:45 CDT
====================================================================== 
Summary:                    [patch] Video RTP type in response SDP not matching
the one in INVITE
Description: 
When creating the SDP for answering a SIP call only audio types are matched
against the incoming INVITE SDP. As a result the default rtp codecs type
for video are used instead.

Even if that is tenchically correct, that causes softphones like Port SIP
or Pangolin not to display incomming video as expects the same rtp codec
type for both rtp video streams.

For audio it is already done, so the it will be much more coherent to do
it in video also. The ptch is quite simple:


<inline patch removed by lmadsen -- please upload as a file>
====================================================================== 

---------------------------------------------------------------------- 
 (0125319) oej (manager) - 2010-07-29 15:45
 https://issues.asterisk.org/view.php?id=17735#c125319 
---------------------------------------------------------------------- 
According to the RFC we should only answer with one or multiple codecs that
exist in the offer. I don't really understand if we break this here,
without seeing any SIP debug output.

I would like to see SIP debug output where we do wrong, and after your
patch, to be able to make a comment on what you're doing here. Thank you. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-07-29 15:45 oej            Note Added: 0125319                          
======================================================================




More information about the asterisk-bugs mailing list