[asterisk-bugs] [Asterisk 0015183]: [patch] Attended Transfers are not working

Asterisk Bug Tracker noreply at bugs.digium.com
Wed May 27 12:09:26 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:                     closed
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:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-05-22 10:11 CDT
Last Modified:              2009-05-27 12:09 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0105559) svnbot (reporter) - 2009-05-27 12:09
 https://issues.asterisk.org/view.php?id=15183#c105559 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 197126

U   branches/1.6.0/include/asterisk/channel.h
U   branches/1.6.0/main/channel.c

------------------------------------------------------------------------
r197126 | jpeeler | 2009-05-27 12:09:25 -0500 (Wed, 27 May 2009) | 11
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=197126 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-27 12:09 svnbot         Checkin                                      
2009-05-27 12:09 svnbot         Note Added: 0105559                          
======================================================================




More information about the asterisk-bugs mailing list