Actions

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

From Zenitel Wiki

(New page: == Description == Each group can be configured to start audio without the need of M-key press. 6 &003367 .ex_profile.group[1].flags = 1 (0x01) Flags: 0 Regular group call behaviour. 1...)
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
  
Each group can be configured to start audio without the need of M-key press.
+
Each group can be configured to start audio without the need of M-key pres.
  
 
  6 &003367 .ex_profile.group[1].flags = 1 (0x01)
 
  6 &003367 .ex_profile.group[1].flags = 1 (0x01)
  
Flags:
+
Flags:<br\>
0  Regular group call behaviour.
+
0  Regular group call behaviour. <br\>
1  will turn the Automatic M-key on for all stations initiating group call.
+
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.
+
2  will turn it on only for SIP stations initiating group call. <br\>
  
Configuration from AlphaPro Event Handler:
+
Configuration from AlphaPro Event Handler: <br\>
 +
(Use [[System_Status_%28Event_Type%29 | System Status Event]] related to device 65 )
  
 
  $SNV Q(flag) W1 W11 W(group number) W6
 
  $SNV Q(flag) W1 W11 W(group number) W6
  
  
flag = 0 (off) 1 or 2.
+
flag = 0 (off) 1 or 2 as described above.
 
group number = 1 - 100
 
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.

Revision as of 06:02, 10 October 2007

Description

Each group can be configured to start audio without the need of M-key pres.

6 &003367 .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 AlphaPro Event Handler: <br\> (Use System Status Event related to device 65 )

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


flag = 0 (off) 1 or 2 as described above. 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.