pari: trunk r1007 - /trunk/config/cfgbasic.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Wed May 30 18:03:19 MST 2007


Author: pari
Date: Wed May 30 20:03:19 2007
New Revision: 1007

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1007
Log:
moving some options into the main panel

Modified:
    trunk/config/cfgbasic.html

Modified: trunk/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgbasic.html?view=diff&rev=1007&r1=1006&r2=1007
==============================================================================
--- trunk/config/cfgbasic.html (original)
+++ trunk/config/cfgbasic.html Wed May 30 20:03:19 2007
@@ -165,13 +165,17 @@
 	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( ["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( ["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( ["File Editor", "feditor.html", "Edit Asterisk Config Files"]);
+	newpanel( ["Asterisk CLI", "cli.html", "Asterisk Command Line Interface"]);
 	newpanel( ["Backup", "backup.html", "Backup Management."]);
 	newpanel( ["Options", "localexts.html", "Admin Settings"]);
-
 	return panels;
 }
 
@@ -342,18 +346,13 @@
 		<tr>	<td align=right>Goto:&nbsp;</td>
 			<td align="center">
 			<select id="AdvancedOptionsSelect" class="input9" onchange="goto_advancedoption()">
-				<option value="feditor.html">File Editor</option>
-				<option value="cli.html">Asterisk CLI</option>
 				<option value="moh.html">Music on Hold</option>
-				<option value="timerules.html">Time Based Rules</option>
-				<option value="ringgroups.html">Ring Groups</option>
 				<option value="emailsettings.html">VM Email settings</option>
 				<option value="sip.html">Global SIP Settings</option>
 				<option value="iax.html">Global IAX Settings</option>
 			<!--	<option value="jabber.html">Jabber</option>
 				<option value="jingle.html">Jingle</option>
 				<option value="zapata.html">Zap Channel</option>	-->
-				<option value="syslog.html">Asterisk Logs</option>
 				<option value="options.html">Change Password</option>
 				<option value="TOSETUP">Setup Wizard</option>
 			</select>



More information about the asterisk-gui-commits mailing list