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:58:13 -0800
commit40f2c04772472b966eb9bbc7ea4ebc20269698b7 (patch)
tree7b4d1f67e8093963fd34295eb5d24fa77fa088d8 /FS
parent52bea6aecfcc8274fd852f626a0f751e1b5bd6a8 (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 4b6b4b2ef..9f00184c1 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4957,8 +4957,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',
},