summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-08-08 13:23:25 -0700
committerMark Wells <mark@freeside.biz>2016-08-08 13:23:25 -0700
commit92713b3eb2e1511b71e850af3e47296cbf5bc24f (patch)
treea1d474022ad4439cce78f6d546adf30d7ac65a92 /FS/FS
parent19c5403927d3d6071cb3c4026032aad87d715648 (diff)
option to extract destination number from userfield, #71674
Diffstat (limited to 'FS/FS')
-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 1b50006a5..50fc7f074 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4992,6 +4992,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'cdr-userfield_dnis_rewrite',
+ 'section' => 'telephony',
+ 'description' => 'If the CDR userfield contains "DNIS=" followed by a sequence of digits, use that as the destination number for the call.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'cdr-intl_to_domestic_rewrite',
'section' => 'telephony',
'description' => 'Strip the "011" international prefix from CDR destination numbers if the rest of the number is 7 digits or shorter, and so probably does not contain a country code.',