View previous topic :: View next topic |
Author |
Message |
diego.viola at gmail.com Guest
|
Posted: Sat Apr 11, 2009 7:02 pm Post subject: [Freeswitch-users] Can't send commands with event socket out |
|
|
Hello,
I'm testing event socket outbound and whenever I use this:
-bash-3.2# nc -v -l 127.0.0.1 8084
I send a call to the socket from my dialplan:
<action application="socket" data="127.0.0.1:8084 async full"/>
I can receive just fine but I can't send events from the nc cli.
I tried with:
connect\n\n
sendmsg
call-command: execute
execute-app-name: answer\n\n
But nothing happens, what's wrong?
Thanks. |
|
Back to top |
|
|
diego.viola at gmail.com Guest
|
Posted: Sat Apr 11, 2009 7:07 pm Post subject: [Freeswitch-users] Can't send commands with event socket out |
|
|
Never mind, problem solved.
On Sat, Apr 11, 2009 at 7:50 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote: | Hello,
I'm testing event socket outbound and whenever I use this:
-bash-3.2# nc -v -l 127.0.0.1 8084
I send a call to the socket from my dialplan:
<action application="socket" data="127.0.0.1:8084 async full"/>
I can receive just fine but I can't send events from the nc cli.
I tried with:
connect\n\n
sendmsg
call-command: execute
execute-app-name: answer\n\n
But nothing happens, what's wrong?
Thanks.
|
|
|
Back to top |
|
|
|