mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Add 'ees_ids' field to ERs readers config
This commit is contained in:
committed by
Dan Christian Bogos
parent
d35b14b6b9
commit
2252765e93
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user