Actions

Difference between revisions of "Play a customized audio message during ringing"

From Zenitel Wiki

(Created page with "This article describes how to increase the volume of the private ringing signal, and set it back to normal when the call is answered (or canceled). It also describes how a custo...")
 
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This article describes how to increase the volume of the private ringing signal, and set it back to normal when the call is answered (or canceled).
+
{{AI}}
 +
This article describes how a customized ringing signal can be played in the receiving loudspeaker during the ringing sequence.
  
It also describes how a customized ringing signal can be played in the loudspeaker during the ringing sequence.
+
'''Hardware requirement:''' Black AMC-IP board (AMC11).
  
 +
The ringing signal must be available as an audio file in wav format. The file must be [[Audio_Messaging#Upload_customized_wav-files_from_AlphaWeb|uploaded to the AMC-IP as an alarm message]]. A basic or enhanced [[Licenses#Audio_Messaging_License|audio message license]] is required.
 +
 +
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following event:
 +
[[File:Application19a.png|left|thumb|500px]]
 +
<br style="clear:both;" />
  
==Increase volume on ringing signal==
+
{{Code2|
As from firmware version AMC 10.23 the volume to a station can be changed by the data command [[VOL]]. By using the event type [[Private Ringing mode (Event Type)|9 - Private Ringing mode]] in the [[Event Handler]], one can set a higher volume during the ringing, and set it back to a normal level when the call is answered (i.e. when the Private Ringing mode goes off).
+
[[AMS - Alarm Message to Station|AMS]] %1.phy %chg(3,0)
 +
}}
  
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following event:
 
 
------------
 
------------
{|
+
When a station is called and starts to ring, alarm message number 3 will be played in the speaker. The message will repeat it self until the call is answered, or the ringing times out. Alarm messages are using [[Volume and handset override|volume override]] by default, so the message will be played at maximum output level.
|-
 
|width="100pt"|'''Event Owner''':
 
|width="400pt"|Stations w/ UDP, Id: 8 (all stations)
 
|-
 
|'''Event type''': || [[Private Ringing mode (Event Type)|09 - Private Ringing mode]]
 
|-
 
|'''When change to''': || ON or OFF
 
|-
 
|'''When related to''': || All
 
|-
 
|'''Action:''' || $[[VOL]] L[[Event_Handler#List_of_context_parameters|%1.dir]] U[[Event_Handler#List_of_context_parameters|%chg]](6,3)
 
|-
 
|}
 
  
------------
 
When a station starts to ring the volume is set to level 6, and when the ringing stops the volume is set to level 3.
 
  
 +
If a customized ringing signal should be played in the loudspeaker of the initiator this event must be used:
 +
[[File:Application19b.png|left|thumb|500px]]
 +
<br style="clear:both;" />
  
==Play a customized audio message during ringing==
+
{{Code2|
 +
[[AMS - Alarm Message to Station|AMS]] %1.phy %chg(3,0)
 +
}}
  
The ringing signal must be available as an audio file in wav format. The file must be [[Audio_Messaging#Upload_customized_wav-files_from_AlphaWeb|uploaded to the AMC-IP as an alarm message]]. A basic or enhanced [[Licenses#Audio_Messaging_License|audio message license]] is required.
 
  
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following event:
+
{{Note|The audio message will mix with the internal private ringing signal.<br> The private ringing cannot be removed for a single station, only as a global setting for the whole exchange.}}
------------
 
{|
 
|-
 
|width="100pt"|'''Event Owner''':
 
|width="400pt"|Stations w/ UDP, Id: 8 (all stations)
 
|-
 
|'''Event type''': || [[Private Ringing mode (Event Type)|09 - Private Ringing mode]]
 
|-
 
|'''When change to''': || ON or OFF
 
|-
 
|'''When related to''': || All
 
|-
 
|'''Action:''' || [[AMS]] %1.phy %chg(3,0)
 
|-
 
|}
 
  
------------
+
To turn of the private ringing signal create this event, send changes and restart:
When a station is called and starts to ring, alarm message number 3 will be played in the speaker. The message will repeat it self until the call is answered, or the ringing times out. Alarm messages are using [[Volume and handset override|volume override]] by default, so the message will be played at maximum output level.
+
[[File:Application19c.png|left|thumb|500px]]
 +
<br style="clear:both;" />
  
 +
{{Code2|
 +
$SNV Q0 W1 W6 W60 ''(default value is Q15)''
 +
}}
  
<br><br>
 
  
[[Category:Applications]]
+
[[Category:AlphaCom Applications]]
 +
[[Category:ICX-AlphaCom Applications]]
 +
[[Category:Applications using Event Handler]]

Latest revision as of 10:54, 5 May 2023

AI.png

This article describes how a customized ringing signal can be played in the receiving loudspeaker during the ringing sequence.

Hardware requirement: Black AMC-IP board (AMC11).

The ringing signal must be available as an audio file in wav format. The file must be uploaded to the AMC-IP as an alarm message. A basic or enhanced audio message license is required.

In AlphaPro, go to Exchange and System -> Events, press Insert and create the following event:

Application19a.png


Action commands:

AMS %1.phy %chg(3,0)



When a station is called and starts to ring, alarm message number 3 will be played in the speaker. The message will repeat it self until the call is answered, or the ringing times out. Alarm messages are using volume override by default, so the message will be played at maximum output level.


If a customized ringing signal should be played in the loudspeaker of the initiator this event must be used:

Application19b.png


Action commands:

AMS %1.phy %chg(3,0)



Note icon The audio message will mix with the internal private ringing signal.
The private ringing cannot be removed for a single station, only as a global setting for the whole exchange.


To turn of the private ringing signal create this event, send changes and restart:

Application19c.png


Action commands:

$SNV Q0 W1 W6 W60 (default value is Q15)