mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
Fixed session_vol configs for *runID
This commit is contained in:
committed by
Dan Christian Bogos
parent
cb809f976e
commit
54ce90ba98
@@ -56,17 +56,17 @@
|
||||
},
|
||||
{
|
||||
"Tenant": "*any",
|
||||
"FilterIDs": ["*string:~*req.RunID:customers"],
|
||||
"FilterIDs": ["*string:~*opts.*runID:customers"],
|
||||
"Value": true,
|
||||
},
|
||||
],
|
||||
"*accountS": [
|
||||
{
|
||||
"Tenant": "*any",
|
||||
"FilterIDs": ["*string:~*req.Account:1001", "*string:~*req.RunID:suppliers"],
|
||||
"FilterIDs": ["*string:~*req.Account:1001", "*string:~*opts.*runID:suppliers"],
|
||||
"Value": true,
|
||||
},
|
||||
],
|
||||
],
|
||||
"*eeS": [
|
||||
{
|
||||
"Tenant": "*any",
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
"rates": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["*req.RunID"],
|
||||
"string_indexed_fields": ["*opts.*runID"],
|
||||
"rate_string_indexed_fields": [],
|
||||
"rate_prefix_indexed_fields": ["*req.Destination"],
|
||||
"opts":{
|
||||
|
||||
@@ -61,14 +61,14 @@
|
||||
},
|
||||
{
|
||||
"Tenant": "*any",
|
||||
"FilterIDs": ["*string:~*req.RunID:customers"],
|
||||
"FilterIDs": ["*string:~*opts.*runID:customers"],
|
||||
"Value": true,
|
||||
},
|
||||
],
|
||||
"*accountS": [
|
||||
{
|
||||
"Tenant": "*any",
|
||||
"FilterIDs": ["*string:~*req.Account:1001", "*string:~*req.RunID:suppliers"],
|
||||
"FilterIDs": ["*string:~*req.Account:1001", "*string:~*opts.*runID:suppliers"],
|
||||
"Value": true,
|
||||
},
|
||||
],
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
"rates": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["*req.RunID"],
|
||||
"string_indexed_fields": ["*opts.*runID"],
|
||||
"rate_string_indexed_fields": [],
|
||||
"rate_prefix_indexed_fields": ["*req.Destination"],
|
||||
"opts":{
|
||||
|
||||
@@ -58,14 +58,14 @@
|
||||
},
|
||||
{
|
||||
"Tenant": "*any",
|
||||
"FilterIDs": ["*string:~*req.RunID:customers"],
|
||||
"FilterIDs": ["*string:~*opts.*runID:customers"],
|
||||
"Value": true,
|
||||
},
|
||||
],
|
||||
"*accountS": [
|
||||
{
|
||||
"Tenant": "*any",
|
||||
"FilterIDs": ["*string:~*req.Account:1001", "*string:~*req.RunID:suppliers"],
|
||||
"FilterIDs": ["*string:~*req.Account:1001", "*string:~*opts.*runID:suppliers"],
|
||||
"Value": true,
|
||||
},
|
||||
],
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
"rates": {
|
||||
"enabled": true,
|
||||
"string_indexed_fields": ["*req.RunID"],
|
||||
"string_indexed_fields": ["*opts.*runID"],
|
||||
"rate_string_indexed_fields": [],
|
||||
"rate_prefix_indexed_fields": ["*req.Destination"],
|
||||
"opts":{
|
||||
|
||||
Reference in New Issue
Block a user