Hi,<br><br>I am sending some conference commands, like : conference list; conference <name_conf> 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>"OK"<br>"Non-Existant"<br>"Conference" "not found\n"<br>"-ERR"<br><br>The thing is that when the call is successful, I never get "OK" in the response, and due to this, the java client gets "hanged"<br>
<br>Here are some successful responses that I get using freeswitch CLI: <br><br>freeswitch@internal> conference list<br>No active conferences. <br><br>so there is no "OK" 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 "OK" message<br>
<br>I don't know if there is a problem in the java client (we should never
assume that we get "OK" in the response) or, maybe there is a problem
in freeswitch<br><br>Please advice,<br><br>Thanks,<br>Mircea<br>