Auto link command on ASL3 reboot

Running the latest version of Allstar3. I know this question has been asked before but Im a little confused.

On boot, I would like the node to connect to 27339 automatically.

My question is two fold…

What is the command *###

Where should that macro command be placed.

I only have one node.

1 Like

I am trying to find the solution as well. Been trying different variations but no luck yet as well.

Check this https://github.com/KD5FMU/Check-Connection-Script-File it does connect in two minutes.

Fred/PA8F

It's very simple.

Step 1 - Find this line in /etc/asterisk/rpt.conf and uncomment it:

813 = ilink,13                    ; Permanently connect specified link -- tranceive

Step 2 - Inside your (node-main) stanza for the node you want to connect, add a startup_macro. For example:

[40608](node-main)
statpost_url = http://stats.allstarlink.org/uhandler
idrecording = |iN8EI
duplex = 2
rxchannel = dahdi/pseudo
startup_macro = *8132116

Step 3 - Restart asterisk.