From owner-freebsd-isdn@FreeBSD.ORG Mon Oct 1 11:08:31 2007 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 72F9816A419 for ; Mon, 1 Oct 2007 11:08:31 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3EEA113C465 for ; Mon, 1 Oct 2007 11:08:31 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l91B8VQQ064511 for ; Mon, 1 Oct 2007 11:08:31 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l91B8UH0064507 for freebsd-isdn@FreeBSD.org; Mon, 1 Oct 2007 11:08:30 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 1 Oct 2007 11:08:30 GMT Message-Id: <200710011108.l91B8UH0064507@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-isdn@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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: Mon, 01 Oct 2007 11:08:31 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. From owner-freebsd-isdn@FreeBSD.ORG Thu Oct 4 10:04:14 2007 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 0AA7F16A417 for ; Thu, 4 Oct 2007 10:04:14 +0000 (UTC) (envelope-from steve@localhost.lu) Received: from malium.ion.lu (malium.ion.lu [80.90.47.175]) by mx1.freebsd.org (Postfix) with SMTP id 702F113C46E for ; Thu, 4 Oct 2007 10:04:13 +0000 (UTC) (envelope-from steve@localhost.lu) Received: (qmail 4353 invoked by uid 89); 4 Oct 2007 11:37:30 +0200 Received: from localhost (HELO laptop-steve.ion.lu) (127.0.0.1) by malium.ion.lu with SMTP; 4 Oct 2007 11:37:30 +0200 Message-ID: <4704B458.7010209@localhost.lu> Date: Thu, 04 Oct 2007 11:37:28 +0200 From: Steve Clement User-Agent: Thunderbird 2.0.0.6 (X11/20070827) MIME-Version: 1.0 To: freebsd-isdn@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: FreeBSD 6.2 + asterisk-1.4.11_1 + chan_capi-1.0.2 + capi20-cian +c4b-1.1.1 + AVM B1 PCI 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, 04 Oct 2007 10:04:14 -0000 Hi List, Long and Stupid Subject but I have indeed a 6.2 Install, the latest ports Asterisk, the latest chan_capi, a hacked version of libcapi, capi4bsd and my AVM B1 card "working" It seems that not many people out there have luck with it (or rather, bother to modify the source) I guess that's also mostly due to the fact that ISDN is too European ;) The main part is done, I can make outgoing calls via asterisk with chan_capi. But I still lack the capability to receive incoming calls over Asterisk (I will post a seperate mail to the Asterisk List) The main issues was getting chan_capi running and I had to modify the source to get it rolling, I will eventually post diff's but as incoming calls don't work yet I won't "officially" release anything... For those sick of playing around without results: http://localhost.lu/src/c4b-1.1.1+capi20-cian+chan_capi-1.0.2.tbz you also need: gmake, asterisk in a nutshell: untar it. cd capi20-cian gmake gmake install cd .. #(this installed libcapi) # installing c4b now cd c4b make obj make depend make make install cd .. cat << EOF >> /etc/rc.conf capi_enable="YES" avmaic_enable="YES" EOF #YEAh, c4b installed :) cd chan_capi-1.0.2 gmake C4B=yes gmake C4B=yes install So this got you started... If anyone had similar problems let me know... Steve Clement