Answer the question
In order to leave comments, you need to log in
Migrating make menuselect asterisk settings
Actually the question is how to transfer the settings from the old assembly to the new one when compiling a new version of asterisk. Before asterisk 11, this was done by copying menuselect.makedeps and menuselect.makeopts, but in asterisk 11 this does not work, after make errors on dependencies fly out!
Answer the question
In order to leave comments, you need to log in
Found the correct solution $ menuselect/menuselect --enable [your-option-here] menuselect.makeopts
will be the assembly with the parameters specified in --enable. You can view the old parameters with this command $ menuselect/menuselect --list-options
or write to a file $ menuselect/menuselect --list-options > options.conf
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question