I have a fresh built ASL3 node. In the rpt.conf file it has comments about *13 doing a permanent connection and *11 disconnecting a permanent connection. So, I added these lines to my rpt.conf file:
11 = ilink,11
13 = ilink,13
After restarting asterisk, if I run either of the commands below, nothing happens on my node. Is there another change to rpt.conf I need to make for them to work?
asterisk -rx "rpt fun <node#> *13
asterisk -rx "rpt fun <node#> *11
Ah ok that makes sense… when I was updating the rpt.conf file to remove the 2 lines I added, I noticed there were *811 and *813 commented which have the same ilink command. So I’ll use them.