X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=057e4cff6eb68a16962ea0d7cbc0bb1d0db66c80;hp=fd05231d6310cd54f97294d027d0921546aaa2d8;hb=29445ff3f69c32ba0f836f3c5bbaf946c154b360;hpb=e937cde6e36499260e2c37704a623091743c810f diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fd05231d6..057e4cff6 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.',