Hi All,
I have a very simple setup. We’re building a stand alone repeater with one voting receiver and putting a WLAN link it to tie the two together.
So rpt.conf
[1]
rxchannel = Voter/1
duplex = 2
hangtime=100
althangtime=100
totime = 495000
voter.conf
[general]
port = 667
buflen = 125
password = ****
[1]
client1 = rtcm1,transmit,master
client2 = rtcm2
txctcss = 100.0
txctcsslevel = 30
txtoctype = phase
txprelim = yes
thresholds = 255,1=10:20
mixminus = y
About as simple as it gets. I have a device with requires me to poll it via DTMF. As it stands I can’t get DTMF to repeat out of the transmitter. App-rpt mutes the audio. Any ideas on how I can get this to work? I don’t need to control any of asterisk’s functions with DTMF. I can see chan_voter.c:1529 voter_mix_and_send: Voter 1 Got DTMF char 5 so I know it’s decoding.
Everything I’ve read deals with sending DTMF to another node and out to RF, but this is keeping DTMF inside the same node.
Thanks,
Jesse