mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
added passing events from thresholds to ees
This commit is contained in:
committed by
Dan Christian Bogos
parent
90de059801
commit
ccdf3ef1f1
@@ -1691,6 +1691,7 @@ type TPThresholdProfile struct {
|
||||
Blocker bool // blocker flag to stop processing on filters matched
|
||||
Weight float64 // Weight to sort the thresholds
|
||||
ActionIDs []string
|
||||
EeIDs []string
|
||||
Async bool
|
||||
}
|
||||
|
||||
|
||||
@@ -2811,6 +2811,10 @@ const (
|
||||
OptsStatsProfileIDs = "*stsProfileIDs"
|
||||
OptsStatsProfileIgnoreFilters = "*stsProfileIgnoreFilters"
|
||||
// Thresholds
|
||||
ThresholdHit = "ThresholdHit"
|
||||
Hits = "Hits"
|
||||
Snooze = "Snooze"
|
||||
ThresholdConfig = "Config"
|
||||
OptsThresholdsProfileIDs = "*thdProfileIDs"
|
||||
OptsThresholdsProfileIgnoreFilters = "*thdProfileIgnoreFilters"
|
||||
//CDRs and Sessions
|
||||
|
||||
Reference in New Issue
Block a user