Updated FieldName for attributes

This commit is contained in:
Trial97
2020-01-20 14:44:36 +02:00
parent 27e9431e36
commit 999aabdf9f
94 changed files with 1099 additions and 1088 deletions

View File

@@ -1,4 +1,4 @@
#Tenant,ID,Contexts,FilterIDs,ActivationInterval,AttributeFilterIDs,FieldName,Type,Value,Blocker,Weight
#Tenant,ID,Contexts,FilterIDs,ActivationInterval,AttributeFilterIDs,Path,Type,Value,Blocker,Weight
cgrates.org,ATTR_1001_SIMPLEAUTH,simpleauth,*string:~*req.Account:1001,,,*req.Password,*constant,CGRateS.org,false,20
cgrates.org,ATTR_1002_SIMPLEAUTH,simpleauth,*string:~*req.Account:1002,,,*req.Password,*constant,CGRateS.org,false,20
cgrates.org,ATTR_1003_SIMPLEAUTH,simpleauth,*string:~*req.Account:1003,,,*req.Password,*constant,CGRateS.org,false,20
1 #Tenant ID Contexts FilterIDs ActivationInterval AttributeFilterIDs FieldName Path Type Value Blocker Weight
2 cgrates.org ATTR_1001_SIMPLEAUTH simpleauth *string:~*req.Account:1001 *req.Password *constant CGRateS.org false 20
3 cgrates.org ATTR_1002_SIMPLEAUTH simpleauth *string:~*req.Account:1002 *req.Password *constant CGRateS.org false 20
4 cgrates.org ATTR_1003_SIMPLEAUTH simpleauth *string:~*req.Account:1003 *req.Password *constant CGRateS.org false 20

View File

@@ -1,4 +1,4 @@
#Tenant[0],ID[1],FilterType[2],FilterFieldName[3],FilterFieldValues[4],ActivationInterval[5]
#Tenant[0],ID[1],Type[2],Element[3],Values[4],ActivationInterval[5]
cgrates.org,FLTR_RES,*string,~*req.Account,1001;1002;1003,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_FS,*string,~*req.Account,1001,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_FS,*destinations,~*req.Destination,DST_FS,
1 #Tenant[0] ID[1] FilterType[2] Type[2] FilterFieldName[3] Element[3] FilterFieldValues[4] Values[4] ActivationInterval[5]
2 cgrates.org FLTR_RES *string ~*req.Account 1001;1002;1003 2014-07-29T15:00:00Z
3 cgrates.org FLTR_DST_FS *string ~*req.Account 1001 2014-07-29T15:00:00Z
4 cgrates.org FLTR_DST_FS *destinations ~*req.Destination DST_FS