I want to increase volume level of calls in asterisk.I tried with VOLUME function but it doesn't change. I am using asterisk 11.
I had to increase the volume of calls to a call center . According to the documentation of Asterisk 11 must use the VOLUME function; in this way:
exten => test,1,NoOp(-- TESTING EXTENSION --)
same => n,Answer()
same => n,Set(VOLUME(RX,p)=4) ;for
....
same => n,hangup()
Switches between RX or TX in order to increase reception or transmission.
I do not know exactly what the maximum and minimum value for this function , but 4 worked perfectly in my case.
Adding the argument p also increases the volume of the DTMF tones.
https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_VOLUME
You should make sure the RTP Audio goes through asterisk (rtp media proxy functionality). This can be achieved by the directmedia=no or using different codecs on phones to build a translation path. Also volume can be changed on most of the endpoint devices as well. It has less impact on network usage and performance. Check soft/hard phone settings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With