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