Difference between revisions of "AMS - Alarm Message to Station"
From Zenitel Wiki
(30 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. | ||
− | + | === 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 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 08:46, 18 August 2023
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