[Home]

Summary:ASTERISK-20688: IAX2 authdebug=no suppresses Logger/CLI Notice messages of failed authorization attempts (invalid user, bad password)
Reporter:Ian Anderson (seadweller)Labels:
Date Opened:2012-11-15 12:39:01.000-0600Date Closed:2012-11-15 16:36:58.000-0600
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:1.8.18.0 Frequency of
Occurrence
Related
Issues:
Environment:CentOS 64-Bit 5.xAttachments:
Description:Having authdebug=no suppresses any NOTICE messages regarding an IAX2 authentication failure... ie. bad password, user not existing, IP not matching permit/deny masks.

It should only stop IAX2 auth information when doing IAX2 debugging and not logging NOTICEs to CLI and/or log file.

I was not receiving any notices in CLI when I tried to register with a bad password.  Subsequent testing revealed I could only get the NOTICEs to show was by using authdebug=yes.
Comments:By: Michael L. Young (elguero) 2012-11-15 16:36:26.895-0600

Features requests are no longer submitted to or accepted through the issue tracker. Features requests are openly discussed on the mailing lists [1] and Asterisk IRC channels and made note of by Bug Marshals.

[1] http://www.asterisk.org/support/mailing-lists

In taking a quick peak at the code, the behavior that you are noticing has been there for a while and it appears to be working as it was programmed for.