Author: bkruse
Date: Fri Oct 26 16:55:07 2007
New Revision: 1749
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;rev=1749
Log:
check for null lbo and unconfigured channel and set them
accordingly
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=1749&a
mp;r1=1748&r2=1749
============================================================
==================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Fri Oct 26
16:55:07 2007
 -366,6
+366,12 
SPANS[l]['definedchans'] = 1; // default value
q += Number(n[l][k]);
}
+ if( k == 'lbo' ) {
+ if(n[l][k] == "(null)") { SPANS[l]['lbo'] =
0; }
+ }
+ if( k == 'fac' ) {
+ if(n[l][k] == "CAS/ ???") { SPANS[l]['fac']
= "UNCONFIGURED"; }
+ }
}}
}}
loadConfigFiles.checkHardwareChanges();
_______________________________________________
--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
|