From owner-freebsd-isdn@FreeBSD.ORG Mon Jun 8 08:08:36 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 B10C71065674 for ; Mon, 8 Jun 2009 08:08:36 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 464B28FC1C for ; Mon, 8 Jun 2009 08:08:35 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=ndaoGXS1AAAA:8 a=OdR5sfXFAAAA:8 a=TOHG5whs2WZAiYyx4JoA:9 a=A1fEgzdvAAORHIQXSs8A:7 a=gagfDRWWhhjh7DuhQzk96RilatcA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1259010333 for freebsd-isdn@freebsd.org; Mon, 08 Jun 2009 10:08:35 +0200 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Mon, 8 Jun 2009 10:12:46 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906081012.47426.hselasky@c2i.net> Subject: ISDN4BSD on 8-current 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, 08 Jun 2009 08:08:37 -0000 Hi, I'm writing this e-mail to inform you that my ISDN4BSD package has been updated to compile on FreeBSD 8-current as of today. http://www.selasky.org/hans_petter/isdn4bsd/ The install instructions are now the same for all supported operating systems. svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b # # The following commands will # install the driver on FreeBSD: # cd i4b/trunk/i4b/FreeBSD.i4b make S=../src package make install BTW: I'm working on a new version of ISDN4BSD, which is not finished, and the code is available from the i4b/trunk/openzap.hps . One new feature I'm planning is support for Analog phone adapters. About: The ISDN hardware might not be the most popular today, but the logic behind it has not expired yet. ISDN4BSD was originally developed by Hellmuth Michaelis and later forked by me. ISDN4BSD is an advanced and security enhanced telephony solution which has resisted time and hacking. ISDN4BSD has many old features ranging from DTMF detection and integer FFT echo cancelling to full symmetric EuroISDN (DSS1) support and a chan_capi.hps plugin for Asterisk 1.2 - 1.6 and compatible. --HPS