[asterisk-bugs] [Asterisk 0019225]: [patch] sip_set_rtp_peer sometimes returns too early
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 9 11:51:47 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=19225
======================================================================
Reported By: one47
Assigned To: dvossel
======================================================================
Project: Asterisk
Issue ID: 19225
Category: Channels/chan_sip/General
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-3418
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-05-04 04:45 CDT
Last Modified: 2011-05-09 11:51 CDT
======================================================================
Summary: [patch] sip_set_rtp_peer sometimes returns too early
Description:
sip_set_rtp_peer(...) has 2 common purposes. One to set a direct-media
path, and one to RESET the media path to asterisk directly.
The former is prevented if we are in an "early-media" phase, and have no
bridge to set the media path to, but the code that prevents this also
prevents a bridge that is being torn-down from RESETing the meida path to
Asterisk.
======================================================================
----------------------------------------------------------------------
(0134674) svnbot (reporter) - 2011-05-09 11:51
https://issues.asterisk.org/view.php?id=19225#c134674
----------------------------------------------------------------------
Repository: asterisk
Revision: 318230
U branches/1.6.2/channels/chan_sip.c
------------------------------------------------------------------------
r318230 | dvossel | 2011-05-09 11:51:46 -0500 (Mon, 09 May 2011) | 7 lines
Fixes cases where sip_set_rtp_peer can return too early during media path
reset.
(closes issue https://issues.asterisk.org/view.php?id=19225)
Reported by: one47
Patches:
sip_set_rtp_peer.patch uploaded by one47 (license 23)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=318230
Issue History
Date Modified Username Field Change
======================================================================
2011-05-09 11:51 svnbot Checkin
2011-05-09 11:51 svnbot Note Added: 0134674
======================================================================
More information about the asterisk-bugs
mailing list