Is there an equivalent to: asterisk -rx “rpt reload” in ASL3. I’ve looked at the docs and I don’t see it.
Thanks,
Tom / K5TRA
The command is now module reload app_rpt
to match the standard Asterisk functionality.
The astres.sh
, astdn.sh
, and astup.sh
scripts are still there as well. These restart, stop and stop the Asterisk service as they always have. However, restarting Asterisk to reload a module is considered bad form these days.
We have made an effort to insure that all modules reload properly. I’ve found that module reload app_rpt
usually works.
On a side note; the ultimate test that all modules behave properly is core stop gracefully
. That doesn’t work for me. There is a GitHub issue. One of the AllStar improvements we have in mind.