pari: branch 2.0 r4458 - /branches/2.0/config/index.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jan 20 13:46:16 CST 2009
Author: pari
Date: Tue Jan 20 13:46:16 2009
New Revision: 4458
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4458
Log:
reset default debug mode
Modified:
branches/2.0/config/index.html
Modified: branches/2.0/config/index.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/index.html?view=diff&rev=4458&r1=4457&r2=4458
==============================================================================
--- branches/2.0/config/index.html (original)
+++ branches/2.0/config/index.html Tue Jan 20 13:46:16 2009
@@ -71,7 +71,7 @@
// note that the above FXO_PORTS_DETECTED, FXS_PORTS_DETECTED are the actual analog FXS, FXO ports
// and NOT the channels on a digital span with FXS or FXO signalling
DEBUG_LOG : [], // all the debug log messages will be stored in this array (If debug mode is enabled)
- DEBUG_MODE : true, // set to true when debugging -- parent.sessionData.DEBUG_MODE
+ DEBUG_MODE : false, // set to true when debugging -- parent.sessionData.DEBUG_MODE
DEBUG_WHICH: { Ajax: true, Debug: true, Error: true, Console: true, Info: true, Warn: true } , // parent.sessionData.DEBUG_WHICH.Ajax/Debug/Error/Console/Info/Warn
REQUIRE_RESTART : false, // this flag is used to know if there are any updates in zapchan settings
// like if a FXS is assigned to a user or an analog trunk is created or something
More information about the asterisk-gui-commits
mailing list