[Asterisk-code-review] cdr.c: Add container to key off of Party B channel names. (asterisk[15])
Richard Mudgett
asteriskteam at digium.com
Mon Oct 16 12:26:27 CDT 2017
Hello Kevin Harwell, Jenkins2,
I'd like you to reexamine a change. Please visit
https://gerrit.asterisk.org/6780
to look at the new patch set (#3).
Change subject: cdr.c: Add container to key off of Party B channel names.
......................................................................
cdr.c: Add container to key off of Party B channel names.
The CDR performance gets worse the further it gets behind in processing
stasis messages. One of the reasons is because of a n*m loop used when
processing Party B information.
* Added a new CDR container that is keyed to Party B so we don't need such
a large loop when processing Party B information.
NOTE: To reduce the size of the patch I deferred to another patch the
renaming of the Party A active_cdrs_by_channel container to
active_cdrs_master and renaming the container's hash and cmp functions
appropriately.
ASTERISK-27335
Change-Id: I0bf66e8868f8adaa4b5dcf9e682e34951c350249
---
M main/cdr.c
1 file changed, 298 insertions(+), 131 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/80/6780/3
--
To view, visit https://gerrit.asterisk.org/6780
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0bf66e8868f8adaa4b5dcf9e682e34951c350249
Gerrit-Change-Number: 6780
Gerrit-PatchSet: 3
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171016/3feb9814/attachment-0001.html>
More information about the asterisk-code-review
mailing list