Chris Bagnall
2011-Jun-07 17:04 UTC
[asterisk-users] Asterisk 1.8 minimum modules/configuration
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? We have lots of 1.4 boxes in production, and I'm currently setting up a pair of 1.8 boxes to bounce calls coming in via IAX over IPv6 over to the existing 1.4 boxes. All the new installs need to do is receive calls via IAX and send them out via SIP to the 1.4 boxes. No ISDN or analogue channels, no voicemail, no conferences, codec translations, etc. - just the minimum number of modules necessary for basic IAX to SIP routing. Suggestions gratefully appreciated, otherwise I guess I'll try disabling everything, then gradually enabling modules as needed :-) Thanks in advance. Kind regards, Chris -- This email is made from 100% recycled electrons
Lefteris Zafiris
2011-Jun-07 17:51 UTC
[asterisk-users] Asterisk 1.8 minimum modules/configuration
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 ----------------