MODAPP-254

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13373 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-18 14:09:49 +00:00
parent 9736ae5df4
commit 5450f4dc2a

View 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");