From 39ac2e639f4717dc417f9ccf20a2183728e9db9b Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 6 Sep 2011 16:08:10 +0000 Subject: [PATCH] Merged revisions 334514 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/10 ........ r334514 | pabelanger | 2011-09-06 11:47:59 -0400 (Tue, 06 Sep 2011) | 6 lines authdebug is now disabled by default 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/trunk@334517 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 5 +++++ channels/chan_iax2.c | 2 +- configs/iax.conf.sample | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index c2ab9e50eb..986c132e30 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 62efe31b12..725936f12c 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 d08aa31dce..35b8d7744c 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