Howto:Adjust Speaker volume on IP241 IP222 IP232: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<!-- keywords: Volume, Headsets, Headset, USB, DHSG, IP241, IP222, IP232, Plantronics, Jabra  -->
<!-- keywords: Volume, Headsets, Headset, USB, DHSG, IP241, IP222, IP232, IP2x2, Plantronics, Jabra  -->
==Applies To==
==Applies To==
DHSG and USB Headsets on IP241, IP222, IP232 with V9 and above
* IP241, IP222, IP232 with V9 and above


==Problem==
==Problem==
Headsets from different manufacturer respond different (too loud or too quiet) on the default volume setting at the USB or DHSG Ports.
* Headsets from different manufacturer respond different (too loud or too quiet) on the default volume setting at the USB or DHSG Ports.
* customer need higher speaker volume of handset, loudspeaker then configurable on phone


==Summary==
==Summary==
It's possible to turn down or turn up the volume individual within the phone configuration. The values are ''offsets'', which means that 0 ist not off, it's the default value of the firmware.
It's possible to turn down or turn up the volume individual within the phone configuration. The values are ''offsets'', which means that 0 is not off, it's the default value of the firmware.


You can set the speaker volume /spk-volume and the microphone volume /mic-volume. Normaly the headsets microphone volume must not be changed, because the user adapts the loudness of his own voice from situation to situation. The common problem is the speaker volume.  
The headset volume can be adjusted with <nowiki>http://addr/dsp.xml</nowiki> -> Volume
 
The other levels can be adjusted on the command line, the level is specified in db.
config change AC-DSP0 HANDSET /mic-volume
config change AC-DSP0 HANDSET /spk-volume
config change AC-DSP0 SPEAKER /mic-volume
config change AC-DSP0 SPEAKER /spk-volume
config change AC-DSP0 HEADSET /mic-volume
config change AC-DSP0 HEADSET /spk-volume
 
You can set the speaker volume /spk-volume and the microphone volume /mic-volume. Normally the headsets microphone volume must not be changed, because the user adapts the loudness of his own voice from situation to situation. The common problem is the speaker volume.  


Example to turn up the speaker volume a bit:
Example to turn up the speaker volume a bit:
Line 20: Line 31:
   <nowiki>http://ip-adress-of-the-phone/!config activate</nowiki>
   <nowiki>http://ip-adress-of-the-phone/!config activate</nowiki>


<span style="color:red">
'''To avoid hearing damage, please be careful with the values!''' Increase the values step by step. You hear the difference after the !config activate
'''To avoid hearing damage, please be careful with the values!''' Increase the values step by step. You hear the difference after the !config activate
</span>




Line 39: Line 52:


Please also note, that it's possible for future DSP code updates, that the default value can be changed (what means that "0" can be louder or quieter) and it's possible that updates of the headset manufacturer can change the volume, too.
Please also note, that it's possible for future DSP code updates, that the default value can be changed (what means that "0" can be louder or quieter) and it's possible that updates of the headset manufacturer can change the volume, too.
 
So after doing a firmware update on the phone or on the headset, it's necessary to do the steps above again.
In this case it's necessary to do the steps again.

Revision as of 12:14, 17 January 2014

Applies To

  • IP241, IP222, IP232 with V9 and above

Problem

  • Headsets from different manufacturer respond different (too loud or too quiet) on the default volume setting at the USB or DHSG Ports.
  • customer need higher speaker volume of handset, loudspeaker then configurable on phone

Summary

It's possible to turn down or turn up the volume individual within the phone configuration. The values are offsets, which means that 0 is not off, it's the default value of the firmware.

The headset volume can be adjusted with http://addr/dsp.xml -> Volume

The other levels can be adjusted on the command line, the level is specified in db.

config change AC-DSP0 HANDSET /mic-volume
config change AC-DSP0 HANDSET /spk-volume
config change AC-DSP0 SPEAKER /mic-volume
config change AC-DSP0 SPEAKER /spk-volume
config change AC-DSP0 HEADSET /mic-volume
config change AC-DSP0 HEADSET /spk-volume

You can set the speaker volume /spk-volume and the microphone volume /mic-volume. Normally the headsets microphone volume must not be changed, because the user adapts the loudness of his own voice from situation to situation. The common problem is the speaker volume.

Example to turn up the speaker volume a bit:

  http://ip-adress-of-the-phone/!config add AC-DSP0 HEADSET /spk-volume 2
  http://ip-adress-of-the-phone/!config activate

Example to turn up the speaker volume a bit more:

  http://ip-adress-of-the-phone/!config add AC-DSP0 HEADSET /spk-volume 4
  http://ip-adress-of-the-phone/!config activate

To avoid hearing damage, please be careful with the values! Increase the values step by step. You hear the difference after the !config activate


Example to turn down the speaker volume a bit:

  http://ip-adress-of-the-phone/!config add AC-DSP0 HEADSET /spk-volume -2
  http://ip-adress-of-the-phone/!config activate

Example to restore default behaviour:

  http://ip-adress-of-the-phone/!config rem AC-DSP0 HEADSET /spk-volume 
  http://ip-adress-of-the-phone/!config activate

If you satisfied with the settings, type:

  http://ip-adress-of-the-phone/!config write

Now, the values are in the config.

Please also note, that it's possible for future DSP code updates, that the default value can be changed (what means that "0" can be louder or quieter) and it's possible that updates of the headset manufacturer can change the volume, too. So after doing a firmware update on the phone or on the headset, it's necessary to do the steps above again.