Greetings,
I want to add a new IP to eht0 in my proxy and i want Kamailio to be able to listen to it without me having to restart it. I already have the "listen" parameter set to listen=udp:eth0:5060. Is there any way to reload this parameter it in runtime in order to include the new ip? Is there any alternative to this ?
Thanks in advance.
Cheers
Sorry, there really isn't.
What you can do is bind to an IP that is not currently bound to any network interface on the system, using the kernel "non-local bind" option. Then that listener will only take traffic once you bind the IP.
But that is only useful if you're dealing with a limited number of addresses which are known to you in advance.
-- Alex
-- Sent via mobile, please forgive typos and brevity.