bkruse: branch asterisknow r1609 - /branches/asterisknow/config/trunks.html

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


Author: bkruse
Date: Mon Sep 17 14:28:37 2007
New Revision: 1609

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1609
Log:
setting the insecure value for NGT

Modified:
    branches/asterisknow/config/trunks.html

Modified: branches/asterisknow/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/trunks.html?view=diff&rev=1609&r1=1608&r2=1609
==============================================================================
--- branches/asterisknow/config/trunks.html (original)
+++ branches/asterisknow/config/trunks.html Mon Sep 17 14:28:37 2007
@@ -209,7 +209,8 @@
 		widgets['fromuser'] = _$('username');
 		/* Our makerequest uses this widget as its call for fromuser */
 		/* If provider is NGT, we need to change the host and IP right before we save, to our two input boxes, username and IP. */
-		 _$('host').value = (_$('ip').value.length) ? _$('ip').value : 'NO IP SPECIFIED!' ;
+		_$('host').value = (_$('ip').value.length) ? _$('ip').value : 'NO IP SPECIFIED!' ;
+		_$('insecure').value = "very";
 	 } 
 
 	if(_$('provider').value == "simplesignal" && _tsv.checked) {	




More information about the asterisk-gui-commits mailing list