All Projects → sangoma → switchy

sangoma / switchy

Licence: MPL-2.0 license
async FreeSWITCH cluster control

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to switchy

siphub
sip capture server by hep。work with OpenSIPS, Kamailo, and FreeSWITCH。
Stars: ✭ 23 (-65.67%)
Mutual labels:  freeswitch, voip
pyfreebilling
Routing and rating VoIP application for service providers - API based - AGPL v3 - Based on kamailio
Stars: ✭ 75 (+11.94%)
Mutual labels:  freeswitch, voip
freeswitch-esl-all
freeswitch event socket base on netty 4 and has some new features.
Stars: ✭ 110 (+64.18%)
Mutual labels:  freeswitch, voip
FSlmx
FreeSWITCH GUI 简体中文GUI for PHP (UTF8)
Stars: ✭ 43 (-35.82%)
Mutual labels:  freeswitch, voip
anyfesto
Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
Stars: ✭ 66 (-1.49%)
Mutual labels:  voip
mod event kafka
Freeswitch Kafka Plugin
Stars: ✭ 20 (-70.15%)
Mutual labels:  freeswitch
esl
Node.js client and server for FreeSwitch Event Socket
Stars: ✭ 106 (+58.21%)
Mutual labels:  freeswitch
xui
XUI is a micro UI framework and implementation for FreeSWITCH
Stars: ✭ 86 (+28.36%)
Mutual labels:  freeswitch
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+508.96%)
Mutual labels:  voip
CryptoVoice
Real time voice communication app with custom dialing protocol.
Stars: ✭ 20 (-70.15%)
Mutual labels:  voip
SilentServer
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.
Stars: ✭ 52 (-22.39%)
Mutual labels:  voip
paStash
pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond 🍝
Stars: ✭ 89 (+32.84%)
Mutual labels:  freeswitch
sipsorcery-media
The SIPSorcery library for WebRTC infrastructure and Windows audio and video capture.
Stars: ✭ 19 (-71.64%)
Mutual labels:  voip
freeswitch-asr
TTS and ASR module with auto Voice Active Detecting supported for Freeswitch. I build it for Nature sound interactive, With the embedded LUA engine we could easly build a Freeswtich application like this.
Stars: ✭ 36 (-46.27%)
Mutual labels:  freeswitch
guildbit
🔉 Mumble Hosting Platform
Stars: ✭ 50 (-25.37%)
Mutual labels:  voip
freeswitch-docker
Dockerfile for freeswitch
Stars: ✭ 40 (-40.3%)
Mutual labels:  freeswitch
sipp2freeswitch
sample sipp scenarios for testing freeswitch
Stars: ✭ 18 (-73.13%)
Mutual labels:  freeswitch
tSIP
SIP softphone
Stars: ✭ 103 (+53.73%)
Mutual labels:  voip
Oreka
Enterprise telephony recording and retrieval system with web based user interface.
Stars: ✭ 20 (-70.15%)
Mutual labels:  voip
sems-yeti
YETI application for SEMS core
Stars: ✭ 15 (-77.61%)
Mutual labels:  voip

switchy

pypi versions pypi_downloads docs

Async FreeSWITCH cluster control using pure Python.

switchy intends to become the "flask for VoIP" but with a focus on performance and scalable service system design.

Please readthedocs for more information.

Installation

Note that you need to at least have the SWIG package installed in your Linux distribution before installing switchy via pip (e.g yum install swig or apt-get install swig).

Once you have swig installed (the swig command should be available) you can use pip to install switchy:

pip install switchy

Dependencies

Currently switchy uses the ESL SWIG package distributed with the FreeSWITCH sources. We intend to add alternative backends in the future including greenswitch and support for mod_amqp.

Some optional numerical packages are required to record performance measurements:

Feature Dependency Installation
Metrics Capture pandas pip install switchy[metrics]
Graphing matplotlib pip install switchy[graphing]
HDF5 pytables [1] pip install switchy[hdf5]
[1]pytables support is a bit shaky and not recommended unless you intend to locally process massive data sets worth of CDRs. The default CSV backend is usually sufficient on a modern file system.

License

All files that are part of this project are covered by the following license, except where explicitly noted.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].