Hi,<br><br>I&#39;ve got a brand new Asterisk 11 setup for which I would like to keep the number of loaded modules to a minimum.<br>My goal is to this setup in a pure SIP environment, for switching incoming calls to outgoing tSIP trunks.<br>
<br>When I leave autoload=yes in /etc/asterisk/modules.conf, I can handle an incoming SIP call with a Playback app.<br>When I leave autoload=no in /etc/asterisk/modules.conf, it fails with with messages I&#39;m not familiar with.<br>
<br>My question:<br>with  autoload=no, which (efficient) method shall I use to trim the number of modules to a minimum ?<br><br><br>Here is my modules.conf :<br><br>[modules]<br>autoload=yes<br><br>load =&gt; pbx_config.so<br>
load =&gt; pbx_spool.so<br><br>load =&gt; chan_local.so<br>load =&gt; chan_iax2.so<br>load =&gt; chan_sip.so<br><br>load =&gt; app_authenticate.so<br>load =&gt; app_cdr.so<br>load =&gt; app_dial.so<br>load =&gt; app_dumpchan.so<br>
load =&gt; app_echo.so<br>load =&gt; app_exec.so<br>load =&gt; app_hangup.so<br>load =&gt; app_macro.so<br>load =&gt; app_originate.so<br>load =&gt; app_playback.so<br>load =&gt; app_playtones.so<br>load =&gt; app_record.so<br>
load =&gt; app_userevent.so<br><br>load =&gt; codec_adpcm.so<br>load =&gt; codec_alaw.so<br>load =&gt; codec_a_mu.sothe number of modules to minimum ?<br>load =&gt; codec_g722.so<br>load =&gt; codec_g726.so<br>load =&gt; codec_gsm.so<br>
load =&gt; codec_lpc10.so<br>load =&gt; codec_ulaw.so<br><br>load =&gt; format_gsm.so <br>load =&gt; format_pcm.so<br>load =&gt; format_wav.so<br>load =&gt; format_wav_gsm.so<br><br>load =&gt; res_agi.so<br>load =&gt; res_clioriginate.so<br>
load =&gt; res_fax.so<br>load =&gt; res_musiconhold.so<br>load =&gt; res_timing_timerfd.so<br><br>load =&gt; func_callerid.so<br>load =&gt; func_cdr.so<br>load =&gt; func_channel.so<br>load =&gt; func_cut.so<br>load =&gt; func_math.so<br>
load =&gt; func_rand.so<br>load =&gt; func_strings.so<br>load =&gt; func_global.so<br><br>load =&gt; cdr_csv.so<br><br><br>Regards<br>