I see that the comparison of the IPs is done with string operations. That's ok 
for ipv4, but can be a mismatch with ipv6 because there can be different forms 
of the same address.

I suggest to convert the the ip in sdp to binary struct and compare with the 
src ip which is in binary struct -- see str2ipxbuf() or str2ipx() and 
ip_addr_cmp() functions/macros.

-- 
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/2045#issuecomment-524761894
_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to