DotNetFreeSwitch
DotNetFreeSwitch copied to clipboard
How to handle event in Outbound Session?
Your demo is working.
Could be useful, if you add in example also how to handle events subscribed with plain and how to access all headers in FS Event: client.EventReceived.Subscribe(x => { string b =x.FsEvent["Caller-Username"]; });
At the moment, I am using this library: https://github.com/iamkinetic/NEventSocket
But somehow, your seems more simple and bullet proof. Is it reactive? Can you compare both on first look? I am willing to help you with maitain your repo.