[asterisk-bugs] [Asterisk 0018192]: Call dropped on SIP REFER in 1.8.0

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Oct 22 14:54:18 CDT 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18192 
====================================================================== 
Reported By:                job
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18192
Category:                   Core/Channels
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.0 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-10-22 14:54 CDT
Last Modified:              2010-10-22 14:54 CDT
====================================================================== 
Summary:                    Call dropped on SIP REFER in 1.8.0
Description: 
Asterisk drops a call silently when SIP REFER is sent. The call is dropped
when ast_queue_control is called in main/channel.c to read the remaining
frames.

There are no clues left in debug log or sip debug when this happens which
makes for sad users. This behavior was introduced in rc4, and call
transfers using SIP has been broken since then.

See below for a patch. The correct way to do this is probably to fix
ast_check_hangup so it does not return true when the channel is clearly not
hung up yet.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-22 14:54 job            New Issue                                    
2010-10-22 14:54 job            Asterisk Version          => 1.8.0           
2010-10-22 14:54 job            Regression                => No              
2010-10-22 14:54 job            SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list