X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=98de8da98f51b10a57484193f7a8c1f4af6191d0;hb=refs%2Fheads%2FFREESIDE_4_BRANCH;hp=fd6f668c62bf6f60ce3a82cb077c68bd5506f810;hpb=ad95974fd5f5c00d14630fe834c37eb9131c8a20;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fd6f668c6..98de8da98 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2476,8 +2476,8 @@ and customer address. Include units.', { 'key' => 'selfservice-timeout', - 'section' => 'self-service', - 'description' => 'Timeout for the self-service login cookie, in seconds. Defaults to 1 hour.', + 'section' => 'deprecated', + 'description' => 'Deprecated. Was the timeout for the self-service login cookie, in seconds. Defaulted to 1 hour.', 'type' => 'text', }, @@ -5243,6 +5243,14 @@ and customer address. Include units.', }, { + 'key' => 'cdr-skip_duplicate_rewrite-sipcallid', + 'section' => 'telephony', + 'description' => 'Use the freeside-cdrrewrited daemon to prevent billing CDRs with a sipcallid 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*.',