Actions

Difference between revisions of "%sev"

From Zenitel Wiki

Line 7: Line 7:
 
* [[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.
* [[AlphaNet Link (Event Type)|Event 29 - AlphaNet Link]] reports AlphaNet links up or down. %SEV is the remote node number
+
* [[AlphaNet Link (Event Type)|Event 29 - AlphaNet Link]] reports AlphaNet links up or down. %SEV returns the remote node number
 
* [[Station DAK key as RCI (Event Type)| Event 30 - Station DAK key as RCI]] reports DAK keys or inputs activated: %SEV will return the DAK key number or Input number
 
* [[Station DAK key as RCI (Event Type)| Event 30 - Station DAK key as RCI]] reports DAK keys or inputs activated: %SEV will return the DAK key number or Input number
 
* [[Private Ringing Outgoing(Event Type)|Event 33 - Private Ringing Outgoing]]. %SEV will return a number indicating the reason why ringing ended
 
* [[Private Ringing Outgoing(Event Type)|Event 33 - Private Ringing Outgoing]]. %SEV will return a number indicating the reason why ringing ended

Revision as of 11:13, 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 EventHandler reports use sub event in addition to the main event type:

Back to Event_Handler#List_of_context_parameters.