Actions

Difference between revisions of "Answer call requests by pressing M-key"

From Zenitel Wiki

 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A call request is normally answered by pressing a dedicated [[DAK|DAK key]] programmed to dial the [[Mail Queue Operation|answer code 7638]]. But it is also possible to answer call requests by pressing M-key, in this way the operation will be the same as for direct calls.
+
{{AI}}
 +
A call request is normally answered by pressing a dedicated [[DAK|DAK key]] programmed to dial the [[Mail Queue Operation|answer code 7638]]. However, it is also possible to answer call requests by pressing M-key. In this way the operation will be the same as for direct calls in private ringing mode.
  
In AlphaPro, [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange & System -> Events]], insert an new event with the following parameters:
+
==Event Handler==
 +
This is done using the [[Event Handler]]. Select '''Exchange & System''' from the top menu in [[AlphaPro]]:
 +
[[File:AlphaPro Exchange and System icon.png|thumb|left|500px]]
 +
<br style="clear:both;" />
  
{|
+
From the '''Exchange & System''' window choose the '''Events''' button:
|-
+
[[File:Exchange System Events.png|thumb|left|500px]]
|width="100pt"|'''Event Owner''':
+
<br style="clear:both;" />
|width="300pt"|A station or an [[UDP]] group
 
|-
 
|'''Event type''': || 31 - M-key
 
|-
 
|'''Subevent''': || 1  (M key status when station is idle)
 
|-
 
|'''When change to:''' || ON (M key pressed)
 
|-
 
|'''When related to''': || (not used)
 
|-
 
|'''Action''': || [[MAILQ_NAVIG|$MAILQ_NAVIG]] L%1.dir 8
 
|-
 
|}
 
<br>
 
  
 +
In the '''Event Actions''' window click the ''Insert'' button and create an event with the Control Room station as the event owner, and the following properties:
 +
[[File:EventHandler Event31.PNG|thumb|left|500px]]
 +
<br style="clear:both;" />
  
[[Category:Applications]]
+
{{code2|
 +
$MAILQ_NAVIG L%1.dir 8}}
 +
<br style="clear:both;" />
 +
 
 +
[[Category:AlphaCom Applications]]
 +
[[Category:ICX-AlphaCom Applications]]
 +
[[Category:Control Room Applications]]
 +
[[Category:Applications using Event Handler]]

Latest revision as of 11:12, 8 July 2022

AI.png

A call request is normally answered by pressing a dedicated DAK key programmed to dial the answer code 7638. However, it is also possible to answer call requests by pressing M-key. In this way the operation will be the same as for direct calls in private ringing mode.

Event Handler

This is done using the Event Handler. Select Exchange & System from the top menu in AlphaPro:

AlphaPro Exchange and System icon.png


From the Exchange & System window choose the Events button:

Exchange System Events.png


In the Event Actions window click the Insert button and create an event with the Control Room station as the event owner, and the following properties:

EventHandler Event31.PNG


Action commands:

$MAILQ_NAVIG L%1.dir 8