Hello,<br><br>I'm testing event socket outbound and whenever I use this:<br><br>-bash-3.2# nc -v -l 127.0.0.1 8084<br><br>I send a call to the socket from my dialplan:<br><br><action application="socket" data="<a href="http://127.0.0.1:8084">127.0.0.1:8084</a> async full"/><br>
<br>I can receive just fine but I can't send events from the nc cli.<br><br>I tried with:<br><br>connect\n\n<br>sendmsg <br>call-command: execute<br>execute-app-name: answer\n\n<br><br>But nothing happens, what's wrong?<br>
<br>Thanks.<br>