Select options from menuselect on auto?

i am working on Asterisk13.8. My requirement is to select the options ON AUTO that require manual selection (e.g. chan_sip) before compilation. for this, i think i have to make changes to some file but dont know which? i also dont want menu to appear during asterisk installation rather ‘make’ takes that changes and compile as usual.

After step
./configure
Use menuselect/menuselect --enable XX menuselect.makeopts
with XX as the option you want to enable (exemple menuselect/menuselect --enable chan_sip menuselect.makeopts

and continue with
make
make install

You can also enable or disable complete category, see https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options

1 Like

perfect! Thanks…:grinning: