[asterisk-bugs] [Asterisk 0018837]: [patch] Deadlock with attended transfer of SIP call
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Feb 18 02:40:07 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18837
======================================================================
Reported By: alecdavis
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18837
Category: Core/RTP
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.8.2.3
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-02-17 19:25 CST
Last Modified: 2011-02-18 02:40 CST
======================================================================
Summary: [patch] Deadlock with attended transfer of SIP call
Description:
3 SIP phones.
A calls B, and B answers.
B puts A on hold by selecting line2.
B calls C, and C answers.
B initiates transfer of line1 to line2, phone uses REFER.
======================================================================
----------------------------------------------------------------------
(0132114) alecdavis (manager) - 2011-02-18 02:40
https://issues.asterisk.org/view.php?id=18837#c132114
----------------------------------------------------------------------
bug18837.diff.txt
glueX->update_peer points to sip_set_rtp_peer which will lock the pvt
without any care for the channel lock.
Now before update_peer is called, use correct locking order, channel then
pvt.
Issue History
Date Modified Username Field Change
======================================================================
2011-02-18 02:40 alecdavis Note Added: 0132114
======================================================================
More information about the asterisk-bugs
mailing list