Hello I'm using a standard Asterisk install with default settings, and when I run "reload", I see that Asterisk fetches configuration information from a lot more sources than just my extensions.conf and sip.conf. For instance: -- Registered indication country 've' -- Registered indication country 'za' -- Setting default indication country to 'us' == Parsing '/etc/asterisk/features.conf': Found == Parsing '/etc/asterisk/adsi.conf': Found == Parsing '/etc/asterisk/dundi.conf': Found == Parsing '/etc/asterisk/extensions.conf': Found == Parsing '/etc/asterisk/users.conf': Found [Feb 21 03:29:15] NOTICE[2563]: pbx_ael.c:4094 pbx_load_module: Starting AEL load process. [Feb 21 03:29:15] NOTICE[2563]: pbx_ael.c:4101 pbx_load_module: AEL load process: calculated config file name '/etc/asterisk/extensions.ael'. etc. How can I go and trim things down? Thank you.
vi /etc/asterisk/modules.conf On 2/20/08, Vincent <vincent.delporte at bigfoot.com> wrote:> Hello > > I'm using a standard Asterisk install with default settings, and when > I run "reload", I see that Asterisk fetches configuration information > from a lot more sources than just my extensions.conf and sip.conf. > > For instance: > > -- Registered indication country 've' > -- Registered indication country 'za' > -- Setting default indication country to 'us' > == Parsing '/etc/asterisk/features.conf': Found > == Parsing '/etc/asterisk/adsi.conf': Found > == Parsing '/etc/asterisk/dundi.conf': Found > == Parsing '/etc/asterisk/extensions.conf': Found > == Parsing '/etc/asterisk/users.conf': Found > [Feb 21 03:29:15] NOTICE[2563]: pbx_ael.c:4094 pbx_load_module: > Starting AEL load process. > [Feb 21 03:29:15] NOTICE[2563]: pbx_ael.c:4101 pbx_load_module: AEL > load process: calculated config file name > '/etc/asterisk/extensions.ael'. > etc. > > How can I go and trim things down? > > Thank you. > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Paul Hales
2008-Feb-21 04:00 UTC
[asterisk-users] How to get a clean, basic configuration?
Head off into /etc/asterisk/modules.conf and add some 'noload' lines. PaulH On Thu, 2008-02-21 at 03:30 +0100, Vincent wrote:> Hello > > I'm using a standard Asterisk install with default settings, and when > I run "reload", I see that Asterisk fetches configuration information > from a lot more sources than just my extensions.conf and sip.conf. > > For instance: > > -- Registered indication country 've' > -- Registered indication country 'za' > -- Setting default indication country to 'us' > == Parsing '/etc/asterisk/features.conf': Found > == Parsing '/etc/asterisk/adsi.conf': Found > == Parsing '/etc/asterisk/dundi.conf': Found > == Parsing '/etc/asterisk/extensions.conf': Found > == Parsing '/etc/asterisk/users.conf': Found > [Feb 21 03:29:15] NOTICE[2563]: pbx_ael.c:4094 pbx_load_module: > Starting AEL load process. > [Feb 21 03:29:15] NOTICE[2563]: pbx_ael.c:4101 pbx_load_module: AEL > load process: calculated config file name > '/etc/asterisk/extensions.ael'. > etc. > > How can I go and trim things down? > > Thank you. > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Mindaugas Kezys
2008-Feb-21 09:38 UTC
[asterisk-users] How to get a clean, basic configuration?
We do: in modules.conf: noload => pbx_ael.so noload => pbx_dundi.so noload => res_config_pgsql.so noload => res_smdi.so in extensions.conf delete every context [default], [demo], whatever in sip.conf, iax.conf delete all peer/users if any Regards, Mindaugas Kezys http://www.kolmisoft.com MOR PRO - Advanced Billing for Asterisk PBX -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Vincent Sent: Thursday, February 21, 2008 4:31 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] How to get a clean, basic configuration? Hello I'm using a standard Asterisk install with default settings, and when I run "reload", I see that Asterisk fetches configuration information from a lot more sources than just my extensions.conf and sip.conf. For instance: -- Registered indication country 've' -- Registered indication country 'za' -- Setting default indication country to 'us' == Parsing '/etc/asterisk/features.conf': Found == Parsing '/etc/asterisk/adsi.conf': Found == Parsing '/etc/asterisk/dundi.conf': Found == Parsing '/etc/asterisk/extensions.conf': Found == Parsing '/etc/asterisk/users.conf': Found [Feb 21 03:29:15] NOTICE[2563]: pbx_ael.c:4094 pbx_load_module: Starting AEL load process. [Feb 21 03:29:15] NOTICE[2563]: pbx_ael.c:4101 pbx_load_module: AEL load process: calculated config file name '/etc/asterisk/extensions.ael'. etc. How can I go and trim things down? Thank you. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users