[sr-dev] [kamailio/kamailio] absolute dns names trigger error (#2706)

sergey-safarov notifications at github.com
Tue Apr 13 15:11:49 CEST 2021


### Description
To avoid extra DNS requests I want to use absolute DNS names instead of relative.
To do this I configured
```
modparam("siptrace", "duplicate_uri", "sip:sip-trace6.example.com.:9060"
```
And now I can see errors
```
CRITICAL: <core> [core/proxy.c:264]: mk_proxy(): could not resolve hostname: "sip-trace6.example.com."
ERROR: siptrace [siptrace_hep.c:178]: trace_send_hep3_duplicate(): bad host name in uri
CRITICAL: <core> [core/proxy.c:264]: mk_proxy(): could not resolve hostname: "sip-trace6.example.com."
ERROR: siptrace [siptrace_hep.c:178]: trace_send_hep3_duplicate(): bad host name in uri
CRITICAL: <core> [core/proxy.c:264]: mk_proxy(): could not resolve hostname: "sip-trace6.example.com."
ERROR: siptrace [siptrace_hep.c:178]: trace_send_hep3_duplicate(): bad host name in uri
```
I am expecting "sip-trace6.example.com." DNS name resolution without errors in Kamailio log.

used current master.

-- 
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/2706
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210413/2a6944ee/attachment.htm>


More information about the sr-dev mailing list