pari: branch 2.0 r3787 - /branches/2.0/config/index.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Sep 9 13:21:51 CDT 2008
Author: pari
Date: Tue Sep 9 13:21:51 2008
New Revision: 3787
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3787
Log:
set the default debug mode to false
Modified:
branches/2.0/config/index.html
Modified: branches/2.0/config/index.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/index.html?view=diff&rev=3787&r1=3786&r2=3787
==============================================================================
--- branches/2.0/config/index.html (original)
+++ branches/2.0/config/index.html Tue Sep 9 13:21:51 2008
@@ -75,7 +75,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_PROFILER_BEGIN : 0 , // store the timestamp when you start profiling
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