bkruse: branch 1.4 r1455 - /branches/1.4/config/trunks.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Sat Aug 25 19:10:51 CDT 2007


Author: bkruse
Date: Sat Aug 25 19:10:51 2007
New Revision: 1455

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1455
Log:
Fixes so that when you click "Add Service Provider" it automatically
checked voip (since that is what is displayed....) The only thing left
to do now is go ahead and display the first providers providerimg and 
providerdesc. I will do that tomorrow.

Modified:
    branches/1.4/config/trunks.html

Modified: branches/1.4/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/trunks.html?view=diff&rev=1455&r1=1454&r2=1455
==============================================================================
--- branches/1.4/config/trunks.html (original)
+++ branches/1.4/config/trunks.html Sat Aug 25 19:10:51 2007
@@ -953,6 +953,10 @@
 	_$('cancel').disabled = false;
 	_$('userscontent').style.display = "block";
 	_$('bg_transparent').style.display ='';
+	/* Make our default option VOIP (service providers) */
+	_$('trunkstylevoip').click();
+	_$('provider').options[0].selected = true;
+	_$('provider').click();
 	if ( isnewtrunk == 0){
 		_$('trunkstyleanalog').disabled = true;
 		_$('trunkstylevoip').disabled = true;




More information about the asterisk-gui-commits mailing list