Actions

Difference between revisions of "Sub-Event (Event Handler)"

From Zenitel Wiki

Line 3: Line 3:
 
Subevents are mainly used for the [[Event Trigger (Event Type)|EventTrigger]], timeout and [[External Data Input|EDI]] events.
 
Subevents are mainly used for the [[Event Trigger (Event Type)|EventTrigger]], timeout and [[External Data Input|EDI]] events.
  
For station-related events, Sub Event = 255 is used as the Match-All number.
+
For station-related events, Sub Event = 255 is used as the Match-All number. The macro [[%sev]] can be used to extract the subevent number of the actual event in the action string.
 +
 
  
 
For EDI, Sub Event = 0 matches inputs on all EDI ports.
 
For EDI, Sub Event = 0 matches inputs on all EDI ports.
 +
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

Revision as of 11:11, 26 May 2009

Some Main Events are divided into SubEvents. Subevent is a number from 0 to 255.

Subevents are mainly used for the EventTrigger, timeout and EDI events.

For station-related events, Sub Event = 255 is used as the Match-All number. The macro %sev can be used to extract the subevent number of the actual event in the action string.


For EDI, Sub Event = 0 matches inputs on all EDI ports.