rbrindley: branch 2.0 r4531 - /branches/2.0/config/js/welcome.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Feb 27 11:44:22 CST 2009


Author: rbrindley
Date: Fri Feb 27 11:44:19 2009
New Revision: 4531

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4531
Log:

- changed the hardcoded 'zapchan' to the DahdiChannelString variable in loadTrunks


Modified:
    branches/2.0/config/js/welcome.js

Modified: branches/2.0/config/js/welcome.js
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/js/welcome.js?view=diff&rev=4531&r1=4530&r2=4531
==============================================================================
--- branches/2.0/config/js/welcome.js (original)
+++ branches/2.0/config/js/welcome.js Fri Feb 27 11:44:19 2009
@@ -64,7 +64,7 @@
 		addCell( newRow , { html: parent.sessionData.pbxinfo['trunks']['analog'][item]['trunkname'] } );
 		addCell( newRow , { html:'Analog'} );
 		addCell( newRow , { html:''} );
-		addCell( newRow , { html:'Ports ' + parent.sessionData.pbxinfo['trunks']['analog'][item]['zapchan'] } );
+		addCell( newRow , { html:'Ports ' + parent.sessionData.pbxinfo['trunks']['analog'][item][top.sessionData.DahdiChannelString] } );
 	});
 /* End Analog Trunks */
 




More information about the asterisk-gui-commits mailing list