Actions

Difference between revisions of "Unlock intercom station with password"

From Zenitel Wiki

Line 8: Line 8:
  
 
---------------
 
---------------
'''Event 1''' - Unlock the station by moving the station to COS 1 when dialing passcode 9980.
+
'''Event 1''' - Unlock the station by moving the station to COS 1 when dialing passcode 9200.
 
{|  
 
{|  
 
|-
 
|-
Line 18: Line 18:
 
|'''When change to''': || ON
 
|'''When change to''': || ON
 
|-
 
|-
|'''When related to''': || Directory number, Id: 9980
+
|'''When related to''': || Directory number, Id: 9200
 
|-
 
|-
 
|'''Action''': || [[SET_STATION_COS|$SSC L%1.dir U1]]
 
|'''Action''': || [[SET_STATION_COS|$SSC L%1.dir U1]]
 
|-
 
|-
|   || [[SET_TIMER|$ST L%2.dir W100 L9980]]
+
|   || [[SET_TIMER|$ST L%2.dir W100 L9200]]
 
|-
 
|-
 
|}
 
|}
Line 38: Line 38:
 
|'''When change to''': || ON
 
|'''When change to''': || ON
 
|-
 
|-
|'''When related to''': || Directory number, Id: 9980
+
|'''When related to''': || Directory number, Id: 9200
 
|-
 
|-
 
|'''Action''': || [[SET_STATION_COS|$SSC L%1.dir U2]]
 
|'''Action''': || [[SET_STATION_COS|$SSC L%1.dir U2]]

Revision as of 16:07, 30 April 2013

This article describes how a master station can be locked in idle, and unlocked by dialing a passcode (Event Trigger). When the code is dialed, the station will be unlocked for a preset periode of time, then it will automatically be locked.

  1. In AlphaPro - Directory & Features, Insert a new event trigger directory number with feature number 85, e.g. 9200.
Create a passcode using feature 85. Here 9200 is used as passcode
  1. In AlphaPro - COS, modify COS 2 to include feature 85 only.
Make feature 85 (event trigger) available in COS 2
  1. Program two new event as described below.

Event 1 - Unlock the station by moving the station to COS 1 when dialing passcode 9200.

Event Owner: Stations w/UDP, Id: 8 (All stations)
Event type: 15 – Event trigger
When change to: ON
When related to: Directory number, Id: 9200
Action: $SSC L%1.dir U1
  $ST L%2.dir W100 L9200



Event 2 - After timeout, lock the station by moving it to COS 2.

Event Owner: Stations w/UDP, Id: 8 (All stations)
Event type: 21 – Event timer
When change to: ON
When related to: Directory number, Id: 9200
Action: $SSC L%1.dir U2