summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-10-04 15:32:18 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-10-05 15:57:08 -0500
commit0e5715ba57a4dd19047c7cdcd1416b9e4daa097c (patch)
treebb3c17ee1a9ee4c3d21e06f70d90e1e7e705efa0 /FS
parenta96c5c70a21690273ba65dfddeb1bfe4a6ae5cdd (diff)
38278: Removing duplicate CDR entries prior to billing [changed status to skipped]
Diffstat (limited to 'FS')
-rw-r--r--FS/bin/freeside-cdrrewrited4
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