Hello,
I’ve got a system on which I previously installed Asterisk 20.7.0 from source. Then I’m re-installing Asterisk 20.8.1 on it using classic ./configure, make, make install but I’ve got the following message:
WARNING WARNING WARNING
Your Asterisk modules directory, located at
/usr/lib/asterisk/modules
contains modules that were not installed by this
version of Asterisk. Please ensure that these
modules are compatible with this version before
attempting to run Asterisk.
app_ices.so
app_image.so
app_nbscat.so
app_osplookup.so
app_url.so
chan_alsa.so
chan_mgcp.so
chan_oss.so
chan_sip.so
chan_skinny.so
res_monitor.so
WARNING WARNING WARNING
Which command cleans this /usr/lib/asterisk/modules directory ?
Regards