liblinphone
Liblinphone is a high level library integrating all the SIP video calls feature into a single easy to use API. Linphone and linphonec are directly based on liblinphone.
Features
The core functionnalities of liblinphone are:
- call initiation, termination, acceptation
- management of proxy configuration and registrations
- addressbook and presence
- rings and ringback
- call logs
- persistent storage through a config file
Documentation
Liblinphone is documented with Doxygen.
Portability
Liblinphone is available on the following platforms:
- Linux (x86, x86_64, ARM, blackfin)
- Windows XP, vista and 7
- MacOS X (audio only )
How it works
Usually telecommunications is made of two things: media (transport of voice or video, encoding and decoding...), and signaling (routing calls, ringing, accepting a call etc...).
Liblinphone aims at combining the two things together and doing most things automatically. This makes it easier to the programmer to implement video calls in any application, without being an expert in VoIP and telecommunications.
Liblinphone is based on mediastreamer2 for voice/video streaming, and eXosip2 for SIP signaling.
License
Liblinphone is dual licenced:
- open source license: GPL
- proprietary license can be ordered from Belledonne Communications, for people whishing to to integrate liblinphone in a closed source application.

