X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=268b603d0a64c4836180582ed5d61d562cf06efa;hb=ada72090e5e5c97b81388f7591e9c20a54a293ab;hp=1fcb7ecf60337b8813045a62755fb0e528593211;hpb=3b172c8a7b7ca97bd71671dc358f29c5116948da;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1fcb7ecf6..268b603d0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1724,6 +1724,21 @@ and customer address. Include units.', }, { + 'key' => 'sip_passwordmin', + 'section' => 'telephony', + 'description' => 'Minimum SIP password length (default 6)', + 'type' => 'text', + }, + + { + 'key' => 'sip_passwordmax', + 'section' => 'telephony', + 'description' => 'Maximum SIP password length (default 8) (don\'t set this over 12 if you need to import or export crypt() passwords)', + 'type' => 'text', + }, + + + { 'key' => 'password-noampersand', 'section' => 'password', 'description' => 'Disallow ampersands in passwords', @@ -4217,6 +4232,7 @@ and customer address. Include units.', 'usps' => 'U.S. Postal Service', 'ezlocate' => 'EZLocate', 'tomtom' => 'TomTom', + 'melissa' => 'Melissa WebSmart', ], }, @@ -4256,6 +4272,20 @@ and customer address. Include units.', }, { + 'key' => 'melissa-userid', + 'section' => 'UI', # it's really not... + 'description' => 'User ID for Melissa WebSmart service. See the Melissa website for access and pricing.', + 'type' => 'text', + }, + + { + 'key' => 'melissa-enable_geocoding', + 'section' => 'UI', + 'description' => 'Use the Melissa service for census tract and coordinate lookups. Enable this only if your subscription includes geocoding access.', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-auto_standardize_address', 'section' => 'UI', 'description' => 'When using USPS web tools, automatically standardize the address without asking.', @@ -4751,6 +4781,17 @@ and customer address. Include units.', }, { + 'key' => 'svc_phone-radius-password', + 'section' => 'telephony', + 'description' => 'Password when exporting svc_phone records to RADIUS', + 'type' => 'select', + 'select_hash' => [ + '' => 'Use default from svc_phone-radius-default_password config', + 'countrycode_phonenum' => 'Phone number (with country code)', + ], + }, + + { 'key' => 'svc_phone-radius-default_password', 'section' => 'telephony', 'description' => 'Default password when exporting svc_phone records to RADIUS',