- Fixed possible crash when destroyed baresip app is started again

- Show notice when account to be created already exists
- Made level of log messages more consistent
This commit is contained in:
Juha Heinanen
2019-04-10 18:06:04 +03:00
parent ee026a53ed
commit 698c254a24
8 changed files with 41 additions and 36 deletions
@@ -53,7 +53,7 @@ class UserAgent (val uap: String) {
for (ua in BaresipService.uas) {
if (ua.account.regint > 0)
if (Api.ua_register(ua.uap) != 0)
Log.e("Baresip", "Failed to register ${ua.account.aor}")
Log.d("Baresip", "Failed to register ${ua.account.aor}")
}
}
}