Actions

Difference between revisions of "AMG - Alarm Message to Group"

From Zenitel Wiki

Line 1: Line 1:
== Syntax ==
+
'''AMG''' is used to play prerecorded [[Voice Alarm Messages|audio message]] to a group of stations. The feature is using [[Volume and handset override|Volume Override]], and will play the message at full volume.
 +
 
 +
=== Syntax ===
  
 
  AMG  <group.no> 
 
  AMG  <group.no> 
  
== Example ==
+
*<group.no> = The index number of the group(1-250)
 +
* = The index number of the audio message (1-80)
 +
 
 +
 
 +
From software version 11.2.3.11:
 +
 
 +
AMG <group.no> <hvo>
 +
*<hvo> Optional parameter "handset volume override". 1 = on, 0 = off. Default = 1
 +
 
 +
 
 +
=== Examples ===
 +
 
 
  AMG 4 3 – Alarm message 3 (8193) to group 4 (87)
 
  AMG 4 3 – Alarm message 3 (8193) to group 4 (87)
 
  AMG 4 0 – Alarm message OFF to group 4 (87)
 
  AMG 4 0 – Alarm message OFF to group 4 (87)
 +
AMG 4 3 0 – Alarm message 3 (8193) to group 4 (87), without volume override
 +
 +
 +
=== Related articles ===
 +
 +
* [[AMS - Alarm Message to Station]]
 +
* [[GROUP MSG|$GM - Group message]]
 +
 +
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 
[[Category:Built-In Action Commands]]
 
[[Category:Built-In Action Commands]]

Revision as of 13:11, 25 February 2015

AMG is used to play prerecorded audio message to a group of stations. The feature is using Volume Override, and will play the message at full volume.

Syntax

AMG  <group.no>  
  • <group.no> = The index number of the group(1-250)
  • = The index number of the audio message (1-80)


From software version 11.2.3.11:

AMG <group.no>  <hvo>
  • <hvo> Optional parameter "handset volume override". 1 = on, 0 = off. Default = 1


Examples

AMG 4 3 – Alarm message 3 (8193) to group 4 (87)
AMG 4 0 – Alarm message OFF to group 4 (87)
AMG 4 3 0 – Alarm message 3 (8193) to group 4 (87), without volume override


Related articles