Sorry in advance for the long question.
I’m looking for some help getting EchoLink working on a new ASL3 installation.
System
· Raspberry Pi using the official ASL3 Pi image
· ASL3 Version: 3.18
· Asterisk: 22.9.0+asl3-3.9.3
· AllStar Node: 54384
· EchoLink Call: N8TIM-L
· EchoLink Node: 450813
Problem
The node works normally on AllStarLink, but it never appears online in EchoLink.
On a Windows EchoLink client it shows as N8TIM-L (Off).
Configuration
My echolink.conf contains:
· call = N8TIM-L
· node = 450813
· astnode = 54384
The EchoLink password is correct (verified by logging into the Windows EchoLink client).
What I’ve verified
· chan_echolink.so loads successfully.
· core show channeltypes lists the EchoLink channel driver.
· echolink show stats works.
· echolink show nodes is empty.
· echolink dbget el0 call returns “Entry not found.”
· DNS resolution to the EchoLink servers works.
· ICMP ping to nasouth.echolink.org succeeds.
· The configuration file parses correctly.
· The module loads without configuration errors.
CLI Output
module show like chan_echolink
chan_echolink.so
Status: Running
core show channeltypes
echolink Echolink channel driver
echolink show stats
Inbound connections 0
Outbound connections 0
echolink show nodes
(no nodes)
What seems unusual
The EchoLink driver loads, but it never appears to initialize the el0 instance.
There are no database entries created for el0, and I never see any debug messages such as:
· Trying to register with EchoLink server
· Registration successful
· Downloading directory
It appears the driver loads successfully but never attempts registration.
Has anyone seen this with ASL3 3.18 or know what else I should check?
Thank you.