Add a scripting engine (akin to dialplan in Asterisk) that can be used in menus.conf
to allow the sysop to customize menu operation to a far greater extent than is currently possible. For example, things like:
A number of provided "primitives", will need to be provided, including (but not limited to):
Once we do this, we can make it possible to adjust execution priority from the "menu plan", e.g.:
Set(EXEC_PRIORITY()=20)
Exec(foobar.sh)
(This example is for isoexec, will also want to ensure the priority can't be modified from within the container, at least as the host sees it)
You must be