pari: branch asterisknow r2127 - /branches/asterisknow/config/digital.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Jan 10 17:51:21 CST 2008


Author: pari
Date: Thu Jan 10 17:51:20 2008
New Revision: 2127

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2127
Log:
BE-289: 
The gui not displaying the dialog box when no digital cards are detected

Fix: tell the gui to ignore any ztdummy spans reported by ztscan



Modified:
    branches/asterisknow/config/digital.html

Modified: branches/asterisknow/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/digital.html?view=diff&rev=2127&r1=2126&r2=2127
==============================================================================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Thu Jan 10 17:51:20 2008
@@ -474,6 +474,7 @@
 					continue;
 				} // in this page, we care only about digital spans 
 				//  note: function detectHwChanges checks if there are any changes in analog ports detected
+				if(  n[l]['description'].toLowerCase().contains('ztdummy') ){ continue;} // ignore ztdummy :-)
 				SPANS[l] = {};
 				for( var k in n[l] ){ if(n[l].hasOwnProperty(k)){ 
 					SPANS[l][k] = n[l][k]; // store all the other fields in spans[l]




More information about the asterisk-gui-commits mailing list