Actions

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

From Zenitel Wiki

(Configuration from Event Handler)
(Configuration from Event Handler)
Line 12: Line 12:
 
== 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 )
+
Use [[System_Status_%28Event_Type%29 | System Status Event]] related to device 65, and the following action string:
  
 
  $SNV Q(flag) W1 W11 W(group number) W6
 
  $SNV Q(flag) W1 W11 W(group number) W6
  
  
flag = 0 (off) 1 or 2 as described above.<br\>
+
flag = 0 (off), 1 (Always automatic M) or 2 (Automativ M from SIP).<br\>
 
group number = 1 - 100
 
group number = 1 - 100
  

Revision as of 11:33, 9 May 2008

Description

A Group Call can be configured to start audio without the need of pressing the M-key. The parameter to change is not available from AlphaPro, so it has to be changed in the AMC memory (nvram) directly, either via the TST console or by using the Event Handler.

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

Flags:<br\> 0 = Regular group call behaviour. <br\> 1 = Will turn the Automatic M-key on for all stations initiating group call. <br\> 2 = Will turn it on only for SIP stations initiating group call. <br\>

Configuration from Event Handler

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

Use System Status Event related to device 65, and the following action string:

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


flag = 0 (off), 1 (Always automatic M) or 2 (Automativ M from SIP).<br\> group number = 1 - 100

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.

Back to Feature description