Actions

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

From Zenitel Wiki

 
Line 4: Line 4:
 
=== Syntax ===
 
=== Syntax ===
  
  AMG <group.no> <alarm.no>
+
  AMG <group.no> &#60;alarm.no&#62;
  
 
*<group.no> = The index number of the group (1-250)
 
*<group.no> = The index number of the group (1-250)
*<alarm.no> = The index number of the audio message (1-80)
+
*&#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:
 
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>
+
  AMG <group.no> &#60;alarm.no&#62; <hvo>
 
*<hvo> Optional parameter "handset volume override". 1 = on, 0 = off. Default = 1
 
*<hvo> Optional parameter "handset volume override". 1 = on, 0 = off. Default = 1
  

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