Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2009 13:01:12 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Willem Jan Withagen <wjw@digiware.nl>
Cc:        freebsd-isdn@freebsd.org
Subject:   Re: Trying to compile chan_capi
Message-ID:  <200906251301.12966.hselasky@c2i.net>
In-Reply-To: <4A43525F.6040207@digiware.nl>
References:  <4A4328B1.8040608@digiware.nl> <200906251157.59713.hselasky@c2i.net> <4A43525F.6040207@digiware.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 25 June 2009 12:33:03 Willem Jan Withagen wrote:
> Hans Petter Selasky wrote:
> > On Thursday 25 June 2009 09:35:13 Willem Jan Withagen wrote:
> >> /usr/local/include/asterisk/frame.h
> >
> > You need to compile chan_capi from I4B SVN.
>
> You care to elaborate?
> Because I have the idea that I'm following what's on your building
> instructions: -----
> HOW TO INSTALL CHAN_CAPI ON FREEBSD AND NETBSD
> ==============================================
>
> #
> # Dependencies:
> # - Subversion must be installed, see "/usr/ports/devel/subversion"
> # - Asterisk must be installed, see "/usr/ports/net/asterisk"
> #
> #
> # Download the following tarball:
> #
>
> http://www.turbocat.net/~hselasky/capi4pbx/releases/chan_capi_1_6_1.tar.bz2
>
> #
> # Extract it using "tar -jxvf chan_capi_1_6_1.tar.bz2", and run:
> #
>
> cd chan_capi_1_6_1
> gmake all install
>
> #
> # Example configuration files are located at
> # "chan_capi_1_6_1/capi.conf" and
> # "chan_capi_1_6_1/extensions.conf".
> #
>

Those instructions are a little outdated, reminding me that my homepage needs 
an update.

svn --username anonsvn --password anonsvn \
      checkout svn://svn.turbocat.net/i4b
#
# The following commands will 
# install the driver on FreeBSD:
#
cd i4b/trunk/chan_capi
gmake all install


Enjoy!

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906251301.12966.hselasky>