All Projects → yeti-switch → sems-yeti

yeti-switch / sems-yeti

Licence: other
YETI application for SEMS core

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects
lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to sems-yeti

SentryPeer
A distributed peer to peer list of bad actor IP addresses and phone numbers collected via a SIP Honeypot.
Stars: ✭ 108 (+620%)
Mutual labels:  sip, voip, telecommunications
awesome-rtc
📡 A curated list of awesome Real Time Communications resources
Stars: ✭ 196 (+1206.67%)
Mutual labels:  sip, voip, telecommunications
Katari
Katari - Python Session Initiated Protocol Framework
Stars: ✭ 29 (+93.33%)
Mutual labels:  sip, voip, telecommunications
Kalbi
Kalbi - Golang Session Initiated Protocol Framework
Stars: ✭ 85 (+466.67%)
Mutual labels:  sip, voip, telecommunications
pyfreebilling
Routing and rating VoIP application for service providers - API based - AGPL v3 - Based on kamailio
Stars: ✭ 75 (+400%)
Mutual labels:  sip, voip, softswitch
Siprtcproxy
网关服务:Sip与Rtc互通,实现Web,Android,iOS,小程序,SIP座机,PSTN电话,手机互通。
Stars: ✭ 217 (+1346.67%)
Mutual labels:  sip, voip
Sip.js
A simple, intuitive, and powerful JavaScript signaling library
Stars: ✭ 1,282 (+8446.67%)
Mutual labels:  sip, voip
Homer App
HOMER 7.x Front-End and API Server
Stars: ✭ 88 (+486.67%)
Mutual labels:  sip, voip
Flutter Webrtc
WebRTC plugin for Flutter Mobile/Desktop/Web
Stars: ✭ 2,764 (+18326.67%)
Mutual labels:  sip, voip
Asterisk Cdr Viewer Mod
Simple and fast viewer for Asterisk CDRs and Recordings (Mod)
Stars: ✭ 76 (+406.67%)
Mutual labels:  sip, voip
Browser Phone
A fully featured browser based WebRTC SIP phone for Asterisk
Stars: ✭ 95 (+533.33%)
Mutual labels:  sip, voip
Kamailio
Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms -
Stars: ✭ 1,358 (+8953.33%)
Mutual labels:  sip, voip
React Native Pjsip
A PJSIP module for React Native.
Stars: ✭ 229 (+1426.67%)
Mutual labels:  sip, voip
Awesome Voip
🤙Learning VoIP, RTP, pjsip and SIP
Stars: ✭ 83 (+453.33%)
Mutual labels:  sip, voip
Linphone Desktop
Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
Stars: ✭ 212 (+1313.33%)
Mutual labels:  sip, voip
Freeswitch
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Stars: ✭ 1,213 (+7986.67%)
Mutual labels:  sip, voip
Vsaudit
VOIP Security Audit Framework
Stars: ✭ 97 (+546.67%)
Mutual labels:  sip, voip
tSIP
SIP softphone
Stars: ✭ 103 (+586.67%)
Mutual labels:  sip, voip
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (+673.33%)
Mutual labels:  sip, voip
Ivozprovider
IVOZ Provider - Multitenant solution for VoIP telephony providers
Stars: ✭ 127 (+746.67%)
Mutual labels:  sip, voip

Build Status Made in Ukraine

Stand With Ukraine

sems-yeti

sems-yeti is a part of project Yeti

Installation via Package (Debian 11)

# apt install curl gnupg
# echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list
# curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg
# echo "deb [arch=amd64] http://pkg.yeti-switch.org/debian/buster 1.10 main" > /etc/apt/sources.list.d/yeti.list
# curl https://pkg.yeti-switch.org/key.gpg | apt-key add -
# apt update
# apt install sems-modules-yeti

check Documentation for additional versions/distributions info

Building from sources (Debian 11)

install prerequisites

# apt install git cmake build-essential devscripts

get sources

$ git clone [email protected]:yeti-switch/sems-yeti.git
$ cd sems-yeti

build and install dependencies package

# mk-build-deps -i

build package

$ debuild -us -uc -b -j$(nproc)
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].