Bryan,
Stop asterisk:
service asterisk stop
Verify asterisk is stopped:
ps ax | grep asterisk If you see /usr/sbin/asterisk it is not stopped
killall -9 asterisk
ps ax | grep asterisk If you see /usr/sbin/asterisk it is not stopped
Change compiler setting:
cd /usr/src/astsrc-1.4.23-pre/asterisk
make menuselect
select 10. Compiler Flags
select 6. RADIO_RELAX set to taste
x
make
make install
service asterisk start
73, Steve N4IRS
On 2/16/2016 9:33 AM, Bryan Taylor wrote:
Hello all,
Have several nodes running on allstarlink, some x86 and some raspberry pi2's. I have noticed the false dtmf issue on each node and would like to recompile app_rpt to set the radio relax feature accordingly to reduce/eliminate the false dtmf tones that get decoded from voice transmissions. All nodes are running the latest dial installation, does anyone know the correct procedure to do this on a dial system?
ThanksBryan