Giovanni, I can see Skype API answers only when i using fs_cli. With perl script I can&#39;t see them.<br><br><div class="gmail_quote">2013/1/22 Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@gmail.com" target="_blank">gmaruzz@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Jan 22, 2013 at 12:51 PM, Anton Vojlenko &lt;<a href="mailto:stargray@bigmir.net">stargray@bigmir.net</a>&gt; wrote:<br>

&gt; Hello,<br>
&gt;<br>
&gt; I want to check user status from the Skype client instance, but I can&#39;t see<br>
&gt; Skype API answers from it. How to fix this?<br>
<br>
</div>Have you tried to give:<br>
<br>
&quot;fsctl loglevel 9&quot; in addition to &quot;console loglevel 9&quot; ?<br>
<div class="im"><br>
<br>
<br>
&gt; Script example:<br>
&gt;<br>
&gt; #!/usr/bin/perl<br>
&gt; use strict;<br>
&gt; use warnings;<br>
&gt; require ESL;<br>
&gt;<br>
&gt; my $host = &quot;localhost&quot;;<br>
&gt; my $port = &quot;8021&quot;;<br>
&gt; my $pass = &quot;somepass&quot;;<br>
&gt; my $con  = new ESL::ESLconnection($host, $port, $pass);<br>
&gt;<br>
&gt; $con-&gt;api(&quot;console loglevel 9&quot;);<br>
&gt; my $status = $con-&gt;api(&quot;skypopen sk1 GET USERSTATUS&quot;)-&gt;getBody();<br>
&gt; print $status;<br>
&gt; $con-&gt;disconnect();<br>
&gt;<br>
<br>
</div>--<br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : <a href="tel:%2B39-347-2665618" value="+393472665618">+39-347-2665618</a><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
</blockquote></div><br>