Difference between revisions of "%sev"
From Zenitel Wiki
(New page: Returns the 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...) |
|||
Line 5: | Line 5: | ||
Some EventHandler reports uses ''sub event'' in addition to the main [[Event_Handler#Events_Types|event type]]: | Some EventHandler reports uses ''sub event'' in addition to the main [[Event_Handler#Events_Types|event type]]: | ||
*If this is used with feature 105, 'Event trigger on dialling digits', %SEV will return the dialled digit (Main event is [[Event Trigger with parameter (Event Type)]]). | *If this is 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 | + | *When used with [[External_Data_Input]], %SEV is the EDIO port 1 - 4 the EDI text arrived on. |
* ... | * ... | ||
Back to [[Event_Handler#List_of_context_parameters]]. | Back to [[Event_Handler#List_of_context_parameters]]. |
Revision as of 13:13, 17 July 2007
Returns the 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.
Some EventHandler reports uses sub event in addition to the main event type:
- If this is 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.
- ...