Hello,
I’m starting a new AllStar build on a AWS Debian 12 server. This is about my 10th build of ASL and all was going well until I tired to setup a private node for EchoLink. (This is my first setup on ALS3)
I used the menu to create node 1997
I added the private node to [globals] in extentions.conf
IF, I add: exten => 1997,1,rpt,1997 under [radio-secure] the private node doesn’t connect. I’ve tried a few different combinations.
[globals]
HOMENPA = 999 ; change this to your Area Code
NODE = 527051 ; change this to your node number
NODE = 1997
[default]
exten => i,1,Hangup
[radio-secure]
;exten => ${NODE},1,rpt(${EXTEN})
exten => _XXXX!,1,NoOp(Connect from node: ${CALLERID(num)})
same => n,NoOp(Connect to: ${EXTEN})
Here is the rpt.conf:
Top of page:
527051 = radio@127.0.0.1/527051,NONE
1997 = radio@127.0.0.1/1997,NONE
At the bottom of page:
[1997](node-main)
duplex = 0
The problem is can make outbound EL connections, but cannot make inbound connections. YES, I have the correct ports opened. (I’ve checked like 20x) No, I’m not trying to connect behind the same IP
My guess my extension.conf file is incorrect or I need more variables for the node at the bottom of the rpt.conf.
I had screenshots to add, being a new user to the site it wouldn’t allow me to attach them.
Thanks for any input.
Will