NEventSocket
NEventSocket copied to clipboard
A reactive FreeSwitch eventsocket library for .Net/.Net Framework (.net standard 2)
For beginners, I don't need to care about NEventSocket.Tests. I just need to introduce the NEventSocket class library in my own project, and call InboundSocket.cs and OutboundListener.cs during project execution....
Parse responses encoded in multibyte character sets (e.g. UTF-8) correctly by applying the content length given in the response to the length of the raw byte array and not the...
I was using InboundSocket to originate some calls and play Audio files, and sometimes i got an ThrowInvalidOperationException_ConcurrentOperationsNotSupported where I called Play(...). Here is the call stack: ``` System.ThrowHelper.ThrowInvalidOperationException_ConcurrentOperationsNotSupported() System.Collections.Generic.HashSet.FindItemIndex(T)...
ITNOA Hi Is this library alive?
I was following the Demo [https://github.com/iamkinetic/NEventSocket/blob/master/NEventSocket.Examples/Examples/DtmfExample.cs](url) But the program crashes since ChannelData.UUID is null. I am using Freeswitch 1.10.6, with default configuration For the softphones I used MicroSip and PhonerLite...
Solution builds ok on Net Core 2.x. But when changing to Net Core 3.0, example project doesn't build. Get a lot of errors like: 'ILifetimeScope' does not contain a definition...
ITNOA We add support VoiceMail Event natively to NEventSocket fixes #20
ITNOA **Is your feature request related to a problem? Please describe.** This feature request is aimed at accessing the events published by freeswitch regarding it's VoiceMail functionality. **Describe the solution...