[asterisk-commits] dvossel: branch 1.6.2 r238493 - /branches/1.6.2/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jan 7 14:44:33 CST 2010
Author: dvossel
Date: Thu Jan 7 14:44:30 2010
New Revision: 238493
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=238493
Log:
Blocked revisions 238492 via svnmerge
........
r238492 | dvossel | 2010-01-07 14:42:27 -0600 (Thu, 07 Jan 2010) | 14 lines
fixes ast_transfer stall until hangup if called with a channel that doesn't support transfers
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.
(closes issue #16424)
Reported by: davidw
Patches:
Issue_16424_trunk_234134.patch uploaded by davidw (license 780)
........
Modified:
branches/1.6.2/ (props changed)
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list