pari: branch 2.0 r4462 - /branches/2.0/config/js/tooltip.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Jan 22 11:04:24 CST 2009


Author: pari
Date: Thu Jan 22 11:04:23 2009
New Revision: 4462

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4462
Log:

ASTGUI-61: Add description for 's' & '_X.' in tooltip



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

Modified: branches/2.0/config/js/tooltip.js
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/js/tooltip.js?view=diff&rev=4462&r1=4461&r2=4462
==============================================================================
--- branches/2.0/config/js/tooltip.js (original)
+++ branches/2.0/config/js/tooltip.js Thu Jan 22 11:04:23 2009
@@ -346,7 +346,8 @@
 		"  <li>. ... Wildcard, matches anything remaining; i.e. _9011. Matches anything starting with 9011 (excluding 9011 itself)</li>\n" +
 		"  <li>! ... Wildcard, causes the matching process to complete as soon as it can unambiguously determine that no other matches are possible.\n" +
 		"</ul>\n" +
-		"For example, the extension _NXXXXXX would match normal 7 digit dialings, while _1NXXNXXXXX would represent a three digit area code plus phone number, proceeded by a one.";
+		"For example, the extension _NXXXXXX would match normal 7 digit dialings, while _1NXXNXXXXX would represent a three digit area code plus phone number, proceeded by a one." +
+		"&nbsp;&nbsp;<b>Tip: </b> Use 's' or '_X.' pattern to define a rule for <i>all incoming calls</i>.";
 
 	tooltips['callingrules'].en[2] = "<B>Strip:</B> Allows the user to specify the number of digits that will be stripped from  the front of the dialing string before the call is placed via the trunk selected in \"Use Trunk.\"  One might; for example, want users to dial 9 before their long distance calls; however one does not dial 9 before those calls are placed onto analog lines and the PSTN, so one should strip 1 digit from the front before the call is placed.";
 	tooltips['callingrules'].en[3] = "<B>Prepend these digits:</B> Allows the user to specify digits that are prepended before the call is placed via the trunk.  If a user's trunk required 10 digit dialing, but users were more comfortable performing 7 digit dialing, this field could be used to prepend a 3 digit area code to all 7 digit strings before they are placed to the trunk. User may also prepend a 'w' character for analog trunks to provide a slight delay before dialing";




More information about the asterisk-gui-commits mailing list