summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-06-14 10:30:50 -0700
committerMark Wells <mark@freeside.biz>2016-06-14 10:30:50 -0700
commit4bc882e877e32a7fd2486be1a2e224bc3ea8527b (patch)
treee3c0ecf7950289ad4eda4acf66e5dbcc69928448 /FS/FS/Conf.pm
parente6b552b8326a7892f5af77dc043af28d08c50787 (diff)
option to rewrite certain "international" calls into domestic calls, #71004
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 9a7ed74..7d90c2f 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5036,6 +5036,13 @@ and customer address. Include units.',
},
{
+ '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.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'cdr-gsm_tap3-sender',
'section' => 'telephony',
'description' => 'GSM TAP3 Sender network (5 letter code)',