summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-08-08 13:29:21 -0700
committerMark Wells <mark@freeside.biz>2016-08-08 13:29:21 -0700
commit8d4cfd8831dacb502d5035ac2f4007abca34b0f0 (patch)
tree0c7faa42caf867d826f2624aef54ff212ac0f8be /FS/FS/Conf.pm
parent247b5106adf262ec8e6a21c2afa493d38808b8c9 (diff)
Revert "RT#38278: Removing duplicate CDR entries prior to billing"
Prematurely merged from master.
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index d4c03b4..358aa53 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4995,13 +4995,6 @@ and customer address. Include units.',
# },
{
- 'key' => 'cdr-skip_duplicate_rewrite',
- 'section' => 'telephony',
- 'description' => 'Use the freeside-cdrrewrited daemon to prevent billing CDRs with a src, dst and calldate identical to an existing CDR',
- 'type' => 'checkbox',
- },
-
- {
'key' => 'cdr-charged_party_rewrite',
'section' => 'telephony',
'description' => 'Do charged party rewriting in the freeside-cdrrewrited daemon; useful if CDRs are being dropped off directly in the database and require special charged_party processing such as cdr-charged_party-accountcode or cdr-charged_party-truncate*.',