mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
EEs processing AttributeS via flags
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user