From owner-freebsd-isdn Sun Jan 7 0: 8:33 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 3F68E37B400 for ; Sun, 7 Jan 2001 00:08:16 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 9F2EE5D1B; Sun, 7 Jan 2001 09:07:33 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 7E0803A1; Sun, 7 Jan 2001 09:17:07 +0100 (MET) Subject: Re: Help In-Reply-To: <002a01c07812$694d9350$01010a0a@DEDICATIONINET.local> "from Andy Chantrill at Jan 6, 2001 06:56:02 pm" To: Andy Chantrill Date: Sun, 7 Jan 2001 09:17:07 +0100 (MET) Cc: ISDN Mailinglist Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010107081707.7E0803A1@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andy Chantrill: > I changed the card to a different slot (seeing as I can't assign irqs in > BIOS). > > Grepping "irq" out of the bootlog yields the following: > > -- > IOAPIC #0 intpin 2 -> irq 0 > sym0: <875> port 0x7000-0x70ff mem > 0x40100000-0x40100fff,0x40101000-0x401010ff irq 5 at device 4.0 on pci1 > isic0: port 0x6000-0x601f mem 0x40000000-0x4000001f irq > 10 at device 10.0 on pci0 So it seems to have nothing to do with irq 5 (if the problem still persists). Have you read the FAQ ? Please do it! There were numerous of exactly this problem and nearly all this problems were hardware/BIOS problems solved by adjusting the BIOS or swapping hardware. Your kernel, isdnd.rc and ppp configuration files have _nothing_ to do with this problem, currently you are simply not able to access the ISDN card at all until you make the above described symptoms go away. Check the FAQ, the mailing list archives and your BIOS settings! hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 7 11:33: 5 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id CD98137B400 for ; Sun, 7 Jan 2001 11:32:44 -0800 (PST) Received: (qmail 9029 invoked by uid 0); 7 Jan 2001 19:32:42 -0000 Received: from p3e9bc1b6.dip.t-dialin.net (HELO forge.local) (62.155.193.182) by mail.gmx.net (mail04) with SMTP; 7 Jan 2001 19:32:42 -0000 Received: from thomas by forge.local with local (Exim 3.16 #1 (Debian)) id 14FLXb-0000fX-00 for ; Sun, 07 Jan 2001 20:31:43 +0100 Date: Sun, 7 Jan 2001 20:31:43 +0100 To: freebsd-isdn@freebsd.org Subject: [PATCH] fix for i4b ppp in -CURRENT Message-ID: <20010107203143.A2567@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline User-Agent: Mutt/1.2.5i From: Thomas Moestl Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, could someone please review and, if OK, commit this? These patch should fix the SyncPPP breakage I have recently reported on this list. Basically, a commit about 6 weeks ago that introduced interface queue locking (as part of the SMPng effort, AFAIK) got one occurrence of IF_HANDOFF_ADJ wrong: it gave NULL as the interface, resulting in the interface not being restarted (also, the byte counters would not be updated). That caused PPP authentication packets not to be sent. The second part of the patch moves the mutex initialisation from avma1pp_bchannel_setup to avma1pp_attach_avma1pp in the ifpi driver. This prevents the mutexes to be initialized multiple times (because avma1pp_bchannel_setup my be called more than once). It is possible that this is also needed in other drivers. This multiple initialisation has not caused crashes for me, I noticed it only by using the WITNESS option. However, it could lead to problems, and it certainly is not good style. The patch is attached. The other patch was posted already. It corrects a small typo in isdnd that broke the ppp-expect-password option (second attachment). I have used both patches for some time, they seem stable to me, however YMMV. Please let me know if I should file a PR with that patches, or post this somewhere else, too. - thomas --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="isdn-kernel.diff" *** i4b/driver/i4b_ispppsubr.c.orig Sun Jan 7 18:20:54 2001 --- i4b/driver/i4b_ispppsubr.c Sun Jan 7 18:20:07 2001 *************** *** 4012,4018 **** sppp_print_bytes((u_char*) (lh+1), len); log(-1, ">\n"); } ! if (! IF_HANDOFF_ADJ(&sp->pp_cpq, m, NULL, 3)) ++ifp->if_oerrors; } --- 4012,4018 ---- sppp_print_bytes((u_char*) (lh+1), len); log(-1, ">\n"); } ! if (! IF_HANDOFF_ADJ(&sp->pp_cpq, m, ifp, 3)) ++ifp->if_oerrors; } *** i4b/layer1/ifpi/i4b_ifpi_pci.c.orig Sun Jan 7 18:21:57 2001 --- i4b/layer1/ifpi/i4b_ifpi_pci.c Sun Jan 7 17:36:14 2001 *************** *** 495,500 **** --- 495,501 ---- void *ih = 0; bus_space_handle_t bhandle; bus_space_tag_t btag; + l1_bchan_state_t *chan; s = splimp(); *************** *** 647,652 **** --- 648,661 ---- /* init the ISAC */ ifpi_isac_init(sc); + /* Init the channel mutexes */ + chan = &sc->sc_chan[HSCX_CH_A]; + mtx_init(&chan->rx_queue.ifq_mtx, "i4b_avma1pp_rx", MTX_DEF); + mtx_init(&chan->tx_queue.ifq_mtx, "i4b_avma1pp_tx", MTX_DEF); + chan = &sc->sc_chan[HSCX_CH_B]; + mtx_init(&chan->rx_queue.ifq_mtx, "i4b_avma1pp_rx", MTX_DEF); + mtx_init(&chan->tx_queue.ifq_mtx, "i4b_avma1pp_tx", MTX_DEF); + /* init the "HSCX" */ avma1pp_bchannel_setup(sc->sc_unit, HSCX_CH_A, BPROT_NONE, 0); *************** *** 1118,1124 **** /* receiver part */ chan->rx_queue.ifq_maxlen = IFQ_MAXLEN; - mtx_init(&chan->rx_queue.ifq_mtx, "i4b_avma1pp_rx", MTX_DEF); i4b_Bcleanifq(&chan->rx_queue); /* clean rx queue */ --- 1127,1132 ---- *************** *** 1133,1139 **** /* transmitter part */ chan->tx_queue.ifq_maxlen = IFQ_MAXLEN; - mtx_init(&chan->tx_queue.ifq_mtx, "i4b_avma1pp_tx", MTX_DEF); i4b_Bcleanifq(&chan->tx_queue); /* clean tx queue */ --- 1141,1146 ---- --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="isdnd.diff" *** src/usr.sbin/i4b/isdnd/rc_scan.l~ Mon Oct 9 16:22:39 2000 --- src/usr.sbin/i4b/isdnd/rc_scan.l Thu Jan 4 00:29:44 2001 *************** *** 149,155 **** ppp-auth-paranoid { return PPP_AUTH_PARANOID; } ppp-expect-auth { return PPP_EXPECT_AUTH; } ppp-expect-name { return PPP_EXPECT_NAME; } ! ppp-expect-password { return PPP_EXPECT_NAME; } ppp-send-auth { return PPP_SEND_AUTH; } ppp-send-name { return PPP_SEND_NAME; } ppp-send-password { return PPP_SEND_PASSWORD; } --- 149,155 ---- ppp-auth-paranoid { return PPP_AUTH_PARANOID; } ppp-expect-auth { return PPP_EXPECT_AUTH; } ppp-expect-name { return PPP_EXPECT_NAME; } ! ppp-expect-password { return PPP_EXPECT_PASSWORD; } ppp-send-auth { return PPP_SEND_AUTH; } ppp-send-name { return PPP_SEND_NAME; } ppp-send-password { return PPP_SEND_PASSWORD; } --IJpNTDwzlM2Ie8A6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 8 1:25: 6 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from proxy.class.de (proxy.class.de [62.180.31.150]) by hub.freebsd.org (Postfix) with ESMTP id 2065237B400 for ; Mon, 8 Jan 2001 01:24:49 -0800 (PST) Received: from viruswall.class.de (viruswall.class.de [62.180.31.153]) by proxy.class.de (8.9.3/8.9.3) with SMTP id KAA09016 for ; Mon, 8 Jan 2001 10:17:00 +0100 (MET) Received: (qmail 11240 invoked by uid 0); 8 Jan 2001 09:24:01 -0000 Received: from localhost (HELO rauch.class.de) (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Jan 2001 09:24:01 -0000 Received: from kirk.class.de (kirk [204.231.63.20]) by rauch.class.de (8.9.3/8.9.1) with ESMTP id KAA20075 for ; Mon, 8 Jan 2001 10:24:41 +0100 (MET) Received: from localhost (anderl@localhost) by kirk.class.de (8.9.3+Sun/8.9.1) with ESMTP id KAA28792 for ; Mon, 8 Jan 2001 10:23:37 +0100 (MET) X-Authentication-Warning: kirk.class.de: anderl owned process doing -bs Date: Mon, 8 Jan 2001 10:23:37 +0100 (MET) From: Andreas Gaertner X-Sender: anderl@kirk To: freebsd-isdn@freebsd.org Subject: sound event on line up? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, does anyone have a clue how i could best assign a sound the event of isdnd having brought up the line? considering userland-ppp you have a file ppp-linkup where you can define actions taken after ppp is working. the version of isdnd is 0.83 used under fbsd 3.4 with great pleasure. tanks in advance, regards, anderl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 8 8:17:24 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mail12.svr.pol.co.uk (mail12.svr.pol.co.uk [195.92.193.215]) by hub.freebsd.org (Postfix) with ESMTP id C26D637B400 for ; Mon, 8 Jan 2001 08:17:06 -0800 (PST) Received: from modem-164.colorado.dialup.pol.co.uk ([62.137.57.164] helo=DEDICATION1) by mail12.svr.pol.co.uk with smtp (Exim 3.13 #0) id 14Feyn-0005rg-00 for freebsd-isdn@freebsd.org; Mon, 08 Jan 2001 16:17:05 +0000 Message-ID: <005e01c0798e$6ef15300$01010a0a@DEDICATIONINET.local> From: "Andy Chantrill" To: Subject: Wierd Date: Mon, 8 Jan 2001 16:16:49 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Okay I took my AVM Fritz!Card out of the machine it was working in before I moved it into a different machine (that I never got it working in). Now ... surprise surprise, it doesn't want to work ... and the very same problem is occuring: 08.01.2001 16:10:35 DMN i4b isdn daemon started (pid = 306) 08.01.2001 16:11:20 DBG setup_dialout: entry rbch0 ok! 08.01.2001 16:11:20 DBG find_by_device_for_dialoutnumber: found entry 0! 08.01.2001 16:11:20 CHD 00002 rbch0 rate 60 sec/unit (no ratefile) 08.01.2001 16:11:20 CHD 00002 rbch0 dialing out from 855078 to 16164208452402620 08.01.2001 16:12:14 DBG find_by_device_for_dialoutnumber: entry 0, cdid in use These logs are taken from isdnd output in fullscreen mode ... the last line is when I attempted to dial again (for some reason the first wasn't acknowledged as failed). Here's ppp.log output: Jan 8 16:12:14 dedication ppp[313]: Phase: bundle: Establish Jan 8 16:12:14 dedication ppp[313]: Phase: deflink: closed -> opening Jan 8 16:12:14 dedication ppp[313]: Phase: deflink: Connected! Jan 8 16:12:14 dedication ppp[313]: Phase: deflink: opening -> dial Jan 8 16:12:14 dedication ppp[313]: Phase: deflink: dial -> carrier Jan 8 16:12:20 dedication ppp[313]: Phase: deflink: /dev/i4brbch0: No carrier (increase ``set cd'' from 6 ?) Jan 8 16:12:20 dedication ppp[313]: Phase: deflink: Disconnected! Jan 8 16:12:20 dedication ppp[313]: Phase: deflink: carrier -> hangup Jan 8 16:12:20 dedication ppp[313]: Phase: deflink: Connect time: 6 secs: 0 octets in, 0 octets out Jan 8 16:12:20 dedication ppp[313]: Phase: deflink: : 0 packets in, 0 packets out Jan 8 16:12:20 dedication ppp[313]: Phase: total 0 bytes/sec, peak 0 bytes/sec on Mon Jan 8 16:12:20 2001 Jan 8 16:12:20 dedication ppp[313]: Phase: deflink: hangup -> closed Jan 8 16:12:20 dedication ppp[313]: Phase: bundle: Dead Any ideas? The only thing I can think of right now is that the card is dead ... Thanks, Andy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 8 9:20:29 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from ovbis10.ovb.ch (ovbis10.ovb.ch [195.65.24.140]) by hub.freebsd.org (Postfix) with ESMTP id 548F537B698 for ; Mon, 8 Jan 2001 09:19:56 -0800 (PST) Received: from ovb02.ovb.ch ([194.191.121.250]) by ovbis10.ovb.ch with smtp (Exim 3.13 #1) id 14FfxZ-00074x-00 for freebsd-isdn@freebsd.org; Mon, 08 Jan 2001 18:19:53 +0100 From: Oliver von Bueren To: freebsd-isdn@freebsd.org Subject: FSM illegal state, state = ST_U10 Date: Mon, 08 Jan 2001 18:20:33 +0100 Message-ID: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Hellmuth Michaelis and all the others with some (deeper) ISDN knowhow. To start with it, I've the following error message: i4b-L3 next_l3state: FSM illegal state, state = ST_U10 - Active, event = EV_ILL - Illegal event!!! The setup: I'm running a FreeBSD 4.2 with a Teles S0 installed, i4b 00.96.0. This box is connected to a Teles PBX (v2.72), internal S-Bus is DSS1 only, i4b is the only active device on that S-Bus. i4b is number 848 (internal) Phone is number 811 (internal too) Callsetup 811 -> 848 Everything works fine, except the above message. It appears at that moment I'll put the call on hold. Following is a isdntrace and the log message inserted at the time it occurs. I suspect that this state, i4b is put onhold, is not implemented because it does (normaly) not take place in the public phone network, though it can also be reproduced on the Swiss ISDN connection. Is there an easy way of "fixing" this, or at least getting rid of the log entry in messages/syslog without turning off all the other possible entries that might be produced in a real problem situation? I've studied a few files, esp. isdnd/fsm.c, but can't quite see the connection to the layer below jet. Anyway, any help is welcome! Oliver von Bueren ovb@ovb.ch >> Call Setup, 811 -> 848 (only last digit, 8, is signaled on the S-Bus i4b is running on) -- NT->TE - unit:0 - frame:000019 - time:08.01 17:40:01.594330 - length:29 ----- Dump:000 02 ff 03 ... Q921: SAP=0 (Call Control), C, TEI=127, U-Frame: UI PF 0 Dump:003 08 01 31 05 04 03 80 90 a3 18 01 89 6c 04 81 38 ..1.........l..8 Dump:019 31 31 70 02 81 38 7d 02 91 81 11p..8}... Q931: pd=Q.931/I.451, cr=0x31 (from origination), message=SETUP: [bearer capability: cap=speech std=CCITT rate=64 kbit/s mode=circuit layer1=G.711 A-law] [channel id: channel=B-1 (exclusive)] [calling party number: 811 (type=unknown, plan=ISDN)] [called party number: 8 (type=unknown, plan=ISDN)] [high layer compatibility: standard=CCITT, characteristics=Telephony] -- TE->NT - unit:0 - frame:000020 - time:08.01 17:40:01.604338 - length:8 ------ Dump:000 00 8b 9a d0 .... Q921: SAP=0 (Call Control), C, TEI=69, I-Frame: N(S) 77 N(R) 104 P 0 Dump:004 08 01 b1 01 .... Q931: pd=Q.931/I.451, cr=0x31 (from destination), message=ALERTING: -- NT->TE - unit:0 - frame:000021 - time:08.01 17:40:01.614338 - length:4 ------ Dump:000 00 8b 01 9c .... Q921: SAP=0 (Call Control), R, TEI=69, S-Frame: RR N(R) 78 PF 0 >> i4b answers -> connect -- TE->NT - unit:0 - frame:000022 - time:08.01 17:40:07.664403 - length:8 ------ Dump:000 00 8b 9c d0 .... Q921: SAP=0 (Call Control), C, TEI=69, I-Frame: N(S) 78 N(R) 104 P 0 Dump:004 08 01 b1 07 .... Q931: pd=Q.931/I.451, cr=0x31 (from destination), message=CONNECT: -- NT->TE - unit:0 - frame:000023 - time:08.01 17:40:07.674409 - length:4 ------ Dump:000 00 8b 01 9e .... Q921: SAP=0 (Call Control), R, TEI=69, S-Frame: RR N(R) 79 PF 0 -- NT->TE - unit:0 - frame:000024 - time:08.01 17:40:07.674409 - length:8 ------ Dump:000 02 8b d0 9e .... Q921: SAP=0 (Call Control), C, TEI=69, I-Frame: N(S) 104 N(R) 79 P 0 Dump:004 08 01 31 0f ..1. Q931: pd=Q.931/I.451, cr=0x31 (from origination), message=CONNECT ACKNOWLEDGE: -- TE->NT - unit:0 - frame:000025 - time:08.01 17:40:07.684408 - length:4 ------ Dump:000 02 8b 01 d2 .... Q921: SAP=0 (Call Control), R, TEI=69, S-Frame: RR N(R) 105 PF 0 >> Phone 811 puts call on hold Jan 8 17:40:13 ovb05 /kernel: i4b-L3 next_l3state: FSM illegal state, state = ST_U10 - Active, event = EV_ILL - Illegal event!!! -- NT->TE - unit:0 - frame:000026 - time:08.01 17:40:13.604473 - length:11 ----- Dump:000 02 8b d2 9e .... Q921: SAP=0 (Call Control), C, TEI=69, I-Frame: N(S) 105 N(R) 79 P 0 Dump:004 08 01 31 6e 27 01 80 ..1n'.. Q931: pd=Q.931/I.451, cr=0x31 (from origination), message=NOTIFY: [notification indicator: 0x80, user suspended] -- TE->NT - unit:0 - frame:000027 - time:08.01 17:40:13.604473 - length:4 ------ Dump:000 02 8b 01 d4 .... Q921: SAP=0 (Call Control), R, TEI=69, S-Frame: RR N(R) 106 PF 0 >> Phone resumes call -- NT->TE - unit:0 - frame:000028 - time:08.01 17:40:15.784499 - length:11 ----- Dump:000 02 8b d4 9e .... Q921: SAP=0 (Call Control), C, TEI=69, I-Frame: N(S) 106 N(R) 79 P 0 Dump:004 08 01 31 6e 27 01 81 ..1n'.. Q931: pd=Q.931/I.451, cr=0x31 (from origination), message=NOTIFY: [notification indicator: 0x81, user resumed] -- TE->NT - unit:0 - frame:000029 - time:08.01 17:40:15.784499 - length:4 ------ Dump:000 02 8b 01 d6 .... Q921: SAP=0 (Call Control), R, TEI=69, S-Frame: RR N(R) 107 PF 0 >> i4b initiates hangup -> disconnect -- TE->NT - unit:0 - frame:000030 - time:08.01 17:40:21.424566 - length:12 ----- Dump:000 00 8b 9e d6 .... Q921: SAP=0 (Call Control), C, TEI=69, I-Frame: N(S) 79 N(R) 107 P 0 Dump:004 08 01 b1 45 08 02 80 90 ...E.... Q931: pd=Q.931/I.451, cr=0x31 (from destination), message=DISCONNECT: [cause: 16: Normal call clearing (Q.850) (location=user, std=CCITT)] -- NT->TE - unit:0 - frame:000031 - time:08.01 17:40:21.434570 - length:4 ------ Dump:000 00 8b 01 a0 .... Q921: SAP=0 (Call Control), R, TEI=69, S-Frame: RR N(R) 80 PF 0 -- NT->TE - unit:0 - frame:000032 - time:08.01 17:40:21.434570 - length:8 ------ Dump:000 02 8b d6 a0 .... Q921: SAP=0 (Call Control), C, TEI=69, I-Frame: N(S) 107 N(R) 80 P 0 Dump:004 08 01 31 4d ..1M Q931: pd=Q.931/I.451, cr=0x31 (from origination), message=RELEASE: -- TE->NT - unit:0 - frame:000033 - time:08.01 17:40:21.434570 - length:8 ------ Dump:000 00 8b a0 d8 .... Q921: SAP=0 (Call Control), C, TEI=69, I-Frame: N(S) 80 N(R) 108 P 0 Dump:004 08 01 b1 5a ...Z Q931: pd=Q.931/I.451, cr=0x31 (from destination), message=RELEASE COMPLETE: -- NT->TE - unit:0 - frame:000034 - time:08.01 17:40:21.454577 - length:4 ------ Dump:000 00 8b 01 a2 .... Q921: SAP=0 (Call Control), R, TEI=69, S-Frame: RR N(R) 81 PF 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 8 22: 1:27 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 6E94837B400 for ; Mon, 8 Jan 2001 22:01:09 -0800 (PST) Received: (qmail 13059 invoked by uid 0); 9 Jan 2001 06:01:07 -0000 Received: from p3ee21615.dip.t-dialin.net (HELO speedy.gsinet) (62.226.22.21) by mail.gmx.net (mail05) with SMTP; 9 Jan 2001 06:01:07 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id XAA26503 for freebsd-isdn@freebsd.org; Mon, 8 Jan 2001 23:00:56 +0100 Date: Mon, 8 Jan 2001 23:00:56 +0100 From: Gerhard Sittig To: freebsd-isdn@freebsd.org Subject: Re: sound event on line up? Message-ID: <20010108230055.I253@speedy.gsinet> Mail-Followup-To: freebsd-isdn@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from anderl@class.de on Mon, Jan 08, 2001 at 10:23:37AM +0100 Organization: System Defenestrators Inc. Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 08, 2001 at 10:23 +0100, Andreas Gaertner wrote: > > does anyone have a clue how i could best assign a sound the > event of isdnd having brought up the line? > considering userland-ppp you have a file ppp-linkup where you > can define actions taken after ppp is working. > the version of isdnd is 0.83 used under fbsd 3.4 with great > pleasure. Reading the above I don't know whether you do have ppp(8) running or not. :) In case you do, you could read "man -k speaker" and have some !bg /bin/sh -c "echo '...' > /dev/speaker" in your ppp.link{up,down} file, unless you have a noise board builtin and use some play(1) style command (see "cd /usr/ports; make search key=play" for what FreeBSD offers to you:) or have some rplay server in your LAN. You might as well read "man isdnd isdnd.rc" and play with the "regprog", "connectprog", and "disconnectprog" keywords. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 8 23:32:54 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from proxy.class.de (proxy.class.de [62.180.31.150]) by hub.freebsd.org (Postfix) with ESMTP id C7A4E37B401 for ; Mon, 8 Jan 2001 23:32:36 -0800 (PST) Received: from viruswall.class.de (viruswall.class.de [62.180.31.153]) by proxy.class.de (8.9.3/8.9.3) with SMTP id IAA03705 for ; Tue, 9 Jan 2001 08:24:47 +0100 (MET) Received: (qmail 26465 invoked by uid 0); 9 Jan 2001 07:31:47 -0000 Received: from localhost (HELO rauch.class.de) (sendmail-bs@127.0.0.1) by localhost with SMTP; 9 Jan 2001 07:31:47 -0000 Received: from kirk.class.de (kirk [204.231.63.20]) by rauch.class.de (8.9.3/8.9.1) with ESMTP id IAA04609; Tue, 9 Jan 2001 08:32:27 +0100 (MET) Received: from localhost (anderl@localhost) by kirk.class.de (8.9.3+Sun/8.9.1) with ESMTP id IAA02939; Tue, 9 Jan 2001 08:31:22 +0100 (MET) X-Authentication-Warning: kirk.class.de: anderl owned process doing -bs Date: Tue, 9 Jan 2001 08:31:22 +0100 (MET) From: Andreas Gaertner X-Sender: anderl@kirk To: Gerhard Sittig Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: sound event on line up? In-Reply-To: <20010108230055.I253@speedy.gsinet> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 8 Jan 2001, Gerhard Sittig wrote: > some rplay server in your LAN. You might as well read "man isdnd > isdnd.rc" and play with the "regprog", "connectprog", and > "disconnectprog" keywords. i will favour the latter which is exactly what i was looking for! thanks lot for your highly appreciated help, best regards, anderl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 9 4: 7:53 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from gas.dstg.sk (gas.dstg.sk [193.220.54.1]) by hub.freebsd.org (Postfix) with SMTP id E06D037B400 for ; Tue, 9 Jan 2001 04:07:33 -0800 (PST) Received: by gas.dstg.sk; (5.65v4.0/1.3/10May95) id AA18389; Tue, 9 Jan 2001 13:07:34 +0100 Received: from somewhere by smtpxd Message-Id: <3A5AFE3B.2D47FD59@dstg.sk> Date: Tue, 09 Jan 2001 13:04:11 +0100 From: Peter Billik Reply-To: billik@dstg.sk X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en,sk,ru,cs Mime-Version: 1.0 To: "freebsd-isdn@freebsd.org" Subject: ORIGO 128PCI Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyboby have any experience with installation of ORIGO 128PCI ISDN adapter? (http://www.origo2000.com/product/isdn-128pci-wn.htm) Thanks for your replies. peter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 9 5: 8:20 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id F1DF537B402 for ; Tue, 9 Jan 2001 05:08:03 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id B42275D3E; Tue, 9 Jan 2001 14:07:18 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 43101524; Tue, 9 Jan 2001 14:16:59 +0100 (MET) Subject: Re: ORIGO 128PCI In-Reply-To: <3A5AFE3B.2D47FD59@dstg.sk> "from Peter Billik at Jan 9, 2001 01:04:11 pm" To: billik@dstg.sk Date: Tue, 9 Jan 2001 14:16:59 +0100 (MET) Cc: "freebsd-isdn@freebsd.org" Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010109131659.43101524@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Peter Billik: > Does anyboby have any experience with installation of ORIGO 128PCI ISDN > adapter? (http://www.origo2000.com/product/isdn-128pci-wn.htm) This card seems to have the Winbond ISDN PCI chip for which there is support in i4b 0.96 (see http://www.freebsd-support.de/i4b/). It might be that it is not detected by the driver in case it has a custom PCI device id, but that should not be a big problem to fix. hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 9 8:20:14 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id CBD6737B699 for ; Tue, 9 Jan 2001 08:19:45 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id DA1B55D3E; Tue, 9 Jan 2001 17:19:00 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id CD5E5524; Tue, 9 Jan 2001 17:28:41 +0100 (MET) Subject: Re: FSM illegal state, state = ST_U10 In-Reply-To: "from Oliver von Bueren at Jan 8, 2001 06:20:33 pm" To: Oliver von Bueren Date: Tue, 9 Jan 2001 17:28:41 +0100 (MET) Cc: freebsd-isdn@freebsd.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010109162841.CD5E5524@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Oliver von Bueren: > To start with it, I've the following error message: > i4b-L3 next_l3state: FSM illegal state, state = ST_U10 - Active, event > = EV_ILL - Illegal event!!! [...] > I suspect that this state, i4b is put onhold, is not implemented > because it does (normaly) not take place in the public phone network, > though it can also be reproduced on the Swiss ISDN connection. Is > there an easy way of "fixing" this, or at least getting rid of the log > entry in messages/syslog without turning off all the other possible > entries that might be produced in a real problem situation? I've > studied a few files, esp. isdnd/fsm.c, but can't quite see the > connection to the layer below jet. You are quite right, this is not implemented. Obviously, when the phone put on hold, a NOTIFY message is sent. This message is not handled in the kernel and triggers an illegal event to the D-channel layer 3 state machine. Nothing more is going on than just to send the message you are seeing. The solution would be to either extend the D-channel layer 3 state machine with support for a NOTIFY message or - even better since there are a couple of more messages which can safely be ignored - to introduce an "ignore" event for which no action is taken. This all takes place in the kernel, you may want to have a look at dir /usr/src/sys/i4b/layer3, especially file i4b_q931.c. hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 9 17:26:36 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id C4EF737B401 for ; Tue, 9 Jan 2001 17:26:18 -0800 (PST) Received: from isc (p3E9ED481.dip.t-dialin.net [62.158.212.129]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id CAA15873 for ; Wed, 10 Jan 2001 02:26:17 +0100 (MET) Message-ID: <200101100227050150.00540F5A@post.strato.de> X-Mailer: Calypso Version 3.10.00.08 (3) Date: Wed, 10 Jan 2001 02:27:05 +0100 From: "Tim Leinmueller" To: freebsd-isdn@FreeBSD.ORG Subject: i4b and ipnat/ipfilter Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-9" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I have problems getting i4b-00.96.00-beta with ipnat/ipfilter to work. The= same ipnat/ipfilter configuration works with standard modem pppd. I4b works perfectly for local applications on the dialup machine. My problem: using www and active ftp over ipnat doesn't work at all. Most other services work (telnet, ping, pop3, passive ftp,...). E.g. telnet= 80 doesn't even connect. My ipnat mappings are: /sbin/ipnat -f - < $LOCALIP/32 proxy port ftp ftp/tcp map $DEVICE 10.0.0.0/8 -> $LOCALIP/32 portmap tcp/udp 10000:60000 map $DEVICE 10.0.0.0/8 -> $LOCALIP/32 EOF ($DEVICE and $LOCALIP are correctly set) ipfilter and firewalls are disabled. As mentioned above all services work over nat using exactly the same= configuration dialing in via modem with pppd. greetings To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 9 18:55:10 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from cmailg3.svr.pol.co.uk (cmailg3.svr.pol.co.uk [195.92.195.173]) by hub.freebsd.org (Postfix) with ESMTP id 0491837B402 for ; Tue, 9 Jan 2001 18:54:53 -0800 (PST) Received: from modem-249.connecticut.dialup.pol.co.uk ([62.137.58.249] helo=DEDICATION1) by cmailg3.svr.pol.co.uk with smtp (Exim 3.13 #0) id 14GBPX-0000BQ-00 for freebsd-isdn@freebsd.org; Wed, 10 Jan 2001 02:54:51 +0000 Message-ID: <007301c07ab0$b230cfb0$01010a0a@DEDICATIONINET.local> From: "Andy Chantrill" To: Subject: Date: Wed, 10 Jan 2001 02:54:47 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org auth 7e4f524a unsubscribe freebsd-isdn andy@chantrill.freeserve.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 11 0:36:35 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from gas.dstg.sk (gas.dstg.sk [193.220.54.1]) by hub.freebsd.org (Postfix) with SMTP id BB94337B401 for ; Thu, 11 Jan 2001 00:36:14 -0800 (PST) Received: by gas.dstg.sk; (5.65v4.0/1.3/10May95) id AA31740; Thu, 11 Jan 2001 09:36:11 +0100 Received: from somewhere by smtpxd Message-Id: <3A5D6FA5.E0339AB5@dstg.sk> Date: Thu, 11 Jan 2001 09:32:37 +0100 From: "P.B." Reply-To: billik@ottawa.com X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en,sk,ru,cs Mime-Version: 1.0 To: "freebsd-isdn@freebsd.org" Subject: USB & ISDN Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear friends, Does FreeBSD support USB port attached to ISDN modem? Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 11 1:47:23 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id C4E1437B401 for ; Thu, 11 Jan 2001 01:47:06 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 6711A5D06; Thu, 11 Jan 2001 10:46:17 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id AD773522; Thu, 11 Jan 2001 10:56:03 +0100 (MET) Subject: Re: USB & ISDN In-Reply-To: <3A5D6FA5.E0339AB5@dstg.sk> "from P.B. at Jan 11, 2001 09:32:37 am" To: billik@ottawa.com Date: Thu, 11 Jan 2001 10:56:03 +0100 (MET) Cc: "freebsd-isdn@freebsd.org" Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010111095603.AD773522@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of P.B.: > Does FreeBSD support USB port attached to ISDN modem? In case the "ISDN modem" behaves like a "real", "normal" modem understanding the AT commandset, yes, there is some support for that type of devices in FreeBSD: have a look at http://www.etla.net/~n_hibma/usb/ for the currently supported devices. In case the "ISDN modem" is not of the above described category it is not supported by FreeBSD. I've recently tried to get docs for a couple of popular (cheap) ISDN/USB devices but failed completely. hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 11 2:50:22 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from uucp.nl.uu.net (uucp.nl.uu.net [193.79.237.146]) by hub.freebsd.org (Postfix) with ESMTP id E7CD437B404 for ; Thu, 11 Jan 2001 02:50:04 -0800 (PST) Received: from jaknl by athos.nl.uu.net with UUCP id ; Thu, 11 Jan 2001 11:49:41 +0100 Received: from jak.nl ([192.168.0.111]) by jak.nl (8.8.8/8.8.8) with ESMTP id LAA09919 for ; Thu, 11 Jan 2001 11:47:07 +0100 (CET) (envelope-from arjan@jak.nl) Message-ID: <3A5D8CAF.99CF0810@jak.nl> Date: Thu, 11 Jan 2001 11:36:31 +0100 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.75 [en]C-CCK-MCD NSCPCD47 (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org Subject: Dynalink IS128PH PCI board Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have a Dynalink IS128PH PCI isdn board which I want to use with FreeBSD 4.1 release but the LINT conf file says its not supported anymore. Is this right? The board has a winbond chip (W6692CF). When it is NOT supported in 4.1 release is it in a newer FreeBSD version supported? If not how much effort does it take to get it back supported? Thanks, Arjan Knepper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 11 5: 9: 8 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 8197037B402 for ; Thu, 11 Jan 2001 05:08:50 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 7E7725D06; Thu, 11 Jan 2001 14:08:03 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 2FE2B524; Thu, 11 Jan 2001 14:17:50 +0100 (MET) Subject: Re: Dynalink IS128PH PCI board In-Reply-To: <3A5D8CAF.99CF0810@jak.nl> "from Arjan Knepper at Jan 11, 2001 11:36:31 am" To: Arjan Knepper Date: Thu, 11 Jan 2001 14:17:50 +0100 (MET) Cc: freebsd-isdn@freebsd.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010111131750.2FE2B524@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Arjan Knepper: > I have a Dynalink IS128PH PCI isdn board which I want to use with > FreeBSD 4.1 release but the LINT conf file says its not supported > anymore. > > Is this right? The board has a winbond chip (W6692CF). When it is NOT > supported in 4.1 release is it in a newer FreeBSD version supported? This board is not supported by the i4b version in 4.1 but is supported by FreeBSD-current and i4b version 0.96 which can be downloaded from http://www.freebsd-support.de/i4b/ . I4b 0.96 can be overinstalled and used on a FreeBSD 4.1 OS. > If not how much effort does it take to get it back supported? I will not MFC i4b to -stable. hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 12 6:26:35 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from smtp.alcove.fr (smtp.alcove.fr [212.155.209.139]) by hub.freebsd.org (Postfix) with ESMTP id 1A3D937B400 for ; Fri, 12 Jan 2001 06:26:12 -0800 (PST) Received: from wiliam.alcove-int ([10.16.110.19]) by smtp.alcove.fr with esmtp (Exim 3.12 #1 (Debian)) id 14H59c-0007Hq-00 for ; Fri, 12 Jan 2001 15:26:08 +0100 Received: from nsouch by wiliam.alcove-int with local (Exim 3.12 #1 (Debian)) id 14H59a-0000wD-00 for ; Fri, 12 Jan 2001 15:26:06 +0100 Date: Fri, 12 Jan 2001 15:26:06 +0100 From: Nicolas Souchu To: freebsd-isdn@freebsd.org Subject: i4b vs isdn4linux Message-ID: <20010112152605.A3577@wiliam.alcove-int> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i Organization: =?iso-8859-1?Q?Alc=F4ve=2C_http:=2F=2Fwww=2Ealcove=2Efr?= Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, My company has to advice a customer about ISDN. The first choice is Linux or *BSD. Since most of this depends on the ISDN support, I have to argue my personal feeling... FreeBSD of course! The customer is a communication provider willing to port a proprietary driver from a commercial OS to Linux or FreeBSD. How would you promote i4b against isdn4linux? Design, maintenance, scalability (when using many interfaces), performance, and so ... Thanks in advance, Nicholas PS: I'm not subscribed to the list, Thanks. -- Nicolas.Souchu@alcove.fr Alcôve - Open Source Software Engineer - http://www.alcove.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 12 7:17:48 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 8E05C37B401 for ; Fri, 12 Jan 2001 07:17:30 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id B975F5D06; Fri, 12 Jan 2001 16:16:42 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id B2AB151F; Fri, 12 Jan 2001 16:26:32 +0100 (MET) Subject: Re: i4b vs isdn4linux In-Reply-To: <20010112152605.A3577@wiliam.alcove-int> "from Nicolas Souchu at Jan 12, 2001 03:26:06 pm" To: Nicolas Souchu Date: Fri, 12 Jan 2001 16:26:32 +0100 (MET) Cc: freebsd-isdn@freebsd.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010112152632.B2AB151F@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Nicolas Souchu: > My company has to advice a customer about ISDN. The first choice is > Linux or *BSD. Since most of this depends on the ISDN support, I have > to argue my personal feeling... FreeBSD of course! > > The customer is a communication provider willing to port a proprietary > driver from a commercial OS to Linux or FreeBSD. > > How would you promote i4b against isdn4linux? isdn4linux has support for much more hardware and much more B-channel protocols than isdn4bsd. It has also much more bells and whistles in other areas together with nice colorful X11 user interfaces. I have never used isdn4linux and i probably will not in the forseeable future. To advise your customer in the best possible way, i'd suggest to find out what he wants to do and then find out which system (userland, kernel, design model, isdnsubsystem) fits his needs in an optimal way. I can't say isdn4bsd is better than isdn4linux but i clearly prefer i4b over i4l :-) hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 12 14: 4:22 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from ovbis10.ovb.ch (ovbis10.ovb.ch [195.65.24.140]) by hub.freebsd.org (Postfix) with ESMTP id 6022237B400 for ; Fri, 12 Jan 2001 14:04:03 -0800 (PST) Received: from ovb02.ovb.ch ([194.191.121.250]) by ovbis10.ovb.ch with smtp (Exim 3.13 #1) id 14HCIi-0004d5-00 for freebsd-isdn@freebsd.org; Fri, 12 Jan 2001 23:04:01 +0100 From: Oliver von Bueren To: freebsd-isdn@freebsd.org Subject: i4b as tel server Date: Fri, 12 Jan 2001 23:04:39 +0100 Message-ID: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="--=_nrvu5to43n7geasji9qtf79blo4ekvv2cf.MFSBCHJLHS" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----=_nrvu5to43n7geasji9qtf79blo4ekvv2cf.MFSBCHJLHS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello all together. I'm using i4b for a telephony application (call it voice server), which basicaly just answers the phone and plays back some messages, in a further stage also with recording. But that does not matter. The system setup is FBSD 4.2, i4b 0.96.00. Hardware: 2 (two) Teles S0.8. This gives me 4 channels. Connected this box to a PBX which is connected to the public ISDN network. Each of the Teles cards has it's own internal S-Bus. Channels to the outside are also no problem. Now I have some basic design questions or comments, perhaps Hellmuth or anyone else can give me some hints in which direction he thinks it should go. My voice server has different services running on them. One MSN equals to one service. Every channel should be able to answer to any of the services (and do what the service should do of course, depending on the given answerprog). With the current way isdnd is mapping incomming calls to entries this is quite complicated when it comes to creating the configuration. Some of the options are no problem (name, usrdevicename, local-phone-incoming, remote-phone-incoming, dialin-reaction, b1protocol, alert, answerprog) but there are the problematic ones: isdncontroller, isdnchannel, usrdeviceunit, especialy the usrdeviceunit one. As this one is a mandatory one, as I understood it from the manual, I have to create one entry section per isdn channel to serve, to make sure every channel gets it's own /dev/i4btelXX device. In my current configuration this means, to provide 3 different services I need 12 entry sections and also 12 i4btel devices. Not very nice to maintain. Now my suggestion is to have an option for usrdeviceunit = -1 which means that on an incomming call the function find_matching_entry_incoming takes the firsts free device it finds. I think this could also get handy on data calls if you want to provide more than one channel for dialin. This would make it possible to use generic values for these three config keys (isdncontroller=-1, isdnchannel=-1, usrdeviceunit=-1). What do you think? Any suggestions are welcome! BTW: While implementing the current setup I had to enhance the mentioned function in support.c to also check if the controller, on which the call gets in, matches the one given in the entry section, or -1 for any controller. The diff is appended to the message. Cheers, Oliver ----=_nrvu5to43n7geasji9qtf79blo4ekvv2cf.MFSBCHJLHS Content-Type: text/plain; charset=us-ascii; name=support_controller_diff Content-Transfer-Encoding: 7bit Content-Description: Check controller on incoming calls Content-Disposition: attachment; filename=support_controller_diff *** support.c.org Fri Jan 12 22:17:40 2001 --- support.c Fri Jan 12 22:30:56 2001 *************** *** 444,449 **** --- 444,459 ---- return(NULL); } + /* check controller he wants */ + + /* check for any or specific controller */ + if( (mp->controller != -1) && (mp->controller != cep->isdncontroller) ) + { + log(LL_CHD, "%05d %s incoming call, mychannel %d != incoming %d", + mp->header.cdid, cep->name, cep->isdncontroller, mp->controller); + continue; + } + /* check channel he wants */ switch(mp->channel) ----=_nrvu5to43n7geasji9qtf79blo4ekvv2cf.MFSBCHJLHS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 13 3:53:34 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from leka.almamedia.fi (leka.yhteys.mtv3.fi [62.236.224.129]) by hub.freebsd.org (Postfix) with SMTP id EB87C37B400 for ; Sat, 13 Jan 2001 03:53:16 -0800 (PST) Received: (qmail 29898 invoked from network); 13 Jan 2001 11:53:10 -0000 Received: from dyn-f-197.yhteys.mtv3.fi (HELO snafu.intra.net) (62.236.230.197) by leka.yhteys.mtv3.fi with SMTP; 13 Jan 2001 11:53:10 -0000 Received: from cubical.fi (junkyard.intra.net [192.168.2.2]) by snafu.intra.net (8.11.1/8.9.3) with ESMTP id f0DBr8p00335; Sat, 13 Jan 2001 13:53:08 +0200 (EET) (envelope-from jml@cubical.fi) Message-ID: <3A60418A.871DB8AE@cubical.fi> Date: Sat, 13 Jan 2001 13:52:42 +0200 From: Juha-Matti Liukkonen Organization: Cubical Solutions Ltd X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Oliver von Bueren Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b as tel server References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, this is an area which does need some development, IMHO. We are building a telephony application with similar requirements. Our setups typically require 4-8 dialin B channels (60 or more, actually, when I get the PRI support completed). Every channel is used in the same way; all we need is isdnd to find a free tel device for each incoming call and execute the answerprog on it. I was thinking of having a "default" entry which applies to any device, unless an entry for a given channel/unit is specifically given to override the default. This would be consistent with and internally require the same -1:s than your suggestion. Other ideas, anybody? Preferences, thoughts, guidelines, Hellmuth? - Juha Oliver von Bueren wrote: > > Hello all together. > > I'm using i4b for a telephony application (call it voice server), > which basicaly just answers the phone and plays back some messages, in : > Now my suggestion is to have an option for usrdeviceunit = -1 which > means that on an incomming call the function > find_matching_entry_incoming takes the firsts free device it finds. I > think this could also get handy on data calls if you want to provide > more than one channel for dialin. This would make it possible to use > generic values for these three config keys (isdncontroller=-1, > isdnchannel=-1, usrdeviceunit=-1). > > What do you think? Any suggestions are welcome! : -- Juha-Matti Liukkonen, Cubical Solutions Ltd Phone: +358(0)405280142 Email: jml@cubical.fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 13 8:54:39 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from uucp.nl.uu.net (uucp.nl.uu.net [193.79.237.146]) by hub.freebsd.org (Postfix) with ESMTP id F0F7637B401 for ; Sat, 13 Jan 2001 08:54:22 -0800 (PST) Received: from jaknl by athos.nl.uu.net with UUCP id ; Sat, 13 Jan 2001 17:54:13 +0100 Received: from jak.nl ([192.168.0.111]) by jak.nl (8.8.8/8.8.8) with ESMTP id SAA16407 for ; Sat, 13 Jan 2001 18:02:39 +0100 (CET) (envelope-from arjan@jak.nl) Message-ID: <3A6087AC.4A88F8AF@jak.nl> Date: Sat, 13 Jan 2001 17:51:57 +0100 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.75 [en]C-CCK-MCD NSCPCD47 (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org Subject: Winbond chip (W6692CF)ISDN problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I installed the newest version of i4b on a FreeBSD 4.1 release, configured and recompiled the kernel without any problems. But the new ISDN enabled kernel reports several errors and warnings: 1.) i4b-L1 dchan_receive : bad read status 0xb0 2.) i4b-L2 i4b_ph_data_ind : ERROR, I-frame < 6 octets! 3.) i4b-L2 i4b_rxd_u_frame : not mine - UNKNOWN TYPE ERROR, sapi =32, tei=0 frame= 0x81 0x1 0x17 0x0 Especially nr 1 shows up very frequently, the other 2 (nr 2 and 3) only when a dialout ppp connection is made or at a incoming call (voice). Any ideas? Thanks, Arjan Knepper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 13 10: 7:57 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 867CF37B69F for ; Sat, 13 Jan 2001 10:07:40 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id A76A45D2C; Sat, 13 Jan 2001 19:06:51 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 0AB3A51F; Sat, 13 Jan 2001 19:16:44 +0100 (MET) Subject: Re: Winbond chip (W6692CF)ISDN problems In-Reply-To: <3A6087AC.4A88F8AF@jak.nl> "from Arjan Knepper at Jan 13, 2001 05:51:57 pm" To: Arjan Knepper Date: Sat, 13 Jan 2001 19:16:44 +0100 (MET) Cc: freebsd-isdn@freebsd.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 Message-Id: <20010113181644.0AB3A51F@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From=20the keyboard of Arjan Knepper: > I installed the newest version of i4b on a FreeBSD 4.1 release, > configured and recompiled the kernel without any problems. But the new > ISDN enabled kernel reports several errors and warnings: >=20 > 1.) i4b-L1 dchan_receive : bad read status 0xb0 > 2.) i4b-L2 i4b_ph_data_ind : ERROR, I-frame < 6 octets! > 3.) i4b-L2 i4b_rxd_u_frame : not mine - UNKNOWN TYPE ERROR, sapi =3D32, > tei=3D0 frame=3D 0x81 0x1 0x17 0x0 There were two similar reports on this list and since then (for=20 over a month now) i=B4m using a Winbond based card in my 4.2-stable=20 router to connect to two destinations one using userland PPP and the other using isp/isppp. Even under heavy load, i can=B4t reproduce any of the problems you and the other reports mentioned. hellmuth --=20 Hellmuth Michaelis Tel +49 40 55 97 47= -70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47= -77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.= de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 13 11:21: 0 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 42F1237B402 for ; Sat, 13 Jan 2001 11:20:42 -0800 (PST) Received: (qmail 7236 invoked by uid 0); 13 Jan 2001 19:20:40 -0000 Received: from p3ee214c9.dip.t-dialin.net (HELO forge.local) (62.226.20.201) by mail.gmx.net (mail02) with SMTP; 13 Jan 2001 19:20:40 -0000 Received: from thomas by forge.local with local (Exim 3.16 #1 (Debian)) id 14HWjz-0000ZO-00 for ; Sat, 13 Jan 2001 20:53:31 +0100 Date: Sat, 13 Jan 2001 20:53:31 +0100 To: freebsd-isdn@freebsd.org Subject: [PATCH] isppp with uncompressed VJ packets broken in -CURRENT Message-ID: <20010113205331.A2143@crow.dom2ip.de> Mail-Followup-To: tmoestl@gmx.net, freebsd-isdn@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline User-Agent: Mutt/1.2.5i From: Thomas Moestl Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 has broken the handling of uncompressed VJ packets. The attached diff should hopefully fix that. From what I can tell, the second call to sl_uncompress_tcp_core needs the TYPE_UNCOMPRESSED_TCP flag (as it was before the commit). Additionally, sl_uncompress_core may return 0 if the packet was uncompressed previously, so this is no error condition. The first call (not visible in the diff) is IMHO correct as it is, because the 0 return value should not happen. The second call should always return 0, so I check explicitely for it (other cases are not handled anyway). Could someone please review/comment/commit this? - thomas --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="isdn-kernel2.diff" *** sys/i4b/driver/i4b_ispppsubr.c.orig Sat Jan 13 12:30:20 2001 --- sys/i4b/driver/i4b_ispppsubr.c Sat Jan 13 20:08:11 2001 *************** *** 580,587 **** int hlen, vjlen; if ((vjlen = sl_uncompress_tcp_core(m->m_data, ! m->m_len, m->m_len, TYPE_COMPRESSED_TCP, ! &sp->pp_comp, &iphdr, &hlen)) <= 0) goto drop; schednetisr (NETISR_IP); --- 580,587 ---- int hlen, vjlen; if ((vjlen = sl_uncompress_tcp_core(m->m_data, ! m->m_len, m->m_len, TYPE_UNCOMPRESSED_TCP, ! &sp->pp_comp, &iphdr, &hlen)) != 0) goto drop; schednetisr (NETISR_IP); --IS0zKkzwUGydFO0o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 13 13:27:53 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from liliput.tmp.com.br (liliput.tmp.com.br [200.244.62.12]) by hub.freebsd.org (Postfix) with ESMTP id CFE9B37B69E for ; Sat, 13 Jan 2001 13:27:34 -0800 (PST) Received: (from prallon@localhost) by liliput.tmp.com.br (8.8.8/8.8.8) id TAA03283; Sat, 13 Jan 2001 19:27:28 -0200 Date: Sat, 13 Jan 2001 19:27:28 -0200 From: Sergio de Souza Prallon To: Thomas Moestl Cc: freebsd-isdn@freebsd.org Subject: Re: [PATCH] isppp with uncompressed VJ packets broken in -CURRENT Message-ID: <20010113192727.A3058@tmp.com.br> References: <20010113205331.A2143@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010113205331.A2143@crow.dom2ip.de>; from tmoestl@gmx.net on Sat, Jan 13, 2001 at 08:53:31PM +0100 X-URL: http://www.tmp.com.br Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jan 13, 2001 at 08:53:31PM +0100, Thomas Moestl wrote: I believe it's my fault. The commit was part of my driver for the Tiger ASICs. The previous version (before the commit had a mistake that caused data corruption with my driver (itjc) and possibly others. The problem is present in my original diffs to 0.96 also, so I obviously made a mistake with the editor. Sorry for the inconvenience. -- Prallon > Hi, > > it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 has > broken the handling of uncompressed VJ packets. The attached diff should > hopefully fix that. > >From what I can tell, the second call to sl_uncompress_tcp_core needs > the TYPE_UNCOMPRESSED_TCP flag (as it was before the commit). > Additionally, sl_uncompress_core may return 0 if the packet was > uncompressed previously, so this is no error condition. > The first call (not visible in the diff) is IMHO correct as it is, > because the 0 return value should not happen. > The second call should always return 0, so I check explicitely for > it (other cases are not handled anyway). > > Could someone please review/comment/commit this? > > - thomas > *** sys/i4b/driver/i4b_ispppsubr.c.orig Sat Jan 13 12:30:20 2001 > --- sys/i4b/driver/i4b_ispppsubr.c Sat Jan 13 20:08:11 2001 > *************** > *** 580,587 **** > int hlen, vjlen; > > if ((vjlen = sl_uncompress_tcp_core(m->m_data, > ! m->m_len, m->m_len, TYPE_COMPRESSED_TCP, > ! &sp->pp_comp, &iphdr, &hlen)) <= 0) > goto drop; > > schednetisr (NETISR_IP); > --- 580,587 ---- > int hlen, vjlen; > > if ((vjlen = sl_uncompress_tcp_core(m->m_data, > ! m->m_len, m->m_len, TYPE_UNCOMPRESSED_TCP, > ! &sp->pp_comp, &iphdr, &hlen)) != 0) > goto drop; > > schednetisr (NETISR_IP); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 13 16: 5: 7 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from uucp.nl.uu.net (uucp.nl.uu.net [193.79.237.146]) by hub.freebsd.org (Postfix) with ESMTP id CE2E237B402 for ; Sat, 13 Jan 2001 16:04:50 -0800 (PST) Received: from jaknl by athos.nl.uu.net with UUCP id ; Sun, 14 Jan 2001 01:04:36 +0100 Received: from jak.nl ([192.168.0.111]) by jak.nl (8.8.8/8.8.8) with ESMTP id BAA16980; Sun, 14 Jan 2001 01:03:01 +0100 (CET) (envelope-from arjan@jak.nl) Message-ID: <3A60EA32.F9CC5384@jak.nl> Date: Sun, 14 Jan 2001 00:52:18 +0100 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.75 [en]C-CCK-MCD NSCPCD47 (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: hm@hcs.de Cc: freebsd-isdn@freebsd.org Subject: Re: Winbond chip (W6692CF)ISDN problems References: <20010113181644.0AB3A51F@hcswork.hcs.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis wrote: > >From the keyboard of Arjan Knepper: > > > I installed the newest version of i4b on a FreeBSD 4.1 release, > > configured and recompiled the kernel without any problems. But the new > > ISDN enabled kernel reports several errors and warnings: > > > > 1.) i4b-L1 dchan_receive : bad read status 0xb0 > > 2.) i4b-L2 i4b_ph_data_ind : ERROR, I-frame < 6 octets! > > 3.) i4b-L2 i4b_rxd_u_frame : not mine - UNKNOWN TYPE ERROR, sapi =32, > > tei=0 frame= 0x81 0x1 0x17 0x0 > > There were two similar reports on this list and since then (for > over a month now) i´m using a Winbond based card in my 4.2-stable > router to connect to two destinations one using userland PPP and > the other using isp/isppp. Are the other 2 reporters located in the netherlands aswell? Is it possible there is a small difference in ISDN protocols used in the european countries? Could you explain what the error's are supposed to tell me, what do they mean, what would you check when you receive such errors/warnings. Thanks, Arjan Knepper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 13 16:26:11 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from liliput.tmp.com.br (liliput.tmp.com.br [200.244.62.12]) by hub.freebsd.org (Postfix) with ESMTP id 670E237B402 for ; Sat, 13 Jan 2001 16:25:51 -0800 (PST) Received: (from prallon@localhost) by liliput.tmp.com.br (8.8.8/8.8.8) id WAA06539; Sat, 13 Jan 2001 22:25:46 -0200 Date: Sat, 13 Jan 2001 22:25:46 -0200 From: Sergio de Souza Prallon To: Thomas Moestl Cc: freebsd-isdn@freebsd.org, hm@hcs.de Subject: Re: [PATCH] isppp with uncompressed VJ packets broken in -CURRENT Message-ID: <20010113222545.A6167@tmp.com.br> References: <20010113205331.A2143@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010113205331.A2143@crow.dom2ip.de>; from tmoestl@gmx.net on Sat, Jan 13, 2001 at 08:53:31PM +0100 X-URL: http://www.tmp.com.br Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jan 13, 2001 at 08:53:31PM +0100, Thomas Moestl wrote: > > Could someone please review/comment/commit this? > > - thomas This proves undoubtfully that the `cut&paste' facilities of an editor can, sometimes, turns against oneself. Checking your patch I saw that I also kept the vjlen variable from the upper block (where it make sense). This is (hopefully) the propper patch for the bug. I've tested the equivalent one against 0.96. I've also updated my web site (http://sites.uol.com.br/prallon/itjc/) with it for those with 0.96. -- Prallon *** i4b_ispppsubr.c.orig Sat Jan 13 22:16:29 2001 --- i4b_ispppsubr.c Sat Jan 13 22:17:13 2001 *************** *** 577,587 **** case PPP_VJ_UCOMP: if (sp->state[IDX_IPCP] == STATE_OPENED) { u_char *iphdr; ! int hlen, vjlen; ! if ((vjlen = sl_uncompress_tcp_core(m->m_data, ! m->m_len, m->m_len, TYPE_COMPRESSED_TCP, ! &sp->pp_comp, &iphdr, &hlen)) <= 0) goto drop; schednetisr (NETISR_IP); --- 577,587 ---- case PPP_VJ_UCOMP: if (sp->state[IDX_IPCP] == STATE_OPENED) { u_char *iphdr; ! int hlen; ! if (sl_uncompress_tcp_core(m->m_data, ! m->m_len, m->m_len, TYPE_UNCOMPRESSED_TCP, ! &sp->pp_comp, &iphdr, &hlen) != 0) goto drop; schednetisr (NETISR_IP); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 13 21: 6: 8 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from web6301.mail.yahoo.com (web6301.mail.yahoo.com [128.11.22.138]) by hub.freebsd.org (Postfix) with SMTP id 0EE7E37B7C0 for ; Sat, 13 Jan 2001 21:05:52 -0800 (PST) Message-ID: <20010114050551.8231.qmail@web6301.mail.yahoo.com> Received: from [192.169.41.38] by web6301.mail.yahoo.com; Sun, 14 Jan 2001 13:05:51 CST Date: Sun, 14 Jan 2001 13:05:51 +0800 (CST) From: =?iso-8859-1?q?Woon=20Karen?= Subject: Dynamic ip provider To: freebsd-isdn@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, i would like to know where i can get cheap and efficient dynamic ip address provider. Please reply as soon as possible. Thanks alot. __________________________________________________ Do You Yahoo!? Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com.sg/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message