rbrindley: branch 2.0 r4583 - /branches/2.0/config/js/welcome.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Mar 5 10:20:15 CST 2009
Author: rbrindley
Date: Thu Mar 5 10:20:12 2009
New Revision: 4583
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4583
Log:
- loading conferences now uses 'core show channels concise'
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=4583&r1=4582&r2=4583
==============================================================================
--- branches/2.0/config/js/welcome.js (original)
+++ branches/2.0/config/js/welcome.js Thu Mar 5 10:20:12 2009
@@ -455,7 +455,7 @@
var conf_body = $('#sys_status_meetme > .body');
var active_conferences = {};
- var show_chans = ASTGUI.cliCommand('show channels concise');
+ var show_chans = ASTGUI.cliCommand('core show channels concise');
// DAHDI/pseudo-1529934219!default!s!1!Rsrvd!(None)!!!!3!1086!(None)
// SIP/6001-081f6500!DLPN_users!6300!1!Up!MeetMe!6300|MIx!6001!!3!1086!(None)
show_chans = parent.ASTGUI.parseCLIResponse(show_chans);
More information about the asterisk-gui-commits
mailing list