DotNetFreeSwitch icon indicating copy to clipboard operation
DotNetFreeSwitch copied to clipboard

How to handle event in Outbound Session?

Open gregoriusus opened this issue 1 year ago • 4 comments

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.

gregoriusus avatar Jan 04 '24 13:01 gregoriusus