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: 6 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 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T20:18:03.000Z (10 months ago)
- Last Synced: 2025-07-11T09:05:24.063Z (7 months ago)
- Topics: freeswitch, freeswitch-esl, freeswitch-event-socket, telephony
- Language: Elixir
- Homepage: https://hexdocs.pm/switchx/SwitchX.html
- Size: 67.4 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
```