Modified account name

This commit is contained in:
porosnicuadrian
2021-10-12 10:21:26 +03:00
committed by Dan Christian Bogos
parent 9f5cbbb176
commit 949bf3eb99
5 changed files with 14 additions and 12 deletions

View File

@@ -42,11 +42,11 @@
"*notstring:~*req.Account:sipp": true,
},
"*rateS": {
"*notstring:~*req.Account:sipp|dan.bogos": true,
"*notstring:~*req.Account:sipp|1001": true,
"*string:~*req.RunID:customers": true,
},
"*accountS": {
"*string:~*req.Account:dan.bogos;*string:~*req.RunID:suppliers": true,
"*string:~*req.Account:1001;*string:~*req.RunID:suppliers": true,
},
"*eeS": {
"*default": true,

View File

@@ -47,11 +47,11 @@
"*notstring:~*req.Account:sipp": true,
},
"*rateS": {
"*notstring:~*req.Account:sipp|dan.bogos": true,
"*notstring:~*req.Account:sipp|1001": true,
"*string:~*req.RunID:customers": true,
},
"*accountS": {
"*string:~*req.Account:dan.bogos;*string:~*req.RunID:suppliers": true,
"*string:~*req.Account:1001;*string:~*req.RunID:suppliers": true,
},
"*eeS": {
"*default": true,

View File

@@ -44,11 +44,11 @@
"*notstring:~*req.Account:sipp": true,
},
"*rateS": {
"*notstring:~*req.Account:sipp|dan.bogos": true,
"*notstring:~*req.Account:sipp|1001": true,
"*string:~*req.RunID:customers": true,
},
"*accountS": {
"*string:~*req.Account:dan.bogos;*string:~*req.RunID:suppliers": true,
"*string:~*req.Account:1001;*string:~*req.RunID:suppliers": true,
},
"*eeS": {
"*default": true,

View File

@@ -1,3 +1,3 @@
#Tenant[0],ID[1],Type[2],Element[3],Values[4]
cgrates.org,FLTR_VOLUME_ACCOUNTS,*string,~*req.Account,dan.bogos
cgrates.org,FLTR_VOLUME_ACCOUNTS,*string,~*req.Account,1001
1 #Tenant[0] ID[1] Type[2] Element[3] Values[4]
2 cgrates.org FLTR_VOLUME_ACCOUNTS *string ~*req.Account dan.bogos 1001
3