bkruse: branch asterisknow r1717 - /branches/asterisknow/config/misdn.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Oct 22 18:11:20 CDT 2007
Author: bkruse
Date: Mon Oct 22 18:11:20 2007
New Revision: 1717
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1717
Log:
more updates for bri
Modified:
branches/asterisknow/config/misdn.html
Modified: branches/asterisknow/config/misdn.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/misdn.html?view=diff&rev=1717&r1=1716&r2=1717
==============================================================================
--- branches/asterisknow/config/misdn.html (original)
+++ branches/asterisknow/config/misdn.html Mon Oct 22 18:11:20 2007
@@ -368,7 +368,6 @@
SPANS[b]['syncsrc'] = _$('editspan_syncsrc').value;
SPANS[b]['lbo'] = _$('editspan_lbo').value;
canelSpanInfo();
- showtable();
_$('save_b').disabled = false;
_$('cancel_b').disabled = false;
}
@@ -379,7 +378,7 @@
/* anything we need to do here? */
// inform the user to restart
alert("You need to restart your machine for these settings to take effect");
- window.location.href= "digital.html";
+ window.location.href= "misdn.html";
return true;
});
/* to run ztcfg and apply settings, you can do this call, but replace applysettings with ztcfg.
@@ -439,7 +438,7 @@
var totalchans = 0, firstpart , secondpart, tmp, tmp2 , tmp3;
for( var k in SPANS ){ if( SPANS.hasOwnProperty(k) ){{
//secondpart = k + "," + SPANS[k]['syncsrc'] + "," + SPANS[k]['lbo'] + "," + SPANS[k]['fac'].toLowerCase().replace("/", ",");
- uri += build_action('append', c, context, SPANS[k]['card']+",0x4", k); c++;
+ uri += build_action('append', c, context, "card", k+",0x4"); c++;
uri += build_action('append', c, context, SPANS[k]['portset'], k); c++;
tmp2 = (bchanstring)? ",":"";
SPANS[k]['zapchanstring'] = tmp3;
More information about the asterisk-gui-commits
mailing list