[asterisk-bugs] [Asterisk 0015183]: [patch] Attended Transfers are not working
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed May 27 11:49:39 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15183
======================================================================
Reported By: andrebarbosa
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 15183
Category: Resources/res_features
Reproducibility: always
Severity: block
Priority: normal
Status: assigned
Target Version: 1.4.26
Asterisk Version: 1.4.25
Regression: Yes
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-05-22 10:11 CDT
Last Modified: 2009-05-27 11:49 CDT
======================================================================
Summary: [patch] Attended Transfers are not working
Description:
When you try to do and attended transfer the call is dropped when the
transferee hangups the calls.
Scenario:
A calls B
A press the Attended Transfer prefix. (*88 in my scenario)
A calls C
C answers, and talks to A.
A hangup the call.
Instead of being bridge to B all the legs are dropped.
This bug was introduced by the fix of this issue
https://issues.asterisk.org/view.php?id=15040
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0015040 DTMF's are not sent to the bridge chann...
======================================================================
----------------------------------------------------------------------
(0105551) svnbot (reporter) - 2009-05-27 11:49
https://issues.asterisk.org/view.php?id=15183#c105551
----------------------------------------------------------------------
Repository: asterisk
Revision: 197124
U branches/1.4/include/asterisk/channel.h
U branches/1.4/main/channel.c
------------------------------------------------------------------------
r197124 | jpeeler | 2009-05-27 11:49:39 -0500 (Wed, 27 May 2009) | 12
lines
Fix broken attended transfers
The bridge was terminating immediately after the attended transfer was
completed. The problem was because upon reentering ast_channel_bridge
nexteventts was checked to see if it was set and if so could possibly
return AST_BRIDGE_COMPLETE.
(closes issue https://issues.asterisk.org/view.php?id=15183)
Reported by: andrebarbosa
Tested by: andrebarbosa, tootai, loloski
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=197124
Issue History
Date Modified Username Field Change
======================================================================
2009-05-27 11:49 svnbot Checkin
2009-05-27 11:49 svnbot Note Added: 0105551
======================================================================
More information about the asterisk-bugs
mailing list