Updated full description

This commit is contained in:
Juha Heinanen
2026-05-16 12:46:57 +03:00
parent 1db6c4b1c9
commit ff75845dae

View File

@ -1,17 +1,14 @@
This is a <a href="https://github.com/baresip/baresip">baresip</a> based
SIP and mobile calling User Agent application for Android.
Currently baresip app supports VoIP and mobile voice calling, SIP based voice
conference calls and text messages, voicemail Message Waiting Indication
as well as blind and attended call transfers. In VoIP calls audio can be coded with Opus, AMR, Codec2, G.729, G.722, G.722.1, or PCMU/PCMA codecs. Security is achieved via TLS or WSS SIP signaling transport and ZRTP or (DTLS) SRTP media encapsulation.
Currently baresip+ supports SIP based voice calls, mobile voice calls, SIP based voice conference calls and text messages, voicemail Message Waiting Indication as well as blind and attended call transfers.
Development of baresip app is motivated by need for a secure, open
source SIP based VoIP User Agent for Android that does not depend on
proprietary, third party push notification services. Support for mobile
calling avoids the need for two voice calling apps.
In SIP calls audio can be coded with Opus, AMR, Codec2, G.729, G.722, G.722.1, or PCMU/PCMA codecs. Security is achieved via TLS or WSS SIP signaling transport and ZRTP or (DTLS) SRTP media encapsulation. Security is achieved via TLS or WSS signalling transport and ZRTP or (DTLS) SRTP media encapsulation.
This application can be installed on Android devices running Android version 9 or later.
Development of baresip is motivated by need for a secure, open source SIP based VoIP User Agent for Android that does not depend on proprietary, third party push notification services. Mobile calling was added in order to avoid the need for two voice calling apps.
If you need video calling, you can instead of this application install its sister application baresip+.
This application can be installed on Android devices running Android version 9 or later. Mobile calling needs Android version 10 or later.
Source code is available in master branch of <a href="https://github.com/juha-h/baresip-studio">GitHub project</a>, where also issues can be reported.
If you need video calling, you can instead of this app install its sister app baresip+.
Source code is available at <a href="https://github.com/juha-h/baresip-studio">GitHub</a>, where also issues can be reported.