From owner-freebsd-isdn@FreeBSD.ORG Wed Oct 18 07:15:06 2006 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 E827916A403 for ; Wed, 18 Oct 2006 07:15:06 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.swip.net [212.247.155.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EFF343D46 for ; Wed, 18 Oct 2006 07:15:05 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.137.148] (HELO [10.0.0.249]) by mailfe09.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 134490260; Wed, 18 Oct 2006 09:15:03 +0200 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Wed, 18 Oct 2006 09:15:23 +0200 User-Agent: KMail/1.7 References: <4534B3E8.10508@braisel.com> <20061017153321.Q33058@fw.reifenberger.com> In-Reply-To: <20061017153321.Q33058@fw.reifenberger.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200610180915.25752.hselasky@c2i.net> Cc: Subject: Re: i4b - Routing from 1 B-channel to the other 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: Wed, 18 Oct 2006 07:15:07 -0000 On Tuesday 17 October 2006 15:35, Michael Reifenberger wrote: > On Tue, 17 Oct 2006, "K.Andr=E9 Braselmann" wrote: > ... > > > What it should do: > > i4b recognizes an incoming call with the supressed numba, it tooks off > > the B1 channel, says something like "please press 1 on your telephone to > > get connected" > > Have you tried isdnphone(8) for dialing? > If you are using the new I4B, then you should write as a small CAPI=20 application, that answers the call, plays back a message and waits for a=20 DTMF. The CAPI version in the new I4B, for passive ISDN cards supports DTMF= =20 detection and ECHO cancellation. You will need both to have success with yo= ur=20 solution. You can look at the source code for capitest and chan_capi, to se= e=20 how CAPI messages are processed and created. =2D-HPS