bkruse: branch asterisknow r1610 - in /branches/asterisknow/config: ./ scripts/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Sep 17 14:39:45 CDT 2007


Author: bkruse
Date: Mon Sep 17 14:39:45 2007
New Revision: 1610

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1610
Log:
update for NGT, tooltip. Compared to the appliance trunks.html to make sure all changes are being merged back up into open source of course

Modified:
    branches/asterisknow/config/scripts/tooltip.js
    branches/asterisknow/config/trunks.html

Modified: branches/asterisknow/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/scripts/tooltip.js?view=diff&rev=1610&r1=1609&r2=1610
==============================================================================
--- branches/asterisknow/config/scripts/tooltip.js (original)
+++ branches/asterisknow/config/scripts/tooltip.js Mon Sep 17 14:39:45 2007
@@ -259,7 +259,8 @@
 	tooltips['trunks'].en[4] = "<B>Password:</B> The password for your account with the provider - please contact your provider if you do not know it.";
 	tooltips['trunks'].en[5] = "<B>Digital Cards:</B> Digital Card trunking setup includes TExxxx based cards. Anything that is based from zaptel.conf and zapata.conf is readily availible to be configured as a trunk.";
 	tooltips['trunks'].en[6] = "<B>Provider:</B> These VOIP service providers are currently in state beta. report bugs to http://bugs.digium.com";
-	 
+	tooltips['trunks'].en[7] = "<B>Ngt Host:</B> This is the IP of the SIP server provided by NGT for your specific user account.";
+
 	// Tooltips for Voicemenus (menus)
 	tooltips['menus']= new Object;
 	tooltips['menus'].en = new Array;

Modified: branches/asterisknow/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/trunks.html?view=diff&rev=1610&r1=1609&r2=1610
==============================================================================
--- branches/asterisknow/config/trunks.html (original)
+++ branches/asterisknow/config/trunks.html Mon Sep 17 14:39:45 2007
@@ -1494,7 +1494,7 @@
 					Password:</td>
 					<td><input type="password" size='20' id='secret' class="input8"></td>
 				</tr>
-				<tr> <td style='display:none' id='voip_ip' class="field_text" tip="en,trunks,5">
+				<tr> <td style='display:none' id='voip_ip' class="field_text" tip="en,trunks,7">
 					 NGT Host:</td>
 				<td><input style="display:none" size='20' id='ip' class="input8"></td>
 				</tr>




More information about the asterisk-gui-commits mailing list