Actions

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

From Zenitel Wiki

(New page: == Syntax == AMG <group.no> == Example == AMG 4 3 – Alarm message 3 (8193) to group 4 (87) AMG 4 0 – Alarm message OFF to group 4 (87))
 
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{AI}}
 +
'''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 ==
+
=== Syntax ===
  
  AMG <group.no> 
+
  AMG <group.no> &#60;alarm.no&#62;
 +
 
 +
*<group.no> = The index number of the group (1-250)
 +
*&#60;alarm.no&#62;  = The index number of the audio message (1-80)
 +
 
 +
 
 +
From software version 11.5.3.1 it is possible to control if Handset and Volume Override should be used or not:
 +
 
 +
  AMG <group.no> &#60;alarm.no&#62; <hvo>
 +
*<hvo> Optional parameter "handset volume override". 1 = on, 0 = off. Default = 1
 +
 
 +
=== Examples ===
  
== Example ==
 
 
  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]]
 +
* [[Modify ASVP alarm message repetitions]]
 +
 +
 +
 +
[[Category:Event Handler]]
 +
[[Category:Built-In Action Commands]]

Latest revision as of 09:47, 18 August 2023

AI.png

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> <alarm.no> 
  • <group.no> = The index number of the group (1-250)
  • <alarm.no> = The index number of the audio message (1-80)


From software version 11.5.3.1 it is possible to control if Handset and Volume Override should be used or not:

AMG <group.no> <alarm.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