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

Joshua Colp (JIRA) noreply at issues.asterisk.org
Wed Apr 1 11:26:33 CDT 2015


Joshua Colp created ASTERISK-24931:
--------------------------------------

             Summary: 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


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