From 402248f2c94100a65c48757a5398f4274bd1c6c5 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 18 Mar 2026 09:48:58 +0200 Subject: [PATCH] Full description improvements --- fastlane/metadata/android/en-US/full_description.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 9af5e119..5acaa5a3 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,9 +1,11 @@ This is a baresip based SIP User Agent application for Android. -Currently baresip app supports voice calls and conference calls, text messages, voicemail Message Waiting Indication as well as blind and attended call transfers. Voice can be coded with Opus, AMR, Codec2, G.729, G.722, G.722.1, G.726, or PCMU/PCMA codecs. Security is achieved via TLS or WSS SIP signaling transport and ZRTP or (DTLS) SRTP media encapsulation. +Currently baresip app supports voice calling, voice conference calls, text messages, voicemail Message Waiting Indication as well as blind and attended call transfers. Voice 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. 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. +This application can be installed on Android devices running Android version 9 or later. + If you need video calling, you can instead of this application install its sister application baresip+. -Source code is available at GitHub, where also issues can be reported. +Source code is available in master branch of GitHub project, where also issues can be reported.