Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tochemey/dotnetfreeswitch
FreeSwitch library for DotNet
https://github.com/tochemey/dotnetfreeswitch
dotnetty freeswitch ivr telephony voice voip
Last synced: 5 days ago
JSON representation
FreeSwitch library for DotNet
- Host: GitHub
- URL: https://github.com/tochemey/dotnetfreeswitch
- Owner: Tochemey
- License: apache-2.0
- Created: 2016-07-23T12:49:30.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T15:56:17.000Z (6 months ago)
- Last Synced: 2024-05-12T16:15:28.884Z (6 months ago)
- Topics: dotnetty, freeswitch, ivr, telephony, voice, voip
- Language: C#
- Homepage:
- Size: 9.03 MB
- Stars: 48
- Watchers: 11
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# DotNetFreeSwitch
[![Stability: Maintenance](https://masterminds.github.io/stability/maintenance.svg)](https://masterminds.github.io/stability/maintenance.html)
_DotNetFreeSwitch up to the latest release is considered feature complete and mature.
No future feature development is planned, though bugs and security issues are fixed._[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/Tochemey/DotNetFreeSwitch/ci.yml?branch=main&style=flat-square)](https://github.com/Tochemey/ModFreeSwitch/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0)
[![Nuget](https://img.shields.io/nuget/v/DotNetFreeSwitch?style=flat-square)](https://www.nuget.org/packages/DotNetFreeSwitch/)## Introduction
DotNetFreeSwitch is a socket library that helps interact with the FreeSwitch via its [mod_event_socket](https://freeswitch.org/confluence/display/FREESWITCH/mod_event_socket).
It has been written to run both on .Net8 .Net7 and .Net6 as well. The library is written using [DotNetty](https://github.com/Azure/DotNetty).## Features
The library in its current state can be used to interact with FreeSwitch easily in:
* Inbound mode [Event Socket Inbound](https://freeswitch.org/confluence/display/FREESWITCH/mod_event_socket#mod_event_socket-Inbound)
* Outbound mode [Event Socket Outbound](https://wiki.freeswitch.org/wiki/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
```bash
dotnet add 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.