Ok Mike, I have gone over all of my settings carefully. I’m starting to think what i’m trying to do with one node is just not possible to do with one simple usb interface. (in my case it’s a uri 120 radioless unit)
This is what does work:
I can connect to either node at my buddy’s location from my location and vice versa. I can run rpt show node and i can verify both nodes have connected to each other
These nodes are on the same device. His ALS3 node number and then a private node number configured into the same device (1025)
My buddy on the remote node with his als3 node number configured can connect to any node on the als3 network and tx and rx with no issues.
Same on my side but I don’t Tx (purposely) I’m only configuring this second one that will be for him also when testing is complete.
He can disconnect from the asl3 network by just a disconnect command. We can then connect directly to each other via the private node network and verify via the rpt show node command. And no errors present.
When either of us try to tx from our locations allmon3 is not indicating TX and nothing is heard and there are no errors with debug. usb tunning doesn’t show the ptt indication.
One side is using iax port 4570 and his side is using default port 4569. firewall is configured properly and so this doesn’t seem to be any type of a connection issue as we are connecting.
I have checked the dial plan but not sure if its correct. I’ve tried the defaults and after much searching this is what where I’m at right now:
exten => 1020,1,rpt,1020 ;Private node my side
exten => 1025,1,rpt,1025 ;Remote private node
Because they can connect with no errors i’m assuming this is good.
both sides have an als3 node assigned to each station and there are no issues tx and rx using that node number.
It just appears to me that my configs do not allow the private node numbers on each side to use the simple usb device as its assigned to the asl3 node number. Is this by design?
Am i just trying to do something that isn’t supposed to work? And i guess last question is would there just be a requirement for each node number in each station to have its own dedicated simple usb interface.
Possibly some scripting in asterisks to make this work properly?
just in case this is needed:
rpt.conf
ASL_Node #
statpost_url = http://stats.allstarlink.org/uhandler
idrecording = |iCallsign
duplex = 1
rxchannel = SimpleUSB/ASL_Node #
1020
idrecording = |iNODE1020
duplex = 1
rxchannel = SimpleUSB/1020
simpleusb.conf:
ASL_NODE#
;;;;; Tune settings ;;;;;
devstr =
rxmixerset = 600
txmixbset = 999
txmixaset = 999
1020
;;;;; Tune settings ;;;;;
devstr =
rxmixerset = 500
txmixbset = 500
txmixaset = 500
I’ve removed personal information as its not mine to give out. fyi.
Any guidance would be greatly appreciated.