[asterisk-bugs] [Asterisk 0015216]: after transfer negotiation, releasing doesnt work , both channels are still up....forever
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jun 2 12:57:00 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15216
======================================================================
Reported By: oxymoron
Assigned To: dvossel
======================================================================
Project: Asterisk
Issue ID: 15216
Category: Channels/chan_iax2
Reproducibility: always
Severity: block
Priority: normal
Status: closed
Asterisk Version: 1.6.0.9
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-05-28 14:42 CDT
Last Modified: 2009-06-02 12:57 CDT
======================================================================
Summary: after transfer negotiation, releasing doesnt work ,
both channels are still up....forever
Description:
when calling internaly on the same network between two peers everything
works but when the call ends initiating channels are still active (Up) in
asterisk.
They are active forever until asterisk restart or soft hangup of the
channels.
IAX client is Zoiper, version 2.18 - 2.19
======================================================================
----------------------------------------------------------------------
(0105911) svnbot (reporter) - 2009-06-02 12:57
https://issues.asterisk.org/view.php?id=15216#c105911
----------------------------------------------------------------------
Repository: asterisk
Revision: 198826
_U branches/1.6.1/
U branches/1.6.1/channels/chan_iax2.c
------------------------------------------------------------------------
r198826 | dvossel | 2009-06-02 12:56:59 -0500 (Tue, 02 Jun 2009) | 15
lines
Merged revisions 198824 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r198824 | dvossel | 2009-06-02 12:55:35 -0500 (Tue, 02 Jun 2009) | 8
lines
fixes issue with channels not going down after transfer
Iax2 currently does not support native bridging if the timeoutms value
is set. We check for that in iax2_bridge, but then set timeoutms to 0 by
default. If the timeoutms is not provided it is set to -1. By setting
timeoutms to 0 it is processed causing a bridging retry loop.
(closes issue https://issues.asterisk.org/view.php?id=15216)
Reported by: oxymoron
Tested by: dvossel
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=198826
Issue History
Date Modified Username Field Change
======================================================================
2009-06-02 12:57 svnbot Checkin
2009-06-02 12:57 svnbot Note Added: 0105911
======================================================================
More information about the asterisk-bugs
mailing list