From owner-freebsd-net@FreeBSD.ORG Fri Sep 14 08:21:44 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 146A51065670 for ; Fri, 14 Sep 2012 08:21:44 +0000 (UTC) (envelope-from longwitz@incore.de) Received: from dss.incore.de (dss.incore.de [195.145.1.138]) by mx1.freebsd.org (Postfix) with ESMTP id BECBC8FC16 for ; Fri, 14 Sep 2012 08:21:43 +0000 (UTC) Received: from inetmail.dmz (inetmail.dmz [10.3.0.3]) by dss.incore.de (Postfix) with ESMTP id B5C4E5C946; Fri, 14 Sep 2012 10:21:42 +0200 (CEST) X-Virus-Scanned: amavisd-new at incore.de Received: from dss.incore.de ([10.3.0.3]) by inetmail.dmz (inetmail.dmz [10.3.0.3]) (amavisd-new, port 10024) with LMTP id WuCa_dOifEkc; Fri, 14 Sep 2012 10:21:42 +0200 (CEST) Received: from mail.incore (fwintern.dmz [10.0.0.253]) by dss.incore.de (Postfix) with ESMTP id 0AAC55C945; Fri, 14 Sep 2012 10:21:42 +0200 (CEST) Received: from bsdlo.incore (bsdlo.incore [192.168.0.84]) by mail.incore (Postfix) with ESMTP id 04A134508A; Fri, 14 Sep 2012 10:21:42 +0200 (CEST) Message-ID: <5052E915.8050408@incore.de> Date: Fri, 14 Sep 2012 10:21:41 +0200 From: Andreas Longwitz User-Agent: Thunderbird 2.0.0.19 (X11/20090113) MIME-Version: 1.0 To: Hans Petter Selasky , freebsd-net@freebsd.org References: <504E1B19.3020901@incore.de> <201209102033.54948.hselasky@c2i.net> <504F4383.2080503@incore.de> <201209111652.17974.hselasky@c2i.net> In-Reply-To: <201209111652.17974.hselasky@c2i.net> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Cc: Subject: Re: ISDN4BSD (HPS version) is going into ports X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 08:21:44 -0000 Hi, >>>> Problem 2: I tried to get more information for problem 1 with the >>>> analyze mode of isdndecode using the custom cable as decribed in >>>> cable.txt. I connected my ISDN phone to an "ISDN Basisanschluß" with my >>>> cable box between them (receiving side unit 8, sending side unit 9), >>>> but after the commands >>>> >>>> cat /dev/ihfc8.X > /dev/null 2>&1 & (X=0,1,2) >>>> cat /dev/ihfc9.X > /dev/null 2>&1 & >>>> isdndecode -a -b -R 8 -T 9 -i -x >>>> > You need to run something like this first: > isdndebug -u 9 -b 0 -p P_HDLC -b 1 P_HDLC -b 2 P_TRANSPARENT > If it doesn't work, I will check later. A bit busy right now. Thanks for this. The D-channel trace works correct with your isdndebug command, but no luck with B-cahnnels. I also tried isdndebug -u 9 -b 0 -p P_HDLC -b 1 -p P_TRANS -b 2 -p P_TRANS and isdndebug -u 9 -b 0 -p P_HDLC -b 1 -p P_TRANS_RING -b 2 -p P_TRANS_RING with the same result: D-channel ok, B-channels give only X'FF'. I am not sure, if I had ever traced B-channel data in analyze mode successful before. -- Andreas Longwitz