- Fixed saving of an account that has ;transport parameter in AoR.
This commit is contained in:
@@ -76,7 +76,7 @@ class Account(val accp: String) {
|
|||||||
else
|
else
|
||||||
res = ""
|
res = ""
|
||||||
|
|
||||||
res = res + "<${aor}>"
|
res = res + "<$uri>"
|
||||||
|
|
||||||
if (authUser != "") res = res + ";auth_user=\"${authUser}\""
|
if (authUser != "") res = res + ";auth_user=\"${authUser}\""
|
||||||
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ class AccountsActivity : AppCompatActivity() {
|
|||||||
Utils.alertView(this, getString(R.string.notice),
|
Utils.alertView(this, getString(R.string.notice),
|
||||||
getString(R.string.account_allocation_failure))
|
getString(R.string.account_allocation_failure))
|
||||||
} else {
|
} else {
|
||||||
Log.d("Baresip", "Allocated UA ${ua.uap} for $aor")
|
Log.d("Baresip", "Allocated UA ${ua.uap} for ${ua.account.uri}")
|
||||||
newAorView.setText("")
|
newAorView.setText("")
|
||||||
newAorView.hint = getString(R.string.user_domain)
|
newAorView.hint = getString(R.string.user_domain)
|
||||||
newAorView.clearFocus()
|
newAorView.clearFocus()
|
||||||
|
|||||||
Reference in New Issue
Block a user