Actions

Difference between revisions of "AMS - Alarm Message to Station"

From Zenitel Wiki

 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
'''AMS''' is used to play prerecorded [[Voice Alarm Messages|audio message]] to a single station. The feature is using [[Volume and handset override|Volume Override]], and will play the message at full volume.
 
'''AMS''' is used to play prerecorded [[Voice Alarm Messages|audio message]] to a single station. The feature is using [[Volume and handset override|Volume Override]], and will play the message at full volume.
  
 
=== Syntax ===
 
=== Syntax ===
  
AMS <phys.no> <alarm.no>
+
AMS <phys.no> &#60;alarm.no&#62;
  
 
*<phys.no> = The [[physical number]] of the station (1-552)
 
*<phys.no> = The [[physical number]] of the station (1-552)
*<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.2.3.11:
+
From software version 11.5.3.1:
  
  AMS <phys.no> <alarm.no> <hvo>
+
  AMS <phys.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
 
  
 
=== Examples ===
 
=== Examples ===
Line 26: Line 26:
 
* [[AMG - Alarm Message to Group]]  
 
* [[AMG - Alarm Message to Group]]  
 
* [[GROUP MSG|$GM - Group message]]
 
* [[GROUP MSG|$GM - Group message]]
 +
* [[Modify ASVP alarm message repetitions]]
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 
[[Category:Built-In Action Commands]]
 
[[Category:Built-In Action Commands]]

Latest revision as of 09:46, 18 August 2023

AI.png

AMS is used to play prerecorded audio message to a single station. The feature is using Volume Override, and will play the message at full volume.

Syntax

AMS <phys.no> <alarm.no>

  • <phys.no> = The physical number of the station (1-552)
  • <alarm.no> = The index number of the audio message (1-80)


From software version 11.5.3.1:

AMS <phys.no> <alarm.no> <hvo>
  • <hvo> Optional parameter "handset volume override". 1 = on, 0 = off. Default = 1

Examples

AMS 23 2 – Alarm message 2 (8192) to station 23
AMS 23 0 – Alarm message OFF to station 23
AMS 23 2 0 – Alarm message 2 (8192) to station 23, without volume override


Related articles