diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-04 15:32:18 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-05 15:46:44 -0500 |
commit | bee59d635b820a548b0c56ee2e342424eadc22dd (patch) | |
tree | 738fa510c9f43527410953c9ee1e7a0d086f1a13 | |
parent | 19ddcfe7eb72ec1246547a45c3313f79b2a4b06c (diff) |
38278: Removing duplicate CDR entries prior to billing [changed status to skipped]
-rw-r--r-- | FS/bin/freeside-cdrrewrited | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/bin/freeside-cdrrewrited b/FS/bin/freeside-cdrrewrited index 34a206849..bb16059c3 100644 --- a/FS/bin/freeside-cdrrewrited +++ b/FS/bin/freeside-cdrrewrited @@ -88,7 +88,7 @@ while (1) { if ($isdup) { #we only act on this cdr, not touching previous dupes #if a dupe somehow creeped in previously, too late to fix it - $cdr->freesidestatus('done'); #prevent it from being billed + $cdr->freesidestatus('skipped'); #prevent it from being billed push(@status,'duplicate'); } } @@ -294,7 +294,7 @@ of the following config options are enabled: =item cdr-skip_duplicate_rewrite -Marks as 'done' (prevents billing for) any CDRs with +Marks as 'skipped' (prevents billing for) any CDRs with a src, dst and calldate identical to an existing CDR =item cdr-asterisk_australia_rewrite |