]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
authdebug is now disabled by default
authorPaul Belanger <paul.belanger@polybeacon.com>
Tue, 6 Sep 2011 15:47:59 +0000 (15:47 +0000)
committerPaul Belanger <paul.belanger@polybeacon.com>
Tue, 6 Sep 2011 15:47:59 +0000 (15:47 +0000)
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

CHANGES
channels/chan_iax2.c
configs/iax.conf.sample

diff --git a/CHANGES b/CHANGES
index 9a42684ae4b36f9eaa43dec263ec55678a334b9a..b1b2f9f67f9a5162ea3d2a031857a2ed4a25c7d5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -214,6 +214,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 ----------------
 ------------------------------------------------------------------------------
index 7d0ee9bae7107ae1a5d3f5019e0beb4d02e10404..6de82182be9142448243e3dbca55b3bd7efef6aa 100644 (file)
@@ -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;
index d08aa31dce59fc339cb848dcb1d1ec2bd9cea576..35b8d7744ca2c36c42e66c7ff44c5ac7e74dd0f6 100644 (file)
@@ -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