From owner-freebsd-isdn Sun Jan 14 1:30:43 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from worker.thw-IP.NET (worker.thw-IP.NET [192.76.134.35]) by hub.freebsd.org (Postfix) with ESMTP id 8D69537B698 for ; Sun, 14 Jan 2001 01:30:24 -0800 (PST) Received: from localhost (2274 bytes) by worker.thw-IP.NET via rmail with P:stdio/R:inet_mx_hosts/T:inet_zone_smtp (sender: ) (ident using unix) id for ; Sun, 14 Jan 2001 10:30:14 +0100 (CET) (Smail-3.2.0.111 2000-Feb-17 #18 built 2000-Oct-9) Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id D769452A43; Sun, 14 Jan 2001 10:17:41 +0100 (CET) Received: by bert.kts.org (Postfix, from userid 100) id 666A19B1C; Sun, 14 Jan 2001 10:17:41 +0100 (CET) Subject: Re: Winbond chip (W6692CF)ISDN problems In-Reply-To: <3A60EA32.F9CC5384@jak.nl> from Arjan Knepper at "Jan 14, 2001 0:52:18 am" To: arjan@jak.nl (Arjan Knepper) Date: Sun, 14 Jan 2001 10:17:41 +0100 (CET) Cc: freebsd-isdn@freebsd.org Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1335 Message-Id: <20010114091741.666A19B1C@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Arjan Knepper wrote: > > > 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 Oh, oh. "bad read status 0xb0" meand that a CRC error and a receive message aborted condition was detected on the D-channel. The _really_ bad thing about this is that error recovery is equal to zero for this condition in the iwic driver. Frames with CRC errors must be ignored and some chip dependent error recovery procedures must be initiated both of which do not occur. This causes the other layer 2 messages to occur. This is definitely a driver problem, if someone wants to look at this before i have time to do so, the message is generated in i4b_iwic_dchan.c ~line 373. A datasheet for the chip is available from http://www.winbond.com. Now i know why i couldnīt reproduce it here ;-) hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 14 3:26:28 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from staff.cn99.com (unknown [202.102.2.83]) by hub.freebsd.org (Postfix) with ESMTP id 78B7A37B400 for ; Sun, 14 Jan 2001 03:26:09 -0800 (PST) Received: from ppyy (unknown [202.102.3.157]) by staff.cn99.com (Postfix) with SMTP id E074F2A48D for ; Sun, 14 Jan 2001 19:26:33 +0800 (CST) Date: Sun, 14 Jan 2001 19:24:44 +0800 From: Peng Yong To: freebsd-isdn@freebsd.org Subject: BUG of isdnd Message-Id: <3A618C7C1C2.76F1PPYY@staff.cn99.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.25.07 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org isdnd can't start and give this message: Jan 14 19:20:36 dev isdnd[236]: ERR main: step mismatch, kernel 2,daemon 1 Jan 14 19:20:36 dev isdnd[236]: DMN daemon terminating, exitval = 1 -- Peng Yong Email: ppyy@staff.cn99.com Bentium Ltd. URL: http://www.cn99.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 14 3:57:27 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from worker.thw-IP.NET (worker.thw-IP.NET [192.76.134.35]) by hub.freebsd.org (Postfix) with ESMTP id D726337B400 for ; Sun, 14 Jan 2001 03:57:03 -0800 (PST) Received: from localhost (1557 bytes) by worker.thw-IP.NET via rmail with P:stdio/R:inet_mx_hosts/T:inet_zone_smtp (sender: ) (ident using unix) id for ; Sun, 14 Jan 2001 12:57:02 +0100 (CET) (Smail-3.2.0.111 2000-Feb-17 #18 built 2000-Oct-9) Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id D114052A43; Sun, 14 Jan 2001 12:56:52 +0100 (CET) Received: by bert.kts.org (Postfix, from userid 100) id D1F679B1C; Sun, 14 Jan 2001 12:34:31 +0100 (CET) Subject: Re: BUG of isdnd In-Reply-To: <3A618C7C1C2.76F1PPYY@staff.cn99.com> from Peng Yong at "Jan 14, 2001 7:24:44 pm" To: ppyy@staff.cn99.com (Peng Yong) Date: Sun, 14 Jan 2001 12:34:31 +0100 (CET) Cc: freebsd-isdn@freebsd.org Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 626 Message-Id: <20010114113431.D1F679B1C@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peng Yong wrote: > isdnd can't start and give this message: > > Jan 14 19:20:36 dev isdnd[236]: ERR main: step mismatch, kernel 2,daemon 1 > Jan 14 19:20:36 dev isdnd[236]: DMN daemon terminating, exitval = 1 The i4b userland and kernel were not build from the same sources. In case this is a FreeBSD-current (where i recently incremented the step value) you have to get the kernel and userland in sync (i.e. make world before compiling a new kernel). hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 14 4:37:43 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from worker.thw-IP.NET (worker.thw-IP.NET [192.76.134.35]) by hub.freebsd.org (Postfix) with ESMTP id A149637B699 for ; Sun, 14 Jan 2001 04:37:19 -0800 (PST) Received: from localhost (1401 bytes) by worker.thw-IP.NET via rmail with P:stdio/R:inet_mx_hosts/T:inet_zone_smtp (sender: ) (ident using unix) id for ; Sun, 14 Jan 2001 13:37:17 +0100 (CET) (Smail-3.2.0.111 2000-Feb-17 #18 built 2000-Oct-9) Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id AF72252A44; Sun, 14 Jan 2001 13:22:51 +0100 (CET) Received: by bert.kts.org (Postfix, from userid 100) id 887A59B1C; Sun, 14 Jan 2001 13:22:51 +0100 (CET) Subject: Re: [PATCH] isppp with uncompressed VJ packets broken in -CURRENT In-Reply-To: <20010113205331.A2143@crow.dom2ip.de> from Thomas Moestl at "Jan 13, 2001 8:53:31 pm" To: tmoestl@gmx.net (Thomas Moestl) Date: Sun, 14 Jan 2001 13:22:51 +0100 (CET) Cc: freebsd-isdn@freebsd.org Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 421 Message-Id: <20010114122251.887A59B1C@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thomas Moestl wrote: > 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. I will commit this as soon as possible. Thanks a lot, hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 14 4:38: 9 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from worker.thw-IP.NET (worker.thw-IP.NET [192.76.134.35]) by hub.freebsd.org (Postfix) with ESMTP id 9141B37B69B for ; Sun, 14 Jan 2001 04:37:51 -0800 (PST) Received: from localhost (1653 bytes) by worker.thw-IP.NET via rmail with P:stdio/R:inet_mx_hosts/T:inet_zone_smtp (sender: ) (ident using unix) id for ; Sun, 14 Jan 2001 13:37:17 +0100 (CET) (Smail-3.2.0.111 2000-Feb-17 #18 built 2000-Oct-9) Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id 6D4D052A44; Sun, 14 Jan 2001 13:33:07 +0100 (CET) Received: by bert.kts.org (Postfix, from userid 100) id 252E09B1C; Sun, 14 Jan 2001 13:33:07 +0100 (CET) Subject: Re: i4b as tel server In-Reply-To: <3A60418A.871DB8AE@cubical.fi> from Juha-Matti Liukkonen at "Jan 13, 2001 1:52:42 pm" To: jml@cubical.fi (Juha-Matti Liukkonen) Date: Sun, 14 Jan 2001 13:33:06 +0100 (CET) Cc: maillist@ovb.ch, freebsd-isdn@FreeBSD.ORG Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 676 Message-Id: <20010114123307.252E09B1C@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I donīt use i4b telephony facilities for more than an answering machine although i often think i should try to get more from this side of i4b. Because of this, the telephony part is for shure not that maintained as it should be. IMHO a "default" section would be a good thing but there are other possibilities as well. Iīd appreciate any developments in this area, even more if they are driven by real world needs, to make the telephony side of i4b a bit better and more usable than it is currently. hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 14 5:11: 9 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.iae.nl (mail.iae.nl [194.151.64.19]) by hub.freebsd.org (Postfix) with ESMTP id D616537B699 for ; Sun, 14 Jan 2001 05:10:39 -0800 (PST) Received: from seatle (pm18d07.iae.nl [212.61.4.8]) by mail.iae.nl (Postfix) with SMTP id EC81F20F11 for ; Sun, 14 Jan 2001 14:10:36 +0100 (CET) Message-ID: <001401c07e2b$cb9bc210$bfe4adc3@seatle.demon.nl> From: "Robert T.G. Tan" To: Subject: i4b-L1-timer4_expired: state = F3 Deactivated Date: Sun, 14 Jan 2001 14:11:53 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C07E33.F22E3400" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C07E33.F22E3400 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Im having trouble getting i4b to work, here's some specific info: OS: FreeBSD 3.4-RELEASE,=20 ISDN: i4b 0.83 MYCOMMENT: Kernel detected: isic0 at 0xd80 irq 5 flags 0x3 on isa isic0: Teles S0/16.3 isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) = (Addr=3D0x960) isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=3D0x160, AddrB=3D0x560) i4b: ISDN call control device attached i4bisppp: 4 ISDN SyncPPP device(s) attached i4bctl: ISDN system control port attached i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header = compression) i4brbch: 4 raw B channel access device(s) attached i4btrc: 4 ISDN trace device(s) attached MYCOMMENT: Ive set isp0 ifconfig isp0 delete -link1 down ifconfig isp0 inet 0.0.0.0 10.0.0.1 netmask 0xffffffff link1 debug spppcontrol isp0 myauthproto=3Dpap myauthname=3Dseatle = myauthsecret=3Dwhatever hisauthproto=3Dnone callin ifconfig isp0 isp0: flags=3Da055 mtu = 1500=20 inet 0.0.0.0 --> 10.0.0.1 netmask 0xffffffff=20 MYCOMMENT: /var/log/isdnd.log Jan 14 13:54:54 seatle isdnd[521]: WRN error open /etc/isdn/isdnd.rates: = No such file or directory Jan 14 13:54:54 seatle isdnd[521]: DMN i4b isdn daemon started (pid =3D = 521) Jan 14 13:55:07 seatle isdnd[521]: CHD 00001 demon rate 60 sec/unit = (unitlen unknown) Jan 14 13:55:07 seatle isdnd[521]: CHD 00001 demon dialing out from = 0541229992 to 074880806 Jan 14 13:55:07 seatle isdnd[521]: CHD 00001 demon outgoing call = disconnected (remote) Jan 14 13:55:07 seatle isdnd[521]: CHD 00001 demon cause 101: Message = not compatible with call state (Q.850) Jan 14 13:55:13 seatle isdnd[521]: CHD 00002 demon rate 60 sec/unit = (unitlen unknown) Jan 14 13:55:13 seatle isdnd[521]: CHD 00002 demon dialing out from = 0541229992 to 074880806 Jan 14 13:55:13 seatle isdnd[521]: CHD 00002 demon outgoing call = disconnected (remote) Jan 14 13:55:13 seatle isdnd[521]: CHD 00002 demon cause 101: Message = not compatible with call state (Q.850) Jan 14 13:55:38 seatle isdnd[521]: DMN daemon terminating, exitval =3D 0 MYCOMMENT: /var/log/i4b.log Jan 14 12:52:30 seatle /kernel: i4b: ISDN call control device attached Jan 14 12:55:00 seatle /kernel: i4b-L1-timer4_expired: state =3D F3 = Deactivated Jan 14 12:58:01 seatle /kernel: i4b-L1-timer4_expired: state =3D F3 = Deactivated Jan 14 13:01:02 seatle /kernel: i4b-L1-timer4_expired: state =3D F3 = Deactivated Jan 14 13:04:03 seatle /kernel: i4b-L1-timer4_expired: state =3D F3 = Deactivated Jan 14 13:07:04 seatle /kernel: i4b-L1-timer4_expired: state =3D F3 = Deactivated Jan 14 13:16:07 seatle last message repeated 3 times Jan 14 13:25:10 seatle last message repeated 3 times Jan 14 13:37:14 seatle last message repeated 4 times Jan 14 13:46:18 seatle last message repeated 3 times Jan 14 13:52:20 seatle last message repeated 2 times Jan 14 13:55:07 seatle /kernel: i4b: unit 0, assigned TEI =3D 99 =3D = 0x63 Jan 14 13:55:07 seatle /kernel: i4b-L3-F_UEM: FSM function F_UEM = executing, state =3D ST_U11 - Disc Req Jan 14 13:55:11 seatle /kernel: i4b-L3-T303_timeout: SETUP not answered, = cr =3D 114 Jan 14 13:55:11 seatle /kernel: i4b-L3-next_l3state: FSM illegal state, = state =3D ST_U0 - Null, event =3D EV_T303EXP - T303 timeout! Jan 14 13:55:13 seatle /kernel: i4b-L3-F_UEM: FSM function F_UEM = executing, state =3D ST_U11 - Disc Req Jan 14 13:55:17 seatle /kernel: i4b-L3-T303_timeout: SETUP not answered, = cr =3D 121 Jan 14 13:55:17 seatle /kernel: i4b-L3-next_l3state: FSM illegal state, = state =3D ST_U0 - Null, event =3D EV_T303EXP - T303 timeout! Jan 14 13:55:44 seatle /kernel: i4b-L1-timer4_expired: state =3D F3 = Deactivated Much Tnx, robert tan. ------=_NextPart_000_000E_01C07E33.F22E3400 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Im having trouble getting i4b to = work, here's=20 some specific info:
 
OS:   FreeBSD 3.4-RELEASE, =
ISDN:=20 i4b 0.83
 
MYCOMMENT: Kernel = detected:
 
isic0 at 0xd80 irq 5 flags 0x3 on = isa
isic0:=20 Teles S0/16.3
isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 = (IOM-2)=20 (Addr=3D0x960)
isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=3D0x160, = AddrB=3D0x560)
 
i4b: ISDN call control device=20 attached
i4bisppp: 4 ISDN SyncPPP device(s) attached
i4bctl: ISDN = system=20 control port attached
i4bipr: 4 IP over raw HDLC ISDN device(s) = attached (VJ=20 header compression)
i4brbch: 4 raw B channel access device(s)=20 attached
i4btrc: 4 ISDN trace device(s) attached
 
MYCOMMENT: Ive set isp0
 
ifconfig isp0 delete -link1 = down
ifconfig=20 isp0 inet 0.0.0.0 10.0.0.1 netmask 0xffffffff link1 debug
spppcontrol = isp0=20 myauthproto=3Dpap myauthname=3Dseatle myauthsecret=3Dwhatever = hisauthproto=3Dnone=20 callin
 
ifconfig isp0
isp0:=20 flags=3Da055<UP,DEBUG,POINTOPOINT,RUNNING,LINK1,MULTICAST> mtu = 1500=20
 inet 0.0.0.0 --> 10.0.0.1 netmask 0xffffffff
 
MYCOMMENT: /var/log/isdnd.log
Jan = 14 13:54:54=20 seatle isdnd[521]: WRN error open /etc/isdn/isdnd.rates: No such file or = directory
Jan 14 13:54:54 seatle isdnd[521]: DMN i4b isdn daemon = started (pid=20 =3D 521)
Jan 14 13:55:07 seatle isdnd[521]: CHD 00001 demon rate 60 = sec/unit=20 (unitlen unknown)
Jan 14 13:55:07 seatle isdnd[521]: CHD 00001 demon = dialing=20 out from 0541229992 to 074880806
Jan 14 13:55:07 seatle isdnd[521]: = CHD 00001=20 demon outgoing call disconnected (remote)
Jan 14 13:55:07 seatle = isdnd[521]:=20 CHD 00001 demon cause 101: Message not compatible with call state = (Q.850)
Jan=20 14 13:55:13 seatle isdnd[521]: CHD 00002 demon rate 60 sec/unit (unitlen = unknown)
Jan 14 13:55:13 seatle isdnd[521]: CHD 00002 demon dialing = out from=20 0541229992 to 074880806
Jan 14 13:55:13 seatle isdnd[521]: CHD 00002 = demon=20 outgoing call disconnected (remote)
Jan 14 13:55:13 seatle = isdnd[521]: CHD=20 00002 demon cause 101: Message not compatible with call state = (Q.850)
Jan 14=20 13:55:38 seatle isdnd[521]: DMN daemon terminating, exitval =3D = 0
 
MYCOMMENT: /var/log/i4b.log
Jan = 14 12:52:30=20 seatle /kernel: i4b: ISDN call control device attached
Jan 14 = 12:55:00 seatle=20 /kernel: i4b-L1-timer4_expired: state =3D F3 Deactivated
Jan 14 = 12:58:01 seatle=20 /kernel: i4b-L1-timer4_expired: state =3D F3 Deactivated
Jan 14 = 13:01:02 seatle=20 /kernel: i4b-L1-timer4_expired: state =3D F3 Deactivated
Jan 14 = 13:04:03 seatle=20 /kernel: i4b-L1-timer4_expired: state =3D F3 Deactivated
Jan 14 = 13:07:04 seatle=20 /kernel: i4b-L1-timer4_expired: state =3D F3 Deactivated
Jan 14 = 13:16:07 seatle=20 last message repeated 3 times
Jan 14 13:25:10 seatle last message = repeated 3=20 times
Jan 14 13:37:14 seatle last message repeated 4 times
Jan 14 = 13:46:18=20 seatle last message repeated 3 times
Jan 14 13:52:20 seatle last = message=20 repeated 2 times
Jan 14 13:55:07 seatle /kernel: i4b: unit 0, = assigned TEI =3D=20 99 =3D 0x63
Jan 14 13:55:07 seatle /kernel: i4b-L3-F_UEM: FSM = function F_UEM=20 executing, state =3D ST_U11 - Disc Req
Jan 14 13:55:11 seatle = /kernel:=20 i4b-L3-T303_timeout: SETUP not answered, cr =3D 114
Jan 14 13:55:11 = seatle=20 /kernel: i4b-L3-next_l3state: FSM illegal state, state =3D ST_U0 - Null, = event =3D=20 EV_T303EXP - T303 timeout!
Jan 14 13:55:13 seatle /kernel: = i4b-L3-F_UEM: FSM=20 function F_UEM executing, state =3D ST_U11 - Disc Req
Jan 14 13:55:17 = seatle=20 /kernel: i4b-L3-T303_timeout: SETUP not answered, cr =3D 121
Jan 14 = 13:55:17=20 seatle /kernel: i4b-L3-next_l3state: FSM illegal state, state =3D ST_U0 = - Null,=20 event =3D EV_T303EXP - T303 timeout!
Jan 14 13:55:44 seatle /kernel:=20 i4b-L1-timer4_expired: state =3D F3 Deactivated
 

Much Tnx,
 
robert = tan.
------=_NextPart_000_000E_01C07E33.F22E3400-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 14 5:11:39 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id 8DC5737B402 for ; Sun, 14 Jan 2001 05:11:21 -0800 (PST) Received: from fwd01.sul.t-online.com by mailout01.sul.t-online.com with smtp id 14HmwJ-0005ib-0A; Sun, 14 Jan 2001 14:11:19 +0100 Received: from night-porter.duskware.de (520038743430-0001@[193.159.66.212]) by fmrl01.sul.t-online.com with esmtp id 14HmwF-1o0xCiC; Sun, 14 Jan 2001 14:11:15 +0100 Received: (from martin@localhost) by night-porter.duskware.de (8.11.2/8.11.0) id f0EDAVR23469; Sun, 14 Jan 2001 14:10:31 +0100 (MET) From: Martin Husemann Message-Id: <200101141310.f0EDAVR23469@night-porter.duskware.de> Subject: Re: i4b as tel server In-Reply-To: <20010114123307.252E09B1C@bert.kts.org> "from Hellmuth Michaelis at Jan 14, 2001 01:33:06 pm" To: hm@kts.org Date: Sun, 14 Jan 2001 14:10:31 +0100 (MET) Cc: Juha-Matti Liukkonen , maillist@ovb.ch, freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Sender: 520038743430-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > IMHO a "default" section would be a good thing but there are other > possibilities as well. What I'd like to do (on the netbsd variant of i4b) is: (a) make isp, i4btel and i4brbch cloning devices. (b) make isdnd.rc default entries (marked by '*' as callers number). When an incoming call does not match any fixed entry, the wildcard entry for that called number (only one wildcard match possible per target no) is used, takes the first unused device of the configured device class and creates a new one, if no free one is found. It then clones its "entry" inside isdnd and adds it to the list. On call cleanup, the entry-clone is removed from the list again. Obviously the wildcard entry needs a method to specify a maximum number of clones. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 14 6:22: 7 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 DB3CD37B400 for ; Sun, 14 Jan 2001 06:21:50 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 83E7D5D1E; Sun, 14 Jan 2001 15:21:00 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 67A3851F; Sun, 14 Jan 2001 15:30:56 +0100 (MET) Subject: Re: i4b-L1-timer4_expired: state = F3 Deactivated In-Reply-To: <001401c07e2b$cb9bc210$bfe4adc3@seatle.demon.nl> "from Robert T.G. Tan at Jan 14, 2001 02:11:53 pm" To: "Robert T.G. Tan" Date: Sun, 14 Jan 2001 15:30:56 +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: <20010114143056.67A3851F@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 Robert T.G. Tan: > Jan 14 12:55:00 seatle /kernel: i4b-L1-timer4_expired: state = F3 Deactivated See the FAQ. 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 14 8:25:30 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from unity.copyleft.no (unity.copyleft.no [212.71.72.23]) by hub.freebsd.org (Postfix) with ESMTP id 39FC237B401 for ; Sun, 14 Jan 2001 08:25:12 -0800 (PST) Received: from johs by unity.copyleft.no with local (Exim 3.12 #1) id 14Hpxu-00022k-00 for freebsd-isdn@freebsd.org; Sun, 14 Jan 2001 17:25:10 +0100 Date: Sun, 14 Jan 2001 17:25:10 +0100 From: =?iso-8859-1?Q?Johannes_Gr=F8dem?= To: freebsd-isdn@freebsd.org Subject: Re: Winbond chip (W6692CF)ISDN problems Message-ID: <20010114172510.A29891@unity.copyleft.no> References: <20010113181644.0AB3A51F@hcswork.hcs.de> <3A60EA32.F9CC5384@jak.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A60EA32.F9CC5384@jak.nl>; from arjan@jak.nl on Sun, Jan 14, 2001 at 12:52:18AM +0100 Organization: Copyleft Software AS Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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? I'm in Norway, and I get the same error with FreeBSD-4.2 (release), with the drivers available at the website. (The newest ones, don't recall the version number. The ones who were the first to support Winbond-chipsets, I think.) (And, ahem, since I didn't get it to work in FreeBSD, I installed Linux, which it works just fine with. I'd like to run FreeBSD on it, though.) -- johs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 14 23:29:52 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 F0D6C37B401 for ; Sun, 14 Jan 2001 23:29:33 -0800 (PST) Received: (qmail 1385 invoked from network); 15 Jan 2001 07:29:28 -0000 Received: from dyn-g-204.yhteys.mtv3.fi (HELO snafu.intra.net) (62.236.231.204) by leka.yhteys.mtv3.fi with SMTP; 15 Jan 2001 07:29:28 -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 f0F7Tap02306; Mon, 15 Jan 2001 09:29:40 +0200 (EET) (envelope-from jml@cubical.fi) Message-ID: <3A62A6AF.439D3608@cubical.fi> Date: Mon, 15 Jan 2001 09:28:47 +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: Martin Husemann Cc: hm@kts.org, maillist@ovb.ch, freebsd-isdn@FreeBSD.ORG Subject: Re: i4b as tel server References: <200101141310.f0EDAVR23469@night-porter.duskware.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, cloning sounds good, but optional, IMHO. What about outgoing calls? I need a way for client (non-isdnd) software to initiate an outgoing voice call with (almost) zero knowledge of the hardware setup or state, currently I use the i4bteld# device for this purpose. Maybe it could be correspondingly cloning, too, or perhaps preferably the dialout command and status query could be simple ioctl()s for the tel# device, and we could do away with the teld device altogether? A pre-created tel device does have the benefit of having a corresponding teld device a priori (although I am thinking of bumping the teld device minor to tel+128 from the current tel+64 to allow more active channels) in the current architecture. - Juha Martin Husemann wrote: > > > IMHO a "default" section would be a good thing but there are other > > possibilities as well. > > What I'd like to do (on the netbsd variant of i4b) is: > (a) make isp, i4btel and i4brbch cloning devices. (b) make isdnd.rc default > entries (marked by '*' as callers number). > > When an incoming call does not match any fixed entry, the wildcard entry > for that called number (only one wildcard match possible per target no) > is used, takes the first unused device of the configured device class and > creates a new one, if no free one is found. It then clones its "entry" inside > isdnd and adds it to the list. On call cleanup, the entry-clone is removed > from the list again. > > Obviously the wildcard entry needs a method to specify a maximum number > of clones. > > Martin -- 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 Sun Jan 14 23:47:35 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 8D0B037B400 for ; Sun, 14 Jan 2001 23:47:17 -0800 (PST) Received: (qmail 2765 invoked from network); 15 Jan 2001 07:47:16 -0000 Received: from dyn-g-204.yhteys.mtv3.fi (HELO snafu.intra.net) (62.236.231.204) by leka.yhteys.mtv3.fi with SMTP; 15 Jan 2001 07:47:16 -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 f0F7lYp02325; Mon, 15 Jan 2001 09:47:34 +0200 (EET) (envelope-from jml@cubical.fi) Message-ID: <3A62AAE4.26483B17@cubical.fi> Date: Mon, 15 Jan 2001 09:46:44 +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: hm@kts.org Cc: maillist@ovb.ch, freebsd-isdn@FreeBSD.ORG Subject: Re: i4b as tel server References: <20010114123307.252E09B1C@bert.kts.org> 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, one real world need for me was to have a program start on an outgoing telephony call. I simply added answerprog execution in F_DOK if the cfg_entry was in answer mode and using TEL protocol. Related to this, I had to add the hangup flag zeroing in F_IDIS (a disconnected call will no longer need hangup). Another required fix was to reset cfg_entry direction flag to DIR_IN in msg_connect_ind, as I (effectively) pass the direction flag to the answerprog so that it can distinguish the operating mode (computer or caller initiated). It could make sense to have a different answerprog in out direction, though. I could make this patch public if there is interest (just need to separate it from some more obscure mods I've been doing). - Juha Hellmuth Michaelis wrote: > > I donīt use i4b telephony facilities for more than an answering machine > although i often think i should try to get more from this side of i4b. > > Because of this, the telephony part is for shure not that maintained > as it should be. > > IMHO a "default" section would be a good thing but there are other > possibilities as well. > > Iīd appreciate any developments in this area, even more if they are > driven by real world needs, to make the telephony side of i4b a bit > better and more usable than it is currently. > > hellmuth > -- > Hellmuth Michaelis hm@kts.org Hamburg, Europe > We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... -- 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 Mon Jan 15 1:59:42 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by hub.freebsd.org (Postfix) with ESMTP id 210CD37B400 for ; Mon, 15 Jan 2001 01:59:23 -0800 (PST) Received: (from uucp@localhost) by ns.plaut.de (8.9.3/8.9.3) with UUCP id KAA93578 for freebsd-isdn@FreeBSD.ORG; Mon, 15 Jan 2001 10:59:20 +0100 (CET) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.11.1/8.8.8) with ESMTP id f0F9wE307807 for ; Mon, 15 Jan 2001 10:58:14 +0100 (CET) (envelope-from root@nihil) Date: Mon, 15 Jan 2001 10:58:13 +0100 (CET) From: Michael Reifenberger To: Subject: Re: i4b as tel server In-Reply-To: <3A62AAE4.26483B17@cubical.fi> Message-ID: 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, On Mon, 15 Jan 2001, Juha-Matti Liukkonen wrote: ... > Hellmuth Michaelis wrote: > > > > I donīt use i4b telephony facilities for more than an answering machine > > although i often think i should try to get more from this side of i4b. > > > > Because of this, the telephony part is for shure not that maintained > > as it should be. > > One problem I found while trying to use I4B as a answer machine is that select() does not seem to work properly on i4btel devices. My prog works as follows: i4btel <==> MUX <== Static (Voice)Text ==> Dialtone detection The prog shall play a text until I press a dialtone... While select()ing on i4btel I generally see that the incoming voicestreem seems to get queued until the static text is written. So a realtime detection of dialtones does not make much sense. I looked at the select routines of i4btel so far but did not found obviously wrong code... Anyone else seeing this? Bye! ---- Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 15 2:23:49 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from vasta.saunalahti.fi (mail.sci.fi [195.197.53.226]) by hub.freebsd.org (Postfix) with ESMTP id 5819C37B400 for ; Mon, 15 Jan 2001 02:23:31 -0800 (PST) Received: from cubical.fi (gw.cubical.fi [195.218.69.227]) by vasta.saunalahti.fi (8.10.1/8.10.1) with ESMTP id f0FANog20692; Mon, 15 Jan 2001 12:23:50 +0200 (EET) Message-ID: <3A62CFC5.80953A22@cubical.fi> Date: Mon, 15 Jan 2001 12:24:05 +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: Michael Reifenberger 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, please note that as long as the tel device is open, it generates data at a constant rate (8KHz), you must take this into account. You should read the data in 2048 byte chunks (which is the device internal buffer size) to get the data without skew. Unaligned reading messes things up... select() in and of itself works nicely. - Juha Michael Reifenberger wrote: : > One problem I found while trying to use I4B as a answer machine is that select() > does not seem to work properly on i4btel devices. > My prog works as follows: > > i4btel <==> MUX <== Static (Voice)Text > ==> Dialtone detection > The prog shall play a text until I press a dialtone... > > While select()ing on i4btel I generally see that the incoming voicestreem seems > to get queued until the static text is written. > So a realtime detection of dialtones does not make much sense. > I looked at the select routines of i4btel so far but did not found obviously > wrong code... > > Anyone else seeing this? > > Bye! > ---- > Michael Reifenberger > ^.*Plaut.*$, IT, R/3 Basis, GPS > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message -- 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 Mon Jan 15 5:12:42 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from beamer.mchh.siemens.de (beamer.mchh.siemens.de [194.138.158.163]) by hub.freebsd.org (Postfix) with ESMTP id C08C337B404 for ; Mon, 15 Jan 2001 05:12:24 -0800 (PST) Received: from moody.mchh.siemens.de (mail2.mchh.siemens.de [194.138.158.226]) by beamer.mchh.siemens.de (8.9.3/8.9.3) with ESMTP id OAA08780; Mon, 15 Jan 2001 14:12:13 +0100 (MET) Received: from mchh247e.demchh201e.icn.siemens.de ([139.21.200.57]) by moody.mchh.siemens.de (8.9.1/8.9.1) with ESMTP id OAA17408; Mon, 15 Jan 2001 14:12:13 +0100 (MET) Received: by MCHH247E with Internet Mail Service (5.5.2650.21) id ; Mon, 15 Jan 2001 14:12:12 +0100 Message-ID: <67E0BE167008D31185F60008C7289DA0E12FB9@MCHH218E> From: Reifenberger Michael To: "'jml@cubical.fi'" Cc: "'freebsd-isdn@FreeBSD.ORG'" Subject: Re: i4b as tel server Date: Mon, 15 Jan 2001 14:12:11 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I allready found that out. But it doesn't affect this particular symptom. You can find a version of the MUX (without dialtone recognition) under contrib/*mux*.c The problem is that the FD_ISSET() of xfd doesn't return true until ifd gets closed... >Hi, > > please note that as long as the tel device is open, it generates data at > a constant rate (8KHz), you must take this into account. You should read > the data in 2048 byte chunks (which is the device internal buffer size) > to get the data without skew. Unaligned reading messes things up... > select() in and of itself works nicely. > > - Juha Bye/2 ------ Michael Reifenberger - IT, UNIX, R/3-Basis Work: Michael.Reifenberger@plaut.de Proj: Michael.Reifenberger.gp@icn.siemens.de Pers: Michael@Reifenberger.com Webspace: http://www.reifenberger.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 15 7: 0:47 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 3CFAE37B400 for ; Mon, 15 Jan 2001 07:00:30 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id ADC875D06; Mon, 15 Jan 2001 15:59:39 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id ADD6951F; Mon, 15 Jan 2001 16:09:38 +0100 (MET) Subject: Re: [PATCH] isppp with uncompressed VJ packets broken in -CURRENT In-Reply-To: <20010113205331.A2143@crow.dom2ip.de> "from Thomas Moestl at Jan 13, 2001 08:53:31 pm" To: Thomas Moestl Date: Mon, 15 Jan 2001 16:09:38 +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: <20010115150938.ADD6951F@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 Thomas Moestl: > 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. I have just committed this to -current. Thanks again, 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 Mon Jan 15 8:17: 3 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 480D037B402 for ; Mon, 15 Jan 2001 08:16:47 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id EB1435D06 for ; Mon, 15 Jan 2001 17:15:56 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 16BAB51D; Mon, 15 Jan 2001 17:25:56 +0100 (MET) Subject: new script to install i4b from FreeBSD-current To: ISDN Mailinglist Date: Mon, 15 Jan 2001 17:25:55 +0100 (MET) 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: <20010115162556.16BAB51D@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, after backporting i4b in FreeBSD-current to make it run on FreeBSD 4.2-stable, i have made a new kit available to get i4b from -current and overinstall it on a 4.2-stable machine. It can be found at http://www.freebsd-support.de/i4b/addons/i4b-co2stable-kit.tar.gz Feedback welcome, 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 Mon Jan 15 10:55:22 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id CD0F037B400 for ; Mon, 15 Jan 2001 10:55:04 -0800 (PST) Received: (qmail 22541 invoked from network); 15 Jan 2001 18:55:02 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 15 Jan 2001 18:55:02 -0000 Received: from park.jhs.private (localhost [127.0.0.1]) by jhs.muc.de (8.11.0/8.11.0) with ESMTP id f0FF2k011093; Mon, 15 Jan 2001 15:02:46 GMT (envelope-from jhs@park.jhs.private) Message-Id: <200101151502.f0FF2k011093@jhs.muc.de> To: =?iso-8859-1?q?Woon=20Karen?= Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Dynamic ip provider In-Reply-To: Message from =?iso-8859-1?q?Woon=20Karen?= of "Sun, 14 Jan 2001 13:05:51 +0800." <20010114050551.8231.qmail@web6301.mail.yahoo.com> Date: Mon, 15 Jan 2001 16:02:46 +0100 From: "Julian Stacey Jhs@jhs.muc.de" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org =?iso-8859-1?q?Woon=20Karen?= wrote: > 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. Your question is not isdn specific so does not belong on freebsd-isdn@FreeBSD.ORG A better list for a similar question next time is freebsd-net@FreeBSD.org However, my http://bim.bsn.com/~jhs/txt/domain.html says A larger list including commercial DDNS providers, is at http://www.technopagan.org/dynamic/ Julian - Julian Stacey Unix Consultant - Munich Germany http://bim.bsn.com/~jhs/ Considering Linux ? Try FreeBSD with 4200 packages ! Ihr Rauchen => mein allergischer Kopfschmerz ! Kau/Schnupftabak probieren ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 16 5:12:24 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 E555837B698 for ; Tue, 16 Jan 2001 05:12:05 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id BA3D85D06; Tue, 16 Jan 2001 14:11:14 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 8C0A951F; Tue, 16 Jan 2001 14:21:16 +0100 (MET) Subject: Re: i4b as tel server In-Reply-To: "from Oliver von Bueren at Jan 12, 2001 11:04:39 pm" To: Oliver von Bueren Date: Tue, 16 Jan 2001 14:21:16 +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: <20010116132116.8C0A951F@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: > 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. I have committed this to -current. Thanks a lot, 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 16 5:57:51 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 539B937B402 for ; Tue, 16 Jan 2001 05:57:34 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id D1B8A5D06; Tue, 16 Jan 2001 14:56:38 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id A9DE751F; Tue, 16 Jan 2001 15:06:40 +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: Tue, 16 Jan 2001 15:06:40 +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: <20010116140640.A9DE751F@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 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 I have put a new (test-) version of the iwic driver on http://www.freebsd-support.de/i4b/tmp I have not actually tried it out, but it should run and possibly solve some or all of the described problems. Please put it into the layer1/iwic directory and make a new kernel and tell me what happens. 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 16 9:50:19 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 CE7B637B401 for ; Tue, 16 Jan 2001 09:49:59 -0800 (PST) Received: from jaknl by athos.nl.uu.net with UUCP id ; Tue, 16 Jan 2001 18:49:50 +0100 Received: from jak.nl ([192.168.0.30]) by jak.nl (8.8.8/8.8.8) with ESMTP id SAA22472; Tue, 16 Jan 2001 18:45:35 +0100 (CET) (envelope-from arjan@jak.nl) Message-ID: <3A648659.932EEE32@jak.nl> Date: Tue, 16 Jan 2001 18:35:21 +0100 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.76 [en] (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: <20010116140640.A9DE751F@hcswork.hcs.de> Content-Type: multipart/mixed; boundary="------------6F48027B41885614DBD1E378" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------6F48027B41885614DBD1E378 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Thanks! I was already digging through the sources and the winbond docs.... will try it as soon as possible. Arjan 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 > > I have put a new (test-) version of the iwic driver on > > http://www.freebsd-support.de/i4b/tmp > > I have not actually tried it out, but it should run and possibly solve > some or all of the described problems. Please put it into the layer1/iwic > directory and make a new kernel and tell me what happens. > > 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 --------------6F48027B41885614DBD1E378 Content-Type: text/x-vcard; charset=us-ascii; name="arjan.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Arjan Knepper Content-Disposition: attachment; filename="arjan.vcf" begin:vcard n:Knepper;Arjan tel;fax:+31-(0)10-243-7314 tel;work:+31-(0)10-243-7362 x-mozilla-html:FALSE url:http://www.jak.nl org:JAK++ Software Development B.V. adr:;;Stoveer 247;Rotterdam;;3032 GB;Netherlands version:2.1 email;internet:arjan@jak.nl x-mozilla-cpt:;-7904 fn:Arjan Knepper end:vcard --------------6F48027B41885614DBD1E378-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 16 13:11:33 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from emout1.wish.nl (emout1.wish.nl [212.123.129.74]) by hub.freebsd.org (Postfix) with ESMTP id 1F1FB37B402 for ; Tue, 16 Jan 2001 13:11:15 -0800 (PST) Received: from mail2.inside.servers (mail2.INSIDE.servers [10.1.0.6]) by emout1.wish.nl (Postfix) with SMTP id 487F222AAB for ; Tue, 16 Jan 2001 22:18:55 +0100 (CET) Received: (qmail 6715 invoked from network); 16 Jan 2001 21:11:08 -0000 Received: from p10228.nl.wish.net (HELO coyote) ([212.123.177.244]) (envelope-sender ) by mail2.outside.servers (qmail-ldap-1.03) with SMTP for ; 16 Jan 2001 21:11:08 -0000 Message-ID: <001701c08000$d060e420$0200a8c0@coyote> From: "Steven Looman" To: Subject: turning on isplink via another computer Date: Tue, 16 Jan 2001 22:10:54 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0014_01C08009.31E0A200" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0014_01C08009.31E0A200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've been using I4B some time now and I've got to say that it is very = nice! Anyway, my problem: I am the only one who knows how a *nix works, so I'm the only person who = knows how to "turn on" internet. When I'm not home, nobody can internet. Is there an app to turn on (just do `ifconfig isp0 up`) my isplink from = another computer with an simple interface? And, if possible, via a nice windows (yeah, *puke*) program? Thx, Steve ------=_NextPart_000_0014_01C08009.31E0A200 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I've been using I4B some time now and = I've got to=20 say that it is very nice!
Anyway, my problem:
I am the only one who knows how a *nix = works, so=20 I'm the only person who knows how to "turn on" internet.
When I'm not home, nobody can=20 internet.
 
Is there an app to turn on (just do = `ifconfig isp0=20 up`) my isplink from another computer with an simple=20 interface?
And, if possible, via a nice windows = (yeah, *puke*)=20 program?
 
Thx,
 
Steve
------=_NextPart_000_0014_01C08009.31E0A200-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 16 13:15: 4 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from dillema.net (server.pasta.cs.UiT.No [129.242.16.119]) by hub.freebsd.org (Postfix) with ESMTP id 112E437B400 for ; Tue, 16 Jan 2001 13:14:47 -0800 (PST) Received: (from dillema@localhost) by dillema.net (8.11.1/8.8.8) id f0GLEQM09125 for freebsd-isdn@FreeBSD.ORG; Tue, 16 Jan 2001 22:14:26 +0100 (CET) Date: Tue, 16 Jan 2001 22:13:11 +0100 From: Feico Dillema To: freebsd-isdn@FreeBSD.ORG Subject: Teles PCI and NetBSD Message-ID: <20010116221311.C9028@pasta.cs.uit.no> Mail-Followup-To: freebsd-isdn@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: NetBSD drifter.dillema.net 1.5L NetBSD 1.5L (DRIFTER) X-URL: http://www.dillema.net/ Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Just re-subscribed tothis list after a two-year absence, so I'm not fully up-to-date on i4b anymore. I got myself an ISDN line again for voice mainly and as backup Internet connection. Also got a cheap Teles PCI card that is supported by Sergio de Souza Prallon's driver, but for FreeBSD. Browsed a bit through the latest i4b source and the one in NetBSD-current to find how difficult porting it would be. I understand that for FreeBSD a new bus architecture is used for the drivers and the (older) NetBSD drivers do not use that. Is the new bus thing meant to be ported (or easy portable) to NetBSD, or will it remain a FreeBSD specific approach? Just wondering what is the best and/or easiest; porting Sergio's driver to the old style or porting the new bus layer... Any hints, tips, predictions for the future on this? Feico. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 16 14: 5:55 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from ns.raditex.se (mail.raditex.se [192.5.36.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AAA137B404 for ; Tue, 16 Jan 2001 14:05:34 -0800 (PST) Received: from gandalf.raditex.se (gandalf.raditex.se [192.5.36.18]) by ns.raditex.se (8.9.3/8.9.3) with ESMTP id XAA75502; Tue, 16 Jan 2001 23:04:27 +0100 (CET) (envelope-from gh@raditex.se) Date: Tue, 16 Jan 2001 23:04:27 +0100 (CET) From: G Hasse X-Sender: gh@gandalf.sickla.raditex.se To: Steven Looman Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: turning on isplink via another computer In-Reply-To: <001701c08000$d060e420$0200a8c0@coyote> Message-ID: 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 On Tue, 16 Jan 2001, Steven Looman wrote: > Is there an app to turn on (just do `ifconfig isp0 up`) my isplink from another computer with an simple interface? > And, if possible, via a nice windows (yeah, *puke*) program? If I were you I should place a webbserver on the unix-box and make a verry simple webbpage doing this. A small CGI script will do the trick. GH ---------------------------------------------------------------- Göran Hasse email: gh@raditex.se Tel: +46 8 694 92 70 Raditex AB http://www.raditex.se Fax: +46 8 442 05 91 Sickla Alle 7, 1tr Mob: 070-5530148 131 34 NACKA, SWEDEN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 16 14: 7:44 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from dillema.net (server.pasta.cs.UiT.No [129.242.16.119]) by hub.freebsd.org (Postfix) with ESMTP id 0648737B404 for ; Tue, 16 Jan 2001 14:07:27 -0800 (PST) Received: (from dillema@localhost) by dillema.net (8.11.1/8.8.8) id f0GM7PM00294 for freebsd-isdn@FreeBSD.ORG; Tue, 16 Jan 2001 23:07:25 +0100 (CET) Date: Tue, 16 Jan 2001 23:06:03 +0100 From: Feico Dillema To: freebsd-isdn@FreeBSD.ORG Subject: Re: Teles PCI and NetBSD Message-ID: <20010116230603.A286@pasta.cs.uit.no> Mail-Followup-To: freebsd-isdn@FreeBSD.ORG References: <20010116221311.C9028@pasta.cs.uit.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010116221311.C9028@pasta.cs.uit.no>; from feico@PASTA.cs.uit.no on Tue, Jan 16, 2001 at 10:13:11PM +0100 X-Operating-System: NetBSD drifter.dillema.net 1.5Q NetBSD 1.5Q (DRIFTER-CB) X-URL: http://www.dillema.net/ Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 16, 2001 at 10:13:11PM +0100, Feico Dillema wrote: > I understand that for FreeBSD a new bus architecture is used for the > drivers and the (older) NetBSD drivers do not use that. Is the new bus Hmmm, not being familiar with FreeBSD nor to familiar with kernel stuff in general I may have missed a lot here. Is this FreeBSD new bus architecture related to the NetBSD one maybe? Then my question is; anyone willing to give me an indication of the amount of work involved in porting Sergio's driver to NetBSD and whether I can expect some support from more knowledgable people here if I give it a shot? Feico. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 16 14:20:13 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from smtp.kdt.de (ns2.kdt.de [195.8.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 88ECE37B402 for ; Tue, 16 Jan 2001 14:19:55 -0800 (PST) Received: from beverly.kleinbus.org (jocelyn.sub-etha.wtal.de [213.240.145.121]) by smtp.kdt.de (8.8.8/8.8.8) with ESMTP id XAA14240; Tue, 16 Jan 2001 23:19:47 +0100 Received: by beverly.kleinbus.org (Postfix, from userid 1501) id 9E1121EA; Tue, 16 Jan 2001 22:13:20 +0100 (CET) Date: Tue, 16 Jan 2001 22:13:20 +0100 From: Ignatios Souvatzis To: Steven Looman Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: turning on isplink via another computer Message-ID: <20010116221320.A5974@beverly.kleinbus.org> References: <001701c08000$d060e420$0200a8c0@coyote> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001701c08000$d060e420$0200a8c0@coyote>; from fsteevie@dds.nl on Tue, Jan 16, 2001 at 10:10:54PM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 16, 2001 at 10:10:54PM +0100, Steven Looman wrote: > Hi, > > I've been using I4B some time now and I've got to say that it is very nice! > Anyway, my problem: > I am the only one who knows how a *nix works, so I'm the only person who knows how to "turn on" internet. > When I'm not home, nobody can internet. > > Is there an app to turn on (just do `ifconfig isp0 up`) my isplink from another computer with an simple interface? > And, if possible, via a nice windows (yeah, *puke*) program? What about autodialup? "just use the Internet, it's there after 4 seconds" -is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 16 15:31:47 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 2E1AB37B400 for ; Tue, 16 Jan 2001 15:31:30 -0800 (PST) Received: from fwd05.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14IfZZ-00040N-00; Wed, 17 Jan 2001 00:31:29 +0100 Received: from night-porter.duskware.de (520038743430-0001@[62.155.251.91]) by fmrl05.sul.t-online.com with esmtp id 14IfZW-23ccJEC; Wed, 17 Jan 2001 00:31:26 +0100 Received: (from martin@localhost) by night-porter.duskware.de (8.11.2/8.11.0) id f0GNVMx05806; Wed, 17 Jan 2001 00:31:22 +0100 (MET) From: Martin Husemann Message-Id: <200101162331.f0GNVMx05806@night-porter.duskware.de> Subject: Re: Teles PCI and NetBSD In-Reply-To: <20010116221311.C9028@pasta.cs.uit.no> "from Feico Dillema at Jan 16, 2001 10:13:11 pm" To: Feico Dillema Date: Wed, 17 Jan 2001 00:31:22 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Sender: 520038743430-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I understand that for FreeBSD a new bus architecture is used for the > drivers and the (older) NetBSD drivers do not use that. This message reminded me I may have forgot to tell you all about it : The latest release of ISDN4BSD has now been integrated into NetBSD-current. The current state is - mixed. We have all the ISAC/HSCX based drivers in there, which have been supported for NetBSD in the last release. There is currently work in progress to better adopt the layer 1 <-> layer2 interface to the NetBSD autoconfiguration mechanism, which will undoubtley result in something similar to the layer1-nb directory now used in FreeBSD. This is going to hit NetBSD-current in a few days. The support for AVM Fritz!PCI and the new Teles PCI stuff will be ported RSN (I have cards to test), the Winbond things are delayed as I've yet been unable to get my hands on such a card. On the other side we have some PCMCIA cards already fully supported. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 16 15:42: 3 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from dillema.net (server.pasta.cs.UiT.No [129.242.16.119]) by hub.freebsd.org (Postfix) with ESMTP id 5759837B698 for ; Tue, 16 Jan 2001 15:41:45 -0800 (PST) Received: (from dillema@localhost) by dillema.net (8.11.2/8.8.8) id f0GNfgk00248; Wed, 17 Jan 2001 00:41:42 +0100 (CET) Date: Wed, 17 Jan 2001 00:41:42 +0100 From: Feico Dillema To: Martin Husemann Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Teles PCI and NetBSD Message-ID: <20010117004142.A240@pasta.cs.uit.no> Mail-Followup-To: Martin Husemann , freebsd-isdn@FreeBSD.ORG References: <20010116221311.C9028@pasta.cs.uit.no> <200101162331.f0GNVMx05806@night-porter.duskware.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101162331.f0GNVMx05806@night-porter.duskware.de>; from martin@duskware.de on Wed, Jan 17, 2001 at 12:31:22AM +0100 X-Operating-System: NetBSD drifter.dillema.net 1.5Q NetBSD 1.5Q (DRIFTER-CB) X-URL: http://www.dillema.net/ Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 17, 2001 at 12:31:22AM +0100, Martin Husemann wrote: > > I understand that for FreeBSD a new bus architecture is used for the > > drivers and the (older) NetBSD drivers do not use that. > > something similar to the layer1-nb directory now used in FreeBSD. This is > going to hit NetBSD-current in a few days. Great to hear! > The support for AVM Fritz!PCI and the new Teles PCI stuff will be ported > RSN (I have cards to test) Even better! Really really nice. Let me know when you need a tester ;-). > On the other side we have some PCMCIA cards already fully supported. Also very interesting (could make a ISDN to 802.11 router out of an old laptop then!). Maybe time to start looking out for a cheap PCMCIA card too ;). Feico. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Jan 17 2:52:14 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id 48C6537B400 for ; Wed, 17 Jan 2001 02:51:57 -0800 (PST) Received: from fwd03.sul.t-online.com by mailout04.sul.t-online.com with smtp id 14IqBz-0006t2-08; Wed, 17 Jan 2001 11:51:51 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.192.68]) by fmrl03.sul.t-online.com with esmtp id 14IqBo-1mPgY4C; Wed, 17 Jan 2001 11:51:40 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 442A2AB0C; Wed, 17 Jan 2001 11:53:18 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 83A0714BB6; Wed, 17 Jan 2001 11:51:39 +0100 (CET) Date: Wed, 17 Jan 2001 11:51:39 +0100 To: Steven Looman Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: turning on isplink via another computer Message-ID: <20010117115139.A53937@cichlids.cichlids.com> References: <001701c08000$d060e420$0200a8c0@coyote> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001701c08000$d060e420$0200a8c0@coyote>; from fsteevie@dds.nl on Tue, Jan 16, 2001 at 10:10:54PM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Steven Looman (fsteevie@dds.nl): > Is there an app to turn on (just do `ifconfig isp0 up`) my isplink from another computer with an simple interface? > And, if possible, via a nice windows (yeah, *puke*) program? Yeah, I have written a SIMPLE, but working Application for windows, which connects to script on my home computer and ifconfig's the isdn line up or down (if the password is correct). Do you want it? It's for the windows systray, but you have to manually close it before you can actually halt windows (it's a bug which I can't fix since I don't have the sourcecode any more) My family is quite happy with it. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Jan 17 11:10:32 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from emout1.wish.nl (emout1.wish.nl [212.123.129.74]) by hub.freebsd.org (Postfix) with ESMTP id 150EA37B6C8 for ; Wed, 17 Jan 2001 11:10:12 -0800 (PST) Received: from mail5.inside.servers (mail5.INSIDE.servers [10.1.0.15]) by emout1.wish.nl (Postfix) with SMTP id 2B00522657 for ; Wed, 17 Jan 2001 20:18:01 +0100 (CET) Received: (qmail 47680 invoked from network); 17 Jan 2001 19:10:10 -0000 Received: from p10614.nl.wish.net (HELO coyote) ([212.123.179.118]) (envelope-sender ) by mail5.outside.servers (qmail-ldap-1.03) with SMTP for ; 17 Jan 2001 19:10:10 -0000 Message-ID: <002b01c080b9$144fc0d0$0200a8c0@coyote> From: "Steven Looman" To: "Ignatios Souvatzis" Cc: References: <001701c08000$d060e420$0200a8c0@coyote> <20010116221320.A5974@beverly.kleinbus.org> Subject: Re: turning on isplink via another computer Date: Wed, 17 Jan 2001 20:09:56 +0100 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.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't want to use autodialup, since the phonebill would get so high.... Steve ----- Original Message ----- From: "Ignatios Souvatzis" To: "Steven Looman" Cc: Sent: Tuesday, January 16, 2001 10:13 PM Subject: Re: turning on isplink via another computer > On Tue, Jan 16, 2001 at 10:10:54PM +0100, Steven Looman wrote: > > Hi, > > > > I've been using I4B some time now and I've got to say that it is very nice! > > Anyway, my problem: > > I am the only one who knows how a *nix works, so I'm the only person who knows how to "turn on" internet. > > When I'm not home, nobody can internet. > > > > Is there an app to turn on (just do `ifconfig isp0 up`) my isplink from another computer with an simple interface? > > And, if possible, via a nice windows (yeah, *puke*) program? > > What about autodialup? "just use the Internet, it's there after 4 seconds" > > -is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Jan 17 12:22: 0 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from smtp.kdt.de (ns2.kdt.de [195.8.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 57CA737B401 for ; Wed, 17 Jan 2001 12:21:42 -0800 (PST) Received: from beverly.kleinbus.org (line058e.kdt.de [213.240.146.142]) by smtp.kdt.de (8.8.8/8.8.8) with ESMTP id VAA03549; Wed, 17 Jan 2001 21:21:31 +0100 Received: by beverly.kleinbus.org (Postfix, from userid 1501) id 365AC1E8; Wed, 17 Jan 2001 21:15:36 +0100 (CET) Date: Wed, 17 Jan 2001 21:15:36 +0100 From: Ignatios Souvatzis To: Steven Looman Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: turning on isplink via another computer Message-ID: <20010117211536.A8348@beverly.kleinbus.org> References: <001701c08000$d060e420$0200a8c0@coyote> <20010116221320.A5974@beverly.kleinbus.org> <002b01c080b9$144fc0d0$0200a8c0@coyote> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002b01c080b9$144fc0d0$0200a8c0@coyote>; from fsteevie@dds.nl on Wed, Jan 17, 2001 at 08:09:56PM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 17, 2001 at 08:09:56PM +0100, Steven Looman wrote: > I don't want to use autodialup, since the phonebill would get so high.... Well... I don't quite understand the difference between "any of your users can cause any amount of phone bills" and "any of your users can cause any amount of phone bills"... but then, if they're running Windows machines with fancy, javascript-cable browsers, you can't be too paranoid... -is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Jan 17 15:53:13 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 29B7E37B404 for ; Wed, 17 Jan 2001 15:52:55 -0800 (PST) Received: from fwd04.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14J2Nq-0008OY-02; Thu, 18 Jan 2001 00:52:54 +0100 Received: from night-porter.duskware.de (520038743430-0001@[62.155.248.10]) by fmrl04.sul.t-online.com with esmtp id 14J2Nf-0kUukCC; Thu, 18 Jan 2001 00:52:43 +0100 Received: (from martin@localhost) by night-porter.duskware.de (8.11.2/8.11.0) id f0HNpwI11207; Thu, 18 Jan 2001 00:51:58 +0100 (MET) From: Martin Husemann Message-Id: <200101172351.f0HNpwI11207@night-porter.duskware.de> Subject: Re: turning on isplink via another computer In-Reply-To: <001701c08000$d060e420$0200a8c0@coyote> "from Steven Looman at Jan 16, 2001 10:10:54 pm" To: Steven Looman Date: Thu, 18 Jan 2001 00:51:57 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Sender: 520038743430-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Is there an app to turn on (just do `ifconfig isp0 up`) my isplink from another computer with an simple interface? > And, if possible, via a nice windows (yeah, *puke*) program? I'm not sure this fits your needs, but I have used for a long time some quite simple things: (1) a daemon running on the I4B machine doing the ifconfig up/down thing, (2) a simple command line unix tool to run some command and while it's running tell the daemon to keep the connectin "up" and (3) a Win32 GUI application that can either spawn another process and tell the daemon to keep the internet connection up or do the up/down thing manually. The daemon collects votes and if at least one user votes for "up" it will keep the interface up. If there is demand I'll make these things available. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 18 3:24:18 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from news.lucky.net (news.lucky.net [193.193.193.102]) by hub.freebsd.org (Postfix) with ESMTP id 8B3A137B6D2 for ; Thu, 18 Jan 2001 03:23:59 -0800 (PST) Received: (from mail@localhost) by news.lucky.net (8.Who.Cares/8.Who.Cares) id NJE03909 for freebsd-isdn@freebsd.org; Thu, 18 Jan 2001 13:23:52 +0200 (envelope-from vlad@majar.com) From: "Vladyslav Shvedenko" To: freebsd-isdn@freebsd.org Subject: Teles problems Date: Thu, 18 Jan 2001 12:53:27 +0200 Organization: Utel Message-ID: <946hnv$259v$1@bn.utel.com.ua> X-Trace: bn.utel.com.ua 979814975 70975 212.113.38.238 (18 Jan 2001 10:49:35 GMT) X-Complaints-To: postmaster@utel.net.ua X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: 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 Hello I got the TELES S0/16.3 ISDN modem. Have FreeBSD 4.2-stable. The problem is that the kernel couldn't compile. My kernel include this lines >options TEL_S0_16_3 >device isic0 at isa? port 0xd80 irq 5 flags 3 And during make process i got error message in linking kernel (undefined symbols in the i4b_bchan.o etc) What can i do in this case? PS Where can i read the FAQ on related topics? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 18 4:52:40 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from news.lucky.net (news.lucky.net [193.193.193.102]) by hub.freebsd.org (Postfix) with ESMTP id 1AEDE37B402 for ; Thu, 18 Jan 2001 04:52:22 -0800 (PST) Received: (from mail@localhost) by news.lucky.net (8.Who.Cares/8.Who.Cares) id OUD06702 for freebsd-isdn@freebsd.org; Thu, 18 Jan 2001 14:52:18 +0200 (envelope-from vlad@majar.com) From: "Vladyslav Shvedenko" To: freebsd-isdn@freebsd.org Subject: Re: Teles problems Date: Thu, 18 Jan 2001 14:44:39 +0200 Organization: Utel Message-ID: <946o8j$2b8i$1@bn.utel.com.ua> References: <946hnv$259v$1@bn.utel.com.ua> X-Trace: bn.utel.com.ua 979821651 77074 212.113.38.238 (18 Jan 2001 12:40:51 GMT) X-Complaints-To: postmaster@utel.net.ua X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: 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 Hi I had solved previous problem and get next error at boot time: isic0: Error, signature 1 0xff != 0x51 or 0x10 for Teles S0/16.3! isic0 failed to probe at port 0xd80-0xd9f,0x980-0x99f,0x180-0x19f,0x580-0x59f irq 5 flags 0x03 on isa0 What's going wrong? PS the ISDN modem called TELES S0/16.3 not 16.3c! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 18 10:40:49 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from emout1.wish.nl (emout1.wish.nl [212.123.129.74]) by hub.freebsd.org (Postfix) with ESMTP id 91F6837B402 for ; Thu, 18 Jan 2001 10:40:31 -0800 (PST) Received: from mail4.inside.servers (mail4.INSIDE.servers [10.1.0.8]) by emout1.wish.nl (Postfix) with SMTP id 0E20C225DE for ; Thu, 18 Jan 2001 19:48:24 +0100 (CET) Received: (qmail 28097 invoked from network); 18 Jan 2001 18:40:29 -0000 Received: from p9730.nl.wish.net (HELO coyote) ([212.123.176.2]) (envelope-sender ) by mail4.outside.servers (qmail-ldap-1.03) with SMTP for ; 18 Jan 2001 18:40:29 -0000 Message-ID: <003c01c0817e$19407150$0200a8c0@coyote> From: "Steven Looman" To: Subject: turning on isplink via another computer Date: Thu, 18 Jan 2001 19:40:15 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0039_01C08186.7AD9F8C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0039_01C08186.7AD9F8C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Why I don't want to use link1 (autodialup)??? Cause if somebody fires up internet exploder by accident, then it starts = dialing. Also if some other program tries to do some netactivity it = starts dialing....... that is what I want to avoid. ------=_NextPart_000_0039_01C08186.7AD9F8C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Why I don't want to use link1=20 (autodialup)???
 
Cause if somebody fires up internet = exploder by=20 accident, then it starts dialing. Also if some other program tries to do = some=20 netactivity it starts dialing....... that is what I want to = avoid.
 
 
------=_NextPart_000_0039_01C08186.7AD9F8C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 18 13:14:45 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from dillema.net (server.pasta.cs.UiT.No [129.242.16.119]) by hub.freebsd.org (Postfix) with ESMTP id 33E7937B402 for ; Thu, 18 Jan 2001 13:14:28 -0800 (PST) Received: (from dillema@localhost) by dillema.net (8.11.2/8.8.8) id f0ILEHD05030; Thu, 18 Jan 2001 22:14:17 +0100 (CET) Date: Thu, 18 Jan 2001 22:14:17 +0100 From: Feico Dillema To: Steven Looman Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: turning on isplink via another computer Message-ID: <20010118221417.A5006@pasta.cs.uit.no> Mail-Followup-To: Steven Looman , freebsd-isdn@FreeBSD.ORG References: <003c01c0817e$19407150$0200a8c0@coyote> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003c01c0817e$19407150$0200a8c0@coyote>; from fsteevie@dds.nl on Thu, Jan 18, 2001 at 07:40:15PM +0100 X-Operating-System: NetBSD drifter.dillema.net 1.5Q NetBSD 1.5Q (DRIFTER-CB) X-URL: http://www.dillema.net/ Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 18, 2001 at 07:40:15PM +0100, Steven Looman wrote: > Why I don't want to use link1 (autodialup)??? > > Cause if somebody fires up internet exploder by accident, then it starts dialing. Also if some other program tries to do some netactivity it starts dialing....... that is what I want to avoid. Well, I used to set a rather strict ipfilter in the incoming interface. Only pings and www-access to a certain destination was allowed to go through, and cause autodialup to start. When autodial was then invoked the ifup (or whatever it was called) would relax the ipfilter considerably to allow full netaccess. Feico. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 18 14:29:53 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from server.readymix.opole.pl (server.jdtrade.com.pl [195.116.85.94]) by hub.freebsd.org (Postfix) with ESMTP id 1531E37B6B5 for ; Thu, 18 Jan 2001 14:29:28 -0800 (PST) Received: from pii (as1-199.opole.dialup.inetia.pl [195.114.185.199]) by server.readymix.opole.pl (8.11.1/8.11.1) with SMTP id f0INV1c68868 for ; Thu, 18 Jan 2001 23:31:06 GMT (envelope-from arekbr@movir.com.pl) Message-ID: <000b01c0819e$39fef540$c7b972c3@pii> From: "Arkadiusz Bronowicki" To: Subject: Siemens ISDN card Date: Thu, 18 Jan 2001 23:30:05 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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 Hello I need to configure ISDN card in FreeBSD 4.1.1 ... This is a SIEMENS ISURF2 (ISA) card, and It should answer PPP dialin sessions... Please help me, because it's very important to me, and If You can explain how to do this step by step I will be very greatful... Thank You.... Arek Bronowicki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 19 1: 9: 1 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from ns.raditex.se (mail.raditex.se [192.5.36.21]) by hub.freebsd.org (Postfix) with ESMTP id ABF0637B699 for ; Fri, 19 Jan 2001 01:08:43 -0800 (PST) Received: from bombadil.sickla.raditex.se (gandalf.raditex.se [192.5.36.18]) by ns.raditex.se (8.9.3/8.9.3) with ESMTP id KAA88325 for ; Fri, 19 Jan 2001 10:08:41 +0100 (CET) (envelope-from anygard@raditex.se) Date: Fri, 19 Jan 2001 10:08:41 +0100 (CET) From: Anders Nygard X-Sender: anygard@bombadil.sickla.raditex.se To: freebsd-isdn@FreeBSD.ORG Subject: General I4B questions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Helmuth has on several occasions referred to a FAQ where can I find it? As far as I have understood I4B I am supposed to=20 ifconfig isp 0.0.0.0 netmask 0xffffffff link1 but what if I want to connect to an ISP. I cannot know what host and hence, what ip the remote en is going to have. Enlighten me, please. --=20 &ers Anders Nyg=E5rd * anygard@raditex.se * +46 (0)8 694 92 70 * UIN: 92006290= =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 19 1:36:44 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 5F2C437B69B for ; Fri, 19 Jan 2001 01:36:25 -0800 (PST) Received: from fwd04.sul.t-online.com by mailout06.sul.t-online.com with smtp id 14JXwj-0006bs-03; Fri, 19 Jan 2001 10:35:01 +0100 Received: from night-porter.duskware.de (520038743430-0001@[62.157.11.100]) by fmrl04.sul.t-online.com with esmtp id 14JXw7-0svvlYC; Fri, 19 Jan 2001 10:34:23 +0100 Received: (from martin@localhost) by night-porter.duskware.de (8.11.2/8.11.0) id f0J9XrT05264; Fri, 19 Jan 2001 10:33:53 +0100 (MET) From: Martin Husemann Message-Id: <200101190933.f0J9XrT05264@night-porter.duskware.de> Subject: Re: turning on isplink via another computer In-Reply-To: <20010117211536.A8348@beverly.kleinbus.org> "from Ignatios Souvatzis at Jan 17, 2001 09:15:36 pm" To: Ignatios Souvatzis Date: Fri, 19 Jan 2001 10:33:52 +0100 (MET) Cc: Steven Looman , freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Sender: 520038743430-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Well... I don't quite understand the difference between "any of your users > can cause any amount of phone bills" and "any of your users can cause any > amount of phone bills"... In an environment with lots of Win9x machines it's nearly impossible to quiet down them appropriately. They will cause random nameserver lookups with bogus names every few minutes. Of course Unix machines don't do that if configured appropriately. And even NT/Win2K machines can be configured to be well behaved. So the difference is: allow your users to intentionally cause bills when ever they like vs. allow them to cause this unintentionally. What I did was replace the link to the browser on the desktop by my program, which spawned the browser after voting the connection up, waited for the browser process to finish and then vote the connection down. This way you could even start a download, close the browser and after the download finished the process would terminate and the connetion eventually be disconnected. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 19 5:26:23 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from newsguy.com (smtp.newsguy.com [209.155.56.71]) by hub.freebsd.org (Postfix) with ESMTP id 2F3E037B400 for ; Fri, 19 Jan 2001 05:26:06 -0800 (PST) Received: from oxid.ial.de (pD95049BB.dip.t-dialin.net [217.80.73.187]) by newsguy.com (8.11.0/8.9.1) with ESMTP id f0JDPsu86530 for ; Fri, 19 Jan 2001 05:26:00 -0800 (PST) Received: from hydroxy.ial.de ([192.168.111.98]) by oxid.ial.de (8.11.1/8.11.0) with ESMTP id f0JDPVX03060 for ; Fri, 19 Jan 2001 14:25:42 +0100 (CET) (envelope-from albi.x@gmx.de) Message-Id: <200101191325.f0JDPVX03060@oxid.ial.de> Date: Fri, 19 Jan 2001 14:25:30 +0100 From: Ingo Albert X-Mailer: The Bat! (v1.49) X-Priority: 3 (Normal) X-TheBatID: <842148645.20010119142530@in-another-look.de> To: freebsd-isdn@FreeBSD.ORG Subject: Re: General I4B questions In-reply-To: References: 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 Deine Nachricht vom: Freitag, 19. Januar 2001, 10:08 Hallo Anders, > Helmuth has on several occasions referred to a FAQ where can I find it? Have a look at /usr/src/i4b/ > As far as I have understood I4B I am supposed to > ifconfig isp 0.0.0.0 netmask 0xffffffff link1 > but what if I want to connect to an ISP. I cannot know what host > and hence, what ip the remote en is going to have. For that, i4b has the 0.0.0.1 workaround. If you set the remote-ip to 0.0.0.1 i4b change this to the real IP after the connect. Maybe http://www.de.freebsd.org/de/i4b-t-error.html can help you to configure your connection, but the text is in german. Viele Gruesse Ingo -- Q: Why do ducks have flat feet? A: To stamp out forest fires. Q: Why do elephants have flat feet? A: To stamp out flaming ducks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 19 7:42: 8 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 673A337B698 for ; Fri, 19 Jan 2001 07:41:50 -0800 (PST) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f0JFfju18094; Fri, 19 Jan 2001 16:41:45 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f0JFfiG00437; Fri, 19 Jan 2001 16:41:44 +0100 (MET) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.11.2/8.11.2/Siemens CERT [ $Revision: 1.8 ]) with ESMTP id f0JFfiB15836; Fri, 19 Jan 2001 16:41:44 +0100 (CET) Received: (from ust@localhost) by alaska.cert.siemens.de (8.11.2/8.11.2/alaska [ $Revision: 1.5 ]) id f0JFfhY30874; Fri, 19 Jan 2001 16:41:43 +0100 (CET) Date: Fri, 19 Jan 2001 16:41:43 +0100 From: Udo Schweigert To: Arkadiusz Bronowicki Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Siemens ISDN card Message-ID: <20010119164143.A26031@alaska.cert.siemens.de> Mail-Followup-To: Arkadiusz Bronowicki , freebsd-isdn@FreeBSD.ORG References: <000b01c0819e$39fef540$c7b972c3@pii> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000b01c0819e$39fef540$c7b972c3@pii>; from arekbr@movir.com.pl on Thu, Jan 18, 2001 at 11:30:05PM +0100 X-Operating-System: FreeBSD 4.2-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 18, 2001 at 23:30:05 +0100, Arkadiusz Bronowicki wrote: > Hello > I need to configure ISDN card in FreeBSD 4.1.1 ... This is a SIEMENS ISURF2 > (ISA) card, > and It should answer PPP dialin sessions... Please help me, because it's > very important to me, and If You can explain how to do this step by > step I will be very greatful... > Thank You.... > Best way: Read the docs: http://people.freebsd.org/~hm/i4b-095/index.html You'll need options SIEMENS_ISURF2 device isic in your kernel config file Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.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 19 15: 4: 0 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mail45.fg.online.no (mail45-s.fg.online.no [148.122.161.45]) by hub.freebsd.org (Postfix) with ESMTP id 14EEA37B400 for ; Fri, 19 Jan 2001 15:03:41 -0800 (PST) Received: from osirus (ti30a62-0233.dialup.online.no [130.67.150.233]) by mail45.fg.online.no (8.9.3/8.9.3) with SMTP id AAA00466 for ; Sat, 20 Jan 2001 00:03:34 +0100 (MET) Message-ID: <000e01c0826c$a4690a00$2308e60a@osirus> From: "Carl Olav Severeide" To: Subject: Isdnd.rc trouble... Date: Sat, 20 Jan 2001 00:07:48 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C08275.05C8BCC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C08275.05C8BCC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, i really can=B4t figure out what=B4s missing here:=20 ( I am only going to call my isp, which uses pap. )=20 system acctall =3D on =20 acctfile =3D /var/log/isdnd.acct =20 useacctfile =3D yes =20 controller protocol =3D dss1 entry name =3D ppp0 isdncontroller =3D 0 isdnchannel =3D -1 usrdevicename =3D isp usrdeviceunit =3D 0 local-phone-dialout =3D 74163610=20 local-phone-incoming =3D 74163610=20 remote-phone-dialout =3D 81007007=20 remote-phone-incoming =3D *=20 b1protocol =3D hdlc dialin-reaction =3D reject dialout-type =3D normal direction =3D out # eventuelt fjern.=20 dialrandincr =3D on dialretries =3D 2 recoverytime =3D 3 usedown =3D off downtries =3D 3 # etter 3 fors=F8k disabler den interfacen. downtime =3D 30 # etter 30 sekunder enabler den interfacen.=20 idletime-outgoing =3D 1200 # pap ppp-auth-paranoid =3D yes ppp-send-auth =3D pap ppp-send-name =3D blah ppp-send-password =3D "blah" ------=_NextPart_000_000B_01C08275.05C8BCC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
i really can=B4t figure out what=B4s missing=20 here: 
( I am only going to call my isp, which uses = pap.=20 ) 

system
acctall =3D = on 
acctfile =3D = /var/log/isdnd.acct 
useacctfile =3D yes 

controller
protocol = =3D=20 dss1

entry
name =3D ppp0
isdncontroller =3D = 0
isdnchannel =3D=20 -1
usrdevicename =3D isp
usrdeviceunit =3D = 0
local-phone-dialout =3D 74163610=20
local-phone-incoming =3D 74163610
remote-phone-dialout =3D = 81007007=20
remote-phone-incoming =3D *
b1protocol =3D = hdlc
dialin-reaction =3D=20 reject
dialout-type =3D normal
direction =3D out   # eventuelt fjern.=20
dialrandincr =3D on
dialretries =3D 2
recoverytime =3D = 3
usedown =3D=20 off
downtries =3D 3 # etter 3 fors=F8k disabler den = interfacen.
downtime =3D 30=20 # etter 30 sekunder enabler den interfacen.
idletime-outgoing =3D=20 1200

# pap
ppp-auth-paranoid =3D yes
ppp-send-auth =3D=20 pap
ppp-send-name =3D blah
ppp-send-password  =3D=20 "blah"

------=_NextPart_000_000B_01C08275.05C8BCC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 19 17:19:13 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from smtp5.libero.it (smtp5.libero.it [193.70.192.55]) by hub.freebsd.org (Postfix) with ESMTP id C747E37B401 for ; Fri, 19 Jan 2001 17:18:55 -0800 (PST) Received: from office (151.27.130.208) by smtp5.libero.it (5.5.015.5) id 3A5EF7DD00490088 for freebsd-isdn@freebsd.org; Sat, 20 Jan 2001 02:18:54 +0100 Message-ID: <000b01c0827e$fcec2b00$d0821b97@pyxiscomputers.com> From: "Vittorio Mori" To: Subject: "Invalid Number Format (Q.850)" ... weird Date: Sat, 20 Jan 2001 02:18:43 +0100 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.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there. I was happily using I4B under -STABLE one week ago. The system was running extremely fine, 24h/24 with no problems at all. Then I synced -STABLE yesterday, and made a "make world" (I had to make some [hardware] maintainance work on the FreeBSD-box). The "make world" put the i4b package back to version 0.90 : I already had the 0.96 beta into /usr/local, so I switched to 0.96 (using th overinstall.sh script provided). Then, as usual, I made a fresh kernel, after the sync with -stable. The kernel refused to compile, complaining about the "i4btrace.c" .. there was something missing in the include files. I made an overuninstall.sh & overinstall.sh again, and the kernel compiled nicely. I already had this kind of problem some time ago; doing the overinstall&uninstall usually cured the problem. I got the i4b package re-compiled again nice & clean. But now, when I make a call with userland PPP or the sync ppp via isp0 I get the message "Invalid Number Format" .... (!!!) ... The incoming number is all screwed up (if I call my isdn number with my cell phone, for example, is not displayed, while before was OK) ... I can't dial any number, they all get the same message. This thing is driving me crazy, and I am totally confused about it ... do someone have any clues on what's going on ? I am using an ISA USR TA INTERN, and was working perfectly before the "make world" ..... Bye, Wyk'00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 20 0:12:50 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 DEFCA37B400 for ; Sat, 20 Jan 2001 00:12:33 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 50CBE5D23; Sat, 20 Jan 2001 09:11:39 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 9A5BA51F; Sat, 20 Jan 2001 09:21:52 +0100 (MET) Subject: Re: General I4B questions In-Reply-To: "from Anders Nygard at Jan 19, 2001 10:08:41 am" To: Anders Nygard Date: Sat, 20 Jan 2001 09:21:52 +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: <20010120082152.9A5BA51F@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 Anders Nygard: > Helmuth has on several occasions referred to a FAQ where can I find it? /usr/share/examples/isdn 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 Sat Jan 20 0:22:38 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 BF59937B401 for ; Sat, 20 Jan 2001 00:22:19 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 057665D23; Sat, 20 Jan 2001 09:21:25 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 3644D51F; Sat, 20 Jan 2001 09:31:38 +0100 (MET) Subject: Re: "Invalid Number Format (Q.850)" ... weird In-Reply-To: <000b01c0827e$fcec2b00$d0821b97@pyxiscomputers.com> "from Vittorio Mori at Jan 20, 2001 02:18:43 am" To: Vittorio Mori Date: Sat, 20 Jan 2001 09:31:38 +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: <20010120083138.3644D51F@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 Vittorio Mori: > I was happily using I4B under -STABLE one week ago. > > The system was running extremely fine, 24h/24 with no problems at all. > > Then I synced -STABLE yesterday, and made a "make world" (I had to make some > [hardware] maintainance work on the FreeBSD-box). > > The "make world" put the i4b package back to version 0.90 : I already had > the 0.96 beta into /usr/local, so I switched to 0.96 (using th > overinstall.sh script provided). Then, as usual, I made a fresh kernel, > after the sync with -stable. The kernel refused to compile, complaining > about the "i4btrace.c" .. there was something missing in the include files. > I made an overuninstall.sh & overinstall.sh again, and the kernel compiled > nicely. I already had this kind of problem some time ago; doing the > overinstall&uninstall usually cured the problem. I got the i4b package > re-compiled again nice & clean. > > But now, when I make a call with userland PPP or the sync ppp via isp0 I get > the message "Invalid Number Format" .... (!!!) ... > > The incoming number is all screwed up (if I call my isdn number with my cell > phone, for example, is not displayed, while before was OK) ... This is strange. The message is being generated by the exchange, so the numbers get already mangled to the exchange. And, if an incoming number is getting to i4b also mangled so i suspect something is wrong with your NT or the exchange. There has nothing substantial been changed in i4b in this area, so i doubt this is the cause of your problem. There are several possiblities: trace your S0 bus what is really happening there, observe what other devices on the bus do (what happenes if you disconnect/reconnect other devices), downgrade to the previous version of the OS/i4b. But i cannot point you to a special thing to do because i have no idea what the exact cause of your problem is. 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 Sat Jan 20 8:37:13 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from edisons.it (mail.edisons.it [212.104.1.252]) by hub.freebsd.org (Postfix) with SMTP id 4E55437B401 for ; Sat, 20 Jan 2001 08:36:54 -0800 (PST) Received: from office ([212.104.15.22]) by edisons.it ; Sat, 20 Jan 2001 17:35:09 +0100 Message-ID: <001401c082ff$3b5b89a0$0101a8c0@pyxiscomputers.com> From: "Vittorio Mori" To: Subject: I: "Invalid Number Format (Q.850)" ... weird Date: Sat, 20 Jan 2001 17:37:08 +0100 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.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [...] > But now, when I make a call with userland PPP or the sync ppp via isp0 I get > the message "Invalid Number Format" .... (!!!) ... Here is what I get fron isdntrace: --- cut here ---- -- TE->NT - unit:0 - frame:000424 - time:20.01 17:33:13.574936 - length:4 ------ Dump:000 02 c1 01 b2 .... Q921: SAP=0 (Call Control), R, TEI=96, S-Frame: RR N(R) 89 PF 0 -- NT->TE - unit:0 - frame:000425 - time:20.01 17:33:18.155093 - length:4 ------ Dump:000 00 c3 01 05 .... Q921: SAP=0 (Call Control), R, TEI=97, S-Frame: RR N(R) 2 PF 1 -- TE->NT - unit:0 - frame:000426 - time:20.01 17:33:22.605074 - length:41 ----- Dump:000 00 c1 b2 b2 .... Q921: SAP=0 (Call Control), C, TEI=96, I-Frame: N(S) 89 N(R) 89 P 0 Dump:004 08 01 1a 05 a1 04 02 88 90 18 01 83 6c 0b 81 30 ............l..0 Dump:020 37 33 33 38 31 37 38 34 33 70 0a 81 38 30 30 31 733817843p..8001 Dump:036 30 31 38 31 38 01818 Q931: pd=Q.931/I.451, cr=0x1a (from origination), message=SETUP: [sending complete] [bearer capability: cap=unrestricted digital information std=CCITT rate=64 kbit/s mode=circuit] [channel id: channel=any channel (preferred)] [calling party number: 0733817843 (type=unknown, plan=ISDN)] [called party number: 800101818 (type=unknown, plan=ISDN)] -- NT->TE - unit:0 - frame:000427 - time:20.01 17:33:22.695073 - length:12 ----- Dump:000 02 c1 b2 b4 .... Q921: SAP=0 (Call Control), C, TEI=96, I-Frame: N(S) 89 N(R) 90 P 0 Dump:004 08 01 9a 5a 08 02 82 9c ...Z.... Q931: pd=Q.931/I.451, cr=0x1a (from destination), message=RELEASE COMPLETE: [cause: 28: Invalid number format (Q.850) (location=public network serving local user, std=CCITT)] -- TE->NT - unit:0 - frame:000428 - time:20.01 17:33:22.695073 - length:4 ------ Dump:000 02 c1 01 b4 .... Q921: SAP=0 (Call Control), R, TEI=96, S-Frame: RR N(R) 90 PF 0 -- NT->TE - unit:0 - frame:000429 - time:20.01 17:33:28.155187 - length:4 ------ Dump:000 00 c3 01 05 .... Q921: SAP=0 (Call Control), R, TEI=97, S-Frame: RR N(R) 2 PF 1 -- TE->NT - unit:0 - frame:000430 - time:20.01 17:33:31.725211 - length:41 ----- Dump:000 00 c1 b4 b4 .... Q921: SAP=0 (Call Control), C, TEI=96, I-Frame: N(S) 90 N(R) 90 P 0 Dump:004 08 01 47 05 a1 04 02 88 90 18 01 83 6c 0b 81 30 ..G.........l..0 Dump:020 37 33 33 38 31 37 38 34 33 70 0a 81 38 30 30 31 733817843p..8001 Dump:036 30 31 38 31 38 01818 Q931: pd=Q.931/I.451, cr=0x47 (from origination), message=SETUP: [sending complete] [bearer capability: cap=unrestricted digital information std=CCITT rate=64 kbit/s mode=circuit] [channel id: channel=any channel (preferred)] [calling party number: 0733817843 (type=unknown, plan=ISDN)] [called party number: 800101818 (type=unknown, plan=ISDN)] -- NT->TE - unit:0 - frame:000431 - time:20.01 17:33:31.795357 - length:4 ------ Dump:000 00 c1 01 b6 .... Q921: SAP=0 (Call Control), R, TEI=96, S-Frame: RR N(R) 91 PF 0 -- NT->TE - unit:0 - frame:000432 - time:20.01 17:33:31.815231 - length:12 ----- Dump:000 02 c1 b4 b6 .... Q921: SAP=0 (Call Control), C, TEI=96, I-Frame: N(S) 90 N(R) 91 P 0 Dump:004 08 01 c7 5a 08 02 82 9c ...Z.... Q931: pd=Q.931/I.451, cr=0x47 (from destination), message=RELEASE COMPLETE: [cause: 28: Invalid number format (Q.850) -- cut here ----- ... the local NT seems OK as I can connect regularly using Win98, with an Intern PCI TA. Completely baffled on this one .... I'll try to rebuild things and see what in the world has happened. Bye, Wyk'00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 20 17:16:14 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from edisons.it (mail.edisons.it [212.104.1.252]) by hub.freebsd.org (Postfix) with SMTP id F03FD37B401 for ; Sat, 20 Jan 2001 17:15:56 -0800 (PST) Received: from office ([212.104.14.221]) by edisons.it ; Sun, 21 Jan 2001 02:14:08 +0100 Message-ID: <000b01c08347$bdc20660$0101a8c0@pyxiscomputers.com> From: "Vittorio Mori" To: Subject: I: "Invalid Number Format (Q.850)" ... weird Date: Sun, 21 Jan 2001 02:16:11 +0100 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.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ... the local NT seems OK as I can connect regularly using Win98, with an > Intern PCI TA. > > Completely baffled on this one .... > > I'll try to rebuild things and see what in the world has happened. I'm in really big trouble here. I have got i4b 0.90 to sync with -stable I can't make it work :( ... the kernel fails to compile .... all is messed up ... i4b still fails to compile with whatever I try to compile .... :( What can I do to save all of my precious work on FreeBSD without formatting all & restarting with 4.1-release ? I have several services going on this machine, squid, sendmail, named, http, several development smalltalk code ... not to mention the x server ...... it's catastrophic to remake all of this work again. Now I'm totally desperate ... any help really appreciated. This teaches me THE lesson: if ain't broken, don't fix it. Bye, Wyk'00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jan 20 18:28:46 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from imo-r17.mx.aol.com (imo-r17.mx.aol.com [152.163.225.71]) by hub.freebsd.org (Postfix) with ESMTP id 6F79C37B400 for ; Sat, 20 Jan 2001 18:28:29 -0800 (PST) Received: from Elizabeth7844@gateway.net by imo-r17.mx.aol.com (mail_out_v29.5.) id n.5b.10cd4347 (4244); Sat, 20 Jan 2001 21:28:25 -0500 (EST) From: Elizabeth7844@gateway.net Message-ID: <5b.10cd4347.279ba349@gateway.net> Date: Sat, 20 Jan 2001 21:28:25 EST Subject: answering machine To: freebsd-isdn@freebsd.org Cc: Elizabeth7844@gateway.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Unknown sub 23 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org do you know how i can get a free downlode for a answering machine for my internet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message