Automating installation process

I’m following the instructions here:
https://wiki.freepbx.org/pages/viewpage.action?pageId=185630796
and installing freepbx 15 on centos 8.
using the commands at this page I’ve created a bash script that installs freepbx and all the rest automatically but midway down the page there is a command make menuselect. the script stops here and waits for me to select a couple of options - namely format_mp3 and app_macro.
is there a way to integrate the selection of these two things by command line? - which i could then integrate into the script? I simply want the script to run from start to finish with stopping in the middle. thanks for any hep.

That’s the Asterisk build process, and we have a wiki page for menuselect which includes CLI usage for automating[1].

[1] https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options#UsingMenuselecttoSelectAsteriskOptions-ControllingMenuselect

1 Like

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