https://github.com/bit4bit/eslx
Freeswitch Connector Event Socket (Rust integration)
https://github.com/bit4bit/eslx
Last synced: 5 months ago
JSON representation
Freeswitch Connector Event Socket (Rust integration)
- Host: GitHub
- URL: https://github.com/bit4bit/eslx
- Owner: bit4bit
- License: mit
- Created: 2023-03-23T02:32:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T22:47:41.000Z (over 2 years ago)
- Last Synced: 2025-10-21T14:46:53.582Z (9 months ago)
- Language: Elixir
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eslx (WIP)
A layer for Freeswitch Event Socket Protocol.
Why am I doing this?
When we have a Freeswitch with high concurrency, the Erlang VM
can't get all events (i tested it only connecting a VM and waiting to reach max queue size)
using event socket, so Freeswitch starts throwing "..Max queue size reached.."
or "killing to many lost events..".
I am testing if using a thread out of the VM can handle more events..
## Usage
API documentation is available at .
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `eslx` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:eslx, "~> 0.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .