Actions

Difference between revisions of "%sev"

From Zenitel Wiki

Line 2: Line 2:
 
* Returns the [[Sub-Event (Event Handler)|sub-event]] number (in decimal format) of the event being processed.  
 
* Returns the [[Sub-Event (Event Handler)|sub-event]] number (in decimal format) of the event being processed.  
  
Sub-event value 255 acts as a "wild card", and the main event will be triggered regardless of the sub-event number.  
+
Sub-event value 255 can be used as a "wild card", and the main event will be triggered regardless of the sub-event number.  
  
 
Some EventHandler reports use ''sub event'' in addition to the main [[Event_Handler#Events_Types|event type]]:
 
Some EventHandler reports use ''sub event'' in addition to the main [[Event_Handler#Events_Types|event type]]:

Revision as of 11:09, 22 August 2018

AlphaCom icon 300px.png
  • Returns the sub-event number (in decimal format) of the event being processed.

Sub-event value 255 can be used as a "wild card", and the main event will be triggered regardless of the sub-event number.

Some EventHandler reports use sub event in addition to the main event type:

Back to Event_Handler#List_of_context_parameters.