@sem32 commented on this pull request.


In src/core/dns_cache.c:

> @@ -3292,6 +3292,9 @@ inline static int dns_naptr_sip_resolve(struct dns_srv_handle* h,  str* name,
 		}
 		try_lookup_naptr = 1;
 	}
+	/* check if it's an ip address, dns_srv_sip_resolve will return the right failure */

@jchavanton, can you give an example for your case?
I suppose that your check will never work, because we have the same check in line 3279 for first call of dns_naptr_sip_resolve


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.