- Always re-register UAs when new active network becomes available or

when link properties change even if the IP addresses remain the same.
This commit is contained in:
Juha Heinanen
2020-02-09 04:21:19 +02:00
parent 9bfbcf2c5f
commit ccb0abb029

View File

@ -283,6 +283,8 @@ object Utils {
BaresipService.linkAddresses = linkAddresses
Api.uag_reset_transp(true, true)
Api.net_debug()
} else {
UserAgent.register()
}
}