Fiter and Threshold sample .csv with Async and ActivationInterval options

This commit is contained in:
DanB
2017-10-11 11:58:39 +02:00
parent b0cb868ca2
commit 5b6b3d3c22
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#Tenant[0],ID[1],FilterType[2],FilterFieldName[3],FilterFieldValues[4]
#Tenant[0],ID[1],FilterType[2],FilterFieldName[3],FilterFieldValues[4],ActivationInterval[5]
cgrates.org,FLTR_1,*string,Account,1001;1002
cgrates.org,FLTR_1,*string_prefix,Destination,10;20
cgrates.org,FLTR_1,*rsr_fields,,Subject(~^1.*1$);Destination(1002)
1 #Tenant[0] #Tenant[0],ID[1],FilterType[2],FilterFieldName[3],FilterFieldValues[4],ActivationInterval[5] ID[1] FilterType[2] FilterFieldName[3] FilterFieldValues[4]
2 cgrates.org cgrates.org,FLTR_1,*string,Account,1001;1002 FLTR_1 *string Account 1001;1002
3 cgrates.org cgrates.org,FLTR_1,*string_prefix,Destination,10;20 FLTR_1 *string_prefix Destination 10;20
4 cgrates.org cgrates.org,FLTR_1,*rsr_fields,,Subject(~^1.*1$);Destination(1002) FLTR_1 *rsr_fields Subject(~^1.*1$);Destination(1002)

View File

@@ -1,2 +1,2 @@
#Tenant[0],Id[1],FilterType[2],FilterFieldName[3],FilterFieldValues[4],ActivationInterval[5],Recurrent[6],MinSleep[7],Blocker[8],Weight[9],ActionIDs[10]
#Tenant[0],Id[1],FilterType[2],FilterFieldName[3],FilterFieldValues[4],ActivationInterval[5],Recurrent[6],MinSleep[7],Blocker[8],Weight[9],ActionIDs[10],Async[11]
cgrates.org,Threshold1,*string,Account,1001;1002,2014-07-29T15:00:00Z,true,1s,true,10,THRESH1;THRESH2
1 #Tenant[0] #Tenant[0],Id[1],FilterType[2],FilterFieldName[3],FilterFieldValues[4],ActivationInterval[5],Recurrent[6],MinSleep[7],Blocker[8],Weight[9],ActionIDs[10],Async[11] Id[1] FilterType[2] FilterFieldName[3] FilterFieldValues[4] ActivationInterval[5] Recurrent[6] MinSleep[7] Blocker[8] Weight[9] ActionIDs[10]
2 cgrates.org cgrates.org,Threshold1,*string,Account,1001;1002,2014-07-29T15:00:00Z,true,1s,true,10,THRESH1;THRESH2 Threshold1 *string Account 1001;1002 2014-07-29T15:00:00Z true 1s true 10 THRESH1;THRESH2