added note about source code location

This commit is contained in:
Juha Heinanen
2018-10-26 21:54:47 +03:00
parent 8b1d74e44c
commit ae0c9a983e

View File

@ -1,7 +1,10 @@
Currently baresip app supports SIP voice calls and messages with TLS
transport, voicemail Message Waiting Indication (MWI), incoming call
transfers via REFER method, PCMU/PCMA and opus voice codecs, as well as
ZRTP and (DTLS) SRTP media encapsulation. Development of baresip app is
motivated by need for a secure open source SIP User Agent for Android
that does not depend on proprietary, third party push notification
services.
ZRTP and (DTLS) SRTP media encapsulation.
Development of baresip app is motivated by need for a secure open source
SIP User Agent for Android that does not depend on proprietary, third
party push notification services.
Source code is available at https://github.com/juha-h/baresip-studio.