Hi,<br><br>I am sending some conference commands, like : conference list; conference &lt;name_conf&gt; lock through java client<br>I am using inbound socket for this and I am listening to response events. The client is listening until it founds something like<br>

in the response:<br>&quot;OK&quot;<br>&quot;Non-Existant&quot;<br>&quot;Conference&quot; &quot;not found\n&quot;<br>&quot;-ERR&quot;<br><br>The thing is that when the call is successful, I never get &quot;OK&quot; in the response, and due to this, the java client gets &quot;hanged&quot;<br>

<br>Here are some successful responses that I get using freeswitch CLI: <br><br>freeswitch@internal&gt; conference list<br>No active conferences. <br><br>so there is no &quot;OK&quot; message there<br><br>or, when I have one active conference:<br>
<br>conference list<br>Conference mirceaConf (0 members rate: 8000)<br><br>the same, no &quot;OK&quot; message<br>
<br>I don&#39;t know if there is a problem in the java client (we should never
assume that we get &quot;OK&quot; in the response) or, maybe there is a problem
in freeswitch<br><br>Please advice,<br><br>Thanks,<br>Mircea<br>