Added registration-interval to xml configuration
This commit is contained in:
@@ -163,8 +163,10 @@ class AccountActivity : AppCompatActivity() {
|
|||||||
"outbound-proxy-2" ->
|
"outbound-proxy-2" ->
|
||||||
if (text.isNotEmpty())
|
if (text.isNotEmpty())
|
||||||
acc.outbound.add(text)
|
acc.outbound.add(text)
|
||||||
|
"registration-interval" ->
|
||||||
|
acc.configuredRegInt = text.toInt()
|
||||||
"register" ->
|
"register" ->
|
||||||
acc.regint = if (text == "yes") REGISTRATION_INTERVAL else 0
|
acc.regint = if (text == "yes") acc.configuredRegInt else 0
|
||||||
"audio-codec" ->
|
"audio-codec" ->
|
||||||
if (text in audioCodecs)
|
if (text in audioCodecs)
|
||||||
acc.audioCodec.add(text)
|
acc.audioCodec.add(text)
|
||||||
|
|||||||
Reference in New Issue
Block a user