[asterisk-bugs] [JIRA] (ASTERISK-24931) dns: Add support for SRV records.

Asterisk Team (JIRA) noreply at issues.asterisk.org
Wed Jul 27 10:26:03 CDT 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-24931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-24931:
-------------------------------------

    Target Release Version/s: 14.0.0

> dns: Add support for SRV records.
> ---------------------------------
>
>                 Key: ASTERISK-24931
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24931
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>            Reporter: Joshua Colp
>            Assignee: Joshua Colp
>      Target Release: 14.0.0
>
>
> Yay, SRV records. Huzzah.
> Without regurgitating Josh's excellent wiki page, we need to be able to:
> Expose SRV records using the API
> Parse SRV records returned from the resolver and store them in the appropriate object
> Provide SRV records as part of a 'standard' sync/async DNS query.
> As usual, there are two phases to this: the implementation and the testing.
> Implementation is relatively straight forward in this case.
> Testing should include:
> Verifying the public API of the dns_srv API
> Verifying that a mock resolver can provide SRV records and that they are returned via queries. Results should include a single record in the SRV record, multiple records, different priorities, different weights, etc.
> Verifying that our current resolver can provide SRV records via a test zone, and that the parsing returns the correct object
> Note that at this time, we are not yet going to port over the existing srv.h API.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list