Vincent
2008-Apr-10 13:09 UTC
[asterisk-users] [1.4.17] Disabled modules -> Zaptel stops picking up calls
Hello I have a couple of questions about running 1.4.17 on FreeBSD 6.3: 1 .On a FreeBSD host, In modules.conf, I naively removed the following modules that I thought I didn't need, but after stopping/restarting Asterisk, Zaptel stops reporting calls: /usr/local/etc/asterisk/modules.conf noload => pbx_ael.so noload => res_smdi.so noload => chan_iax2.so => I don't use those features, so why would removing them affect Zaptel? 2. /usr/local/etc/rc.d/asterisk doesn't make use of the watchguard safe_asterisk, and just launches the asterisk binary directly. Why? Does someone have a modified copy of the script that uses safe_asterisk instead? Thank you.
Tzafrir Cohen
2008-Apr-10 13:14 UTC
[asterisk-users] [1.4.17] Disabled modules -> Zaptel stops picking up calls
On Thu, Apr 10, 2008 at 03:09:18PM +0200, Vincent wrote:> Hello > > I have a couple of questions about running 1.4.17 on FreeBSD 6.3: > > 1 .On a FreeBSD host, In modules.conf, I naively removed the following > modules that I thought I didn't need, but after stopping/restarting > Asterisk, Zaptel stops reporting calls: > > /usr/local/etc/asterisk/modules.conf > noload => pbx_ael.so > noload => res_smdi.so > noload => chan_iax2.so > > => I don't use those features, so why would removing them affect > Zaptel? > > 2. /usr/local/etc/rc.d/asterisk doesn't make use of the watchguard > safe_asterisk, and just launches the asterisk binary directly. Why? > Does someone have a modified copy of the script that uses > safe_asterisk instead?chan_zap.so failed to load as it depends on res_smdi.so ? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Vincent
2008-Apr-10 13:51 UTC
[asterisk-users] [1.4.17] Disabled modules -> Zaptel stops picking up calls
On Thu, 10 Apr 2008 16:14:01 +0300, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:>chan_zap.so failed to load as it depends on res_smdi.so ?I have no idea. Is there an up-to-date list somewhere, or some script that lists dependencies for each module, so that we have some way of knowing what can be safely disabled? Thanks.