From 5450f4dc2aa3238f85636ea6cd892b8a68761c84 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 18 May 2009 14:09:49 +0000 Subject: [PATCH] MODAPP-254 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13373 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 1 + 1 file changed, 1 insertion(+) 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");