espiceland: branch 2.0 r5094 - in /branches/2.0/config: js/tooltip.js users.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Oct 18 09:39:16 CDT 2010


Author: espiceland
Date: Mon Oct 18 09:39:13 2010
New Revision: 5094

URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5094
Log:
Add tooltip for MWI from setting under Users. Fixes ASTGUI-219.

Modified:
    branches/2.0/config/js/tooltip.js
    branches/2.0/config/users.html

Modified: branches/2.0/config/js/tooltip.js
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/js/tooltip.js?view=diff&rev=5094&r1=5093&r2=5094
==============================================================================
--- branches/2.0/config/js/tooltip.js (original)
+++ branches/2.0/config/js/tooltip.js Mon Oct 18 09:39:13 2010
@@ -67,6 +67,7 @@
 
 	tooltips['users'] .en[31] = "<B>RXFlash</B> sets the amount of time, in milliseconds, that the hook-flash must remain depressed in order for asterisk to consider such an event a valid flash event.  The default value of RXFlash is 1250ms and it can be configured in 1ms increments." ;
 	tooltips['users'] .en[32] = "<B>Require Call Token:</B> Enable or disable requiring call token.  Default is 'yes'. Using 'auto' may lock out users who depend on backward compatibility when peer authentication credentials are shared between physical endpoints.";
+	tooltips['users'] .en[33] = "<B>MWI From:</B> When sending MWI NOTIFY requests, use this in the From: header as the \"name\" portion.  Also fill the \"user\" portion of the URI in the From: header with this value if no fromuser is set.";
 
 	tooltips['users'] .en[94] = "Line Keys is the number of lines that are tied to this SIP registration.";
 

Modified: branches/2.0/config/users.html
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/users.html?view=diff&rev=5094&r1=5093&r2=5094
==============================================================================
--- branches/2.0/config/users.html (original)
+++ branches/2.0/config/users.html Mon Oct 18 09:39:13 2010
@@ -261,7 +261,7 @@
 							</TD>
 						</TR>
 						<TR>	<TD id="mwi_from">
-								MWI from: <input type="text" id="edit_mwifrom" /> <img src="images/tooltip_info.gif" tip="" size="12" class="tooltipinfo" />
+								MWI from: <input type="text" id="edit_mwifrom" /> <img src="images/tooltip_info.gif" tip="en,users,33" size="12" class="tooltipinfo" />
 							</TD>
 						</TR>
 					</TABLE>




More information about the asterisk-gui-commits mailing list