Author: pari
Date: Thu Nov 29 13:25:30 2007
New Revision: 1849
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;rev=1849
Log:
Fix for BE-257, zaptel.conf does not have fxo_ls, instead
use fxols
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=1849&a
mp;r1=1848&r2=1849
============================================================
==================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Thu Nov 29
13:25:30 2007
 -580,7
+580,7 
var ppp = calc_bchan_fxx(k);
if ( SPANS[k]['signalling'].beginsWith('fx') ){
- fxx[SPANS[k]['signalling']] =
((fxx[SPANS[k]['signalling']])? fxx[SPANS[k]['signalling']]
+ ",":"") + ppp;
+ fxx[ (SPANS[k]['signalling']).replace('_','') ] =
((fxx[SPANS[k]['signalling']])? fxx[SPANS[k]['signalling']]
+ ",":"") + ppp;
}else{
bchanstring += tmp2 + ppp;
dchanstring += tmp3 + SPANS[k]['reserved_ch'];
_______________________________________________
--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
|