[asterisk-bugs] [Asterisk 0018192]: Call dropped on SIP REFER in 1.8.0
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Oct 22 15:10:03 CDT 2010
The following issue has been set as DUPLICATE OF issue 0018185.
======================================================================
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 15:10 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.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0018185 Blind transfer failure, A calls B, B tr...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-10-22 15:10 pabelanger Relationship added duplicate of 0018185
======================================================================
More information about the asterisk-bugs
mailing list