Add 'ees_ids' field to ERs readers config

This commit is contained in:
arberkatellari
2024-12-20 16:06:31 +02:00
committed by Dan Christian Bogos
parent d35b14b6b9
commit 2252765e93
17 changed files with 428 additions and 395 deletions

View File

@@ -376,6 +376,7 @@ func (erS *ERService) processEvent(cgrEv *utils.CGREvent,
var reply map[string]map[string]any
return erS.connMgr.Call(context.TODO(), erS.cfg.ERsCfg().EEsConns, utils.EeSv1ProcessEvent,
&engine.CGREventWithEeIDs{
EeIDs: rdrCfg.EEsIDs,
CGREvent: cgrEv,
}, &reply)
}