pari: branch asterisknow r1903 - /branches/asterisknow/config/scripts/astman.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Dec 5 10:49:58 CST 2007


Author: pari
Date: Wed Dec  5 10:49:57 2007
New Revision: 1903

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1903
Log:
the gui nolonger uses these config files

Modified:
    branches/asterisknow/config/scripts/astman.js

Modified: branches/asterisknow/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/scripts/astman.js?view=diff&rev=1903&r1=1902&r2=1903
==============================================================================
--- branches/asterisknow/config/scripts/astman.js (original)
+++ branches/asterisknow/config/scripts/astman.js Wed Dec  5 10:49:57 2007
@@ -1807,7 +1807,7 @@
 	};
 	this.doConfig = function(t, box) {
 		if( t[0].headers['message'] && t[0].headers['message'] == "Config file not found" ){
-			if( box.config_file == "zapscan.conf" || box.config_file == "contactinfo.conf" || box.config_file == "jingle.conf" || box.config_file == "providers.conf" ){
+			if( box.config_file == "contactinfo.conf" || box.config_file == "providers.conf" ){
 				parent.astmanEngine.run_tool("/bin/touch /etc/asterisk/"+box.config_file, function(){ window.location.href = window.location.href ; } );
 				return ;
 			} else {




More information about the asterisk-gui-commits mailing list