[asterisk-bugs] [JIRA] (ASTERISK-25014) DNS Tests: NAPTR Nominal - Restricted Transport
Mark Michelson (JIRA)
noreply at issues.asterisk.org
Sat Jun 13 15:52:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Michelson closed ASTERISK-25014.
-------------------------------------
Resolution: Fixed
> DNS Tests: NAPTR Nominal - Restricted Transport
> -----------------------------------------------
>
> Key: ASTERISK-25014
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25014
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Tests/testsuite
> Reporter: Matt Jordan
>
> h2. Restricted Transport
> h3. Goal
> Ensure that an appropriate NAPTR record is chosen based on the configured transports.
> h3. Procedure
> # Set up the following DNS records for test.internal:
> {noformat}
> ; order pref flags service regexp replacement
> IN NAPTR 50 50 "s" "SIP+D2T" "" _sip._tcp.test.internal.
> IN NAPTR 60 50 "s" "SIP+D2U" "" _sip._udp.test.internal.
> {noformat}
> # Enable NAPTR lookups for outbound SIP calls. Only allow UDP to be used for the outgoing call.
> # Place an outbound call to sip:test.internal
> # Ensure that a NAPTR lookup of test.internal occurs
> # Ensure that the NAPTR lookup results in an SRV for _sip._udp.test.internal and no SRV lookup occurs for _sip._tcp.test.internal
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list