Actions

Difference between revisions of "%sev"

From Zenitel Wiki

Line 4: Line 4:
 
Sub-event value 255 can be used as a "wild card", then the main event will be triggered regardless of the sub-event number.  
 
Sub-event value 255 can be used as a "wild card", then the main event will be triggered regardless of the sub-event number.  
  
Some [[Event_Handler#Events_Types|event type]] that use sub-events:
+
Some [[Event_Handler#Events_Types|event types]] that use sub-events:
 
* [[Event Trigger with parameter (Event Type)|Event 25 - Event Trigger with parameter]] is triggered when dialling digits after having called feature 105. %SEV will return the dialled digit
 
* [[Event Trigger with parameter (Event Type)|Event 25 - Event Trigger with parameter]] is triggered when dialling digits after having called feature 105. %SEV will return the dialled digit
 
* [[External Data Input|Event 28 - External Data Input]] is triggered when reciving text on an EDIO port. %SEV tells which EDIO port 1 - 10 the text arrived on.
 
* [[External Data Input|Event 28 - External Data Input]] is triggered when reciving text on an EDIO port. %SEV tells which EDIO port 1 - 10 the text arrived on.

Revision as of 11:22, 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", then the main event will be triggered regardless of the sub-event number.

Some event types that use sub-events:

Back to Event_Handler#List_of_context_parameters.