New version 53.1.1
This commit is contained in:
@@ -416,7 +416,8 @@ class AccountActivity : AppCompatActivity() {
|
||||
acc.authUser = Api.account_auth_user(acc.accp)
|
||||
Log.d(TAG, "New auth user is ${acc.authUser}")
|
||||
save = true
|
||||
reRegister = true
|
||||
if (acc.regint > 0)
|
||||
reRegister = true
|
||||
} else {
|
||||
Log.e(TAG, "Setting of auth user failed")
|
||||
}
|
||||
@@ -489,7 +490,8 @@ class AccountActivity : AppCompatActivity() {
|
||||
else
|
||||
Api.account_set_sipnat(acc.accp, "outbound")
|
||||
save = true
|
||||
reRegister = true
|
||||
if (acc.regint > 0)
|
||||
reRegister = true
|
||||
}
|
||||
|
||||
val newConfiguredRegInt = regInt.text.toString().trim().toInt()
|
||||
@@ -741,6 +743,12 @@ class AccountActivity : AppCompatActivity() {
|
||||
getString(R.string.register_help)
|
||||
)
|
||||
}
|
||||
binding.RegIntTitle.setOnClickListener {
|
||||
Utils.alertView(
|
||||
this, getString(R.string.reg_int),
|
||||
getString(R.string.reg_int_help)
|
||||
)
|
||||
}
|
||||
binding.AudioCodecsTitle.setOnClickListener {
|
||||
val i = Intent(this, CodecsActivity::class.java)
|
||||
val b = Bundle()
|
||||
|
||||
Reference in New Issue
Block a user