From 5b6b3d3c225f795eb2dad0a16df974c30344691f Mon Sep 17 00:00:00 2001 From: DanB Date: Wed, 11 Oct 2017 11:58:39 +0200 Subject: [PATCH] Fiter and Threshold sample .csv with Async and ActivationInterval options --- data/tariffplans/tutorial/Filters.csv | 2 +- data/tariffplans/tutorial/Thresholds.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tariffplans/tutorial/Filters.csv b/data/tariffplans/tutorial/Filters.csv index 5a90d9838..1edb26b5c 100644 --- a/data/tariffplans/tutorial/Filters.csv +++ b/data/tariffplans/tutorial/Filters.csv @@ -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) diff --git a/data/tariffplans/tutorial/Thresholds.csv b/data/tariffplans/tutorial/Thresholds.csv index a422ddaa6..8e55bef14 100644 --- a/data/tariffplans/tutorial/Thresholds.csv +++ b/data/tariffplans/tutorial/Thresholds.csv @@ -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