From owner-freebsd-isdn@FreeBSD.ORG Thu Jun 25 12:01:46 2009 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A7D01065670 for ; Thu, 25 Jun 2009 12:01:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swipnet.se [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 96C7E8FC2A for ; Thu, 25 Jun 2009 12:01:45 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=gg2W7PyvkLb8p4ie143lBA==:17 a=OdR5sfXFAAAA:8 a=DXkXY6YITDamgLysin0A:9 a=AYYPO37skIEwbgJZz20A:7 a=vM7xvFHKANt6PQqejX1j5rSJauoA:4 Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1094569673; Thu, 25 Jun 2009 13:01:42 +0200 From: Hans Petter Selasky To: Willem Jan Withagen Date: Thu, 25 Jun 2009 13:01:12 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4A4328B1.8040608@digiware.nl> <200906251157.59713.hselasky@c2i.net> <4A43525F.6040207@digiware.nl> In-Reply-To: <4A43525F.6040207@digiware.nl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906251301.12966.hselasky@c2i.net> Cc: freebsd-isdn@freebsd.org Subject: Re: Trying to compile chan_capi X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 12:01:48 -0000 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