Some more removal of lcr_subject_prefix_matching config option

This commit is contained in:
DanB
2019-02-09 18:41:48 +01:00
parent d7d9856cc2
commit 9266d2fe78
3 changed files with 0 additions and 3 deletions

View File

@@ -168,7 +168,6 @@ const CGRATES_CFG_JSON = `
"users_conns": [], // address where to reach the user service, empty to disable user profile functionality: <""|*internal|x.y.z.y:1234>
"aliases_conns": [], // address where to reach the aliases service, empty to disable aliases functionality: <""|*internal|x.y.z.y:1234>
"rp_subject_prefix_matching": false, // enables prefix matching for the rating profile subject
"lcr_subject_prefix_matching": false, // enables prefix matching for the lcr subject
"max_computed_usage": { // do not compute usage higher than this, prevents memory overload
"*any": "189h",
"*voice": "72h",

View File

@@ -47,7 +47,6 @@ func TestRalsCfgFromJsonCfg(t *testing.T) {
"users_conns": [], // address where to reach the user service, empty to disable user profile functionality: <""|*internal|x.y.z.y:1234>
"aliases_conns": [], // address where to reach the aliases service, empty to disable aliases functionality: <""|*internal|x.y.z.y:1234>
"rp_subject_prefix_matching": false, // enables prefix matching for the rating profile subject
"lcr_subject_prefix_matching": false, // enables prefix matching for the lcr subject
"max_computed_usage": { // do not compute usage higher than this, prevents memory overload
"*any": "189h",
"*voice": "72h",

View File

@@ -147,7 +147,6 @@
// "users_conns": [], // address where to reach the user service, empty to disable user profile functionality: <""|*internal|x.y.z.y:1234>
// "aliases_conns": [], // address where to reach the aliases service, empty to disable aliases functionality: <""|*internal|x.y.z.y:1234>
// "rp_subject_prefix_matching": false, // enables prefix matching for the rating profile subject
// "lcr_subject_prefix_matching": false, // enables prefix matching for the lcr subject
// "max_computed_usage": { // do not compute usage higher than this, prevents memory overload
// "*any": "189h",
// "*voice": "72h",