Added *eventType to opts for process threhold

This commit is contained in:
Trial97
2020-10-08 17:35:05 +03:00
committed by Dan Christian Bogos
parent 50789d6000
commit 61d2b4e922
30 changed files with 318 additions and 169 deletions

View File

@@ -29,5 +29,5 @@ cgrates.org,FLTR_DST_FS,*string,~*req.Account,1001;1002;dan,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_FS,*destinations,~*req.Destination,DST_FS,
cgrates.org,FLTR_RES_GR3,*string,~*req.Account,3001,2014-07-29T15:00:00Z
cgrates.org,FLTR_STS1,*string,~*req.Account,1001;1002,2014-07-29T15:00:00Z
cgrates.org,FLTR_CDR_UPDATE,*string,~*req.EventType,CDR,2014-07-29T15:00:00Z
cgrates.org,FLTR_CDR_UPDATE,*string,~*opts.*eventType,CDR,2014-07-29T15:00:00Z
1 #Tenant[0] ID[1] Type[2] Path[3] Values[4] ActivationInterval[5]
29 cgrates.org FLTR_DST_FS *destinations ~*req.Destination DST_FS
30 cgrates.org FLTR_RES_GR3 *string ~*req.Account 3001 2014-07-29T15:00:00Z
31 cgrates.org FLTR_STS1 *string ~*req.Account 1001;1002 2014-07-29T15:00:00Z
32 cgrates.org FLTR_CDR_UPDATE *string ~*req.EventType ~*opts.*eventType CDR 2014-07-29T15:00:00Z
33