Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalmik/switchx

FreeSWITCH Event Socket Protocol client implementation with Elixir
https://github.com/kalmik/switchx

freeswitch freeswitch-esl freeswitch-event-socket telephony

Last synced: about 2 months ago
JSON representation

FreeSWITCH Event Socket Protocol client implementation with Elixir

Awesome Lists containing this project

README

        

![CI](https://github.com/kalmik/switchx/workflows/Elixir%20CI/badge.svg?branch=master)

# SwitchX

**FreeSWITCH Event Socket Protocol client implementation with Elixir**

Documentation can be found at [https://hexdocs.pm/switchx](https://hexdocs.pm/switchx).

## Installation

```elixir
def deps do
[
{:switchx, "~> 0.1.1"}
]
end
```