Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle event in Outbound Session? #13

Closed
gregoriusus opened this issue Jan 4, 2024 · 5 comments
Closed

How to handle event in Outbound Session? #13

gregoriusus opened this issue Jan 4, 2024 · 5 comments
Labels

Comments

@gregoriusus
Copy link

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.

@Tochemey
Copy link
Owner

Tochemey commented Jan 9, 2024

@gregoriusus I will check this when I have some free time on my hand. Thanks for offering to be a maintainer.

@Tochemey
Copy link
Owner

@gregoriusus I don't think it will be wise and fair on my side to compare software. Most libraries are implemented using certain rationales which vary and effort. As long as the library meets the expected need and does the job it is supposed to do then that is ok.

@gregoriusus
Copy link
Author

Ok, it is fair. Do you use your library in production, can handle a lot of traffic?

@Tochemey
Copy link
Owner

Tochemey commented Apr 6, 2024

@gregoriusus, sorry for the late reply, the time I wrote this library I was working on some IVR project that was released. That was close to seven years ago. I have left the company and I really cannot tell you whether they are still running the platform I built with the library back then. At the moment I am no longer working on freeSwitch project. It has been build to handle a lot of traffic.

@Tochemey
Copy link
Owner

closing this issue due to lack of interest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants