Hi,
Is it possible to use force_send_socket() with an IPv6 address in Kamailio 3.1? I get the error
ERROR: fix_actions: force_send_socket: could not resolve X:X:X:X:X:X:X:X:5060
where X:X:X:X:X:X:X:X is my IPv6 address.
Another problem (not sure if it's a real problem but looks weird) is when I use X::X:X:X:X:X which is actually X:0:0:X:X:X:X:X, then when starting kamailio, the "Listening on" message on stdout expands it correctly, but the error message for force_send_socket drops a 0, so it says that it can't resolve 'X:0:X:X:X:X:X' which is not a valid IPv6 address, right?
Andreas