espiceland: branch 2.0 r5128 - /branches/2.0/config/js/tooltip.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Dec 6 14:12:32 CST 2010
Author: espiceland
Date: Mon Dec 6 14:12:28 2010
New Revision: 5128
URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5128
Log:
Add missing tooltip for Call Number Limits under IAX Settings -> Security. ASTGUI-166.
Modified:
branches/2.0/config/js/tooltip.js
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=5128&r1=5127&r2=5128
==============================================================================
--- branches/2.0/config/js/tooltip.js (original)
+++ branches/2.0/config/js/tooltip.js Mon Dec 6 14:12:28 2010
@@ -283,6 +283,7 @@
tooltips['iax_general'].en[40] = "A single IP address or a range of IP addresses for which call token validation is not required in the form <b>11.11.11.11</b> or <b>11.11.11.11/22.22.22.22</b>.";
tooltips['iax_general'].en[41] = "<B>Max Call Numbers:</B> Limits the amount of call numbers allowed for a single IP address.";
tooltips['iax_general'].en[42] = "<B>Max Nonvalidated Call Numbers:</B> Limits the amount of nonvalidated call numbers for all IP addresses combined.";
+ tooltips['iax_general'].en[43] = "<B>Call Number Limits:</B> Limits the call numbers for a given IP range.";
// Tooltips for Options (options)
More information about the asterisk-gui-commits
mailing list