Compiled Asterisk from FreeBSD port (0.9.0_2) When I start asterisk it uses 100% cpu. Searches on Google say to comment the noload => chan_oss.so in modules.conf But this is already commented. Make.conf contains some optimizations. modules.conf: ; Asterisk configuration file ; ; Module Loader configuration file ; [modules] autoload=yes ; ; 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 ; load => chan_modem.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] chan_modem.so=yes /etc/make.conf CPUTYPE=i686 CFLAGS= -O2 -pipe -funroll-loops --- Jan Baggen - jbaggen@ip2.nl IP2 Internet BV / http://www.ip2.nl
On 21/09/2004 20:20 Jan Baggen said the following:> Compiled Asterisk from FreeBSD port (0.9.0_2) > When I start asterisk it uses 100% cpu. Searches on Google > say to comment the noload => chan_oss.so in modules.conf > But this is already commented. Make.conf contains some > optimizations.add 'noload => pbx_wilcalu' into modules.conf. that's what's causing the high CPU load. -- Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+
hi, do any of you guys using the port from freebsd have other problems? the whole thing doesnt work for me, as in, after the first phone calls, all calls dont have outgoing audio, also if i have a register line in sip.conf, outgoing audio wont work at all. it seems that * on freebsd is really really buggy. I tried the cvs version, but things got even worse. still testing. Sincerely, Jason
here works fine. freebsd 5.2.1-release On Wed, 22 Sep 2004 19:03:54 -0400, toisanji308@hotmail.com <toisanji308@hotmail.com> wrote:> hi, do any of you guys using the port from freebsd have other problems? > the whole thing doesnt work for me, as in, after the first phone calls, > all calls dont have outgoing audio, also if i have a register line > in sip.conf, outgoing audio wont work at all. it seems that * on > freebsd is really really buggy. > I tried the cvs version, but things got even worse. still testing. > Sincerely, > Jason > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >