freeswitch-esl icon indicating copy to clipboard operation
freeswitch-esl copied to clipboard

Server hangs when connecting manually to outbound

Open brianmay opened this issue 1 year ago • 4 comments

If I connect manually to outbound connection it does the correct thing:

#nc -v localhost 8084
Connection to localhost (::1) 8084 port [tcp/websnp] succeeded!
connect

^C

Then on my next connection attempt, the server hangs and fails to respond:

nc -v localhost 8084
Connection to localhost (::1) 8084 port [tcp/*] succeeded!
^C

I haven't yet had a chance to debug this in more detail.

brianmay avatar Oct 22 '23 07:10 brianmay