Updated AL3 based on todays email... issues

I chose “Y” to get the updated files when asked.

I then updated iax.conf, modules.conf and simpleusb.conf.

iax.conf
I added passwords on [iaxrpt] and [iaxclient] which missing to correspond w/other passwords in the file.

modules.conf
Made sure all suggested (sans voter) are loaded.

simpleusb.conf added:
[62499](node-main)
devstr=
rxmixerset=500
txmixaset=500
txmixbset=500

I went from nothing working to:

I am able to hear ARRL News over my Hat.
I have full use of Echolink.
I can log in via HOIP and hear ARRL News

However:
I can not transmit via my Hat
I can not transmit via HOIP
I can not link private nodes to my public nodes, however I can link my public node to the private.

From log file when trying to connect from private node to public:

[2024-11-23 11:40:29.169] NOTICE[2880493]: chan_iax2.c:4790 __auto_congest: Auto-congesting call due to slow response
– Hungup ‘IAX2/127.0.0.1:4568-8688’

I did reboot, no change.

Obviously I did something wrong or there is a bug. What do you need to help you debug?

Don’t ever choose “Y”, it’s overwrites your config files. That’s why it defaults to no overwrite if you just press enter. If it says it’s going to replace rpt.conf (or some obviously important file that you’ve made changes to) with the package maintainers version… prolly don’t wanna do that.

You’ll need to figure out which files you told Debian to replace with stock config files and reconfigure them. You said you went through and redid some, but it sounds like you probably didn’t get everything 100% back how it was.

1 Like

ok, thanks I have backups :slight_smile:

Restored based on the term.log:

Installing new version of config file /etc/asterisk/simpleusb.conf …
Installing new version of config file /etc/asterisk/stir_shaken.conf …
Installing new version of config file /etc/asterisk/usbradio.conf …

Also copies back to be on the safe side:
iax.conf
modules.conf
extensions.conf

Fixed the hat and transmitting…

Still not connecting private to public.

[2024-11-23 12:43:05.090] NOTICE[165081]: chan_iax2.c:4790 __auto_congest: Auto-congesting call due to slow response
– Hungup ‘IAX2/127.0.0.1:4568-13805’
– Hungup ‘DAHDI/pseudo-132052208’

Do you have the private node’s information located within the public node’s portion of rpt.conf?

1 Like

Everything worked before I updated.

Everything is segregated

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;62499;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;Public Node;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

62499
statpost_url = http://stats.allstarlink.org/uhandler.php
statpost_program = /usr/bin/wget,-q,–timeout=15,–tries=1,–output-document=/dev/null

;Supermon logging
connpgm=/usr/local/sbin/supermon/smlogger 1
discpgm=/usr/local/sbin/supermon/smlogger 0

idrecording = |iKC2NJV

duplex = 1
hangtime = 400
rxchannel = SimpleUSB/62499

;;;;;;;;;;;;;;;;;;; Your node settings here ;;;;;;;;;;;;;;;;;;;
;startup_macro = *8132000
holdofftelem=1
telemdefault=0 ; was 2
telemdynamic = 0
macro=macro62499
functions = functions

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;; 1800 ;;;;;;;;;;;;;;;;
;;;;;;;;;;;Broadcastify;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

1800
rxchannel = dahdi/pseudo
idrecording = |iKC2NJV
;;;;;;;;;;;;;;;;;;; Another node settings here ;;;;;;;;;;;;;;;;;;;

duplex = 0

archivedir=/var/log/asterisk/audio/
archiveaudio=1 ; 0 Disable saving .wav files

outstreamcmd = /bin/sh,-c,/usr/bin/lame --preset cbr 16 -r -m m -s 8 --bitwidth 16 - - | /usr/bin/ezstream -qvc /etc/ezstream.xml
macro = macro1800
;startup_macro = P *6862499
holdofftelem=1
telemdefault=0 ; was 2
telemdynamic = 0
functions = functions

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;; 1500 Ham Over IP ;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

1500
rxchannel = dahdi/pseudo
idrecording = |iKC2NJV
duplex = 0
holdofftelem=1
telemdefault=0 ; was 2
telemdynamic = 0
linktolink = no
startup_macro = *6962499
functions = functions

You appear to be missing the non-standard port number for all your private nodes on 127.0.0.1 based on the file you sent me.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.