diff -Naur asterisk-gui-old/config/cfgbasic.html asterisk-gui/config/cfgbasic.html --- asterisk-gui-old/config/cfgbasic.html 2008-08-12 09:10:56.000000000 -0400 +++ asterisk-gui/config/cfgbasic.html 2008-07-28 07:40:46.000000000 -0400 @@ -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( ["mISDN Config", "misdn.html", "mISDN 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,7 +323,7 @@ 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 ' ; } @@ -389,7 +389,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 +406,12 @@ Asterisk Configuration GUI - - - + + -
  -
+
Loading Screen 
- +
diff -Naur asterisk-gui-old/config/cli.html asterisk-gui/config/cli.html --- asterisk-gui-old/config/cli.html 2008-08-12 09:10:56.000000000 -0400 +++ asterisk-gui/config/cli.html 2008-07-28 05:45:52.000000000 -0400 @@ -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-08-12 09:10:56.000000000 -0400 +++ asterisk-gui/config/home.html 2008-07-28 05:45:52.000000000 -0400 @@ -1,4 +1,4 @@ - @@ -1500,8 +1534,8 @@
Lines: - + +
diff -Naur asterisk-gui-old/config/users.html asterisk-gui/config/users.html --- asterisk-gui-old/config/users.html 2008-08-12 09:10:56.000000000 -0400 +++ asterisk-gui/config/users.html 2008-08-11 12:45:20.000000000 -0400 @@ -21,6 +21,7 @@ --> +