Actions

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

From Zenitel Wiki

Line 30: Line 30:
 
{|  
 
{|  
 
|-
 
|-
|width="100pt"|Event Owner:
+
|width="100pt"|'''Event Owner''':
 
|width="400pt"|Stations w/UDP, Id: 2 (All cell stations)
 
|width="400pt"|Stations w/UDP, Id: 2 (All cell stations)
 
|-
 
|-
|Event type: || [[Call Requester Mode (Event Type)|11 – Call Requester Mode]]
+
|'''Event type''': || [[Call Requester Mode (Event Type)|11 – Call Requester Mode]]
 
|-
 
|-
|When change to: || ON
+
|'''When change to''': || ON
 
|-
 
|-
|When related to: || All
+
|'''When related to''': || All
 
|-
 
|-
|Action: || [[CALL TRANSFER|$TRF]] L%1.dir “”
+
|'''Action''': || [[CALL TRANSFER|$TRF]] L%1.dir “”
 
|-
 
|-
 
|}
 
|}

Revision as of 15:40, 18 November 2008

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.

  • The text of the 'dummy' subscriber could be ‘Rejected’.
  • Number of rings on call forwarding should be set to 0. Go to [[Exchange_&_System_(AlphaPro)#Calls_and_Options|Exchange & System -> System -> Calls and Options and set Call Forwarding – Ringing Count to 0.
  • Feature Reminder (blink’n bleep) should be disabled for the cells. Go to [[Users_&_Stations_(AlphaPro)#User_Preferences|Users & Stations -> User Prefernces and tick off Feature Reminder.

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.

Event Owner: 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”

Event 2 - Reset transfer when in Call Requester Mode.

Event Owner: Stations w/UDP, Id: 2 (All cell stations)
Event type: 11 – Call Requester Mode
When change to: ON
When related to: All
Action: $TRF L%1.dir “”