bkruse: trunk r1657 - /trunk/config/digital.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Oct 8 17:52:51 CDT 2007


Author: bkruse
Date: Mon Oct  8 17:52:50 2007
New Revision: 1657

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1657
Log:
Completing what pari started, now setting timing to 0, lbo to 0, and the proper framing and coding

Modified:
    trunk/config/digital.html

Modified: trunk/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/digital.html?view=diff&rev=1657&r1=1656&r2=1657
==============================================================================
--- trunk/config/digital.html (original)
+++ trunk/config/digital.html Mon Oct  8 17:52:50 2007
@@ -237,7 +237,10 @@
 		var totalchans = 0, firstpart , secondpart, tmp, tmp2 ;
 		for( var k in SPANS ){ if( SPANS.hasOwnProperty(k) ){
 			firstpart = "span";
-			secondpart = k;
+			/* XXX Timing source for card is being set to zero? */
+			/* LBO is being set to 0 */
+			secondpart = k + "," + "0,0," + SPANS[k]['fac'].toLowerCase().replace("/", ",");
+			alert(secondpart);
 			uri += build_action('append', c, context, firstpart, secondpart ); c++;
 			tmp2 = (totalchans)? ",":"";
 




More information about the asterisk-gui-commits mailing list