From: Brian West Date: Mon, 18 May 2009 14:09:49 +0000 (+0000) Subject: MODAPP-254 X-Git-Tag: v1.0.4~831 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5450f4dc2aa3238f85636ea6cd892b8a68761c84;p=thirdparty%2Ffreeswitch.git MODAPP-254 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13373 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 1e5af21e0b..b22bc3dd49 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -1096,6 +1096,7 @@ SWITCH_STANDARD_API(status_function) 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, "\n");