pari: trunk r605 - /trunk/config/scripts/astman.js
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Wed Apr 4 07:48:26 MST 2007
Author: pari
Date: Wed Apr 4 09:48:25 2007
New Revision: 605
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=605
Log:
atlast, a config file to store gui preferences, we shoud have done this long back when we stored localextenlength in the [globals] section of users.conf
Modified:
trunk/config/scripts/astman.js
Modified: trunk/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/astman.js?view=diff&rev=605&r1=604&r2=605
==============================================================================
--- trunk/config/scripts/astman.js (original)
+++ trunk/config/scripts/astman.js Wed Apr 4 09:48:25 2007
@@ -31,6 +31,8 @@
var asterisk_guiSysInfo_output = "./sysinfo_output.html";
var asterisk_guiZapscan = "/sbin/zapscan.bin" ;
var asterisk_rawmanPath = "../../rawman" ;
+var asterisk_guiConfigFile = "guipreferences.conf"; // will be created in asterisk_configfolder, if the file does not exist
+var asterisk_configfolder = "/etc/asterisk/";
var sortbynames = false;
var dragdata = new Object;
More information about the asterisk-gui-commits
mailing list