VoIP
General
See also WebDev#WebRTC
- http://en.wikipedia.org/wiki/Voice_over_Internet_Protocol
- http://en.wikipedia.org/wiki/Comparison_of_VoIP_software
Systems
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.
Services
Skype
Run multiple Skype sessions [1];
skype --dbpath=~/.Skype2 &
- Karaka is a Skype/XMPP gateway that connects the Skype and XMPP clouds.
- http://atdot.ch/scr/
- http://sourceforge.net/projects/scx-tools/
- http://sourceforge.net/projects/skype-rec/
Mumble
Ekiga
Jitsi
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.