[Asterisk-Users] chan_modem_aopen.so loaded despite being told not too!

Chuck Bunn chuck.bunn at networkdoc.com
Thu Nov 10 11:11:35 MST 2005


Hi,

I am using 1.2rc1 and my modules.conf  looks like this:

[root at tomato ~]# vi /etc/asterisk/modules.conf
[modules]
autoload=yes
;
; Any modules that need to be loaded before the Asterisk core has been
; initialized (just after the logger has been initialized) can be loaded
; using 'preload'. This will frequently be needed if you wish to map all
; module configuration files into Realtime storage, since the Realtime
; driver will need to be loaded before the modules using those configuration
; files are initialized.
;
; An example of loading ODBC support would be:
;preload => res_odbc.so
;preload => res_config_odbc.so
;
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
; Intercom application is obsoleted by
; chan_oss.  Don't load it.
;
noload => app_intercom.so
;
; Explicitly load the chan_modem.so early on to be sure
; it loads before any of the chan_modem_* 's afte rit
;
noload => chan_modem.so
noload => chan_modem_aopen.so
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
; By default, load OSS only (automatically) and do not load ALSA
;
noload => chan_alsa.so
;noload => chan_oss.so
;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
[global]


I get the following during a reload:

 == Parsing '/etc/asterisk/modem.conf': Found
Nov 10 11:07:31 WARNING[4568]: loader.c:305 __load_resource: Module 
'chan_modem_aopen.so' already exists
Nov 10 11:07:31 ERROR[4568]: chan_modem.c:1023 load_module: Failed to 
load driver chan_modem_aopen.so
  == Loading modem driver chan_modem_aopen.so    -- Reloading module 
'pbx_config.so' (Text Extension Configuration)


Thanks





More information about the asterisk-users mailing list