pari: trunk r397 - in /trunk/config: ./ scripts/ setup/

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Mon Mar 5 09:28:46 MST 2007


Author: pari
Date: Mon Mar  5 10:28:45 2007
New Revision: 397

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=397
Log:
updated some tooltips

Modified:
    trunk/config/cfgadvanced.html
    trunk/config/cfgappliance.html
    trunk/config/cfgbasic.html
    trunk/config/incoming.html
    trunk/config/localexts.html
    trunk/config/numberplan.html
    trunk/config/queues.html
    trunk/config/record.html
    trunk/config/scripts/tooltip.js
    trunk/config/setup/1.html
    trunk/config/setup/3.html
    trunk/config/sysinfo.html

Modified: trunk/config/cfgadvanced.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgadvanced.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/cfgadvanced.html (original)
+++ trunk/config/cfgadvanced.html Mon Mar  5 10:28:45 2007
@@ -82,7 +82,7 @@
 			"Define how your incoming calls should be handled & configure DID (Direct inward Dialing)"),
 
 		new PanelDef("menus", "Voice Menus", "accordion-icon.gif",
-			"Menus allow for more efficient routing of calls from incoming callers."),
+			"Menus allow for more efficient routing of calls from incoming callers. Also known as IVR (Interactive Voice Response) menus or Digital Receptionist"),
 
 		new PanelDef("record", "Record a Menu", "accordion-icon.gif",
 			"Allows you to record custom voicemenus over a phone"),

Modified: trunk/config/cfgappliance.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgappliance.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/cfgappliance.html (original)
+++ trunk/config/cfgappliance.html Mon Mar  5 10:28:45 2007
@@ -82,7 +82,7 @@
 			"Configures networking parameters"),
 
 		new PanelDef("menus", "Voice Menus", "accordion-icon.gif",
-			"Menus allow for more efficient routing of calls from incoming callers."),
+			"Menus allow for more efficient routing of calls from incoming callers. Also known as IVR (Interactive Voice Response) menus or Digital Receptionist"),
 
 		new PanelDef("record", "Record a Menu", "accordion-icon.gif",
 			"Allows you to record custom voicemenus over a phone"),

Modified: trunk/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgbasic.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/cfgbasic.html (original)
+++ trunk/config/cfgbasic.html Mon Mar  5 10:28:45 2007
@@ -85,7 +85,7 @@
 //			"Music on hold sometimes keeps people less angry while they wait for an answer."),
 
 		new PanelDef("menus", "Voice Menus", "accordion-icon.gif",
-			"Menus allow for more efficient routing of calls from incoming callers."),
+			"Menus allow for more efficient routing of calls from incoming callers. Also known as IVR (Interactive Voice Response) menus or Digital Receptionist"),
 
 		new PanelDef("record", "Record a Menu", "accordion-icon.gif",
 			"Allows you to record custom voicemenus over a phone"),

Modified: trunk/config/incoming.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/incoming.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/incoming.html (original)
+++ trunk/config/incoming.html Mon Mar  5 10:28:45 2007
@@ -21,6 +21,7 @@
 <script src="scripts/prototype.js"></script>
 <script src="scripts/rico.js"></script>
 <script src="scripts/astman.js"></script>
+<script src="scripts/tooltip.js"></script>
 <link href="stylesheets/rico.css" media="all" rel="Stylesheet" type="text/css" />
 <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
 <script>
@@ -495,7 +496,7 @@
 
 		<center><div style="height:25px;color: #FF0000;" id='status'  class="field_text9"></div></center>
 		<BR>
-		<center><input type="button" id="adddid" value="Add a Incoming Rule" onclick="add_incomingrule();"></center>
+		<center><input type="button" id="adddid" value="Add a Incoming Rule" onclick="add_incomingrule();"   onmouseover="show_tooltip('en', 'incoming',0);"></center>
 
 		<div id="userscontent" STYLE="display:none; position: absolute; left: 20; top: 40; width:475; height:190;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid;z-index:5">
 			<table width="100%" cellpadding=0 cellspacing=0 onmousedown="startDrag(event , 'userscontent');">
@@ -511,7 +512,7 @@
 											<option value="allunmatched">All Unmatched incoming calls</option>
 											<option value="frompattern">incoming calls that match </option>
 										</select>
-										<span id="thatmatch">pattern <input type="text" id="frompattern" size=12  onchange="enablesave();"  onkeyup="enablesave();"  class="input9"></span>
+										<span id="thatmatch" onmouseover="show_tooltip('en', 'incoming', 1);">pattern <input type="text" id="frompattern" size=12  onchange="enablesave();"  onkeyup="enablesave();"  class="input9"></span>
 										</NOBR>
 					</TD>
 			</TR>

Modified: trunk/config/localexts.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/localexts.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/localexts.html (original)
+++ trunk/config/localexts.html Mon Mar  5 10:28:45 2007
@@ -143,7 +143,7 @@
 								<option value="0">Varying</option>
 							</select>&nbsp;</td>
 				</tr>
-				<tr ><td class="field_text" align=left>Starting point of Allocation of extensions : <input type=text id="userbase" size=5  class="input9"></td></tr>
+				<tr ><td class="field_text" align=left>Fist Extension Number : <input type=text id="userbase" size=5  class="input9"></td></tr>
 				<tr ><td class="field_text" align="left"><input type=checkbox id="allow_aliasextns">Allow analog phones to be assigned to multiple extensions</td></tr>
 				<tr ><td class="field_text" align="left"><input type=checkbox id="allow_an_extns">Allow extensions to be AlphaNumeric (SIP/IAX users)</td></tr>
 			</table>

Modified: trunk/config/numberplan.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/numberplan.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/numberplan.html (original)
+++ trunk/config/numberplan.html Mon Mar  5 10:28:45 2007
@@ -351,7 +351,7 @@
 		}
 
 		var newCell4 = newRow.insertCell(4);
-		newCell4.innerHTML = "<A href=\"#\" onclick=\"editcallingrule('"+ a +"', '"+ b +"')\">Edit</A>&nbsp;&nbsp;<A href=\"#\" onclick=\"deletecallingrule('"+ a +"', '"+ b +"')\">Delete</A>";
+		newCell4.innerHTML = "<A href=\"#\" onclick=\"editcallingrule('"+ a +"', '"+ b +"')\"  onmouseover=\"show_tooltip('en', 'callingrules', 2);\">Edit</A>&nbsp;&nbsp;<A href=\"#\" onclick=\"deletecallingrule('"+ a +"', '"+ b +"')\"   onmouseover=\"show_tooltip('en', 'callingrules', 3);\">Delete</A>";
 		newCell4.width=75;
 		newCell4.align="center";
 		return true;
@@ -635,7 +635,7 @@
 	<center>
 	<fieldset style="width: 500px" id="fieldset1">
 		<legend>&nbsp;List of DialPlans:&nbsp;</legend>
-		<CENTER><select id="extensions" class="input9" style="z-index:2"></select>&nbsp;&nbsp;<a href="#" class="splbutton" onclick="newnumberplan()">new</a>&nbsp;&nbsp;<a href="#" class="splbutton" onclick="delete_numberplan()">delete</a>
+		<CENTER><select id="extensions" class="input9" style="z-index:2"></select>&nbsp;&nbsp;<a href="#" class="splbutton" onclick="newnumberplan()"  onmouseover="show_tooltip('en', 'callingrules', 0);">new</a>&nbsp;&nbsp;<a href="#" class="splbutton" onclick="delete_numberplan()" onmouseover="show_tooltip('en', 'callingrules', 1);">delete</a>
 			<input id='new' value='New' type="button"  style="display:none">
 			<input id='delete' value='Delete' type="button"  style="display:none">
 			<div id="npcontent" STYLE="display:none; position: absolute; left: 110; top: 40; width:320; height:110;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid; z-index:6">
@@ -681,7 +681,7 @@
 				</div>
 			<center><div style="height:25px;color: #FF0000;" id='status'  class="field_text9"></div></center>
 			<BR>
-			<div STYLE="position: absolute; left:186; top: 460;"><input type="button" id="addrule" value="Add a Calling Rule" onclick="add_callingrule();"></div>
+			<div STYLE="position: absolute; left:186; top: 460;"><input type="button" id="addrule" value="Add a Calling Rule" onclick="add_callingrule();"  onmouseover="show_tooltip('en', 'callingrules', 4);"></div>
 	</fieldset>
 	</center>
 
@@ -694,15 +694,15 @@
 		</TR>
 		</table>
 		<TABLE	align=center cellpadding=2 cellspacing=2 border=0 width="480">
-		<TR>
+		<TR  onmouseover="show_tooltip('en', 'callingrules', 5);">
 			<TD align="right" width=175>Rule Name:</TD>
 			<TD><input type="text" id="rulename" size="" onChange="enablesave();" onkeyup="enablesave();" class="input9"></TD>
 		</TR>
-		<TR>
+		<TR  onmouseover="show_tooltip('en', 'callingrules', 6);">
 			<TD  align="right" height=40> Place this call through :</TD>
 			<TD><select id="trunks"  class="input9" onChange="enablesave();"></select></TD>
 		</TR>
-		<TR id="define_usual" height=100>
+		<TR id="define_usual" height=100   onmouseover="show_tooltip('en', 'callingrules', 7);">
 			<TD valign="top" align=right>Dialing Rules :</TD>
 			<TD valign="top"> If the number begins with <input id="beginswith"  class="input9" type='text' size=6 onChange="enablesave();" onkeyup="enablesave();"> and 
 					followed by <input id="followedby" type='text'  class="input9" size=1 onChange="enablesave();" onkeyup="enablesave();"> digits <input type="checkbox" id="ormore" onChange="enablesave();"> or more <BR>
@@ -710,7 +710,7 @@
 			</TD>
 		</TR>
 		
-		<TR id="define_advanced"  height=100>
+		<TR id="define_advanced"  height=100   onmouseover="show_tooltip('en', 'callingrules', 8);">
 			<TD valign="top" align=right>
 				Custom Pattern:
 			</TD>
@@ -723,7 +723,7 @@
 					</table>
 			</TD>
 		</TR>
-		<TR>
+		<TR   onmouseover="show_tooltip('en', 'callingrules', 9);">
 			<TD colspan=2 align=center>Strip <input type="text" id="strip"  class="input9" size="1"  onChange="enablesave();" onkeyup="enablesave();"> digits from the front and prepend <input type="text" id="prepend"  class="input9" size="3"  onChange="enablesave();" onkeyup="enablesave();"> before dialing</TD>
 		</TR>
 		<TR>

Modified: trunk/config/queues.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/queues.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/queues.html (original)
+++ trunk/config/queues.html Mon Mar  5 10:28:45 2007
@@ -526,7 +526,7 @@
 																		<tr onmouseover="show_tooltip('en', 'queues', 10);" ><td class="field_text">JoinEmpty:</td><td><input type=checkbox id='joinempty'></td></tr>
 																		<tr onmouseover="show_tooltip('en', 'queues', 11);" ><td class="field_text">LeaveWhenEmpty:</td><td><input type=checkbox id='leavewhenempty'></td></tr>
 																		<tr onmouseover="show_tooltip('en', 'queues', 12);" ><td class="field_text">Report Hold Time:</td><td><input type=checkbox id='reportholdtime'></td></tr>
-																		<tr>
+																		<tr  onmouseover="show_tooltip('en', 'queues', 13);" >
 																				<td colspan=2  class="field_text">
 																					Music On Hold: <select id="musicclass" class="input8"></select>
 																				</td>

Modified: trunk/config/record.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/record.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/record.html (original)
+++ trunk/config/record.html Mon Mar  5 10:28:45 2007
@@ -22,6 +22,7 @@
 <script src="scripts/prototype.js"></script>
 <script src="scripts/rico.js"></script>
 <script src="scripts/astman.js"></script>
+<script src="scripts/tooltip.js"></script>
 <link href="stylesheets/rico.css" media="all" rel="Stylesheet" type="text/css" />
 <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
 
@@ -311,7 +312,7 @@
 			<BR><BR>
 			<div id="status"></div>
 			<BR><BR>
-			<input type="button" id="vvv" value="Record a new Voice Menu" onclick="show_record();">
+			<input type="button" id="vvv" value="Record a new Voice Menu" onclick="show_record();"  onmouseover="show_tooltip('en', 'record', 0);">
 
 		<div id="recordnew_content" STYLE="display:none; position: absolute; left: 20; top: 125; width:475; height:150;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid;z-index:5">
 			<table width="100%" cellpadding=0 cellspacing=0 onmousedown="startDrag(event , 'recordnew_content');">
@@ -327,7 +328,7 @@
 			</table>
 			<table cellpadding=2 cellspacing=2 border=0>
 				<tr>	<td colspan=2 height=15 valign=middle align=center class="field_text"></td></tr>
-				<tr><td class="field_text">File Name:</td>
+				<tr   onmouseover="show_tooltip('en', 'record', 1);"><td class="field_text">File Name:</td>
 						<td><input id='newvmenu_name' size=24 class="input9">
 								<input type="hidden" id="format" value="gsm">
 						</td>
@@ -346,7 +347,7 @@
 								</select>
 						</td>
 				</tr> -->
-				<tr>	<td class="field_text">Extension used for recording:</td>
+				<tr   onmouseover="show_tooltip('en', 'record', 2);">	<td class="field_text">Extension used for recording:</td>
 						<td><select id='newvmenu_ext' class="input9"></select></td>
 				</tr>
 				<tr>	<td colspan=2 align=center height=10></td></tr>

Modified: trunk/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/tooltip.js?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/scripts/tooltip.js (original)
+++ trunk/config/scripts/tooltip.js Mon Mar  5 10:28:45 2007
@@ -45,7 +45,7 @@
 	tooltips['meetme'] .en[8] = "<B>Quiet Mode:</B> This option enables Quiet mode.  If this option is checked, all users entering this conference will be marked as quiet, and will be in Listen-Only mode.";
 	tooltips['meetme'] .en[9] = "<B>Wait for Market User:</B> If this option is set, then users joining the conference will not be able to speak to one-another until the marked user has joined the conference.";
 	tooltips['meetme'] .en[10] = "<B>Set Marked User:</B> This option sets the person that enters the bridge using this extension as Marked.  This option works in conjunction with the obove \"Wait for marked user\" option.";
-	tooltips['meetme'] .en[11] = "<B>Set Marked User:</B> Record this conference in a WAV format. Default filename is meetme-conf-rec-${Conference Number}-${UNIQUEID}.";
+	tooltips['meetme'] .en[11] = "<B>Record Conference:</B> Record this conference in a WAV format. Default filename is meetme-conf-rec-${Conference Number}-${UNIQUEID}.";
 
 // Tooltips for Voicemail
 	tooltips['voicemail']= new Object;
@@ -83,6 +83,7 @@
 	tooltips['queues'].en[10] = "<B> JoinEmpty:</B> Defining this option allows callers to enter the Queue when no Agents are available. If this option is not defined, callers will not be able to enter Queues with no available agents.";
 	tooltips['queues'].en[11] = "<B>LeaveWhenEmpty:</B> Defining this option forces all callers to exit the Queue if New Callers are also not able to Enter the Queue. This option should generally be set in concert with the JoinEmpty option.";
 	tooltips['queues'].en[12] = "<B> Report Hold Time:</B> Enabling this option causes Asterisk to report, to the Agent, the hold time of the caller before the caller is connected to the Agent.";
+	tooltips['queues'].en[13] = "<B> Music On Hold:</B> Select the 'Music on Hold' Class for this Queue";
 
 // Tooltips for SIP_General (sip_general)
 	tooltips['sip_general']= new Object;
@@ -208,3 +209,41 @@
 	tooltips['menus'].en[4] = "<B>Keypress Events:</B>Define the actions that occur when a user presses the corresponding digit.";
 	tooltips['menus'].en[5] = "<B>Extension(optional):</B> If you want this Voicemenu to be accessible by dialing an extension, then enter that extension number";
 	
+	// Tooltips for Calling Rules  (numberplan)
+	tooltips['callingrules']= new Object;
+	tooltips['callingrules'].en = new Array;
+	tooltips['callingrules'].en[0] = "<B>new:</B> Add a new DialPlan. A DialPlan is a set of calling rules that can be assigned to one or more User Extensions.";
+	tooltips['callingrules'].en[1] = "<B>delete:</B> Delete the selected DialPlan.";
+	tooltips['callingrules'].en[2] = "<B>Edit:</B> Edit the selected Calling Rule.";
+	tooltips['callingrules'].en[3] = "<B>Delete:</B> Delete the selected Calling Rule.";
+	tooltips['callingrules'].en[4] = "<B>Add a Calling Rule:</B> Add new 'Calling Rule' to the selected DialPlan. A DialPlan is a set of calling rules, that can be assigned to one or more User Extensions.";
+	tooltips['callingrules'].en[5] = "<B>Rule Name:</B> A name for this Calling Rule. Ex: 'Local' or 'Long Distance' etc.";
+	tooltips['callingrules'].en[6] = "Select a Service Provider through which this call should be placed.";
+	tooltips['callingrules'].en[7] = "<B>Dialing Rules:</B> Ex: If the number begins with <I>'256'</I> and followed by <I>7</I> digits <i>or more</I>";
+	tooltips['callingrules'].en[8] = "<B>Custom Pattern:</B> Ex:  _91NXXNXXXXXX ";
+	tooltips['callingrules'].en[9] = "Ex: Strip <i>1</i> digits from the front and prepend <i>256</i> before dialing";
+
+	// Tooltips for Incoming Calls (incoming)
+	tooltips['incoming']= new Object;
+	tooltips['incoming'].en = new Array;
+	tooltips['incoming'].en[0] = "<B>Add a Incoming Rule:</B> Define a new Rule for handling Incoming calls based on service provider and/or the number called.";
+	tooltips['incoming'].en[1] = "<B>Pattern:</B> Pattern of the DID number, <i>not</I> the pattern for the CID (caller id number)";
+
+
+	// Tooltips for Record a Menu (record)
+	tooltips['record']= new Object;
+	tooltips['record'].en = new Array;
+	tooltips['record'].en[0] = "<B>Record a new Voice Menu:</B> Lets you record a new voice menu using any user extension device";
+	tooltips['record'].en[1] = "<B>Filename:</B> File name under which the recorded file should be saved to. Ex: MainGreeting ";
+	tooltips['record'].en[2] = "<B>Extension used for recording:</B> Select a device through which this voice menu will be recorded.";
+
+
+	// Tooltips for System Information  (sysinfo)
+	tooltips['sysinfo']= new Object;
+	tooltips['sysinfo'].en = new Array;
+	tooltips['sysinfo'].en[0] = "<B>General:</B> Information about OS, Uptime, Asterisk, Date, Timezone and Hostname";
+	tooltips['sysinfo'].en[1] = "<B>ifconfig:</B> Network devices information (ifconfig)";
+	tooltips['sysinfo'].en[2] = "<B>Resources:</B> Disk and Memory usage information";
+	tooltips['sysinfo'].en[3] = "<B>Logs:</B> Asterisk Log files";
+
+

Modified: trunk/config/setup/1.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/1.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/setup/1.html (original)
+++ trunk/config/setup/1.html Mon Mar  5 10:28:45 2007
@@ -151,7 +151,7 @@
 	}
 	if($('zapchan').length ==0 ){
 		$('detected_info').style.display = "none";
-		$('zapscan_info').innerHTML = " <B>No Analog ports has been detected on your system</B> <BR><BR>"
+		$('zapscan_info').innerHTML = " <B>No Analog ports have been detected on your system</B> <BR><BR>"
 		+" If you do not have any analog hardware please click Next to proceed";
 	}
 

Modified: trunk/config/setup/3.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/3.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/setup/3.html (original)
+++ trunk/config/setup/3.html Mon Mar  5 10:28:45 2007
@@ -152,7 +152,7 @@
 					<p class="subheading">	Local Extensions are <select id="localextenlength">
 																	<option value="2">2</option><option value="3">3</option><option value="4" selected>4</option><option value="5">5</option></select> digits long&nbsp;
 					</p>
-					<p class="subheading">Starting point of Allocation of extensions : <input type=text id="userbase" size=5 dfalt="6000">	</p>
+					<p class="subheading">First Extension Number : <input type=text id="userbase" size=5 dfalt="6000">	</p>
 					<p class="subheading"><input type=checkbox id="allow_aliasextns"> Allow analog phones to be assigned to multiple extensions</p>
 			<!--  this page -->
 			</td>

Modified: trunk/config/sysinfo.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/sysinfo.html?view=diff&rev=397&r1=396&r2=397
==============================================================================
--- trunk/config/sysinfo.html (original)
+++ trunk/config/sysinfo.html Mon Mar  5 10:28:45 2007
@@ -176,10 +176,10 @@
 	<tr valign="top" height="18">	
 			<td align="left">
 
-				<a href="#" class="tab" onclick="return show_window(1);" id="tab1">General</a>&nbsp;&nbsp;
-				<a href="#" class="tab" onclick="return show_window(2);" id="tab2">ifconfig</a>&nbsp;&nbsp;
-				<a href="#" class="tab" onclick="return show_window(3);" id="tab3">Resources</a>&nbsp;&nbsp;
-				<a href="#" class="tab" onclick="return show_window(4);" id="tab4">Logs</a>&nbsp;&nbsp;
+				<a href="#" class="tab" onclick="return show_window(1);" id="tab1"  onmouseover="show_tooltip('en', 'sysinfo', 0);">General</a>&nbsp;&nbsp;
+				<a href="#" class="tab" onclick="return show_window(2);" id="tab2"  onmouseover="show_tooltip('en', 'sysinfo', 1);">ifconfig</a>&nbsp;&nbsp;
+				<a href="#" class="tab" onclick="return show_window(3);" id="tab3"  onmouseover="show_tooltip('en', 'sysinfo', 2);">Resources</a>&nbsp;&nbsp;
+				<a href="#" class="tab" onclick="return show_window(4);" id="tab4"  onmouseover="show_tooltip('en', 'sysinfo', 3);">Logs</a>&nbsp;&nbsp;
 				<div id="sysinfohtml" style="display:none"></div>
 
 				<div id="information" style=" border: solid 0px black; background: transparent; padding: 4px; height:440px; width:95%;">



More information about the asterisk-gui-commits mailing list