Actions

Difference between revisions of "Automatic M-key In Group Call"

From Zenitel Wiki

 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{A}}
+
{{AI}}
A [[Groups#Group_Call.2FAnnouncements|Group Call]] can be configured to start audio without the need of pressing the M-key. This is configurable for each individual group. The setting is not available from [[AlphaPro]], so the setting has to be made in the AMC memory (nvram), either by using the [[TST]] console, or by writing to the nvram using $[[SNV]] command in the [[Event Handler]].
+
A [[Group Call]] can be configured to start audio without the need of pressing the M-key. This is configurable for each individual group. The setting is available from [[Groups_(AlphaPro)#Local_Groups|AlphaPro]].
  
== From the TST console==
 
TST>>nvram - ex_profile.group[1].flags = 1 (0x01)
 
  
Flags:<br />
+
<table style="max-width:80%; border-style: double; border-color: #c7c7c7;">
0 = Regular group call behaviour, e.g. M-key must be pressed to open the audio path <br />
+
<tr style="rowspan:2;">
1 = Automatic M-key for all stations initiating the group call <br />
+
<td style="display: block; vertical-align: bottom;">[[Image:Group Auto M.png|700px]]</td>
2 = Automatic M-key when SIP stations are initiating the group call<br />
+
</tr>
 +
<tr>
 +
<td style='background-color:#efefef;'>M-key options for group call</td>
 +
</tr>
 +
</table>
  
== Configuration from Event Handler ==
+
Alternatives:
[[Image:Automatic M-key for Group Calls.jpg|thumb|right|Enable automatic M-key for group 3 (86) when called from SIP]]
+
* Regular group call behavior, i.e. M-key must be pressed to open the audio path <br />
The [[System_Status_%28Event_Type%29 | System Status Event]] related to device 65 will be triggered when the AlphaCom starts up. Use the following action string:
+
* Automatic M-key (handsfree operation) for all stations initiating the group call <br />
 +
* Automatic M-key when SIP stations are initiating the group call<br />
  
$[[SNV]] Q('''flag''') W1 W11 W('''group number''') W6
 
  
 
'''flag''' = 0, 1 or 2 as described above<br>
 
'''group number''' = 1 - 100
 
 
The programming will take effect after a reset of the exchange.
 
  
 
==Additional information ==
 
==Additional information ==
*Automatic M-key is meant to be used on SIP or special non display stations.
+
* Require AlphaCom software 10.30 or later<br><br>
*Automatic M-key will on AlphaCom display stations show "wait" in second line of the display.
 
* Require AMC software 10.30 or later<br><br>
 
  
 
Back to [[Feature description]]
 
Back to [[Feature description]]
 +
[[Category: ICX-AlphaCom features]]
 
[[Category: AlphaCom features]]
 
[[Category: AlphaCom features]]

Latest revision as of 15:18, 20 May 2022

AI.png

A Group Call can be configured to start audio without the need of pressing the M-key. This is configurable for each individual group. The setting is available from AlphaPro.


Group Auto M.png
M-key options for group call

Alternatives:

  • Regular group call behavior, i.e. M-key must be pressed to open the audio path
  • Automatic M-key (handsfree operation) for all stations initiating the group call
  • Automatic M-key when SIP stations are initiating the group call


Additional information

  • Require AlphaCom software 10.30 or later

Back to Feature description