Difference between revisions of "Increased volume on ringing signal"
From Zenitel Wiki
(New page: This article describes how to increase the volume during private ringing signal, and set it back to normal when the call is answered (or canceled). As from firmware version AMC 10.23 the ...) |
|||
(45 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | This article describes how to increase the volume | + | {{AI}} |
+ | This article describes how to increase (or decrease) the volume of the ringing signal or the Call Request tones, and set it back to normal when the call is answered (or canceled). | ||
− | As from firmware version AMC 10.23 the volume to a station can be changed by the data command [[VOL]] | + | As from firmware version AMC 10.23 the volume to a station can be changed by the data command [[$VOL]]. |
− | + | == Change the volume of the Private Ringing signal == | |
+ | By using the event type [[Private Ringing mode (Event Type)|9 - Private Ringing mode]] in the [[Event Handler]], one can change the volume during the ringing, and set it to a normal level when the call is answered. | ||
− | + | In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following event: | |
− | + | [[File:Application15a.png|500px|left|thumb]] | |
− | + | <br style="clear:both;" /> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <br> | ||
− | + | {{Code2| | |
− | {| | + | [[$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 (of 9), and when the ringing stops the volume is set to level 3 (of 9). | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Change the volume of the "Call Request" tone == | |
+ | By using the event type [[Priority Mail in Idle (Event Type)|12 - Priority Mail in Idle ]] in the [[Event Handler]], one can change the volume when there are Call Requests in the queue, and set it to a different level during the conversation. This also applies to the ringing group feature. | ||
− | + | In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following event: | |
− | + | [[File:Application15b.png|500px|left|thumb]] | |
+ | <br style="clear:both;" /> | ||
− | + | {{Code2| | |
+ | [[$VOL]] L[[Event_Handler#List_of_context_parameters|%1.dir]] U[[Event_Handler#List_of_context_parameters|%chg]](6,3) | ||
+ | }} | ||
− | When the | + | When a station receives a Call Request or Ringing Group call the volume is set to level 6. When the call is answered, the volume is set to level 3 (of 9). |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | [[Category:AlphaCom Applications]] | |
− | + | [[Category:ICX-AlphaCom Applications]] | |
− | + | [[Category:Applications using Event Handler]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category:Applications]] |
Latest revision as of 10:22, 8 July 2022
This article describes how to increase (or decrease) the volume of the ringing signal or the Call Request tones, and set it back to normal when the call is answered (or canceled).
As from firmware version AMC 10.23 the volume to a station can be changed by the data command $VOL.
Change the volume of the Private Ringing signal
By using the event type 9 - Private Ringing mode in the Event Handler, one can change the volume during the ringing, and set it to a normal level when the call is answered.
In AlphaPro, go to Exchange and System -> Events, press Insert and create the following event:
Action commands:
When a station starts to ring the volume is set to level 6 (of 9), and when the ringing stops the volume is set to level 3 (of 9).
Change the volume of the "Call Request" tone
By using the event type 12 - Priority Mail in Idle in the Event Handler, one can change the volume when there are Call Requests in the queue, and set it to a different level during the conversation. This also applies to the ringing group feature.
In AlphaPro, go to Exchange and System -> Events, press Insert and create the following event:
Action commands:
When a station receives a Call Request or Ringing Group call the volume is set to level 6. When the call is answered, the volume is set to level 3 (of 9).