bkruse: trunk r1456 - in /trunk: ./ config/trunks.html

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


Author: bkruse
Date: Sat Aug 25 19:11:17 2007
New Revision: 1456

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1456
Log:
Merged revisions 1455 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4

........
r1455 | bkruse | 2007-08-25 19:10:51 -0500 (Sat, 25 Aug 2007) | 5 lines

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:
    trunk/   (props changed)
    trunk/config/trunks.html

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Sat Aug 25 19:11:17 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442
+/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455

Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=1456&r1=1455&r2=1456
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Sat Aug 25 19:11:17 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