[asterisk-commits] oej: branch oej/pgtips-srv-and-outbound-stuff-1.8 r397640 - /team/oej/pgtips-...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 26 07:18:28 CDT 2013
Author: oej
Date: Mon Aug 26 07:18:26 2013
New Revision: 397640
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=397640
Log:
Adding a note that multiple A or AAAA records in the same host name is not supported
and will not be supported properly.
It will just be a too big patch and too much work for this project. Sorry folks.
Modified:
team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records
Modified: team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records
URL: http://svnview.digium.com/svn/asterisk/team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records?view=diff&rev=397640&r1=397639&r2=397640
==============================================================================
--- team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records (original)
+++ team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records Mon Aug 26 07:18:26 2013
@@ -82,6 +82,13 @@
DNSmanager can still maintain A/AAAA records if enabled, but not SRV
lists.
+At IETF 87 in Berlin I had a meeting with two members of the IETF DNS directorate
+to discuss SRV records. We discovered that SRV requires you to test ALL ip addresses
+found (in families you support) for a host before moving to the next host.
+This means that if a host has multiple A or AAAA records, all of them should be
+tested. This is not supported in Asterisk currently and this patch will not
+fix that.
+
Todo:
=====
1. Expose SRV records to the SIP channel. Remove when response is received (1xx or higher).
More information about the asterisk-commits
mailing list