I'd stick to strace and see if you can see what directory it opens: strace /usr/sbin/asterisk -vvvg 2>&1 | grep ^open
You should see mentions of /usr/lib/asterisk/modules and at the very least see it loading modules.conf Mark On Sat, 14 Jun 2003, Moshe Yudkowsky wrote: > I checked that; the directories point to the correct places. > > As I mentioned in a follow-up message, "strace" shows that my system > doesn't even try to load the modules. I can "load app_playback.so", etc., > followed by "load pbx_config.so" to get a dialplan -- but then the system > doesn't find the voice files, and doesn't even try to find the voice files. > > autoload=yes in /etc/asterisk/modules.conf. > > I welcome any suggestions. Because of the Sabbath I haven't had an > opportnity to figure out how to attach ddd to the correct aseterisk > process to debugh file.c. I am using the CVS of 06-13 (Friday). > > At 17:03 2003-06-14 -0500, you wrote: > >Is it possible your "asterisk.conf" reflects different directories for > >storing your modules? > > > >Mark > > > >On Fri, 13 Jun 2003, Moshe Yudkowsky wrote: > > > > > At 09:32 2003-06-13 -0500, you wrote: > > > >Since you're using the sound card for testing you need to > > > >change in the /etc/asterisk/alsa.conf or oss.conf > > > >context=local > > > >to > > > >context=default > > > > > > Martin, > > > > > > Thanks very much for the suggestion. > > > > > > I tried setting > > > > > > context=default > > > > > > in alsa.conf. That didn't work. I decided to delete oss.conf to see if it > > > made a difference, and that didn't work either. Neither did re-creating > > > oss.conf and using "context=default." > > > > > > I should mention that "dial [EMAIL PROTECTED]" didn't work either; not > > > surprising, > > > since there's no dialplan loaded other than the "parkedcalls" context. > > > > > > I'd appreciate any further suggestions! > > > > > > -- > > > Moshe Yudkowsky > > > Disaggregate > > > 2952 W Fargo > > > Chicago, IL 60645 USA > > > > > > <http://www.Disaggregate.com> > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > [EMAIL PROTECTED] > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > >_______________________________________________ > >Asterisk-Users mailing list > >[EMAIL PROTECTED] > >http://lists.digium.com/mailman/listinfo/asterisk-users > > > -- > Moshe Yudkowsky > Disaggregate > 2952 W Fargo > Chicago, IL 60645 USA > > www.Disaggregate.com > [EMAIL PROTECTED] > +1 773 764 8727 > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
