[asterisk-bugs] [Asterisk 0014717]: [patch] chan_iax2 reports endless if a peer cannot be registered (>100 logs/sec)
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jun 4 14:37:45 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14717
======================================================================
Reported By: mobeck
Assigned To: dvossel
======================================================================
Project: Asterisk
Issue ID: 14717
Category: Channels/chan_iax2
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: 1.4.24
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-03-21 17:31 CDT
Last Modified: 2009-06-04 14:37 CDT
======================================================================
Summary: [patch] chan_iax2 reports endless if a peer cannot
be registered (>100 logs/sec)
Description:
New installation of the last release (sample configs) including dahdi under
Debian Etch.
Already installed local peer (iaxmodem), but still no entries in
iax.conf/users.conf.
I receive the following errors:
chan_iax2.c:XXXX register_verify: No registration for peer 'iaxmodem'
(from 127.0.0.1). Normally this error/info should be ok.
But the log (messages) and the console are showing hundreds of entries per
second.
Log size is within minutes > 100MB.
======================================================================
----------------------------------------------------------------------
(0106010) svnbot (reporter) - 2009-06-04 14:37
https://issues.asterisk.org/view.php?id=14717#c106010
----------------------------------------------------------------------
Repository: asterisk
Revision: 199204
U tags/1.4.25.1/channels/chan_iax2.c
------------------------------------------------------------------------
r199204 | dvossel | 2009-06-04 14:37:43 -0500 (Thu, 04 Jun 2009) | 17
lines
IAX2 REGAUTH loop
IAX was not sending REGREJ to terminate invalid registrations. Instead it
sent another REGAUTH if the authentication challenge failed. This caused a
loop of REGREQ and REGAUTH frames.
(Related to Security fix AST-2009-001)
(closes issue https://issues.asterisk.org/view.php?id=14867)
Reported by: aragon
Tested by: dvossel
(closes issue https://issues.asterisk.org/view.php?id=14717)
Reported by: mobeck
Patches:
regauth_loop_update_patch.diff uploaded by dvossel (license 671)
Tested by: dvossel
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=199204
Issue History
Date Modified Username Field Change
======================================================================
2009-06-04 14:37 svnbot Checkin
2009-06-04 14:37 svnbot Note Added: 0106010
======================================================================
More information about the asterisk-bugs
mailing list