diff -Naur asterisk-gui-old/config/cfgbasic.html asterisk-gui/config/cfgbasic.html
--- asterisk-gui-old/config/cfgbasic.html 2008-11-28 12:44:29.000000000 -0500
+++ asterisk-gui/config/cfgbasic.html 2009-01-12 08:33:30.000000000 -0500
@@ -20,7 +20,7 @@
*
-->
@@ -111,11 +111,11 @@
var minimumheight = 150;
var c =_$('configpanel');
c.WIH = t;
- _$('TOP_MAINTABLE').rows[1].cells[0].height = (t - 70) ;
+ _$('TOP_MAINTABLE').rows[1].cells[0].height = (t - 90) ;
var pnameheight = 22;
c.pnameheight = pnameheight;
var panels = returnpanels();
- var pheight = (( t - 70) - (pnameheight*panels.length) ) ;
+ var pheight = (( t - 90) - (pnameheight*panels.length) ) ;
if(pheight > minimumheight){
c.pheight = pheight;
}else{
@@ -234,30 +234,30 @@
newpanel( ["Users", "users.html", "Users is a short cut for quickly adding and removing all the necessary configuration components for any new phone."]);
newpanel( ["Conferencing", "meetme.html", "MeetMe conference bridging allow quick, ad-hoc conferences with or without security."]);
newpanel( ["Voicemail", "voicemail.html", "General settings for voicemail"]);
- newpanel( ["Call Queues", "queues.html", "Call queues allow calls to be sequenced to one or more agents."]);
+ //newpanel( ["Call Queues", "queues.html", "Call queues allow calls to be sequenced to one or more agents."]);
newpanel( ["Service Providers", "trunks.html", "Service Providers are outbound lines used to allow the system to make calls to the real world. Trunks can be VoIP lines or traditional telephony lines."]);
- newpanel( ["Setup Hardware", "digital.html", "Configure & setup your T1/E1/Analog Cards."]);
+// newpanel( ["Setup Hardware", "digital.html", "Configure & setup your T1/E1/Analog Cards."]);
//newpanel( ["Manage IAXys", "iaxyprov.html", "(beta) Provision your IAXys."]);
- newpanel( ["mISDN Config", "misdn.html", "mISDN configuration from the asterisk GUI"]); // Uncomment when mISDN is completed.
+ newpanel( ["BRI Config", "misdn.html", "BRI configuration from the asterisk GUI"]); // Uncomment when mISDN is completed.
newpanel( ["Calling Rules", "numberplan.html", "The Calling Rules define dialing permissions and least cost routing rules."]);
newpanel( ["Incoming Calls", "incoming.html", "Define how your incoming calls should be handled & configure DID (Direct inward Dialing)"]);
newpanel( ["Voice Menus", "menus.html", "Menus allow for more efficient routing of calls from incoming callers. Also known as IVR (Interactive Voice Response) menus or Digital Receptionist"]);
// newpanel( ["Time Based Rules", "timerules.html", "define call routing rules based on date and time"]);
newpanel( ["Call Parking", "callparking.html", "configure call parking features"]);
newpanel( ["Ring Groups", "ringgroups.html", "define RingGroups to dial more than one extension"]);
- newpanel( ["Record a Menu", "record.html", "Allows you to record custom voicemenus over a phone"]);
- newpanel( ["Active Channels", "status.html", "Monitor active channels."]);
+// newpanel( ["Record a Menu", "record.html", "Allows you to record custom voicemenus over a phone"]);
+ newpanel( ["Active Channels", "status.html", "Monitor active analog channels."]);
// newpanel( ["Graphs", "graphs.html", "View Graphs of your System Information."]);
- newpanel( ["System Info", "sysinfo.html", "System Information."]);
- newpanel( ["Asterisk Logs", "syslog.html", "Asterisk Log messages."]);
- newpanel( ["Global SIP options", "sip.html", "Global SIP settings."]);
- newpanel( ["Global IAX options", "iax.html", "Global IAX settings."]);
+// newpanel( ["System Info", "sysinfo.html", "System Information."]);
+// newpanel( ["Asterisk Logs", "syslog.html", "Asterisk Log messages."]);
+// newpanel( ["Global SIP options", "sip.html", "Global SIP settings."]);
+// newpanel( ["Global IAX options", "iax.html", "Global IAX settings."]);
// newpanel( ["CDR Configuration", "cdr_conf.html", "CDR Engine Configuration."]); // Uncomment when cdr_conf.html is finished, there are still some errors.
//newpanel( ["CDR Reader", "cdr_conf.html", "Read all your call records from Asterisk."]);
- newpanel( ["File Editor", "feditor.html", "Edit Asterisk Config Files"]);
+// newpanel( ["File Editor", "feditor.html", "Edit Asterisk Config Files"]);
newpanel( ["Asterisk CLI", "cli.html", "Asterisk Command Line Interface"]);
//newpanel( ["GUI Access", "http_options.html", "GUI Access settings."]);
- newpanel( ["Backup", "backup.html", "Backup Management."]);
+// newpanel( ["Backup", "backup.html", "Backup Management."]);
/*
if( (asterisk_guirPath && !asterisk_guiANOW) || ( !asterisk_guirPath && !asterisk_guiANOW) ){ // if is BE
newpanel( ["Provisioning", "provisioning.html", "Settings related to Polycom auto provisioning."]);
@@ -271,10 +271,10 @@
function pingevery(a){
window.setTimeout(makeping, 1000);
keepPinging = setInterval( makeping, a*250 );
- astmanEngine.run_tool(asterisk_guiZtscan, function(t) { // run ztscan and then try loading ztscan.conf
- setTimeout( function(){config2json('ztscan.conf', 0, get_FXOFXSPORTS);} , 200);
- // leave some time for ztscan to generate ztscan.conf
- });
+ //astmanEngine.run_tool(asterisk_guiZtscan, function(t) { // run ztscan and then try loading ztscan.conf
+// setTimeout( function(){config2json('ztscan.conf', 0, get_FXOFXSPORTS);} , 200);
+// // leave some time for ztscan to generate ztscan.conf
+// });
}
function makeping(){
@@ -323,15 +323,27 @@
createpanels();
var links_str = "";
if(asterisk_guirPath){ links_str += 'System Configuration
'; }
- links_str += 'About Digium | ';
+// links_str += 'About Digium | ';
if(asterisk_guiANOW){ links_str += 'Report a Bug | '
+ 'Help ' ;
}
_$('linksToshow').innerHTML = links_str;
_$('mainscreen').src = "home.html" ;
- if( navigator.userAgent.indexOf("MSIE") != -1 || navigator.userAgent.indexOf("Konqueror") != -1 || navigator.userAgent.indexOf("Safari") != -1 ){
- gui_feedback(browser_alert, 'green');
+ if( navigator.userAgent.indexOf("MSIE") != -1 ){
+ browser_alert = "Internet Explorer is not supported by this version of GUI ! Using Internet Explorer may potentially corrupt the asterisk configuration files.
We recommend using Firefox";
+ gui_alert(browser_alert);
}
+ if( navigator.userAgent.indexOf("Konqueror") != -1 ){
+ browser_alert = "2Konqueror is not supported by this version of GUI ! Using Konqueror may potentially corrupt the asterisk configuration files.
We recommend using Firefox";
+ gui_alert(browser_alert);
+ }
+ if( navigator.userAgent.indexOf("Safari") != -1 ){
+ browser_alert = "Safari is not supported by this version of GUI ! Using Safari may potentially corrupt the asterisk configuration files.
We recommend using Firefox";
+ gui_alert(browser_alert);
+ }
+
+
+// || navigator.userAgent.indexOf("Konqueror") != -1 || navigator.userAgent.indexOf("Safari") != -1
}
function Logoff() {
@@ -389,7 +401,7 @@
function goto_advancedoption(){
_$('mainscreen').style.visibility = "hidden";
- if( _$('AdvancedOptionsSelect').value == 'TOSETUP'){top.window.location.href = "./setup/install.html"; return;}
+// if( _$('AdvancedOptionsSelect').value == 'TOSETUP'){top.window.location.href = "./setup/install.html"; return;}
var t;
var panels = returnpanels();
@@ -406,13 +418,12 @@
![]() |
+ ||||||
|
-
+
Loading Screen
-
+
|
diff -Naur asterisk-gui-old/config/cli.html asterisk-gui/config/cli.html
--- asterisk-gui-old/config/cli.html 2008-11-28 12:44:29.000000000 -0500
+++ asterisk-gui/config/cli.html 2008-12-23 17:10:30.000000000 -0500
@@ -85,8 +85,8 @@
-
- Asterisk Command Line Interface
+
+ Asterisk Command Line Interface
diff -Naur asterisk-gui-old/config/home.html asterisk-gui/config/home.html
--- asterisk-gui-old/config/home.html 2008-11-28 12:44:29.000000000 -0500
+++ asterisk-gui/config/home.html 2008-12-23 17:10:30.000000000 -0500
@@ -1,4 +1,4 @@
-
@@ -1500,8 +1543,8 @@
Lines:
|
-
-
+ |
+
|
|
+