Actions

Difference between revisions of "Call restriction from guard station to cell station (Event Handler)"

From Zenitel Wiki

 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Calls from the guard station to the cell stations should be rejected unless the cell has made a Call Request to the guard.
+
{{AI}}
 +
==Situation==
 +
Calls from the guard station to the cell stations should be rejected unless the cell has made a [[Call Request]] to the guard.
  
Use the event type “Call Requester Mode” on the cell stations to set / reset call forwarding to a dummy (non-existing) subscriber.  
+
==Solution==
* The text of the dummy subscriber could be ‘Rejected’.  
+
Use the event type “[[Call Requester Mode (Event Type)|Call Requester Mode]]” on the cell stations to set/reset call forwarding to a 'dummy' (non-existing) subscriber.  
* Number of rings on call forwarding should be set to 0 (Exchange & System | System | More | Call Forwarding – Ring Count).
+
* The text of the 'dummy' subscriber could be ‘Rejected’.  
* Feature Reminder (blink’n bleep) should be disabled for the cells
+
* Number of rings on call forwarding should be set to 0. Go to [[Exchange_%26_System_(AlphaPro)#Calls_and_Options|Exchange & System -> System -> Calls and Options]] and set Call Forwarding – Ringing Count to 0.
 +
* [[Feature reminder|Feature Reminder]] (blink’n bleep) should be disabled for the cells. Go to [[Users_%26_Stations_(AlphaPro)#User_Preferences_tab|Users & Stations -> User Preferences]] and tick off [[Feature reminder|Feature Reminder]].
  
'''Set transfer to dummy number 345 when not in Call Requester Mode:'''
+
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following events:
{|
 
|-
 
|width="100pt"|Event Owner:
 
|width="300pt"|Stations w/UDP Id: 2 (All cell stations)
 
|-
 
|Event type: || 11 – Call Requester Mode
 
|-
 
|When change to: || OFF
 
|-
 
|When related to: || All
 
|-
 
|Action: || $TRF L%1.dir “I345”
 
|-
 
|}
 
  
'''Reset transfer when in Call Requester Mode:'''
+
'''Event 1:''' Set transfer to 'dummy' number 345 when not in [[Call Requester Mode (Event Type)|Call Requester Mode]].
{|  
+
[[Image:Application2a.png|left|thumb|500px]]
|-
+
<br style="clear:both;>
|width="100pt"|Event Owner:
+
 
|width="300pt"|Stations w/UDP Id: 2 (All cell stations)
+
{{Code2|
|-
+
[[CALL TRANSFER|$TRF]] L%1.dir “I345”
|Event type: || 11 – Call Requester Mode
+
}}
|-
+
 
|When change to: || ON
+
--------
|-
+
 
|When related to: || All
+
'''Event 2:''' Reset transfer when in Call Requester Mode.
|-
+
[[Image:Application2b.png|left|thumb|500px|]]
|Action: || $TRF L%1.dir “”
+
<br style="clear:both;>
|-
+
 
|}
+
{{Code2|
[[Category:Applications]]
+
[[CALL TRANSFER|$TRF]] L%1.dir “”
 +
}}
 +
 
 +
[[Category:AlphaCom Applications]]
 +
[[Category:ICX-AlphaCom Applications]]
 +
[[Category:Control Room Applications]]
 +
[[Category:Applications using Event Handler]]

Latest revision as of 11:36, 8 July 2022

AI.png

Situation

Calls from the guard station to the cell stations should be rejected unless the cell has made a Call Request to the guard.

Solution

Use the event type “Call Requester Mode” on the cell stations to set/reset call forwarding to a 'dummy' (non-existing) subscriber.

In AlphaPro, go to Exchange and System -> Events, press Insert and create the following events:

Event 1: Set transfer to 'dummy' number 345 when not in Call Requester Mode.

Application2a.png


Action commands:

$TRF L%1.dir “I345”



Event 2: Reset transfer when in Call Requester Mode.

Application2b.png


Action commands:

$TRF L%1.dir “”