All Projects → nils-ohlmeier → sipsak

nils-ohlmeier / sipsak

Licence: GPL-2.0 license
SIP swiss army knife

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to sipsak

Flutter Webrtc
WebRTC plugin for Flutter Mobile/Desktop/Web
Stars: ✭ 2,764 (+2779.17%)
Mutual labels:  sip
opentok-rtc
OpenTok demo application
Stars: ✭ 97 (+1.04%)
Mutual labels:  sip
exosip
some library source code about sip
Stars: ✭ 18 (-81.25%)
Mutual labels:  sip
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 (+120.83%)
Mutual labels:  sip
sippet
C++ SIP stack based on Chromium source code
Stars: ✭ 23 (-76.04%)
Mutual labels:  sip
blueberry
监控设备管理平台,支持GB28181国标设备接入、支持海康、大华等品牌监控设备接入
Stars: ✭ 26 (-72.92%)
Mutual labels:  sip
Tg2sip
Telegram <-> SIP voice gateway
Stars: ✭ 142 (+47.92%)
Mutual labels:  sip
HA-SIP
A SIP client inside home assistant!
Stars: ✭ 81 (-15.62%)
Mutual labels:  sip
tSIP
SIP softphone
Stars: ✭ 103 (+7.29%)
Mutual labels:  sip
dsip
通过netty网络框架,编解码sip消息。 以及国标gb28181的部分功能, 不依赖spring,方便集成
Stars: ✭ 19 (-80.21%)
Mutual labels:  sip
Siprtcproxy
网关服务:Sip与Rtc互通,实现Web,Android,iOS,小程序,SIP座机,PSTN电话,手机互通。
Stars: ✭ 217 (+126.04%)
Mutual labels:  sip
Restcomm Connect
The Open Source Cloud Communications Platform
Stars: ✭ 232 (+141.67%)
Mutual labels:  sip
sems-yeti
YETI application for SEMS core
Stars: ✭ 15 (-84.37%)
Mutual labels:  sip
Sipp Scenarios
SIPp scenarios I use for testing SIP stuff
Stars: ✭ 190 (+97.92%)
Mutual labels:  sip
jami-overlay
Jami (formerly Ring (formerly SFLphone)) is a SIP compatible softphone for GNU/Linux.
Stars: ✭ 22 (-77.08%)
Mutual labels:  sip
Webrtc To Sip
Setup for a WEBRTC client and Kamailio server to call SIP clients
Stars: ✭ 173 (+80.21%)
Mutual labels:  sip
drachtio-siprec-recording-server
SIPREC recording server based on drachtio and rtpengine
Stars: ✭ 58 (-39.58%)
Mutual labels:  sip
awesome-rtc
📡 A curated list of awesome Real Time Communications resources
Stars: ✭ 196 (+104.17%)
Mutual labels:  sip
SipCaller
React SIP user agent
Stars: ✭ 42 (-56.25%)
Mutual labels:  sip
npm-civic-sip-api
Node.js client library for the Civic Secure Identity Platform (SIP).
Stars: ✭ 25 (-73.96%)
Mutual labels:  sip
    REQUIREMENTS
    ============

 None.

 Optional:
 - Have
     GnuTLS (http://www.gnutls.org/)
   or
     OpenSSL (http://www.openssl.org/)
   installed on your system to use their MD5 implementations
   instead of sipsak own version.
 - Have
     c-ares (http://daniel.haxx.se/projects/c-ares/)
   installed on your system to get DNS SRV lookup support
   compiled into your sipsak binary.

    INSTALLATION
    ============

 Prerequisites (installed):
   - autoconf >= 2.69
   - automake

 The usual:

   autoreconf --install
   ./configure
   make

 followed by an optional

   make install

 if the binary should be available for all users on that host.

    TESTS
    =====

 Running tests can be done with

   make check

 be sure to have check -- unit test framework for C -- installed

   apt-get install check
   yum install check

    USAGE
    =====

 Please read the man page. It also contains some typical usage
 examples at the end.

 Have fun
   Nils
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].