[Home]

Summary:ASTERISK-25011: DNS Tests: Failover to A/AAAA
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2015-04-24 11:37:30Date Closed:2015-05-20 09:49:53
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Related
Issues:
is related toASTERISK-25009 DNS Tests: SRV Priority
is related toASTERISK-25010 DNS Tests: Failover order
Environment:Attachments:
Description:h2. Failover to A/AAAA

*Goal:* Ensure that when SRV records are unavailable, that failover to A/AAAA is performed

h3. Procedure:

# Set up the following DNS record:
{noformat}
   test.internal   IN A 127.0.0.1
{noformat}
# Disable NAPTR lookups for this test. Only enable UDP as the transport.
# Place an outbound call to sip:test.internal
# Ensure that an SRV lookup of _sip._udp.test.internal is attempted.
# Since there are no SRV records returned, ensure that the call fails over to an A/AAAA record lookup of test.internal
Comments:By: John Bigelow (jbigelow) 2015-05-20 09:49:53.548-0500

Duplicate of existing tests:
* {{tests/channels/pjsip/resolver/a}}
* {{tests/channels/pjsip/resolver/aaaa}}