On 06/07/2011 08:04 PM, Chris Bagnall wrote:
> Greetings list,
> 
> Has anyone compiled (or could point me at) a list of the minimum required 
> modules and conf files for a very basic 1.8 deployment?
> 
"Basic deployment" is hard to specify, but in any case you can use the
following modules as a base to build your system. Its a set of modules
that provides very basic sip support for asterisk, and it can be
considered very close to absolute minimal. You will propably have to add
more modules for dialplan apps, channels, codes etc.

[modules]
autoload=no

load => res_musiconhold.so
load => res_smdi.so
load => res_rtp_asterisk.so
load => res_timing_timerfd.so
load => codec_ulaw.so
load => format_pcm.so
load => app_dial.so
load => pbx_config.so
load => chan_local.so
load => chan_sip.so


Lefteris Zafiris
----------------

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to