Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalmik/switchx
- Owner: kalmik
- License: mit
- Created: 2020-02-17T00:01:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T21:12:30.000Z (9 months ago)
- Last Synced: 2024-10-06T20:47:08.334Z (3 months ago)
- Topics: freeswitch, freeswitch-esl, freeswitch-event-socket, telephony
- Language: Elixir
- Homepage: https://hexdocs.pm/switchx/SwitchX.html
- Size: 69.3 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```