pari: branch asterisknow r2105 - /branches/asterisknow/config/digital.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jan 8 16:36:25 CST 2008
Author: pari
Date: Tue Jan 8 16:36:25 2008
New Revision: 2105
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2105
Log:
set REQUIRE_RESTART flag to true whenever a new zaptel.conf is generated !!
Modified:
branches/asterisknow/config/digital.html
Modified: branches/asterisknow/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/digital.html?view=diff&rev=2105&r1=2104&r2=2105
==============================================================================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Tue Jan 8 16:36:25 2008
@@ -714,6 +714,7 @@
generate_zaptel: function(){
parent.astmanEngine.run_tool(asterisk_guiEditZap + " applysettings", function(t) {
/* anything we need to do here? */
+ parent.REQUIRE_RESTART = true;
parent.astmanEngine.run_tool("ztcfg -vv", function(t) {
storeDetectedHardware();
return true;
More information about the asterisk-gui-commits
mailing list