rbrindley: branch 2.0 r4813 -	/branches/2.0/config/js/hardware_dahdi.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Mon Jun  1 12:29:56 CDT 2009
    
    
  
Author: rbrindley
Date: Mon Jun  1 12:29:53 2009
New Revision: 4813
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4813
Log:
- corrected an issue from the previous commit that broke configuring
  a PRI card
Modified:
    branches/2.0/config/js/hardware_dahdi.js
Modified: branches/2.0/config/js/hardware_dahdi.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/hardware_dahdi.js?view=diff&rev=4813&r1=4812&r2=4813
==============================================================================
--- branches/2.0/config/js/hardware_dahdi.js (original)
+++ branches/2.0/config/js/hardware_dahdi.js Mon Jun  1 12:29:53 2009
@@ -983,7 +983,7 @@
 			tmp2 = (bchanstring)? ",":"";
 			tmp3 = (dchanstring)? ",":"";
 			var ppp = calc_bchan_fxx(k);
-			if ( SPANS[k]['signalling'].beginsWith('pri') ){
+			if ( !SPANS[k]['signalling'].beginsWith('pri') && !SPANS[k]['signalling'].beginsWith('bri') ){
 				if(SPANS[k]['signalling'].beginsWith('fx')){ 
 					var qqq = (SPANS[k]['signalling']).replace('_',''); // zaptel.conf uses fxoks instead of fxo_ks
 				} else {
    
    
More information about the asterisk-gui-commits
mailing list