Actions

Difference between revisions of "Unlock intercom station with password"

From Zenitel Wiki

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
This article describes how a master station can be locked in idle, and unlocked by dialing a passcode. When the code is dialed, the station will be unlocked for a preset periode of time, then it will automatically be locked again.
 
This article describes how a master station can be locked in idle, and unlocked by dialing a passcode. When the code is dialed, the station will be unlocked for a preset periode of time, then it will automatically be locked again.
  
Line 16: Line 17:
  
 
'''Event 1''' - Unlock the station by moving the station to COS 1 when dialing passcode 9200. A 10,0 second timer is started.
 
'''Event 1''' - Unlock the station by moving the station to COS 1 when dialing passcode 9200. A 10,0 second timer is started.
{|  
+
[[File:Application24a.png|500px|left|thumb|]]
|-
+
<br style="clear:both;" />
|width="100pt"|'''Event Owner''':
+
 
|width="400pt"|Stations w/UDP, Id: 8 (All stations)
+
{{Code2|
|-
+
[[SET_STATION_COS|$SSC L%1.dir U1]]
|'''Event type''': || 15 – Event trigger
+
[[SET_TIMER|$ST L%1.dir W100 L9200]]
|-
+
}}
|'''When change to''': || ON
 
|-
 
|'''When related to''': || Directory number, Id: 9200
 
|-
 
|'''Action''': || [[SET_STATION_COS|$SSC L%1.dir U1]]
 
|-
 
| &nbsp; || [[SET_TIMER|$ST L%1.dir W100 L9200]]
 
|-
 
|}
 
  
 
The parameter W100 = 10.0 seconds. Change if required.
 
The parameter W100 = 10.0 seconds. Change if required.
Line 37: Line 29:
  
  
'''Event 2''' - After timeout, lock the station by moving it to COS 2.
+
'''Event 2''' - After the 10 sec timeout, lock the station by moving it to COS 2.
{|
+
[[File:Application24b.png|500px|left|thumb|]]
|-
+
<br style="clear:both;" />
|width="100pt"|'''Event Owner''':
 
|width="400pt"|Stations w/UDP, Id: 8 (All stations)
 
|-
 
|'''Event type''': || [[Event Timeout (Event Type)|21 – Event timer]]
 
|-
 
|'''When change to''': || ON
 
|-
 
|'''When related to''': || Directory number, Id: 9200
 
|-
 
|'''Action''': || [[SET_STATION_COS|$SSC L%1.dir U2]]
 
|-
 
|}
 
 
 
  
 +
{{Code2|
 +
[[SET_STATION_COS|$SSC L%1.dir U2]]
 +
}}
  
Note that by default all stations are in COS 1, and thereby "Unlocked". To prevent that a SendAll from AlphaPro will "unlock" all stations, it is recommended to "lock" all stations by moving them to COS 2 in the AlphaPro database.
+
{{Note| By default all stations are in COS 1, and thereby "Unlocked". To prevent that a SendAll from AlphaPro will "unlock" all stations, it is recommended to "lock" all stations by moving them to COS 2 in the AlphaPro database.}}
 
[[File:UnlockCOS2_2.PNG|thumb|left|500px|Put stations in COS 2]]
 
[[File:UnlockCOS2_2.PNG|thumb|left|500px|Put stations in COS 2]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
  
[[Category:Applications]]
+
[[Category:AlphaCom Applications]]
 +
[[Category:ICX-AlphaCom Applications]]

Latest revision as of 08:04, 1 June 2022

AI.png

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

The passcode is an Event Trigger number. When dialed it will move the station to a COS (Class of Service) in which all wanted features are enabled. Also a timer is started. When the timer expires, the station will be moved to a COS were all features are disabled, except the event trigger feature itself.

  • 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


  • In AlphaPro - COS, modify COS 2 to include feature 85 only.
Make feature 85 (event trigger) available in COS 2



  • Program two new events in the Event Handler.

In AlphaPro, select Exchange & System - > Events, and Insert two events with the following properties:

Event 1 - Unlock the station by moving the station to COS 1 when dialing passcode 9200. A 10,0 second timer is started.

Application24a.png


Action commands:


The parameter W100 = 10.0 seconds. Change if required.


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

Application24b.png


Action commands:


Note icon By default all stations are in COS 1, and thereby "Unlocked". To prevent that a SendAll from AlphaPro will "unlock" all stations, it is recommended to "lock" all stations by moving them to COS 2 in the AlphaPro database.


Put stations in COS 2