[asterisk-bugs] [JIRA] (ASTERISK-28004) dns: Core ast_dns_get_nameservers does not support configured IPv6 servers
Sean Bright (JIRA)
noreply at issues.asterisk.org
Mon Sep 6 12:18:33 CDT 2021
[ https://issues.asterisk.org/jira/browse/ASTERISK-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on ASTERISK-28004 started by Sean Bright.
> dns: Core ast_dns_get_nameservers does not support configured IPv6 servers
> --------------------------------------------------------------------------
>
> Key: ASTERISK-28004
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28004
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/DNS
> Affects Versions: 13.22.0
> Environment: CentOS 7.4 64bit
> Reporter: Isaac McDonald
> Assignee: Sean Bright
> Labels: pjsip
>
> PJSIP DNS resolution breaks when using the IPv6 loopback address as a nameserver in /etc/resolve.conf.
> Steps to reproduce: Note that the hostname used in the AOR had a TTL of 60 seconds during my testing to force pjsip not to cache the results
> 1. Install dnsmasq "yum install dnsmasq"
> 2. create /etc/dnsmasq.d/dns.conf and add the following:
> listen-address=::1,127.0.0.1
> no-resolv
> server=1.1.1.1
> 3. Set nameserver in /etc/resolv.conf to IPv6 localhost address:
> nameserver ::1
> 4. Create a pjsip trunk to register with a hostname in the aor. example:
> contact=sip:someuser at testhost.example.com:5060
> 5. Note how SIP registrations to the sip trunk fail. Note how calls via the trunk also fail. It may take a few minutes before you get failures.
> 6. Note the following messages in the asterisk log:
> 'No working DNS nameserver (PJLIB_UTIL_EDNSNOWORKINGNS)' sending OPTIONS request to endpoint
> 7. Change the nameserver in /etc/resove.conf to:
> nameserver 127.0.0.1
> 8. Reload asterisk "asterisk -rx"core reload"
> 9. Note how the trunk created in step 4 registers. Calls placed via the trunk also complete.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list