pari: branch 2.0 r3850 - /branches/2.0/config/hardware.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Mon Sep 22 11:23:38 CDT 2008
    
    
  
Author: pari
Date: Mon Sep 22 11:23:38 2008
New Revision: 3850
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3850
Log:
 Show list of available drivers
Modified:
    branches/2.0/config/hardware.html
Modified: branches/2.0/config/hardware.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/hardware.html?view=diff&rev=3850&r1=3849&r2=3850
==============================================================================
--- branches/2.0/config/hardware.html (original)
+++ branches/2.0/config/hardware.html Mon Sep 22 11:23:38 2008
@@ -96,6 +96,7 @@
 </style>
 <script>
 var MODULE_NAME = 'wctdm24xxp';
+var DRIVERS_LIST = [ 'tor2', 'wcfxo', 'wct1xxp', 'wct4xxp', 'wctc4xxp', 'wctdm24xxp', 'wctdm', 'wcte11xp', 'wcte12xp', 'wcusb', 'xpp_usb' ];
 
 var SPANS = {};
 
@@ -1119,6 +1120,7 @@
 	ASTGUI.domActions.enableDisableByCheckBox ('enable_disable_checkbox_fxshonormode', 'fxshonormode') ;
 	ASTGUI.domActions.enableDisableByCheckBox ('enable_disable_checkbox_alawoverride', 'alawoverride') ;
 
+	ASTGUI.COMBOBOX.call( _$('zap_moduleName') , DRIVERS_LIST , 195 );
 
 	if( parent.sessionData.PLATFORM.isAA50 ){
 		(function(){
    
    
More information about the asterisk-gui-commits
mailing list