[asterisk-bugs] [Asterisk 0019195]: [patch] When SIP caller does not offer video, adding video drops the call
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 9 15:04:43 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=19195
======================================================================
Reported By: one47
Assigned To: twilson
======================================================================
Project: Asterisk
Issue ID: 19195
Category: Channels/chan_sip/CodecHandling
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Target Version: 1.4/1.6.2 Issues (Final Release)
Asterisk Version: 1.6.2.18
JIRA: SWP-3422
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-04-28 06:34 CDT
Last Modified: 2011-05-09 15:04 CDT
======================================================================
Summary: [patch] When SIP caller does not offer video, adding
video drops the call
Description:
2 video capable SIP devices on the same LAN (directmedia enabled)
Caller sends an initial INVITE, but does NOT include any video, then no
video-rtp object is initialised. Video is still offered to the callee, as
they are capable of it.
If the callee then requests video, then the attempt to enable direct media
causes the call to be dropped as the SDP data gets very confused by having
video requested, but no video-rtp object at the same time.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0017403 [patch] RTP directmedia is broken in so...
======================================================================
----------------------------------------------------------------------
(0134695) svnbot (reporter) - 2011-05-09 15:04
https://issues.asterisk.org/view.php?id=19195#c134695
----------------------------------------------------------------------
Repository: asterisk
Revision: 318331
U branches/1.6.2/channels/chan_sip.c
------------------------------------------------------------------------
r318331 | twilson | 2011-05-09 15:04:42 -0500 (Mon, 09 May 2011) | 12
lines
Don't offer video to directmedia callee unless caller offered it as well
Make sure that when directmedia is enabled, that video is not offered to
the
callee even if it supports it. p->vrtp will not exist since the caller
didn't
offer video.
(closes issue https://issues.asterisk.org/view.php?id=19195)
Reported by: one47
Patches:
sip_cant_add_video_rtp uploaded by one47 (license 23)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=318331
Issue History
Date Modified Username Field Change
======================================================================
2011-05-09 15:04 svnbot Checkin
2011-05-09 15:04 svnbot Note Added: 0134695
======================================================================
More information about the asterisk-bugs
mailing list