LCRProfile(2)

This commit is contained in:
TeoV
2017-11-20 17:20:08 +02:00
committed by Dan Christian Bogos
parent be388e0aa4
commit ffcee28567
36 changed files with 335 additions and 62 deletions

View File

@@ -3,6 +3,7 @@ cgrates.org,FLTR_1,*string,Account,1001;1002,2014-07-29T15:00:00Z
cgrates.org,FLTR_1,*string_prefix,Destination,10;20,
cgrates.org,FLTR_1,*rsr_fields,,Subject(~^1.*1$);Destination(1002),
cgrates.org,FLTR_ACNT_1007,*string,Account,1007,2014-07-29T15:00:00Z
cgrates.org,FLTR_ACNT_dan,*string,Account,dan,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_DE,*destinations,Destination,DST_DE,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_NL,*destinations,Destination,DST_NL,2014-07-29T15:00:00Z
cgrates.org,FLTR_ACNT_BALANCE_1,*string,Account,1001;1002,2014-07-29T15:00:00Z
1 #Tenant[0] ID[1] FilterType[2] FilterFieldName[3] FilterFieldValues[4] ActivationInterval[5]
3 cgrates.org FLTR_1 *string_prefix Destination 10;20
4 cgrates.org FLTR_1 *rsr_fields Subject(~^1.*1$);Destination(1002)
5 cgrates.org FLTR_ACNT_1007 *string Account 1007 2014-07-29T15:00:00Z
6 cgrates.org FLTR_ACNT_dan *string Account dan 2014-07-29T15:00:00Z
7 cgrates.org FLTR_DST_DE *destinations Destination DST_DE 2014-07-29T15:00:00Z
8 cgrates.org FLTR_DST_NL *destinations Destination DST_NL 2014-07-29T15:00:00Z
9 cgrates.org FLTR_ACNT_BALANCE_1 *string Account 1001;1002 2014-07-29T15:00:00Z