Actions

Difference between revisions of "Pulsing of RCO (Event Handler)"

From Zenitel Wiki

(New page: Using the $ST (Set_Timer) message. <br\> A number of stations should dial an Event Trigger number 9533 (feature 85) to pulse RCO 3 for 5 seconds. Assign the stations to UDP group 1. '''St...)
 
Line 4: Line 4:
  
 
'''Start a 5 sec. timer when 9534 is dialled:'''
 
'''Start a 5 sec. timer when 9534 is dialled:'''
 +
{|
 +
|-
 +
|width="100pt"|Event Owner:
 +
|width="100pt"|Stations w/UDP Id: 1
 +
|-
 +
|Event type: || 15 – Event Trigger
 +
|-
 +
|When change to: || ON or OFF
 +
|-
 +
|When related to: || Directory Number Id: 0 | 9533
 +
|-
 +
|Action: <br\>|| RCO 3 ON<br\>$ST L%1.dir w50 L%2.dir
 +
|-
 +
|}
 +
 +
'''Cancel conversation when timeout:'''
 +
 +
{|
 +
|-
 +
|width="100pt"|Event Owner:
 +
|width="100pt"|Stations w/UDP Id: 1
 +
|-
 +
|Event type: || 21 - Event timeout
 +
|-
 +
|When change to: || ON
 +
|-
 +
|When related to: || Directory Number Id: 0 | 9533
 +
|-
 +
|Action: || RCO 3 OFF
 +
|-
 +
|}

Revision as of 14:29, 8 August 2007

Using the $ST (Set_Timer) message. <br\> A number of stations should dial an Event Trigger number 9533 (feature 85) to pulse RCO 3 for 5 seconds. Assign the stations to UDP group 1.

Start a 5 sec. timer when 9534 is dialled:

Event Owner: Stations w/UDP Id: 1
Event type: 15 – Event Trigger
When change to: ON or OFF
When related to: 9533
Action: <br\> RCO 3 ON<br\>$ST L%1.dir w50 L%2.dir

Cancel conversation when timeout:

Event Owner: Stations w/UDP Id: 1
Event type: 21 - Event timeout
When change to: ON
When related to: 9533
Action: RCO 3 OFF