New version 69.0.0
This commit is contained in:
@@ -11,8 +11,8 @@ android {
|
|||||||
applicationId = "com.tutpro.baresip"
|
applicationId = "com.tutpro.baresip"
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 446
|
versionCode = 447
|
||||||
versionName = "68.2.0"
|
versionName = "69.0.0"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
|
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
- Change color of call button to yellow when call button has been touched, but call has not been made yet
|
||||||
|
- Do not activate useless software based echo canceling if hardware based is not available
|
||||||
|
- Always clear security icon and DTMF field when call is closed
|
||||||
|
- For registered accounts, check that user part of incoming Request URI matches user part of REGISTER request contact URI
|
||||||
|
- Upstream audio jitter buffer improvements
|
||||||
|
- New translations (French)
|
||||||
Reference in New Issue
Block a user