<p>Joshua Colp <strong>posted comments</strong> on this change.</p><p><a href="https://gerrit.asterisk.org/6173">View Change</a></p><p>Patch set 1:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p style="white-space: pre-wrap; word-wrap: break-word;">This implementation appears to reimplement a lot of what netsock2 has been created to do, and as a result has complicated and duplicated code in a lot of places. I think a good path to having this included would be using netsock2 underneath instead. This would simplify the changes and also ensure that common code is used.</p><p>(2 comments)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://gerrit.asterisk.org/#/c/6173/1/pbx/dundi-parser.c">File pbx/dundi-parser.c:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/6173/1/pbx/dundi-parser.c@603">Patch Set #1, Line 603:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">#ifdef IPV6<br> return dundi_ie_append_raw(ied, ie, &sin->i6, (int)sizeof(sin->i6));<br>#else<br> return dundi_ie_append_raw(ied, ie, &sin->i4, (int)sizeof(sin->i4));<br>#endif<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Is it possible for an IPv4 host to receive an IPv6 address? If so for older versions what occurs?</p></li></ul></li><li><p><a href="https://gerrit.asterisk.org/#/c/6173/1/pbx/pbx_dundi.c">File pbx/pbx_dundi.c:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/6173/1/pbx/pbx_dundi.c@4693">Patch Set #1, Line 4693:</a> <code style="font-family:monospace,monospace">// TODO : check address population</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">I don't think this works with IPv6 due to the scanning for : which is present in IPv6 addresses.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/6173">change 6173</a>. To unsubscribe, 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/6173"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Ifbe298afc6416ba400db7be404a25994ad23968a </div>
<div style="display:none"> Gerrit-Change-Number: 6173 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Adam Secombe <adam.j.secombe@boeing.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 07 Aug 2017 13:41:59 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>