bkruse: branch bkruse/dahdi_integration r4117 - /team/bkruse/dahdi_integratio...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Nov 14 18:13:29 CST 2008


Author: bkruse
Date: Fri Nov 14 18:13:28 2008
New Revision: 4117

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4117
Log:
Updated to pari's latest changes before I leave, so people can test over the weekend (I hope)

Modified:
    team/bkruse/dahdi_integration/config/index.html
    team/bkruse/dahdi_integration/config/misdn.html

Modified: team/bkruse/dahdi_integration/config/index.html
URL: http://svn.digium.com/view/asterisk-gui/team/bkruse/dahdi_integration/config/index.html?view=diff&rev=4117&r1=4116&r2=4117
==============================================================================
--- team/bkruse/dahdi_integration/config/index.html (original)
+++ team/bkruse/dahdi_integration/config/index.html Fri Nov 14 18:13:28 2008
@@ -65,9 +65,9 @@
 		'g729' : 'G.729'
 	},
 	FileCache:{}, // Object to Cache config files .. sessionData.FileCache['users.conf'].content , sessionData.FileCache['users.conf'].modified
-	FXO_PORTS_DETECTED : [], // so that we donot have to parse ztscan output each time where we want this list
+	FXO_PORTS_DETECTED : [], // so that we do not have to parse ztscan output each time where we want this list
 				// sessionData.FXO_PORTS_DETECTED
-	FXS_PORTS_DETECTED : [], // so that we donot have to parse ztscan output each time where we want this list
+	FXS_PORTS_DETECTED : [], // so that we do not have to parse ztscan output each time where we want this list
 				// note that the above FXO_PORTS_DETECTED, FXS_PORTS_DETECTED are the actual analog FXS, FXO ports
 				// and NOT the channels on a digital span with FXS or FXO signalling
 	DEBUG_LOG : [], // all the debug log messages will be stored in this array (If debug mode is enabled)

Modified: team/bkruse/dahdi_integration/config/misdn.html
URL: http://svn.digium.com/view/asterisk-gui/team/bkruse/dahdi_integration/config/misdn.html?view=diff&rev=4117&r1=4116&r2=4117
==============================================================================
--- team/bkruse/dahdi_integration/config/misdn.html (original)
+++ team/bkruse/dahdi_integration/config/misdn.html Fri Nov 14 18:13:28 2008
@@ -327,7 +327,7 @@
 	for( var k in mISDNTRUNKS ){ if( mISDNTRUNKS.hasOwnProperty(k) ){ addrow_totable(k); }}
 	if(tbl.rows.length == 1){
 		tbl.style.display = 'none';
-		_$('div_noTrunks').innerHTML = '<BR><BR>You donot have any mISDN trunks defined';
+		_$('div_noTrunks').innerHTML = '<BR><BR>You do not have any mISDN trunks defined';
 	}else{
 		tbl.style.display = '';
 		_$('div_noTrunks').innerHTML = '<BR>List of mISDN Service providers (trunks)';




More information about the asterisk-gui-commits mailing list