[sr-dev] [kamailio/kamailio] ACK not forwarded in kamailio 5.4.x (#2539)

Julien Chavanton notifications at github.com
Wed Nov 4 19:38:16 CET 2020


found it, we disabled the check

```
/* check if it's an ip address */
                if ( ((tmp_ip=str2ip(name))!=0)
                          || ((tmp_ip=str2ip6(name))!=0)

```

and always do an

```
if ((e=dns_get_entry(name, T_NAPTR))==0)
```

I will propose an MR

-- 
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/issues/2539#issuecomment-721903827
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20201104/e77d61c6/attachment.htm>


More information about the sr-dev mailing list