Give your comments on Asterisk HowTo here. Thanks in advance!


Hmmm, I get as far as the cvs login. After that it accepts password 'anoncvs' but times out. I tried to install the RPM's instead, but they give dependencies errors. Where to get the Asterisk files... :-) ?
update - 02 feb 2004: got it. Instead of using cvs.digium.com use the following IP: 65.38.23.22

I experimented a little on 6.0.1 using RPMs rather than a CVS snapshot. In this way no devtools are needed. You need to install the asterisk with rpm -ivh --nodeps asterisk-040904-rh73.LSE.1.i386.rpm and add these lines to modules.conf
noload => cdr_odbc.so
noload => cdr_pgsql.so
noload => chan_zap.so
http://www.mpg123.de/cgi-bin/sitexplorer.cgi?/mpg123/precompiled/ ftp://ftp.linuxsys.com/pub/LSE/packages/7.3/asterisk/

When installing the asterisk-040904-rh73.LSE.1.i386.rpm it states that the sound files are in a directory but its a spelling error the files location is actually /usr/share/doc/asterisk-040904/demo-sounds/

/Mats