None that I&#39;m aware of. You&#39;ll probably have to parse the results of &quot;show channels&quot; and search through the &quot;name&quot; field results. For example, here&#39;s a call I just made from a SIP phone to 9999:<br>
<br><span style="font-family: courier new,monospace;">freeswitch@internal&gt; show channels</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,write_codec,write_rate</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">53a62ebd-156c-4684-b616-740d7a5b609b,inbound,2009-04-23 11:14:09,1240510449,sofia/internal/<a href="mailto:1000@10.15.0.91">1000@10.15.0.91</a>,CS_EXECUTE,Mikey,1000,10.15.0.213,9999,playback,local_stream://moh,XML,default,PCMU,8000,PCMU,8000</span><br style="font-family: courier new,monospace;">
<br>In this case, &quot;name&quot; contains &quot;sofia/internal/<a href="mailto:1000@10.15.0.91">1000@10.15.0.91</a>&quot;. From there you should be able to determine if that is one of the SIP clients whose status you want to see.<br>
<br>-MC<br><br><div class="gmail_quote">On Thu, Apr 23, 2009 at 1:30 AM, Baskar <span dir="ltr">&lt;<a href="mailto:yudha2008@gmail.com">yudha2008@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><span></span><h3 style="color: rgb(200, 137, 0);"><span>Raul Fragoso:</span></h3><b>I can to get that through Mysql DB but i want to know whether there is any </b><b>api command to check the status of the extension(1000).</b><div>
<div></div><div class="h5"><br>
<br><b>If the agent register 1000 in xlite.<br><br>The registered users can be viewed by api command api sofia status profile default.<br>
<br>After that if i want to view the status of that extension 1000 whether he is in calling are in ideal.<br></b><br><b>There is any api command to check the status of the extension(1000).<br><br>Thanks with Advance.</b><br>

<br><b><br>-- <br>Warm Regards,<br>N.Baskar<br></b><br>
</div></div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>