To enable this functionaility again set authdebug = yes in iax.conf
Review: https://reviewboard.asterisk.org/r/1414/
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@334514
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
* Modules marked as deprecated are no longer marked as building by default. Enabling
these modules is still available via menuselect.
+IAX2 Changes
+------------
+* authdebug is now disabled by default. To enable this functionaility again
+ set authdebug = yes in iax.conf.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ----------------
------------------------------------------------------------------------------
static int trunkfreq = 20;
static int trunkmaxsize = MAX_TRUNKDATA;
-static int authdebug = 1;
+static int authdebug = 0;
static int autokill = 0;
static int iaxcompat = 0;
static int last_authmethod = 0;
;
; subscribe_network_change_event = yes ; on by default
;
-; You can disable authentication debugging to reduce the amount of
+; You can enable authentication debugging to increase the amount of
; debugging traffic.
;
-;authdebug=no
+;authdebug = yes
;
; See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for a description of these parameters.
;tos=ef