pari: branch 2.0 r3625 - /branches/2.0/config/index.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Aug 6 17:13:20 CDT 2008
Author: pari
Date: Wed Aug 6 17:13:20 2008
New Revision: 3625
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3625
Log:
disable debug mode by default
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=3625&r1=3624&r2=3625
==============================================================================
--- branches/2.0/config/index.html (original)
+++ branches/2.0/config/index.html Wed Aug 6 17:13:20 2008
@@ -68,7 +68,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