ModFreeswitch

This framework helps interact with the FreeSwitch via its mod_event_socket. For more information about the mod_event_socket refer to FreeSwitch web site. The framework is written using DotNetty. In its current state it can help build IVR applications more quickly.


Keywords
Freeswitch, ESL, ModFreeswitch, Event, Socket, Library, dotnetty, ivr, telephony, voice, voip
License
Apache-2.0
Install
Install-Package ModFreeswitch -Version 1.0.1

Documentation

DotNetFreeSwitch

GitHub Workflow Status (branch) License Nuget

Introduction

DotNetFreeSwitch is a socket library that helps interact with the FreeSwitch via its mod_event_socket. It has been written to run both on .Net7 and .Net6 as well. The library is written using DotNetty.

Features

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.

Installation

 PM> Install-Package DotNetFreeSwitch

Example

kindly check the Demo project in this repo.

Contribution policy

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.