New version 30.0.1

This commit is contained in:
Juha Heinanen
2021-05-06 09:32:19 +03:00
parent f5471af124
commit e36310f187
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode = 164 versionCode = 165
versionName = '30.0.0' versionName = '30.0.1'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
+1 -1
View File
@@ -175,7 +175,7 @@ static void ua_event_handler(struct ua *ua, enum ua_event ev,
struct player *player = baresip_player(); struct player *player = baresip_player();
LOGD("ua event (%s) %s\n", uag_event_str(ev), prm); LOGD("ua (%s) event (%s) %s\n", account_aor(ua_account(ua)), uag_event_str(ev), prm);
switch (ev) { switch (ev) {
case UA_EVENT_REGISTERING: case UA_EVENT_REGISTERING:
@@ -0,0 +1 @@
- Upstream fix in selecting correct account for incoming call.