Daniel, please code below
Is that you meant before?
if (_m->rcv.bind_address->useinfo.sock_str.len > 0) {
memset(&si, 0, sizeof(struct socket_info));
si.sock_str = _m->rcv.bind_address->useinfo.sock_str;
ci.sock = &si;
It works as we expected.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2498#issuecomment-704284722