- Fixed saving of an account that has ;transport parameter in AoR.

This commit is contained in:
Juha Heinanen
2020-02-19 23:56:46 +02:00
parent a6d538ad73
commit b1344642c7
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ class Account(val accp: String) {
else
res = ""
res = res + "<${aor}>"
res = res + "<$uri>"
if (authUser != "") res = res + ";auth_user=\"${authUser}\""

View File

@ -47,7 +47,7 @@ class AccountsActivity : AppCompatActivity() {
Utils.alertView(this, getString(R.string.notice),
getString(R.string.account_allocation_failure))
} else {
Log.d("Baresip", "Allocated UA ${ua.uap} for $aor")
Log.d("Baresip", "Allocated UA ${ua.uap} for ${ua.account.uri}")
newAorView.setText("")
newAorView.hint = getString(R.string.user_domain)
newAorView.clearFocus()