Actions

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

From Zenitel Wiki

(Description)
(Configuration from Event Handler)
Line 11: Line 11:
 
== Configuration from Event Handler ==
 
== Configuration from Event Handler ==
 
[[Image:Automatic M-key for Group Calls.jpg|thumb|right|Enable automatic M-key for group 3 (86) when called from SIP]]
 
[[Image:Automatic M-key for Group Calls.jpg|thumb|right|Enable automatic M-key for group 3 (86) when called from SIP]]
Use [[System_Status_%28Event_Type%29 | System Status Event]] related to device 65, and the following action string:
+
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:
  
 
  $[[SNV]] Q('''flag''') W1 W11 W('''group number''') W6
 
  $[[SNV]] Q('''flag''') W1 W11 W('''group number''') W6

Revision as of 11:54, 9 May 2008

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 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.

From the TST console

TST>>nvram - ex_profile.group[1].flags = 1 (0x01)

Flags:<br\> 0 = Regular group call behaviour, e.g. M-key must be pressed to open the audio path <br\> 1 = Automatic M-key for all stations initiating the group call <br\> 2 = Automatic M-key when SIP stations are initiating the group call<br\>

Configuration from Event Handler

Enable automatic M-key for group 3 (86) when called from SIP

The System Status Event related to device 65 will be triggered when the AlphaCom starts up. Use the following action string:

$SNV Q(flag) W1 W11 W(group number) W6


flag = 0, 1 or 2 as described above
group number = 1 - 100

The programming will take effect after a reset of the exchange.

Additional information

  • Automatic M-key is meant to be used on SIP or special non display stations.
  • Automatic M-key will on AlphaCom display stations show "wait" in second line of the display.
  • Require AMC software 10.30 or later

Back to Feature description