[Freeswitch-svn] [commit] r13373 - freeswitch/trunk/src/mod/applications/mod_commands

FreeSWITCH SVN brian at freeswitch.org
Mon May 18 07:09:49 PDT 2009


Author: brian
Date: Mon May 18 09:09:49 2009
New Revision: 13373

Log:
   MODAPP-254 

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Mon May 18 09:09:49 2009
@@ -1096,6 +1096,7 @@
 	switch_core_session_ctl(SCSC_LAST_SPS, &last_sps);
 	switch_core_session_ctl(SCSC_SPS, &sps);
 	stream->write_function(stream, "%d session(s) %d/%d\n", switch_core_session_count(), last_sps, sps);
+	stream->write_function(stream, "%d session(s) max\n", switch_core_session_limit(0));
 
 	if (html) {
 		stream->write_function(stream, "</b>\n");



More information about the Freeswitch-svn mailing list