Actions

Difference between revisions of "Increased volume on ringing signal"

From Zenitel Wiki

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).
 
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 customized audio message can be played during the ringing sequence.
  
 
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).
 
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).
 +
 +
==Increase volume on ringing signal==
  
 
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following event:
 
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following event:
Line 23: Line 27:
 
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.
 
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.
  
 +
 +
==Play a customized audio message during ringing==
 +
 +
The audio 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:
 +
------------
 +
{|
 +
|-
 +
|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.
  
  

Revision as of 14:22, 12 March 2012

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 customized audio message can be played during the ringing sequence.

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 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).

Increase volume on ringing signal

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


Event Owner: Stations w/ UDP, Id: 8 (all stations)
Event type: 09 - Private Ringing mode
When change to: ON or OFF
When related to: All
Action: $VOL L%1.dir U%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.


Play a customized audio message during ringing

The audio 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:


Event Owner: Stations w/ UDP, Id: 8 (all stations)
Event type: 09 - Private Ringing mode
When change to: ON or OFF
When related to: All
Action: $VOL L%1.dir U%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.