EEs processing AttributeS via flags

This commit is contained in:
DanB
2020-05-04 20:09:35 +02:00
parent 1652930f17
commit db098d4e3a
4 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ func (eeS *EEService) V1ProcessEvent(cgrEv *utils.CGREventWithOpts) (err error)
for _, eeCfg := range eeS.cfg.EEsCfg().Exporters {
if eeCfg.AttributeSCtx != utils.META_NONE {
if eeCfg.Flags.GetBool(utils.MetaAttributes) {
var rplyEv engine.AttrSProcessEventReply
attrArgs := &engine.AttrArgsProcessEvent{
AttributeIDs: eeCfg.AttributeSIDs,