summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-09-03 10:01:14 -0700
committerIvan Kohler <ivan@freeside.biz>2019-09-03 10:01:14 -0700
commit9610c36df328850c679da7c6181d1c0f219c912d (patch)
tree059e299d9f2086df28177d78cd3fb9bdfba07995 /FS/FS/Conf.pm
parent124cdb9f0189f66f0054371f841132afa1832338 (diff)
CDR efficiency
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 1ad339f..a84d1c0 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5167,7 +5167,7 @@ and customer address. Include units.',
{
'key' => 'cdr-charged_party-field',
'section' => 'telephony',
- 'description' => 'Set the charged_party field of CDRs to this field.',
+ 'description' => 'Set the charged_party field of CDRs to this field. Restart Apache and Freeside daemons after changing.',
'type' => 'select-sub',
'options_sub' => sub { my $fields = FS::cdr->table_info->{'fields'};
map { $_ => $fields->{$_}||$_ }
@@ -5183,14 +5183,14 @@ and customer address. Include units.',
{
'key' => 'cdr-charged_party-accountcode',
'section' => 'telephony',
- 'description' => 'Set the charged_party field of CDRs to the accountcode.',
+ 'description' => 'Set the charged_party field of CDRs to the accountcode. Restart Apache and Freeside daemons after changing.',
'type' => 'checkbox',
},
{
'key' => 'cdr-charged_party-accountcode-trim_leading_0s',
'section' => 'telephony',
- 'description' => 'When setting the charged_party field of CDRs to the accountcode, trim any leading zeros.',
+ 'description' => 'When setting the charged_party field of CDRs to the accountcode, trim any leading zeros. Restart Apache and Freeside daemons after changing.',
'type' => 'checkbox',
},
@@ -5288,7 +5288,7 @@ 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.',
+ '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. Restart Apache and Freeside daemons after changing.',
'type' => 'text',
},
@@ -5838,14 +5838,14 @@ and customer address. Include units.',
{
'key' => 'cdr-prerate',
'section' => 'telephony',
- 'description' => 'Experimental feature to rate CDRs immediately, rather than waiting until invoice generation time. Can reduce invoice generation time when processing lots of CDRs. Currently works with "VoIP/telco CDR rating (standard)" price plans using "Phone numbers (svc_phone.phonenum)" CDR service matching, without any included minutes.',
+ 'description' => 'Experimental feature to rate CDRs immediately, rather than waiting until invoice generation time. Can reduce invoice generation time when processing lots of CDRs. Currently works with "VoIP/telco CDR rating (standard)" price plans using "Phone numbers (svc_phone.phonenum)" CDR service matching, without any included minutes. Restart Apache and Freeside daemons after changing.',
'type' => 'checkbox',
},
{
'key' => 'cdr-prerate-cdrtypenums',
'section' => 'telephony',
- 'description' => 'When using cdr-prerate to rate CDRs immediately, limit processing to these CDR types.',
+ 'description' => 'When using cdr-prerate to rate CDRs immediately, limit processing to these CDR types. Restart Apache and Freeside daemons after changing.',
'type' => 'select-sub',
'multiple' => 1,
'options_sub' => sub { require FS::Record;
@@ -5879,7 +5879,7 @@ and customer address. Include units.',
{
'key' => 'cdr-lrn_lookup',
'section' => 'telephony',
- 'description' => 'Look up LRNs of destination numbers for exact matching to the terminating carrier. This feature requires a Freeside support contract for paid access to the central NPAC database; see <a href ="#support-key">support-key</a>.',
+ 'description' => 'Look up LRNs of destination numbers for exact matching to the terminating carrier. This feature requires a Freeside support contract for paid access to the central NPAC database; see <a href ="#support-key">support-key</a>. Restart Apache and Freeside daemons after changing.',
'type' => 'checkbox',
},
@@ -6079,7 +6079,7 @@ and customer address. Include units.',
{
'key' => 'tollfree-country',
'section' => 'telephony',
- 'description' => 'Country / region for toll-free recognition',
+ 'description' => 'Country / region for toll-free recognition. Restart Apache and Freeside daemons after changing.',
'type' => 'select',
'select_hash' => [ '' => 'NANPA (US/Canada)',
'AU' => 'Australia',