- Added "Restart" Main Activity menu option.
- When registration fails due to DNS lookup failure, try registration once more after updating DNS servers. - Small logging improvements.
This commit is contained in:
@@ -3,6 +3,7 @@ package com.tutpro.baresip
|
||||
class UserAgent (val uap: String) {
|
||||
|
||||
val account = Account(Api.ua_account(uap))
|
||||
var registrationFailed = false
|
||||
|
||||
companion object {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user