Hi Juha,
thanks for your quick reply.
Is there a way to configure/workaround this?
try force_send_socket() function.
Doesn't work because 0.0.0.0 is not the listening address I'm using in force_send_socket():
------- ERROR: <core> [route.c:1057]: fix_actions(): ERROR: fix_actions: bad force_send_socket argument: x.x.x.x:5060 (ser doesn't listen on it) -------
If I force 2 IP addresses using listen directives, it looks like it works though.
Thanks!