From owner-freebsd-isdn@FreeBSD.ORG Tue Jun 10 21:25:32 2003 Return-Path: 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 1AF9437B401 for ; Tue, 10 Jun 2003 21:25:32 -0700 (PDT) Received: from nexus.tmp.com.br (nexus.tmp.com.br [200.255.204.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9820443F75 for ; Tue, 10 Jun 2003 21:25:30 -0700 (PDT) (envelope-from prallon@nexus.tmp.com.br) Received: (from prallon@localhost) by nexus.tmp.com.br (8.8.8/8.8.8) id BAA02703 for freebsd-isdn@freebsd.org; Wed, 11 Jun 2003 01:25:28 -0300 Resent-Message-Id: <200306110425.BAA02703@nexus.tmp.com.br> Date: Wed, 11 Jun 2003 01:17:45 -0300 From: Sergio de Souza Prallon To: Joshua Silver Message-ID: <20030611011745.A2302@tmp.com.br> References: <200306111208.21922.jaster@shoalhaven.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200306111208.21922.jaster@shoalhaven.net.au>; from jaster@shoalhaven.net.au on Wed, Jun 11, 2003 at 12:08:21PM +1000 X-URL: http://www.tmp.com.br Resent-From: prallon@tmp.com.br Resent-Date: Wed, 11 Jun 2003 01:25:28 -0300 Resent-To: freebsd-isdn@freebsd.org Subject: Re: 56k DoV X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 04:25:32 -0000 Hi, I wrote the driver for this card, but I never had any experience with DoV (it's not an issue in my country). AFAIK, involves "cheating" the bearer codes (which can be done - there is at least one patch from NetJet Inc for it) AND (in the 56K case) ignore the 7th bit of every byte sent or received does not exists while enconding or decoding the HDLC frames. Unfortunately, this is not handled by the HDLC encoder/decoder package I use. It may be possible to hack it, but I don't know for sure, the code is heavily optimized. I'd sugest you to contact Hans Petter Selasky, the original author of the encoder. Hope this helps. []'s -- Prallon On Wed, Jun 11, 2003 at 12:08:21PM +1000, Joshua Silver wrote: > Hi All, > > I have just setup an ISDN connection using a NetJet-S PCI card. Card detects > fine, and I can make 64k Data calls no prob, but when I try to do a DoV call, > it don't want to play ball .... dooh .... :( > > A little research, and i've found out my ISP uses Ascend MAX 6000's, which > will only accept 56k DoV, not 64k DoV. I've put the NetJet card into a > Windoze machine and had the expected results, it does 64k Data calls, it > fails with 64k DoV, but works fine with 56k DoV, so I know it can work. > > The prob i've got is I can't find the relevant bearer cap codes anywhere for > 56k DoV ... I can find the other two everywhere on the net, 0x8890 for 64k > Data, and 0x9090A3 for 64k DoV, but can't find any info what the 56k DoV > setting should be. > > I was hoping some one out there has the answer to my problem. > > Thanks in advance, > > Josh. > _______________________________________________ > freebsd-isdn@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isdn > To unsubscribe, send any mail to "freebsd-isdn-unsubscribe@freebsd.org"