freeswitch-esl
freeswitch-esl copied to clipboard
FreeSwitch ESL implementation for Rust
subscribe and then how to receEvent
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...
Hello, I like your crate and I'm interested in the event listener feature. Do you plan to work on it soon or can I submit a merge request with some...
Currently we are using TcpStream as an argument , for inbound and outbound. This PR will try to allow more options based on AsyncRead and AsyncWrite trait.
I needed an event listener, so rather than start from scratch, I thought I'd just add one to your crate. This is pretty minimalist, but it works.