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-04 15:32:18 -0500
commitb0d75dedc9872dd7c24f5d13e50b63afb6372740 (patch)
treeedc5311d0c3c43344ec0432c6d9e05fad42ba875 /FS
parenta181b24a0050bfca2ec220421f4cbc347533119f (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