[asterisk-bugs] [Asterisk 0019082]: [patch] Blind transfers from queue are not logged into queue_log correctly

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Apr 7 12:13:18 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19082 
====================================================================== 
Reported By:                garlew
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   19082
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.3.2 
JIRA:                        
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-04-07 12:10 CDT
Last Modified:              2011-04-07 12:13 CDT
====================================================================== 
Summary:                    [patch] Blind transfers from queue are not logged
into queue_log correctly
Description: 
In 1.4 blind transfers from queue were correctly logged as TRANSFER.
starting with 1.6.x they are no more logged as TRANSFER but as
COMPLETEAGENT. I believe this is a regression related to issue 0014536.
This was a fix for 1.4 merged into 1.6. It adds a test condition:
!(qe->chan->_softhangup | peer->_softhangup). But in 1.4 peer->_softhangup
was 1 during blind transfer and in 1.6.2 up peer->_softhangup is 0. This
results in dead code for blind transfer logging. The trivial fix would be
to revert 0014536-related changes (patch included) because when following
issue pattern from 0014536 in 1.6.2 up this condition is no longer even
tested. 
The remaining question is if it is ok that peer->_softhangup is now 0.
====================================================================== 

---------------------------------------------------------------------- 
 (0133507) garlew (reporter) - 2011-04-07 12:13
 https://issues.asterisk.org/view.php?id=19082#c133507 
---------------------------------------------------------------------- 
Trivial fix for 1.8 SVN included 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-04-07 12:13 garlew         Note Added: 0133507                          
======================================================================




More information about the asterisk-bugs mailing list