Upon entering CLI> rpt fun 548274 *32560, there are no audible tones. It dials and connects fine. I am using RPi-Z2W-2-3-4 on a Pi 4B. SimpleUSBtune RX works fine and adjusted properly. I have tried replacing the URI and the Pi 4B but still no audio. When entering DTMF tones from my handheld, there are audible tones and connects but do not receive the “connected or disconnected voice.” I receive no audible communications from the radio. My IAX port is 4567. Which works fine.
Audio wise, by default, DTMF tones are muted out, not passed out the radio’s or links.
You can watch asterisk in the foreground to see if the system is seeing them
asterisk -rvvv
Telemetry settings.
You may have a setting off from what you desire for the node…
The commands may be commented out in your file so you need to look at them.
Here are some settings for you to check. My command may be differnt that yours.
933 = cop,33 ; Local Telemetry Output Enable
934 = cop,34 ; Local Telemetry Output Disable
935 = cop,35 ; Local Telemetry Output on Demand
936 = cop,36 ; Foreign Link Local Output Path Enable
937 = cop,37 ; Foreign Link Local Output Path Disable
938 = cop,38 ; Foreign Link Local Output Path Follows Local Telemetry
939 = cop,39 ; Foreign Link Local Output Path on Demand
942 = cop,42 ; Echolink announce node # only
943 = cop,43 ; Echolink announce node Callsign only
944 = cop,44 ; Echolink announce node # & Callsign
Thank you for the quick response, Mike. The command asterisk -rvvv displays the following:
Connected to Asterisk GIT a4245fb currently running on Node-548274 (pid = 574) Verbosity is at least 3.
You can now monitor the actions live as they happen.
Watch for an error if you think something is wrong.
But I have to say, you have not been clear on the issue.
You hear no audio on the radio output ?
You hear no system announcement on radio output?
You hear no DTMF on radio output ?
Do you hear anything?
I’m trying to figure out what it is that you think is not working as it should.
Then I might be able to tell you what to look for.
Mike, I hear nothing regarding the ASL connection. I know the radio (Alinco DR-235) is working properly and will produce audio other than ASL connections and ASL traffic.
So, the radio is TXing but you hear nothing back.
This is a simplex node ?
What is your duplex= in rpt.conf ?
Mike, the node is connected to a BCR repeater and it was working fine until I updated the software. RPT.conf duplex=0, SimpleUSB duplex=1. I have another node connected to a 2M repeater with identical settings and software which works fine. When I transmit using the radio, I receive the acknowledgment tone from the node.
Repeater setup should be duplex=2 in the rpt.conf
duplex=0 is No telemetry tones
It would be correct for a repeater that duples mode should be 2/3/4 as needed
Let me back up and ask a few more.
You are on a Pi4. Did you have 2 nodes connected to this Pi4 before moving to ASL3 ?
Both nodes on The Pi4 now as well ?
Setting duplex=2 in rpt.conf didn’t work. URI advises to set this parameter to zero in rpt.conf.
Just a FYI, the URI can’t change the operation of audio switching built-in to the software.
That you change in settings.
Perhaps they were speaking to duplex=0 in SimpleUSB
Repeaters need to be duplex=2/3/4 in rpt.conf
Mike,
Both nodes a totally separate from each other and connected to different ISP’s, repeaters and frequency bands. Both nodes use Pi4B using hamvoIP software.
Since you say it is hamvoip, I should not advice as things may be different.
But I will anyway.
Set duplex mode in SimpleUSB to 0
Set duplex mode in rpt.conf to 2
save/restart
It should work.
The audio gates for rx and tx need to be open all the time for a repeater. It can not do this under duplex=0 (rpt.conf)
Additionally, the 2M node connected to a BCR repeater has the RPT.conf duplex = 0 and all tones and communications are audible.
Setting SimpleUSB duplex to 0 and RPT.conf duplex to 2 killed CLI; would not take any commands.
I can only advise to seek help with your URI and/or hamvoip folks.
Perhaps someone else has an answer for you.
OK Mike, I appreciate your help.
I just breezed through questions and answers. Real quick, you said you had 2 nodes so make sure you have them on different ports and they are forwarded correctly in router. Also, when you run asterisk -rvvv do the dtmf show when you enter them?
I had to really adjust audio levels to get all of mine to work.
Best of luck
My simpleusb.conf has a duplex3 = 0 commented out. There is no duplex = in simpleusb.conf out of the box. Try removing duplex = in simpleusb.conf first. Then look at the various telemetry settings in rpt.conf and try experimenting with those. Your post subject is no dtmf tones but it sounds like you are really hoping for the connected message. The context in extensions.conf needs to be configured to say the connected message, and it probably is out of the box, but you could check that. You should not hear dtfm tones anywhere when using rpt fun commands. Only on the radio or in dvswitch, etc.
He is using hamvoip and following the instructions of his URI. Not ASL3.
It would have been nice to know that in the first post, but it came out in the wash.
I can only say that there are fundamental Pi issues on a Pi4/5 with more than one URI that was fixed in ASL3 but unknown to me if it was for hamvoip. But it was stated he is only using one URI per Pi.