<p>George Joseph <strong>uploaded patch set #5</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/12766">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">dns_core:  Create new API ast_dns_resolve_ipv6_and_ipv4<br><br>The new function takes in a pointer to an ast_sockaddr structure,<br>a hostname and an optional port and then dispatches parallel<br>"AAAA" and "A" record queries.  If an "AAAA" record is returned,<br>it's parsed into the ast_sockaddr structure along with the port<br>if it was supplied.  If no "AAAA" record was returned, the<br>first "A" record returned (if any) is parsed instead.<br><br>This is a synchronous call.  If you need asynchronous lookups,<br>use ast_dns_query_set_resolve_async and roll your own.<br><br>Change-Id: I194b0b0e73da94b35cc35263a868ffac3a8d0a95<br>---<br>M include/asterisk/dns_core.h<br>M main/dns_core.c<br>2 files changed, 94 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/66/12766/5</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/12766">change 12766</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/12766"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I194b0b0e73da94b35cc35263a868ffac3a8d0a95 </div>
<div style="display:none"> Gerrit-Change-Number: 12766 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-CC: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>