Actions

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

From Zenitel Wiki

 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Syntax ==
+
{{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.
  
Play prerecorded audio message to a single station.
+
=== Syntax ===
  
AMS <phys.no> <alarm.no>
+
AMS <phys.no> &#60;alarm.no&#62;
  
From software version 11.2.3.11:
+
*<phys.no> = The [[physical number]] of the station (1-552)
 +
*&#60;alarm.no&#62; = The index number of the audio message (1-80)
  
AMS <phys.no> <hvo>
 
<hvo> handset volume override, optional parameter, 1 = on, 0 = off. Default = 1
 
  
Example:
+
From software version 11.5.3.1:
AMS 23 2 0 – Alarm message 2 (8192) to station 23, without volume override
 
  
 +
AMS <phys.no> &#60;alarm.no&#62; <hvo>
 +
*<hvo> Optional parameter "handset volume override". 1 = on, 0 = off. Default = 1
  
== Example ==
+
=== Examples ===
  
 
  AMS 23 2 – Alarm message 2 (8192) to station 23
 
  AMS 23 2 – Alarm message 2 (8192) to station 23
 
  AMS 23 0 – Alarm message OFF 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 ===
 +
 +
* [[AMG - Alarm Message to Group]]
 +
* [[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