summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES5
-rw-r--r--channels/chan_iax2.c2
-rw-r--r--configs/iax.conf.sample4
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index c2ab9e50e..986c132e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -236,6 +236,11 @@ Asterisk Modules
* 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 ----------------
------------------------------------------------------------------------------
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 62efe31b1..725936f12 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -287,7 +287,7 @@ static int jittertargetextra = 40; /* number of milliseconds the new jitter buff
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;
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index d08aa31dc..35b8d7744 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -254,10 +254,10 @@ forcejitterbuffer=no
;
; 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