<p>Richard Mudgett <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/6786">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cdr.c: Add container to key off of Party B channel names.<br><br>The CDR performance gets worse the further it gets behind in processing<br>stasis messages.  One of the reasons is because of a n*m loop used when<br>processing Party B information.<br><br>* Added a new CDR container that is keyed to Party B so we don't need such<br>a large loop when processing Party B information.<br><br>NOTE: To reduce the size of the patch I deferred to another patch the<br>renaming of the Party A active_cdrs_by_channel container to<br>active_cdrs_master and renaming the container's hash and cmp functions<br>appropriately.<br><br>ASTERISK-27335<br><br>Change-Id: I0bf66e8868f8adaa4b5dcf9e682e34951c350249<br>---<br>M main/cdr.c<br>1 file changed, 298 insertions(+), 131 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/86/6786/3</pre><p>To view, visit <a href="https://gerrit.asterisk.org/6786">change 6786</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/6786"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I0bf66e8868f8adaa4b5dcf9e682e34951c350249 </div>
<div style="display:none"> Gerrit-Change-Number: 6786 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>