Actions

GROUP MSG

From Zenitel Wiki

Revision as of 13:50, 5 February 2018 by Aksel (talk)
AlphaCom icon 300px.png
GM (GROUP_MSG) 0x00A6 166 AMC 11.00
$GM L84 L8181
$GM L85 L8193 U1 U0 U0
$GM L9001 L8182 U10 U0 U0
$GM NG1 N!4 U3 U2 U0
$GM L84 L102 U1 U0 U0 U0 W1 L8181
No repetition and use group gong and priority
No repetitions and no gong
10 repetitions and no gong
To group 1 (84), activate alarm message 4 (8194), 3 repetitions, use gong type 2 (dong-ding)
Start group call from station 102 to group 84, use message 8181 as Chime instead of ding dong.
GROUP_MSG sets up a local or global group call with source a SVP message. To stop message playback use GROUP_MSG_STOP
1 NET_OBJ_REF
{ECL_LOCAL_GROUP, <BR\> ECL_GLOBAL_GROUP}
Destination local or global group
2 NET_OBJ_REF
{ECL_ANNOUNCEMENT,
ECL_STATION,
ECL_USER}
Initiator station or Announcement message for playback in group.
Note: Software AMC 11.5.3.3 is required to support the N!x parameters above 9. Earlier versions work for announcement message 1-9 only (N!1 - N!9).
3 UINT1
(optional)
SVP Message repetitions 0-255. 0 or unspecified means 1 repetition. 255 means repeat indefinitely (use GROUP_MSG_STOP to stop). (If PA bitmap defined, this parameter is overrun by the PA bitmap def)
4 UINT1(optional) Gong type. 0 = no gong. 255 or unspecified = use gong type of group.
5 UINT1
(optional)
Group call priority, default 0 = use priority of group call.
1 = Low, 2 = Medium, 3 = High, 4 = Alarm. "Alarm" priority will activate Volume and Handset Override
6 UINT1
(optional)
Initiator priority, Only when source is user/station . Default 0 = Configured station priority
1 = Low, 2 = Medium, 3 = High, 4 = Alarm.
7 UINT2
(optional)
PA bitmap as described in PA activation, PA control bitmap (12.3.3.5)
8 NET_OBJ_REF
(optional)
{Feature 67/111}
Message used as Chime if Initator station is used in parameter 2.(12.3.3.5)
Response none

Back to AlphaNet message list