[asterisk-bugs] [Asterisk 0016424]: [patch] ast_transfer will stall until hangup if called with a channel that doesn't support transfers.
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Dec 10 14:24:21 CST 2009
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=16424
======================================================================
Reported By: davidw
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16424
Category: Channels/General
Reproducibility: always
Severity: tweak
Priority: normal
Status: ready for review
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 234134
Request Review:
======================================================================
Date Submitted: 2009-12-10 11:25 CST
Last Modified: 2009-12-10 14:24 CST
======================================================================
Summary: [patch] ast_transfer will stall until hangup if
called with a channel that doesn't support transfers.
Description:
ast_transfer sets res to 0 if there is no technology transfer function, but
then tests for it to be negative before deciding to do an early exit. As a
result, it will will wait for an AST_CONTROL_TRANSFER message that will
never come.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-12-10 14:23 lmadsen Status new => ready for review
======================================================================
More information about the asterisk-bugs
mailing list