NEventSocket
NEventSocket copied to clipboard
A reactive FreeSwitch eventsocket library for Modern .Net
Add ParkAfterBridge to OriginateOptions
Hi In the inboundsocket example there is no audio between two legs of call.do i need to do anything to enable it? and another question: ringing event is not working...
Hi, Can you please take a look at this PR? I updated the project to support .net core (running on linux). For what I tested (basic auth, say, play, hangup)...
Hi @danbarua , Im using your library to handle my FS from the code, take calls, handles DTMFs, play different menu options and trigger calls to phone numbers. Everything works...
Does anyone want to make some extra money making these examples work with my install of Freeswitch?
Hi! I'm newbie to freeswitch, this afternoon i was trying to make ring multiple endpoints simultaneously. I tried first with ExecuteApplication and it worked flawlessly... Here's is the handcoded bridgestring:...
Issue from LinkedIn: ``` Dan, Is there any way I could cancel ReadAsync on NetworkStream object. We get some threads blocked and can't close TcpClient underlying tcp connection. The reason...
Is there any particular reason why property `Success` in `PlayGetDigitsResult` is set to false, when there are no digits provided by user and `PlayGetDigits` is run with `MinimumDigits` option set...
Hi guys, We started using another freeswitch server and getting this error upon InboundSocket.Connect() What could be the issue? Thanks,
Is there a reason that the BridgeTo method swallows the result of the bridge instead of returning it? This makes getting the results of the bridge attempt challenging.