I have installed elastix 2.0 and I am using X100P Analog cards for my PBX I know that in trixbox I was able to increase the handset volume for incoming calls by increasing the RX gain value in zaptel configuration file. I am new to elastix. can anybody help me to solve this problem that how to increase the handset volume. Please let me know. Thanks Raj
See your chan_dahdi.conf . PBX > Tools > Asterisk File Editor Try this: rxgain=7.0 for example. Write changes and restart asterisk. Write: amportal restart in CentOS for realoading your new configuration.
That is incomplete and possibly inaccurate advice, dahdi is a hardware driver, and restarting asterisk will generally have no effect on changes in the dahdi conf files, asterisk knows nothing about dahdi apart from if it is running. you will need to successfully fully stop and restart dahdi for the changed many of the low level settingsparameters to be applied. dicko
First of all thanks for all the replies that i have got for this call changing the rx and tx values in the file and then rebooting the system really worked for me thanks for the reply Thanks Rajesh