summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-04 11:47:32 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-04 11:47:32 -0700
commit29445ff3f69c32ba0f836f3c5bbaf946c154b360 (patch)
tree38c9398a31f457ef6e220b29cb28da9a0a59cbd3 /FS/FS/Conf.pm
parente937cde6e36499260e2c37704a623091743c810f (diff)
CDR maximum duration, RT#81475
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index fd05231..057e4cf 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5205,6 +5205,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'cdr-max_duration',
+ 'section' => 'telephony',
+ 'description' => 'If set, defines a global maximum billsec/duration for (prefix-based) call rating, in seconds. Used with questionable/dirty CDR data that may contain bad records with long billsecs/durations.',
+ 'type' => 'text',
+ },
+
+ {
'key' => 'disable-cust-pkg_class',
'section' => 'packages',
'description' => 'Disable the two-step dropdown for selecting package class and package, and return to the classic single dropdown.',