[ASL 2] node connections issue

Hi,

I just set up a new Debian 10 machine and installed 2.0.0 from repos. Most things seem to be working fine so far except I can’t connect to other nodes, nor can they connect to me. I’m not sure how to get enough debug info / logging to help me out from this point.

When connecting outbound and verbose/debug set to 10, there is no output in asterisk cli.

When connecting inbound I get:

    -- Accepting UNAUTHENTICATED call from 73.195.217.196:
       > requested format = gsm,
       > requested prefs = (gsm|g726aal2|ilbc|ulaw),
       > actual format = ulaw,
       > host prefs = (ulaw|adpcm|g722|g726aal2|gsm|ilbc),
       > priority = mine
    -- Executing [526450@radio-secure:1] Rpt("IAX2/73.195.217.196:4568-1859", "526450") in new stack
[Jul 15 01:29:35] WARNING[586]: app_rpt.c:23238 rpt_exec: Reported node 53209 cannot be found!!
  == Spawn extension (radio-secure, 526450, 1) exited non-zero on 'IAX2/73.195.217.196:4568-1859'
    -- Hungup 'IAX2/73.195.217.196:4568-1859'

Registration looks ok and the inbound connection looks routed properly.

Let me know what other information I can provide. At this point most of the files are stock with the exception of putting my node ID in rpt.conf and extensions.conf, and my registration info in iax.conf,

Thanks,
Jason

PS: gnupg isn’t included in a base Debian install so the apt-key add in the repo install script fails.

Do you have a /var/lib/asterisk/rpt_extnodes file and is the timestamp at the end of the file recent?

If not you want to be sure the update-node-list.service is running.

That was it – thanks!

I didn’t have the file or the update-node-list service installed. I found “asl-update-node-list” from apt-cache search and installed it. I guess that needs to be added to the list of packages to install on the wiki.

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