New version 59.0.0

This commit is contained in:
Juha Heinanen
2023-10-14 09:12:55 +03:00
parent a3d4b3b2fb
commit 1d6a695053
3 changed files with 7 additions and 3 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 23
targetSdkVersion 34
versionCode = 292
versionName = '58.0.0'
versionCode = 293
versionName = '59.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,4 @@
- Now targeting API level 34 (Android 14)
- Added support for Codec2 audio codec
- Recording of next call is not cleared when call is closed
- Included also Dark Theme setting in backup file

View File

@ -1,6 +1,6 @@
This is a <a href="https://github.com/baresip/baresip">baresip</a> based SIP User Agent application for Android.
Currently baresip app supports voice calls. text messages, voicemail Message Waiting Indication as well as blind and attended call transfers. Voice can be coded with Opus, AMR, GSM, 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 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.
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.