Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 346 Bytes

CI

SwitchX

FreeSWITCH Event Socket Protocol client implementation with Elixir

Documentation can be found at https://hexdocs.pm/switchx.

Installation

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