Actions

Difference between revisions of "Event Timeout (Event Type)"

From Zenitel Wiki

(Event description)
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
==Event description==
 
==Event description==
 
{|  
 
{|  
 
|-
 
|-
|width="100pt"|'''Event Owner''':
+
|width="180pt"|'''Event Owner''':
|width="300pt"| A station or [[UDP]] group
+
|width="600pt"| A station or [[UDP]] group
 
|-
 
|-
 
|'''Event type''': || 21 - Event Timeout
 
|'''Event type''': || 21 - Event Timeout
 
|-
 
|-
|'''Subevent''': || See below
+
|'''Subevent''': || 0
 
|-
 
|-
 
|'''When change to ON''': || When a timer owned by this station expires
 
|'''When change to ON''': || When a timer owned by this station expires
Line 13: Line 14:
 
|'''When change to OFF''': || N/A
 
|'''When change to OFF''': || N/A
 
|-
 
|-
|'''When related to''': || Yes (optional)  
+
|'''When related to''': || Yes (Optional. Only "Directory Number" or "All" is supported. "Stations w UDP" is not supported)  
 
|-
 
|-
 
|}
 
|}
  
{| border="1" cellpadding="4"
+
==Additional information==
! align="left"|[[Event Owner]]:
+
*From any event or [[RCI]] a timer can be started (or stopped) by the data message $ST ([[SET_TIMER]])
| A station
+
*100 ms resolution
|-
+
*When the timer expires the event “21 Event Timeout” is triggered
! align="left"|[[Event Handler#Events Types - Grouped by Function|Event type]]:
 
| 21 - Event Timeout
 
|-
 
! align="left"|[[Sub-Event (Event Handler)|Sub-Event]]:
 
| Parameter-attribute of the Event Trigger number
 
|-
 
! align="left"|[[When Change to (Event Handler)|When Change to ON]]:
 
| When a timer owned by this station expires
 
|-
 
! align="left"|[[When Change to (Event Handler)|When Change to OFF]]:
 
| N/A
 
|-
 
! align="left"|[[When Related to (Event Handler)|When Related to]]:
 
| Yes (optional)
 
|-
 
|}
 
  
*Additional information:
 
:-From any event or RCI a timer can be started (or stopped) by the data message $ST (Set_Timer)
 
:-100 ms resolution
 
:-When the timer expires the event “21 Event Timeout” is triggered
 
:-Syntax:
 
::*$ST Lxxxx Wyy Lzzzz
 
::*xxxx = station which is owner of the timer
 
::*yy = timeout value in 100ms steps
 
::*zzzz = “related to” number (optional)
 
::*Example 1: $ST L102 W50 - set a 5 second timer on station 102
 
::*Example 2: $ST L102 – stop all timers on station 102
 
::*Example 3: $ST L102 W50 L101 - set a 5 second timer on station 102, 101 is “related-to”
 
  
*Application:
+
==Application==
:- Pulse RCO’s
+
* [[Pulsing of RCO (Event Handler)|Pulse RCO’s]]
:- Timeout of conversations
+
* [[Timeout of conversation (Event Handler)|Timeout of conversations]]
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 +
[[Category:Event types]]

Latest revision as of 16:14, 4 October 2019

AI.png

Event description

Event Owner: A station or UDP group
Event type: 21 - Event Timeout
Subevent: 0
When change to ON: When a timer owned by this station expires
When change to OFF: N/A
When related to: Yes (Optional. Only "Directory Number" or "All" is supported. "Stations w UDP" is not supported)

Additional information

  • From any event or RCI a timer can be started (or stopped) by the data message $ST (SET_TIMER)
  • 100 ms resolution
  • When the timer expires the event “21 Event Timeout” is triggered


Application