diff --git a/config/cdrstatsconfig.go b/config/cdrstatsconfig.go index 337fcc2a9..c234340be 100644 --- a/config/cdrstatsconfig.go +++ b/config/cdrstatsconfig.go @@ -27,7 +27,7 @@ type CdrStatsConfig struct { RatedCdrs bool // Build the stats for rated cdrs instead of raw ones QueuedItems int64 // Number of items in the stats buffer TimeWindow time.Duration // Will only keep the CDRs who's call setup time is not older than time.Now()-TimeWindow - ProcessedStats []string // ASR, ACD, ACC + Metrics []string // ASR, ACD, ACC SetupInterval []time.Time // 2 or less items (>= start interval,< stop_interval) TOR []string CdrHost []string