Search for:

Version 1 of 25.4.05, 15:03
Home - Latest - Tags - History - Referers

User:
Pass:
Create user - Lost password
Just visited:
AstRecipes»Turning off modules
Loway QueueMetrics

Chatbox:
And all is quiet....

AstRecipes » Turning off modules

t might happen that you need to turn off modules you are not currently using or not working on your Asterisk box.

You can edit /etc/asterisk/modules.conf in the [Modules] to tell Asterisk not to load existing modules; for example, the following example we do not load modules for the modem:

noload => chan_modem.so
noload => chan_modem_aopen.so
noload => chan_modem_bestdata.so
noload => chan_modem_i4l.so