Hi
I’m trying to setup dudestar [ GitHub - nostar/dudestar: Software to RX/TX D-STAR, DMR, Fusion YSF, NXDN, P25, M17 and AllStar (via IAX) over UDP. ] to connect and control my allstarlink node.
The github page doesn’t list what exactly needs to be changed on allstar link node to be able to connect.
Reading some random posts, it looks like I need to add a section to my aix.conf, and below is what I have added.
[iaxclient]
type=friend
context=iax-client
auth=md5
secret=password
host=dynamic
disallow=all
allow=ulaw
allow=adpcm
allow=gsm
transfer=no
In my /var/log/asterisk/messages I’m seeing errors such as:
[Jan 9 12:59:46] NOTICE[3496] chan_iax2.c: Host [redacted] failed MD5 authentication for ‘iaxclient’ ([redacted] != [redacted])
[Jan 9 13:00:15] NOTICE[3496] chan_iax2.c: Host [redacted] failed to authenticate as iaxclient
I’ve tried a few different combos and have made sure my password matched.
Any suggestions? It seems to “connect” but I’m not able to send any commands from dudestar over to the node.
Thanks