DotNetFreeSwitch is a socket library that helps interact with the FreeSwitch via its mod_event_socket. It has been written to run both on dotnet core 3.1 and 5.0 as well. The library is written using DotNetty.
The library in its current state can be used to interact with FreeSwitch easily in:
- Inbound mode Event Socket Inbound
- Outbound mode Event Socket Outbound
- One good thing it has is that you can implement your own FreeSwitch message encoder and decoder if you do not want to use the built-in ones
PM> Install-Package DotNetFreeSwitch
kindly check the Demo project in this repo.
Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.