[Asterisk-bsd] Latest Asterisk and Libpri on FreeBSD

Kim Culhan w8hdkim at gmail.com
Sun Mar 4 08:52:36 MST 2007


Greetings asterisk-bsd-

If you would like to experiment with the latest Asterisk and Libpri
bits on FreeBSD
you can just obtain the source using svn and it will compile without
any problems.

First get the latest zaptel-bsd:

svn co --username svn --password svn
https://svn.pbxpress.com:1443/repos/zaptel-bsd

cd to the build directory for zaptel-bsd and say:

make
make install

To get the latest Libpri:

svn checkout http://svn.digium.com/svn/libpri/trunk libpri

To get the lasest Asterisk:

svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk


Be sure to install zaptel-bsd first, then libpri and then asterisk.

There are some additional requirements to install this on your
machine, these can be easily had using the FreeBSD ports:

${PORTSDIR}/audio/mpg123
${PORTSDIR}/audio/speex
${PORTSDIR}/devel/newt
${PORTSDIR}/ftp/curl

Having first installed these ports and zaptel-bsd, you could then
cd to the libpri build directory and say:

./configure
gmake
gmake install


Do the same in the asterisk build directory:

./confgure
gmake
gmake install

There have been a few changes to the configuration files for Asterisk,
let me know if you have a problem with this.


-kim


More information about the Asterisk-BSD mailing list