- Removed Bind Address from Settings (it didn't work as expected).

This commit is contained in:
Juha Heinanen
2019-11-06 11:19:29 +02:00
parent 935cd65a10
commit f151a88201
7 changed files with 0 additions and 67 deletions
@@ -274,14 +274,6 @@ class BaresipService: Service() {
showStatusNotification()
if (Config.variable("dyn_dns")[0] == "yes")
Config.removeVariable("dns_server")
if (bindAddress != "") {
Config.removeVariable("net_interface")
Config.save()
}
if (AccountsActivity.noAccounts()) {
val newIntent = Intent(this, MainActivity::class.java)
newIntent.flags = Intent.FLAG_ACTIVITY_SINGLE_TOP or Intent.FLAG_ACTIVITY_CLEAR_TOP or
@@ -1056,7 +1048,6 @@ class BaresipService: Service() {
var callVolume = 0
var dynDns = false
var preferIpV6 = false
var bindAddress = ""
var filesPath = ""
var downloadsPath = ""