DanieleGhianda

Results 2 issues of DanieleGhianda

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)...

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...