Can you post the message when it fails?<br><br><div class="gmail_quote">On Mon, Mar 4, 2013 at 4:37 PM, Olivier <span dir="ltr">&lt;<a href="mailto:oza_4h07@yahoo.fr" target="_blank">oza_4h07@yahoo.fr</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>