From owner-freebsd-isdn@FreeBSD.ORG Sun Oct 23 23:51:06 2005 Return-Path: X-Original-To: freebsd-isdn@freebsd.org Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D77716A41F for ; Sun, 23 Oct 2005 23:51:06 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1934F43D46 for ; Sun, 23 Oct 2005 23:51:05 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-217-135-104.daxnet.no ([193.217.135.104] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 4.3.8) with ESMTP id 9173166 for freebsd-isdn@freebsd.org; Mon, 24 Oct 2005 01:51:03 +0200 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Mon, 24 Oct 2005 01:52:09 +0200 User-Agent: KMail/1.7 References: <200509182158.57736.hselasky@c2i.net> In-Reply-To: <200509182158.57736.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510240152.10137.hselasky@c2i.net> Subject: New ISDN driver (update) X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 23:51:06 -0000 Hi, I have just uploaded another pre-release of my ISDN+USB driver. It should be very easy to install. Here are some of the changes: - This time I have fixed and tested the Fritz driver, but only "Fritz PnP/PCI version 1", "AVM A1" and "AVM Fritz!Card (ISA)", is supported. I have also made some improvements to NT-mode. Primary rate, E1, has also got some fixes. Also I have fixed some compilation issues with the latest FreeBSD 6.0 release. - There is a new utility called "isdnconfig" that can be used to configure the mode of the D-channel. - There is a NetBSD 2.x port of this driver available. See the driver info file for more information. My driver now works well with Asterisk, using the "chan_capi" module. Just recently I made the following setup: Wireless ISDN phone <-> crossover cable <-> HFC-S USB <-> chan_capi <-> Asterisk <-> PPP <-> Winbond USB TA <-> internet <-> SIP-provider And it worked pretty well. Around 33kbit/s was used by the audio stream, though it is worth to mention that the sound degraded quickly when I started downloading things from the internet. Most likely the problem was that my ISP did not give priority to the UDP frames carrying the sound. Using a 128K internet connection might improve the situation. I have put some example configuration files at: http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/asterisk/ Here is a document that describes some of the supported features: http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/driver_info_6.txt Download the three files below into a new directory and type "make install". To uninstall type "make deinstall". http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/155/Makefile http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/new_ihfc_1_5_5.tar.bz2 http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/new_ihfc_1_5_5.diff.bz2 Type "make help" for more help. --HPS