From owner-freebsd-isdn@FreeBSD.ORG Sun Jun 5 19:54:50 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 A6BF016A41C for ; Sun, 5 Jun 2005 19:54:50 +0000 (GMT) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from mail3.ewetel.de (mail3.ewetel.de [212.6.122.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EBC643D48 for ; Sun, 5 Jun 2005 19:54:49 +0000 (GMT) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from kalak.lemur.nord.de (dialin-80-228-49-166.ewe-ip-backbone.de [80.228.49.166]) by mail3.ewetel.de (8.12.1/8.12.9) with ESMTP id j55JsbAH017426; Sun, 5 Jun 2005 21:54:39 +0200 (MEST) Received: from [192.168.2.4] (lullog.lemur.nord.de [192.168.2.4]) by kalak.lemur.nord.de (8.12.3/8.12.3) with ESMTP id j53GHXGG001949; Fri, 3 Jun 2005 18:17:33 +0200 (CEST) (envelope-from Thomas.Wintergerst@nord-com.net) Message-ID: <42A0829D.3090704@nord-com.net> Date: Fri, 03 Jun 2005 18:17:33 +0200 From: Thomas Wintergerst User-Agent: Mozilla Thunderbird 0.9 (X11/20041220) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org References: <20050526202222.E2BD81EAE291@alice.turbocat.de> <20050527140607.GA41449@minerva.krx.nl> <200505281534.58499.hselasky@c2i.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CheckCompat: OK Cc: Steven Looman Subject: Re: Asterisk on FreeBSD + ISDN BRI X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: twinterg@gmx.de List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2005 19:54:50 -0000 Hello Jussi, Juha-Matti Liukkonen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 28.5.2005, at 16.34, Hans Petter Selasky wrote: > >> I know that Windows uses CAPI to support ISDN devices, but the >> problem there >> is that only one ISDN device is allowed at a time. So can CAPI handle >> more >> than one physical device per CAPI interface (/dev/capi20) ? > > > The CAPI specs (www.capi.org), part 2 section 8.5 (unix interface), > which is obviously written with Solaris in mind, says: > > "COMMON-ISDN-API's device name is /dev/capi20. To allow multiple access > by different UNIX processes, > the device is realized as a clone streams device." > > In the same section the CAPI_GET_PROFILE operation is defined to return > a 16-bit unsigned value for number of supported controllers. So > multiple clients for multiple controllers is possible, unless the > implementation somehow restricts it. Small correction: The message parameter CID is divided into an NCCI, a PLCI and a controller part. The controller part has 8 bits, the msb beeing a flag for addressing a headset. That delivers 127 usable controllers, each with 2 or 30 B-channels. I think, that is currently enough for existing machines. And the hint for a "clone device" should rather address the possiblilty to allow multiple applications CAPI access. The controllers themselves are all addressed by an application through the single device entry "/dev/capi20". > >>> On 27.5.2005, at 17.06, Steven Looman wrote: >>> >>>> The ability to use CAPI with cheap cards (like in Windows for >>>> example) sounds >>>> great as it would be easier to write multiplatform applications. >>>> >> >> I don't think that CAPI is fit for every situation. Putting things in a >> library on top of "isdnd" is going to be much more powerful than if one >> writes a dedicated CAPI-compatible telephony application? > > > CAPI is a lower-level thing than isdnd; it is more akin to i4b layer 3. > It allows moving call control logic to userspace processes - but more > improtantly, it is sort-of a standard. Which would potentially mean > binary compatibility with some lunix apps. Ack. Using CAPI one can use (nearly) all ISDN features. Other APIs mostly have some restrictions. But this flexibility also makes some things a little bit complicated (no example here ;-) ). [...] -- Regards, Thomas Wintergerst From owner-freebsd-isdn@FreeBSD.ORG Mon Jun 6 11:01:50 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 0899C16A439 for ; Mon, 6 Jun 2005 11:01:50 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C143343D1F for ; Mon, 6 Jun 2005 11:01:49 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j56B1nYi065599 for ; Mon, 6 Jun 2005 11:01:49 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j56B1mtM065593 for freebsd-isdn@freebsd.org; Mon, 6 Jun 2005 11:01:48 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Jun 2005 11:01:48 GMT Message-Id: <200506061101.j56B1mtM065593@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter 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, 06 Jun 2005 11:01:50 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/01/23] kern/76611 isdn i4b itjc bad enums for PIB cycle time o [2005/03/22] kern/79117 isdn iavc(4) for AVM B1 PCI does not attach 2 problems total. From owner-freebsd-isdn@FreeBSD.ORG Tue Jun 7 18:04:05 2005 Return-Path: X-Original-To: freebsd-isdn@hub.freebsd.org Delivered-To: freebsd-isdn@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 197BF16A41C; Tue, 7 Jun 2005 18:04:05 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B130443D4C; Tue, 7 Jun 2005 18:04:04 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j57I44Ek032720; Tue, 7 Jun 2005 18:04:04 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j57I446I032716; Tue, 7 Jun 2005 18:04:04 GMT (envelope-from arved) Date: Tue, 7 Jun 2005 18:04:04 GMT From: Tilman Linneweh Message-Id: <200506071804.j57I446I032716@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-isdn@FreeBSD.org Cc: Subject: Re: bin/73988: ISDN - first dial attempt fails 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: Tue, 07 Jun 2005 18:04:05 -0000 Synopsis: ISDN - first dial attempt fails Responsible-Changed-From-To: freebsd-bugs->freebsd-isdn Responsible-Changed-By: arved Responsible-Changed-When: Tue Jun 7 18:03:48 GMT 2005 Responsible-Changed-Why: Over to ISDN Mailinglist http://www.freebsd.org/cgi/query-pr.cgi?pr=73988 From owner-freebsd-isdn@FreeBSD.ORG Thu Jun 9 20:40:14 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 EFEF916A41C for ; Thu, 9 Jun 2005 20:40:14 +0000 (GMT) (envelope-from dave@turbocat.de) Received: from mail.turbocat.net (mail.turbocat.net [213.133.116.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75A443D48 for ; Thu, 9 Jun 2005 20:40:14 +0000 (GMT) (envelope-from dave@turbocat.de) Received: by mail.turbocat.net (Postfix, from userid 1002) id 4EE07422EC06; Thu, 9 Jun 2005 22:40:11 +0200 (CEST) Received: from alice.turbocat.de (p54BCCF3C.dip.t-dialin.net [84.188.207.60]) by mail.turbocat.net (Postfix) with ESMTP id 3508C422EC01 for ; Thu, 9 Jun 2005 22:40:10 +0200 (CEST) Received: from testhost (alice [10.1.0.1]) by alice.turbocat.de (Postfix) with ESMTP id 24C011EAE296 for ; Thu, 9 Jun 2005 22:39:59 +0200 (CEST) X-Mailer: TCMail 2.0 http://www.turbocat.de (NetBSD) From: David Wetzel Date: Thu, 09 Jun 2005 22:39:59 +0200 To: freebsd-isdn@freebsd.org X-Originating-IP: [10.1.0.12] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-TCMailFlags: 001 Message-Id: <20050609203959.24C011EAE296@alice.turbocat.de> Subject: first sounds via asterisk 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, 09 Jun 2005 20:40:15 -0000 hi folks, my BSD i4b Telephony Channel driver for Asterisk is still a early alpha but sometimes I can talk to the asterisk PBX. It detects DTMF tones and the echo test is very good IMHO. CPU is about 99% idle during this test. Asterisk CPU usage is max 2% according to top. All this works currently only on dialin. (ISDN Phone -> Fritz ISDN card) I see no reason to use active ISDN cards. My test box is Pentium III 1 GHz. If you want to help me and you have *real* know-how about i4b please email me your skype or telephone number in case I may have a beginner question. Dave BTW: is doing somebody the port of the new ISDN drivers (HFC etc) to NetBSD? -- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49 33056 82834 (______) http://www.turbocat.de/ From owner-freebsd-isdn@FreeBSD.ORG Fri Jun 10 11:30:35 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 7026316A41C for ; Fri, 10 Jun 2005 11:30:35 +0000 (GMT) (envelope-from seth_the_homie@yahoo.com) Received: from web31402.mail.mud.yahoo.com (web31402.mail.mud.yahoo.com [68.142.198.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 1AE4B43D48 for ; Fri, 10 Jun 2005 11:30:35 +0000 (GMT) (envelope-from seth_the_homie@yahoo.com) Received: (qmail 20169 invoked by uid 60001); 10 Jun 2005 11:30:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=UPHVUu0sHFj4CIdJx/GNcbEI5pdxGjTGc73jTijXwhWoEwfNEnLRLkiRC4ybhDH7kBo/iGAtkdj4Ckpli3zyrGNLfqeVTxDPQBokbv7/kVUk2vwTUQvNSF5YYSjmQx9a3inKEysHLNMzpG+a//2D8th/if499Qptlkaeej4Vrb8= ; Message-ID: <20050610113034.20167.qmail@web31402.mail.mud.yahoo.com> Received: from [213.159.240.41] by web31402.mail.mud.yahoo.com via HTTP; Fri, 10 Jun 2005 04:30:34 PDT Date: Fri, 10 Jun 2005 04:30:34 -0700 (PDT) From: Seth Gecko To: freebsd-isdn@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Planet IA-1281P-STD: Old story new headache? 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: Fri, 10 Jun 2005 11:30:35 -0000 Hi guys, I guess its the same old "Planet IA-1281P-STD" question but with new pci id's I've Googled for a quick solution but it appears to be that this card is not supported with iwic driver (not Winbond chipset) and not detected with ihfc driver. Anyone tried to merge the bastards? I would like to learn if there is a right way to make it work and what files to edit, if possible Thank you for your time, Seth Gekko "Planet IA-1281P-STD" none6@pci1:10:0: class=0x028000 card=0xc1011075 chip=0x2bd01397 rev=0x02 hdr=0x00 vendor = 'Cologne Chip Designs GmbH' device = 'HFC-S PCI A ISDN 2BDS0 ISDN HDLC FIFO Controller' class = network FreeBSD 5.3-RELEASE #12 i386 WARNING: debug.mpsafenet forced to 0 as i4b_isppp requires Giant WARNING: MPSAFE network stack disabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Duron(tm) processor (1202.74-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x681 Stepping = 1 Features=0x383fbff AMD Features=0xc0400000 *** pci1: at device 10.0 (no driver attached) *** i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) i4bctl: ISDN system control port attached i4brbch: 4 raw B channel access device(s) attached i4bisppp: 4 ISDN SyncPPP device(s) attached i4btel: 2 ISDN telephony interface device(s) attached i4btrc: 4 ISDN trace device(s) attached i4b: ISDN call control device attached __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-isdn@FreeBSD.ORG Fri Jun 10 15:24:22 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 1F67816A41C for ; Fri, 10 Jun 2005 15:24:22 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A7C143D1F for ; Fri, 10 Jun 2005 15:24:21 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-217-229-210.daxnet.no ([193.217.229.210] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 4.3.2) with ESMTP id 194583182; Fri, 10 Jun 2005 17:24:18 +0200 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Fri, 10 Jun 2005 17:25:09 +0200 User-Agent: KMail/1.7 References: <20050610113034.20167.qmail@web31402.mail.mud.yahoo.com> In-Reply-To: <20050610113034.20167.qmail@web31402.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506101725.10844.hselasky@c2i.net> Cc: Seth Gecko Subject: Re: Planet IA-1281P-STD: Old story new headache? 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: Fri, 10 Jun 2005 15:24:22 -0000 On Friday 10 June 2005 13:30, Seth Gecko wrote: > Hi guys, > > I guess its the same old "Planet IA-1281P-STD" question but with new pci > id's > > I've Googled for a quick solution but it appears to be that this card is > not supported with iwic driver (not Winbond chipset) and not detected with > ihfc driver. Anyone tried to merge the bastards? There is a driver for FreeBSD 5/6 at: http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/ which supports your ISDN card. Read the driver info and follow the instructions. --HPS