- minor description updates

This commit is contained in:
Juha Heinanen
2019-02-27 23:57:17 +02:00
parent a104f9779b
commit c305ecdd64
2 changed files with 6 additions and 7 deletions
@@ -1,10 +1,10 @@
Currently baresip app supports SIP voice calls and messages with TLS Currently this baresip app supports SIP voice calls and messages with
transport, voicemail Message Waiting Indication (MWI), incoming call TLS transport, voicemail Message Waiting Indication (MWI), incoming call
transfers via REFER method, PCMU/PCMA and opus voice codecs, as well as transfers via REFER method, PCMU/PCMA and opus voice codecs, as well as
ZRTP and (DTLS) SRTP media encapsulation. ZRTP and (DTLS) SRTP media encapsulation.
Development of baresip app is motivated by need for a secure open source Development of this baresip app is motivated by need for a secure open
SIP User Agent for Android that does not depend on proprietary, third source SIP User Agent for Android that does not depend on proprietary,
party push notification services. third party push notification services.
Source code is available at https://github.com/juha-h/baresip-studio. Source code is available at https://github.com/juha-h/baresip-studio.
@@ -1,2 +1 @@
SIP User Agent app for Android based on baresip SIP User Agent app for Android based on baresip.
(https://github.com/alfredh/baresip) library.