X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=392d426da7c51370eb32802093c6971fbbe73fb3;hb=00b3fa892f2fe5665fd6415a2806d706bff0e745;hp=fed5fb23e99fa48fea1beda2652fd78a7b976283;hpb=b67aa7e32eddd8d67d53ef534a4803f1162f2cca;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fed5fb23e..392d426da 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -991,6 +991,7 @@ my @cdr_formats = ( '%d/%m/%Y' => 'DD/MM/YYYY', '%Y/%m/%d' => 'YYYY/MM/DD', ], + 'per_locale' => 1, }, { @@ -1002,6 +1003,7 @@ my @cdr_formats = ( '%b %o, %Y' => 'Mon DDth, YYYY', '%e %b %Y' => 'DD Mon YYYY', ], + 'per_locale' => 1, }, { @@ -1625,7 +1627,7 @@ and customer address. Include units.', { '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)', + 'description' => 'Maximum SIP password length (default 80)', 'type' => 'text', }, @@ -5315,6 +5317,27 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'api_shared_secret', + 'section' => 'API', + 'description' => 'Shared secret for back-office API authentication', + 'type' => 'text', + }, + + { + 'key' => 'xmlrpc_api', + 'section' => 'API', + 'description' => 'Enable the back-office API XML-RPC server (on port 8008).', + 'type' => 'checkbox', + }, + +# { +# 'key' => 'jsonrpc_api', +# 'section' => 'API', +# 'description' => 'Enable the back-office API JSON-RPC server (on port 8081).', +# 'type' => 'checkbox', +# }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },