All Projects → processone → esip

processone / esip

Licence: other
ProcessOne SIP server component in Erlang

Programming Languages

erlang
1774 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to esip

kamailioexamples
configurations for voip solution architectures and usecases involving SIP servers
Stars: ✭ 59 (+321.43%)
Mutual labels:  voip, sip-server
Kalbi
Kalbi - Golang Session Initiated Protocol Framework
Stars: ✭ 85 (+507.14%)
Mutual labels:  voip, sip-server
Ejabberd
Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
Stars: ✭ 5,077 (+36164.29%)
Mutual labels:  voip, sip-server
Katari
Katari - Python Session Initiated Protocol Framework
Stars: ✭ 29 (+107.14%)
Mutual labels:  voip, sip-server
Core
Free, easy to setup PBX for small business based on Asterisk 16 core
Stars: ✭ 190 (+1257.14%)
Mutual labels:  voip, sip-server
awesome-rtc
📡 A curated list of awesome Real Time Communications resources
Stars: ✭ 196 (+1300%)
Mutual labels:  voip
go-sip-ua
Go SIP UA library for client/b2bua
Stars: ✭ 129 (+821.43%)
Mutual labels:  voip
zello-channel-api
WebSocket-based API and SDKs to connect to Zello channels (BETA)
Stars: ✭ 59 (+321.43%)
Mutual labels:  voip
tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (+142.86%)
Mutual labels:  voip
SIPTorch
A "SIP Torture" (RFC 4475) testing suite.
Stars: ✭ 54 (+285.71%)
Mutual labels:  voip
vsaudit
VOIP Security Audit Framework
Stars: ✭ 104 (+642.86%)
Mutual labels:  voip
kvazzup
Open software for HEVC video calls
Stars: ✭ 30 (+114.29%)
Mutual labels:  voip
freepbx
FreePBX container (Asterisk 16; OpenPBX 15 with Backup and IVR modules installed)
Stars: ✭ 36 (+157.14%)
Mutual labels:  sip-server
quickstart-calls-directcall-ios
iOS sample for Direct Call of Sendbird Calls, guiding you to build a real-time voice and video calls quickly and easily.
Stars: ✭ 13 (-7.14%)
Mutual labels:  voip
flutter ios voip kit
One-to-one video call using CallKit and PushKit with flutter iOS app.
Stars: ✭ 55 (+292.86%)
Mutual labels:  voip
server
即时通讯(IM)系统
Stars: ✭ 6,896 (+49157.14%)
Mutual labels:  voip
human-call-filter
Captcha for phone calls
Stars: ✭ 41 (+192.86%)
Mutual labels:  voip
siphub
sip capture server by hep。work with OpenSIPS, Kamailo, and FreeSWITCH。
Stars: ✭ 23 (+64.29%)
Mutual labels:  voip
twilio-client.js
Twilio’s Programmable Voice JavaScript SDK
Stars: ✭ 63 (+350%)
Mutual labels:  voip
fonoster
🚀 The open-source alternative to Twilio
Stars: ✭ 5,072 (+36128.57%)
Mutual labels:  voip

eSIP

CI Coverage Status Hex version

ProcessOne SIP server component in Erlang.

Building

Erlang SIP component can be build as follow:

./configure && make

It is a rebar-compatible OTP application. Alternatively, you can build it with rebar:

rebar compile

Dependencies

Module depends on fast_tls and as such you need to have OpenSSL 1.0+.

Please refer to fast_tls build instruction is you need help setting your OpenSSL environment: Building Fast TLS

Development

Test

Unit test

You can run eunit test with the command:

$ rebar eunit
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].