I am trying to create an event condition:
If event 0x4630004 occurs and Condition <C> evaluates to TRUE, then generate Event <Z>.
Else, generate default event
Spectrum is however is never able to evaluate the condition as true, even though it is. My guess is that the event variable type is not correct?
E.g. When trap is received, event 0x4630004 is generated, with event message:
Device {m} of type {t} generated a ccmGatewayFailed notification. At least one gateway has attempted to register or communicate with the CallManager and failed. ccmAlarmSeverity - "{T CICM_ccmAlarmSeverity 1}", ccmGatewayName - {S 2}, ccmGatewayInetAddressType - "{T CICM_ccmGatewayInetAddrType 3}", ccmGatewayInetAddress - {O 4}, ccmGatewayFailCauseCode - "{T CICM_ccmGatewayFailCauseCode 5}".
My Event condition:

When this is true, generate 0xfff0044cc, otherwise generate 0xfff004cd

My condition is never evaluated as true. only 0xfff004cd event is generated.

Any idea why this is the case? Is it because the event attribute 5 (ccmGatewayFailCauseCode - "{T CICM_ccmGatewayFailCauseCode 5) is type T? There is no event variable type from the drop down which is type T.
Any suggestions?