<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Getting current call count</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>2/200 is number of sessions per second/MAX number of sessions per second...<BR>
<BR>
If you do a &#8216;fsctl max_sessions&#8217; that will show you max number of sessions<BR>
<BR>
<BR>
Status &nbsp;outputs something like this<BR>
<BR>
API CALL [status()] output:<BR>
UP 0 years, 0 days, 17 hours, 18 minutes, 36 seconds, 913 milliseconds, 565 microseconds<BR>
1574 session(s) since startup<BR>
4 session(s) 0/30<BR>
<BR>
Uptime<BR>
Total Number of session(s) since startup<BR>
Active session(s) sessions per sec/max sessions per sec<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>Nik Middleton &lt;nik.middleton@noblesolutions.co.uk&gt;<BR>
<B>Reply-To: </B>&lt;freeswitch-users@lists.freeswitch.org&gt;<BR>
<B>Date: </B>Sun, 15 Feb 2009 22:18:56 -0000<BR>
<B>To: </B>&lt;freeswitch-users@lists.freeswitch.org&gt;<BR>
<B>Subject: </B>[Freeswitch-users] Getting current call count<BR>
<BR>
</SPAN></FONT><FONT FACE="Arial"><SPAN STYLE='font-size:10pt'>Hi guys,<BR>
&nbsp;<BR>
I&#8217;d like to get the number of calls on the system so that I can manage the load.<BR>
&nbsp;<BR>
>From the cli, I&#8217;ve tried the following:<BR>
&nbsp;<BR>
Show channels<BR>
&nbsp;<BR>
This along with the call detail shows me the correct number of calls<BR>
&nbsp;<BR>
Show calls count<BR>
&nbsp;<BR>
This delivers a value of zero.<BR>
&nbsp;<BR>
I should add that I&#8217;m placing an outbound call from a JavaScript.<BR>
&nbsp;<BR>
If I originate another call within the script and bridge it with the first, it then shows 1 call<BR>
&nbsp;<BR>
It&#8217;s as if it&#8217;s only counting calls between two end points <BR>
&nbsp;<BR>
Status<BR>
&nbsp;<BR>
Shows correct number of sessions, &nbsp;BUT&#8230; shows 2/200 &nbsp;&nbsp;<BR>
&nbsp;<BR>
(200 is the value set in call setups/sec. &nbsp;I&#8217;ve set maximum calls to 1000, so I&#8217;m hoping that this is a typo)<BR>
&nbsp;<BR>
Am I missing something here? &nbsp;Is there another way of doing this?<BR>
&nbsp;<BR>
Regards,<BR>
</SPAN></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
Freeswitch-users mailing list<BR>
Freeswitch-users@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>