VoIP

From Things and Stuff Wiki
Revision as of 09:25, 9 January 2016 by Milk (talk | contribs) (→‎Systems)
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

Asterisk

  • Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source. Asterisk is sponsored by Digium.

Today, there are more than one million Asterisk-based communications systems in use, in more than 170 countries. Asterisk is used by almost the entire Fortune 1000 list of customers. Most often deployed by system integrators and developers, Asterisk can become the basis for a complete business phone system, or used to enhance or extend an existing system, or to bridge a gap between systems.

Other

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.