Author: pari
Date: Thu Jan 10 17:51:20 2008
New Revision: 2127
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;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/branc
hes/asterisknow/config/digital.html?view=diff&rev=2127&a
mp;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]
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
asterisk-gui-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-g
ui-commits
|