X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d84ca00f05dee00d513fbcd0a4dbcb7474126345;hb=0924aec8b98b4056357bfdd19f45686a3e9008e2;hp=9d81b751448e21b669d95a8de281748a90e3ef89;hpb=860445eb4e5389ae310496a199d69e414d2428c9;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9d81b7514..d84ca00f0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1786,6 +1786,7 @@ and customer address. Include units.', 'section' => 'username', 'description' => 'Allow uppercase characters in usernames. Not recommended for use with FreeRADIUS with MySQL backend, which is case-insensitive by default.', 'type' => 'checkbox', + 'per_agent' => 1, }, { @@ -2897,6 +2898,7 @@ and customer address. Include units.', 'section' => '', 'description' => "Use the agent's master service address as the service address (only ship_address2 can be entered, if blank on the master address). Useful for multi-tenant applications.", 'type' => 'checkbox', + 'per_agent' => 1, }, { 'key' => 'referral_credit', @@ -3589,6 +3591,7 @@ and customer address. Include units.', 'section' => '', 'description' => 'Require daytime or night phone for all customer records.', 'type' => 'checkbox', + 'per_agent' => 1, }, { @@ -3596,6 +3599,7 @@ and customer address. Include units.', 'section' => '', 'description' => 'Email address field is required: require at least one invoicing email address for all customer records.', 'type' => 'checkbox', + 'per_agent' => 1, }, { @@ -4254,6 +4258,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'cdr-asterisk_australia_rewrite', + 'section' => 'telephony', + 'description' => 'For Asterisk CDRs, assign CDR type numbers based on Australian conventions.', + 'type' => 'checkbox', + }, + { 'key' => 'cust_pkg-show_autosuspend', 'section' => 'UI',