[asterisk-bugs] [Asterisk 0016095]: With delayreject=yes calls sometimes fail
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Oct 21 09:45:13 CDT 2009
The following issue has been CLOSED
======================================================================
https://issues.asterisk.org/view.php?id=16095
======================================================================
Reported By: alecdavis
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16095
Category: Channels/chan_iax2
Reproducibility: sometimes
Severity: minor
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2009-10-19 04:18 CDT
Last Modified: 2009-10-21 09:45 CDT
======================================================================
Summary: With delayreject=yes calls sometimes fail
Description:
This is repeatable about 1 in https://issues.asterisk.org/view.php?id=11#c10
calls
Every call succeeds when commenting out delayreject=yes in iax.conf.
Or with delayreject=yes set in iax.conf but also commenting out the
following code in the 3 places iax2.c fixes it.<pre>
/* For security, always ack immediately */
if (delayreject)
send_command_immediate(iaxs[fr->callno], AST_FRAME_IAX, IAX_COMMAND_ACK,
fr->ts, NULL, 0,fr->iseqno);</pre>
Obvoiusly cannot stay this way, but the Security fix that applied these
changes looks like it broke IAX.
======================================================================
----------------------------------------------------------------------
(0112529) lmadsen (administrator) - 2009-10-21 09:45
https://issues.asterisk.org/view.php?id=16095#c112529
----------------------------------------------------------------------
Fixed in 1.6.1 revision 224673. Issue closed. Thanks for following up!
Issue History
Date Modified Username Field Change
======================================================================
2009-10-21 09:45 lmadsen Note Added: 0112529
2009-10-21 09:45 lmadsen Status new => closed
======================================================================
More information about the asterisk-bugs
mailing list