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
@@ -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