VoIP

From Things and Stuff Wiki
Revision as of 09:03, 9 January 2016 by Milk (talk | contribs) (→‎Twinkle)
Jump to navigation Jump to search


General

See also WebDev#WebRTC

  • Free Telco Dictionary – This dictionary should be helpful for employees in telecommunications and also for independent hackers interested in this industry

Protocols

RTP

ZRTP

SRTP

SIP

  • SFLphone is a robust, standards-compliant enterprise softphone, for desktop and embedded systems. It is designed to handle several hundred calls a day. SFLphone is available under the GNU GPL license, version 3.

XMPP Jingle

See also Chat#Jingle

Services

  • OpenCNAM provides a simple, elegant, and RESTful API to get Caller ID data. Our service is built for programmers like you, who want simple access to Caller ID information.
  • slydial is a free voice messaging service that connects you directly to someone's mobile voicemail. slydial is a service of MobileSphere.

Systems

Clients

Skype

Run multiple Skype sessions [2];

skype --dbpath=~/.Skype2 &
  • Karaka is a Skype/XMPP gateway that connects the Skype and XMPP clouds.

Mumble

Ekiga

Jitsi

SLPhone

Linphone

Twinkle

I Hear U

  • IHU is a Voice over IP (VoIP) application for Linux (using Qt), that creates an audio stream between two computers easily and with the minimal traffic on the network.

Other

  • sscall - A simple UDP based voice chat program. Currently we use libspeexdsp for its resampling capabilities and opus as the audio codec. There will also be ssl support in future versions. We basically need something that works well on many UNIX flavours. Skype is not really the answer to that. We also want something simple so that we can build on top of it. The plan is to create another program called ssvideo for video streaming.