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

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Sep 13 16:55:28 CDT 2007


Author: bkruse
Date: Thu Sep 13 16:55:27 2007
New Revision: 1600

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1600
Log:
fixed the insecure settings

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=1600&r1=1599&r2=1600
==============================================================================
--- branches/asterisknow/config/trunks.html (original)
+++ branches/asterisknow/config/trunks.html Thu Sep 13 16:55:27 2007
@@ -230,14 +230,14 @@
 		/* save our fromuser field has the username field. */
 		_$('fromuser').value = _$('username').value;
 		widgets['fromuser'] = _$('username');
-		_$('insecure').value = "port,invite";
+		_$('insecure').value = "very";
 	}
 
 	if(_$('provider').value == "voilaip-sip" && _tsv.checked) {
 		/* save our fromuser field has the username field. */
 		_$('fromuser').value = _$('username').value;
 		widgets['fromuser'] = _$('username');
-		_$('insecure').value = "port,very";
+		_$('insecure').value = "very";
 	}
 
 




More information about the asterisk-gui-commits mailing list