]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODAPP-254
authorBrian West <brian@freeswitch.org>
Mon, 18 May 2009 14:09:49 +0000 (14:09 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 18 May 2009 14:09:49 +0000 (14:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13373 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 1e5af21e0b5c41b7831bdfc4bc8ca04acf3d136e..b22bc3dd491c31ecd752ca729034a13b908b920b 100644 (file)
@@ -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, "</b>\n");