Actions

Difference between revisions of "%sev"

From Zenitel Wiki

Line 1: Line 1:
 
{{A}}  
 
{{A}}  
 
 
* 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.  
  
If the sub-type of en event is defined as 255, the main event will be triggered independent on the reported sub-type.  
+
Sub-event = 255 is a "wild card", and the main event will be triggered on all sub-event numbers.  
  
Some EventHandler reports uses ''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]]:
 
* When used with feature 105, 'Event trigger on dialling digits',  %SEV will return the dialled digit (Main event is [[Event Trigger with parameter (Event Type)]]).
 
* When used with feature 105, 'Event trigger on dialling digits',  %SEV will return the dialled digit (Main event is [[Event Trigger with parameter (Event Type)]]).
* When used with [[External_Data_Input]], %SEV is the EDIO port 1 - 4 the EDI text arrived on.
+
* When used with [[External_Data_Input]], %SEV is the EDIO port 1 - 10 the EDI text arrived on.
 
* When used with [[AlphaNet Link (Event Type)|event 29 - AlphaNet Link]], %SEV is the remote node number
 
* When used with [[AlphaNet Link (Event Type)|event 29 - AlphaNet Link]], %SEV is the remote node number
 
* When used with [[Private Ringing Outgoing(Event Type)|event 33 - Private Ringing Outgoing]], %SEV returns a number indicating the reason why ringing ended
 
* When used with [[Private Ringing Outgoing(Event Type)|event 33 - Private Ringing Outgoing]], %SEV returns a number indicating the reason why ringing ended

Revision as of 10:54, 22 August 2018

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

Sub-event = 255 is a "wild card", and the main event will be triggered on all sub-event numbers.

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

Back to Event_Handler#List_of_context_parameters.