Asterisk startup problem

Hellou! :frowning:

Does anbody use Asterisk on Suse 9.3? I do! But I had a little problem with the modules at startup. I modified the modules.conf so that asterisk would start. My question is why asterisk doesn’t find those modules?

here’s a piece of my modules.conf and what I had to do to make Asterisk start.

[modules]
autoload=yes
;
;If you want, load the GTK console right away.
; Don’t load the KDE console since
; it’s not as sophisticated r[/code]ight now.
;
noload => app_talkdetect.so
noload => chan_sip.so
noload => chan_skinny.so
noload => app_queue.so
noload => app_capiHOLD.so
noload => app_meetme.so
noload => app_capiECT.so
noload => app_dial.so
noload => chan_agent.so
noload => app_capiRETRIEVE.so
noload => cdr_pgsql.so
noload => app_capiMCID.so
noload => chan_iax2.so
noload => app_capiCD.so
noload => chan_zap.so
noload => chan_mgcp.so
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;

Yes, I’m a newbie and I would like to get Asterisk work properly so if anyone knows any tricks or solution to this I would appreciate it! [/code]