Configure different audio volume

You can configure the volume settings in the phone web interface.

You can also configure the parameters in the phone configuration file with XML (cfg.xml) code. To configure each parameter, see the syntax of the string in the following table of Parameters for audio volume.

1

Access the phone administration web page.

2

Select Voice > User.

3

In the Audio Volume section, configure the volume level for audio parameters as described in the following table of Parameters for audio volume.

4

Click Submit All Changes.

Parameters for audio volume

The following table defines the function and usage of Audio Volume parameters in the Audio Volume section under the Voice > User tab in the phone web interface. It also defines the syntax of the string that is added in the phone configuration file with XML(cfg.xml) code to configure a parameter.

Table 1. Parameters for audio volume

Parameter

Description

Ringer Volume

Sets the default volume for the ringer.

Perform one of the following:

  • In the phone configuration file with XML(cfg.xml), enter a string in this format:

    <Ringer_Volume ua="rw">8</Ringer_Volume>
  • In the phone web page, enter a valid value as the ringer volume.

Allowed values: an integer ranging between 0 and 15

Default: 9

Speaker Volume

Sets the default volume for the speakerphone.

Perform one of the following:

  • In the phone configuration file with XML(cfg.xml), enter a string in this format:

    <Speaker_Volume ua="rw">11</Speaker_Volume>
  • In the phone web page, enter a valid value as the speaker volume.

Allowed values: an integer ranging between 0 and 15

Default: 11

Handset Volume

Sets the default volume for the handset.

Perform one of the following:

  • In the phone configuration file with XML(cfg.xml), enter a string in this format:

    <Handset_Volume ua="rw">9</Handset_Volume>
  • In the phone web page, enter a valid value as the handset volume.

Allowed values: an integer ranging between 0 and 15

Default: 9

Headset Volume

Sets the default volume for the headset.

Perform one of the following:

  • In the phone configuration file with XML(cfg.xml), enter a string in this format:

    <Headset_Volume ua="rw">9</Headset_Volume>
  • In the phone web page, enter a valid value as the headset volume.

Allowed values: an integer ranging between 0 and 15

Default: 9