mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-05 06:17:27 -07:00
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/branches/10@334514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 ----------------
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user