mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Modified account name
This commit is contained in:
committed by
Dan Christian Bogos
parent
9f5cbbb176
commit
949bf3eb99
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
Reference in New Issue
Block a user