Good day,
I hope all can agree with me that voip can be a headache if its starting to give problems.
The issue I have happens maybe one in 2 Years where there is a major outage on the network, eg a core router dies ect.
Now what happens is most of the clients voip phones loses registration on port 5060
running this script on the gateway router solves most of the problems
:foreach i in=[/ip firewall connection find dst-address~":5060" protocol~"udp"] do={/ip firewall connection remove $i}
The remaining ones is the problem, quickest way to get them to register again is to change the ip of the voip phone or change the radio IP.
Is there any better way to easier get all the voip back online if something like this where to happen again?