ASL3 link commands

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

If you left *1 defined then *11 and *13 will always be translated as *1 and the next number being the input to that.

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.

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