Hi!
I’m using CentOS + Asterisk 12 (standard)
I’m trying to enable some stuff via console, I run:
./configure
make menuselect.makeopts
menuselect/menuselect --list-options
[quote]The output:
…
…
- muted MENUSELECT_UTILS
- refcounter MENUSELECT_UTILS
- smsq MENUSELECT_UTILS
…
…[/quote]
I tried to enable: muted so I run:
Then, to check if muted is enabled now, i run:
[quote]The output:
…
…
- muted MENUSELECT_UTILS
- refcounter MENUSELECT_UTILS
- smsq MENUSELECT_UTILS
…
…[/quote]
It still disabled… What happen? What I need to do?