diff -rN -U 5 ../aadk/config/cfgbasic.html ./config/cfgbasic.html --- ../aadk/config/cfgbasic.html 2007-07-18 20:32:00.000000000 +0200 +++ ./config/cfgbasic.html 2008-05-01 16:11:55.000000000 +0200 @@ -26,11 +26,12 @@ var accordion; var tooltip_default = "Move the mouse over to a field to see tooltips"; var asterisk_guitools_inextconf = 0; eventeater.pingstatus = false; var keepPinging; -var CF_status = 0; +var CF_status = 1; +var Searched4CF = 1; var MainScreenPanels = []; var newMSpanel = function(s){ var r = {}; r.PanelName = s[0]; r.FileName = s[1]; @@ -48,17 +49,17 @@ newMSpanel( ["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."]); newMSpanel( ["Calling Rules", "numberplan.html", "The Calling Rules define dialing permissions and least cost routing rules."]); newMSpanel( ["Incoming Calls", "incoming.html", "Define how your incoming calls should be handled & configure DID (Direct inward Dialing)"]); newMSpanel( ["Networking", "networking.html", "Configures networking parameters"]); newMSpanel( ["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"]); - newMSpanel( ["Record a Menu", "record.html", "Allows you to record custom voicemenus over a phone"]); + //newMSpanel( ["Record a Menu", "record.html", "Allows you to record custom voicemenus over a phone"]); newMSpanel( ["Call Parking", "callparking.html", "configure call parking features"]); newMSpanel( ["Ring Groups", "ringgroups.html", "define RingGroups to dial more than one extension"]); newMSpanel( ["Active Channels", "status.html", "Monitor active channels."]); // newMSpanel( ["Graphs", "graphs.html", "View Graphs of your System Information."]); newMSpanel( ["System Info", "sysinfo.html", "System Information."]); - newMSpanel( ["Backup", "backup.html", "Backup Management."]); + //newMSpanel( ["Backup", "backup.html", "Backup Management."]); newMSpanel( ["Update", "flashupdate.html", "Update Firmware installed on the appliance."]); newMSpanel( ["Options", "localexts.html", "Admin Settings"]); } @@ -66,15 +67,15 @@ function fit_toScreen(){ var t = ASTGUI.displayHeight(); 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{ pheight = minimumheight; c.pheight = minimumheight ; @@ -279,11 +280,11 @@ } function goto_advancedoption(){ _$('mainscreen').style.display = "none"; - 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(); for( var r=0; r < panels.length; r++ ){ t = panels[r].page.split(".html")[0]; @@ -295,39 +296,37 @@ _$('mainscreen').src = _$('AdvancedOptionsSelect').value ; }
-![]() |
+ ||
| - - About Digium + | ||
|
-
+
Loading Screen
-
+
|
+
Asterisk Command Line Interface
diff -rN -U 5 ../aadk/config/feditor.html ./config/feditor.html
--- ../aadk/config/feditor.html 2007-06-04 20:47:14.000000000 +0200
+++ ./config/feditor.html 2008-05-01 16:09:34.000000000 +0200
@@ -336,11 +336,11 @@
config2json( global_fileBeingEdited, 0, fileparsed );
});
}
-
+
File Editor
diff -rN -U 5 ../aadk/config/flashupdate.html ./config/flashupdate.html
--- ../aadk/config/flashupdate.html 2007-07-18 20:32:00.000000000 +0200
+++ ./config/flashupdate.html 2008-05-01 16:09:34.000000000 +0200
@@ -23,71 +23,113 @@
|
|
diff -rN -U 5 ../aadk/config/networking.html ./config/networking.html
--- ../aadk/config/networking.html 2007-07-18 20:32:00.000000000 +0200
+++ ./config/networking.html 2008-05-01 16:09:34.000000000 +0200
@@ -19,11 +19,11 @@
Change Password
|