New version 40.0.0

This commit is contained in:
Juha Heinanen
2022-02-03 15:59:30 +02:00
parent bf9458a354
commit c2200b42bb
2 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 31
versionCode = 197
versionName = '39.1.0'
versionCode = 198
versionName = '40.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,5 @@
- Added Telephony Provider account configuration item
- Added support for tel URI as Callee value and Contact URI
- Prompt user for Telephony Provider account if needed to make the call
- Show account's STUN configuration items only if needed
- Improved handling of CALL action from other applications