Page 1 of 1

On Call voice is low

PostPosted: Thu Aug 03, 2017 9:07 am
by rosh861
Sir,

I need a little help, ON vicidial whenever we are on call, customer voice is really low and we have to click (VOLUME UP) button in order to hear properly.

is there any way we can make this volume by default at maximum level.

i ll wait for your kind support

Thanks
M Rashid

Re: On Call voice is low

PostPosted: Fri Aug 04, 2017 7:24 am
by mflorell
If you are using Asterisk 11, then you might be able to try using the VOLUME setting within the dialplan,

https://wiki.asterisk.org/wiki/display/ ... ion_VOLUME


For example, you might want to add it where the call arrives at your system in the trunkinbound context, or on the dialing-out side:

exten => s,1,Set(VOLUME(TX)=4)
exten => s,n,Set(VOLUME(RX)=4)