On Fri, 14 Aug 2009, Eric Fort wrote: > What files at a bare minimum need to be in /etc/asterisk for an asterisk > server that does sip only and voicemail. I'm setting up an asterisk > server to provide service for a single SIP softphone extension with SIP > origination and termination. The main purpose of using * is for > voicemail and future expansion ability. > > I know I need > > sip.conf > extensions.conf > voicemail.conf > > but what else? > > do I need: > > asterisk.conf > codecs.conf > rtp.conf > indications.conf > say.conf > modules.conf > dnsmgr.conf > logger.conf > dnsmgr.conf
You probably don't need dnsmgr.conf twice :) I'm a 1.2 Luddite, but if you don't have indications.conf, some phones will not "ring." Modules.conf (without the autoload cruft) will let you explicitly tell Asterisk which modules you want. Logger.conf says how much logging to do and where to put it. I strongly suggest syslogging to a central log host so you can [analyze|ignore] everything at once. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards [email protected] Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
