New version 78.0.0
This commit is contained in:
@@ -12,8 +12,8 @@ configure<ApplicationExtension> {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "com.tutpro.baresip"
|
applicationId = "com.tutpro.baresip"
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
versionCode = 485
|
versionCode = 487
|
||||||
versionName = "77.4.0"
|
versionName = "78.0.0"
|
||||||
@Suppress("UnstableApiUsage")
|
@Suppress("UnstableApiUsage")
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- Baresip app is now integrated with Android Telecom Framework
|
||||||
|
- Added support for multiple simultaneous calls (only one can be active)
|
||||||
|
- Acquire partial wake lock only if there is active registrations or calls
|
||||||
|
- Acquire WiFi lock also when WiFi is available but not actively used
|
||||||
|
- Always resume to active call on main screen if there is one
|
||||||
|
- In attended call transfer, check if peer supports REPLACES header
|
||||||
|
- Print network debug only if there was a change
|
||||||
Reference in New Issue
Block a user