<p>Jaco Kroon <strong>uploaded patch set #6</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13362">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_rtp_asterisk: iterate all local addresses looking to populate ICE.<br><br>By using pjproject to give us a list of candidates, and then filtering,<br>if the host has >32 addresses configured, then it is possible that we<br>end up filtering out all 32 of those, and ending up with no candidates<br>at all.  Instead, get getifaddrs (which pjsip is using underlying<br>anyway) to retrieve all local addresses, and iterate those, adding the<br>first 32 addresses not excluded by the ICE ACL.<br><br>In our setup at any point in time We've got between 6 and 328 addresses<br>on any given system.  The lower limit is the lower limit but the upper<br>limit is growing on a near daily basis currently.<br><br>Change-Id: I109eaffc3e2b432f00bf958e3caa0f38cacb4edb<br>Signed-off-by: Jaco Kroon <jaco@uls.co.za><br>---<br>M res/res_rtp_asterisk.c<br>1 file changed, 146 insertions(+), 88 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/62/13362/6</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13362">change 13362</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/+/13362"/><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-Change-Id: I109eaffc3e2b432f00bf958e3caa0f38cacb4edb </div>
<div style="display:none"> Gerrit-Change-Number: 13362 </div>
<div style="display:none"> Gerrit-PatchSet: 6 </div>
<div style="display:none"> Gerrit-Owner: Jaco Kroon <jaco@uls.co.za> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>