summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-12-12 20:56:22 -0800
committerIvan Kohler <ivan@freeside.biz>2014-12-12 20:56:22 -0800
commit4d364d506c717b1b73858dd287413d3788ec586d (patch)
tree3cf788cf112a2497492dba7fb0973da23c3bbafd /FS
parent2457752a82358108aa078f175a4e866f1786299a (diff)
simple bulk provisioning of phone number ranges, RT#29800
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 97659bc..c88d3e7 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4950,8 +4950,15 @@ and customer address. Include units.',
},
{
+ 'key' => 'svc_phone-bulk_provision_simple',
+ 'section' => 'telephony',
+ 'description' => 'Bulk provision phone numbers with a simple number range instead of from DID vendor orders',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'default_phone_countrycode',
- 'section' => '',
+ 'section' => 'telephony',
'description' => 'Default countrycode',
'type' => 'text',
},