X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=1b50006a52911473e72ab9522b75cd3c9596dcbe;hp=94b8839a1aba0ab56db370005b5b4ddf303efb0d;hb=f8ab406212ded0c4d3b733ae20d8ba0ab10691ae;hpb=efb10ac30bddb88bcc9c3ae2e4e9c9c92eefde34 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 94b8839a1..1b50006a5 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4950,6 +4950,13 @@ 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*.',