freeswitch-esl
freeswitch-esl copied to clipboard
Allow more trait based arguments in public API.
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.