From owner-freebsd-isdn Sun Sep 15 23:19:13 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B253437B400 for ; Sun, 15 Sep 2002 23:19:12 -0700 (PDT) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0606C43E42 for ; Sun, 15 Sep 2002 23:19:12 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost.hcs.de [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id CBB8A155E7; Mon, 16 Sep 2002 08:19:09 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id E6E2B1550A; Mon, 16 Sep 2002 08:19:07 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id CCCA857B; Mon, 16 Sep 2002 08:19:07 +0200 (METDST) Date: Mon, 16 Sep 2002 08:19:07 +0200 From: Hellmuth Michaelis To: Peter Spekreijse Cc: freebsd-isdn@freebsd.org Subject: Re: placing outbound voice calls Message-ID: <20020916061907.GA24282@hcswork.hcs.de> Reply-To: hm@hcs.de Mail-Followup-To: Peter Spekreijse , freebsd-isdn@freebsd.org References: <20020913061002.GB19468@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: HCS Hanseatischer Computerservice GmbH X-Virus-Scanned-HCS: by AMaViS perl-11 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Sep 14, 2002 at 02:39:29PM +0200, Peter Spekreijse wrote: > > You use isdnphone to dial the number of the person to alert. To do this > > reliably and with a feedback if the call succeeded, i have just commited > > a kernel patch and a patch to isdnphone (adding the -w flag) to current. > > Can i use it on stable? I think so, yes. > And what do i have to patch. The i4btel driver and isdnphone. 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 Sep 16 13: 5: 7 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09FBC37B400 for ; Mon, 16 Sep 2002 13:05:02 -0700 (PDT) Received: from fep04-svc.swip.net (fep04.swip.net [130.244.199.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB21443E42 for ; Mon, 16 Sep 2002 13:05:00 -0700 (PDT) (envelope-from hselasky@c2i.net) Received: from mta-int.swip.net ([192.168.145.13]) by fep04-svc.swip.net with SMTP id <20020916200459.CQMY27518.fep04-svc.swip.net@mta-int.swip.net> for ; Mon, 16 Sep 2002 22:04:59 +0200 X-Originating-IP: [128.39.202.148] From: To: freebsd-isdn@freebsd.org Subject: New ihfc driver Date: Mon, 16 Sep 2002 22:04:59 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=____1032206699294_17x3RzVyy2" Message-Id: <20020916200459.CQMY27518.fep04-svc.swip.net@mta-int.swip.net> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=____1032206699294_17x3RzVyy2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi. There is a new version of the new_ihfc driver available for download. Please see attachment for more information. Some changes: A compability issue in the hdlc encoder has been fixed; Hardware decoders should no longer complain about missing bits (superflous bits), which the original encoder had compressed. See encoder file for more information. Also D-channel encoding support has been added. An issue with the HFC-SP in polled mode has been fixed. Support for Asuscom ISDNLink 128K (USB - model TA-280-ST - WINBOND 6694) has been added (experimental, not finished) LINT should compile. Yours HPS ------------------------------------------------- WebMail fra Tele2 http://www.tele2.no ------------------------------------------------- ------=____1032206699294_17x3RzVyy2 Content-Type: text/plain; name="driver_info.txt" Content-Disposition: inline; filename="driver_info.txt" For developers and others wanting to help debug: Driver can be downloaded from: http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/new_ihfc_0_2.tar.bz2 List of new features currently not found in I4B: - Driver uses mutexes to protect chip access. - Direct access to D-channel and B-channel(not finished, but works) - D-channel encoding support. - Support for: - NT-mode (IPAC chips support line switch instead) - data filters (``as plug-ins'') - drivers (``as plug-ins'') - polled interrupt mode - chip reset - HFCS-PCI - USB (experimental, not all B-channels are functional) About the driver: ================= The driver supports generic IPAC/ISAC/HSCX/HFC chips and allows the drivers to emulate behind one or more of those chips. As a consequence of this any ring-buffer (``weird buffering'') or block-buffer isdn device can easily be implemented with a minimum of code. To have more people being able to test the driver there has been added support for some cards already found in ISDN4BSD. Please see the new_ihfc.4 manual. NOTE: Only HFC based and Dynalink compatible cards have been tested. Please send patches using `diff -crN` and include the complete file if the patch is big. NOTE: Code outside of i4b/layer1/ was rewritten. Possible kernel bugs found: =========================== 1. (not patched, only temporary workaround) In the function static int isa_find_irq(device_t child, struct isa_config *config, struct isa_config *result) the following lines have been added, though it is bus_alloc_resource that doesn't check that RF_SHAREABLE is not present?! /* Don't share IRQ unless the driver wants */ if(res[i]->r_sharehead) { bus_release_resource(child, SYS_RES_IRQ, i, res[i]); res[i] = 0; continue; } 2. (not patched, only temporary workaround) the function device_get_namenunit(dev) in /sys/kern/subr_bus.c returns one text pointer value at probe time and another after attach. device_get_nameunit(dev) should be considered the same way as device_get_softc(dev) in my opinion. 3. (no patch) when using Polled mode the KERNEL provides no function to switch the interrupt output of a card to an unused pin. All PnP controllers should support this (and maybe PCI controllers too), but there are no routines to call that will do this! Currently only HFC chips support switching of IRQ in hardware, any maybe the old ISA cards if you can remove the IRQ jumper! This might be interesting for people wanting to use their old ISA cards, but doesn't want to spend time on configuration. TODO: ===== 1. Currently freeing an mbuf takes ``so long time'' that if it is done before ISAC/HSCX cmdr write, that command may fail (no fix). Is this a mutex sleeping problem? Also when switching the console there may occur glitches in the output stream. Maybe ISDN4BSD should use a fixed ring of mbufs to speed up allocation and freeing? Some tests in polled mode showed that enabling the Giant mutex before interrupt call caused an extra delay in the range 10ms! How to install: ============= 1. manually add these lines to /sys/conf/files.i386 at the line saying: # # isdn4bsd, needed for isic | iwic | ifpi | ifpi2 | ihfc | ifpnp | itjc # # add this: i4b/layer1/i4b_l1dmux.c optional new_ihfc i4b/layer1/i4b_l1lib.c optional new_ihfc # # and this: # # isdn4bsd, new_ihfc # i4b/layer1/ihfc2/i4b_ihfc2_l1if.c optional new_ihfc i4b/layer1/ihfc2/i4b_ihfc2_pnp.c optional new_ihfc i4b/layer1/ihfc2/i4b_ihfc2_drv.c optional new_ihfc i4b/layer1/ihfc2/i4b_ihfc2_dev.c optional new_ihfc 2. make sure the following lines are in your kernel configuration file: (NOTE: please only use one of new_ihfc and (ihfc or isic or itjc) at a time) # I4B section options IPR_VJ device "i4bq921" 1 device "i4bq931" 1 device "i4b" 1 device "i4btrc" 8 device "i4bctl" 1 device "i4brbch" 8 device "i4btel" 8 device "i4bipr" 8 device "i4bisppp" 8 device new_ihfc 3. make backup of these directories if you don't want to develop the driver mkdir /usr/i4b_bak || exit mkdir /usr/i4b_bak/sys || exit cp -rv /usr/include/machine /usr/i4b_bak/ cp -rv /usr/src/sys/i386/include /usr/i4b_bak/sys/ cp -rv /usr/src/usr.sbin/i4b /usr/i4b_bak/ cp -rv /usr/src/sys/i4b /usr/i4b_bak/sys/ cp -rv /usr/src/sys/isa/isa_common.c /usr/i4b_bak/ rm -rv /usr/src/sys/i4b/* 4. install the driver like this tar -jxvf new_ihfc*.tar.bz2 -C /usr/src/ cp -rv /usr/src/sys/i386/include/*i4b* /usr/include/machine/ 5. run your kernel configuration script 6. recompile the kernel (remove all *i4b*.o files from the compile directory or make clean build) 7. hopefully no errors should occur during compilation. 8. after the kernel has been compiled recompile isdndebug and manual pages (`man new_ihfc' should work afterwards) cd /usr/src/usr.sbin/i4b/ make all install 9. make a backup of the old kernel in case it doesn't work. 10. reboot -HPS ------=____1032206699294_17x3RzVyy2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Sep 17 22:57:33 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08E9237B401 for ; Tue, 17 Sep 2002 22:57:32 -0700 (PDT) Received: from mailgate5.cinetic.de (mailgate5.cinetic.de [217.72.192.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA59B43E65 for ; Tue, 17 Sep 2002 22:57:30 -0700 (PDT) (envelope-from ilpssun@web.de) Received: from web.de (fmomail01.dlan.cinetic.de [172.20.1.45]) by mailgate5.cinetic.de (8.11.2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id g8I5vTX03001 for freebsd-isdn@freebsd.org; Wed, 18 Sep 2002 07:57:29 +0200 Date: Wed, 18 Sep 2002 07:57:29 +0200 Message-Id: <200209180557.g8I5vTX03001@mailgate5.cinetic.de> MIME-Version: 1.0 Organization: http://freemail.web.de/ From: Till Haselmann To: freebsd-isdn@freebsd.org Subject: How do I configure my ISDN card? Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello everybody: I've just started using FreeBSD a few of months ago. I'm not really worki= ng with it but I'm using it as a router/firewall for our LAN. Before swit= ching to 4.4-STABLE FreeBSD I was using Fli4l (www.fli4l.de), a simplified= Linux variant which was really easy to configure. Because that doesn't a= llow enough flexibility I would like to use FreeBSD as a router/firewall. = So far I managed to set up a DNS server and I think I configured userland= PPP correctly, too. Now I have got two questions: 1) My ISDN card (AVM Fritz!card PCI) is not configured. I know that the d= river is somewhere on my harddisk but in the manual and docs on FreeBSD.or= g I couldn't find any instructions on how to configure the ISDN interface = correctly. Could someone give me a short outline what I'll have to do or = where to find info on that=3F 2) Very easy question: how do I launch PPP at startup=3F Do I use /etc/rc.c= onf=3F If so, what do I need to enter there. Thanks a lot! Till. PS: BTW, mysteriously I can't post to the newsletter with my Email client = (Outlook). Anybody have an idea why=3F=A0 =A0 Till Haselmann haselmann@emaxnet.de ICQ: #62868533 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F Den Komfort von WEB.DE FreeMail nutzen, aber die alten E-Mail-Adressen nic= ht aufgeben=3F Kein Problem: http://freemail.web.de/=3Fmc=3D021128 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Sep 18 0:40:51 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E87DE37B401 for ; Wed, 18 Sep 2002 00:40:49 -0700 (PDT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B3443E7B for ; Wed, 18 Sep 2002 00:40:49 -0700 (PDT) (envelope-from garyj@jennejohn.org) Received: from fwd02.sul.t-online.de by mailout05.sul.t-online.com with smtp id 17rZS3-0005iY-0I; Wed, 18 Sep 2002 09:40:47 +0200 Received: from peedub.jennejohn.org (520017439985-0001@[217.228.221.152]) by fmrl02.sul.t-online.com with esmtp id 17rZRw-1b0yrAC; Wed, 18 Sep 2002 09:40:40 +0200 Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.6/8.11.6) with ESMTP id g8I7ebcF018902; Wed, 18 Sep 2002 09:40:38 +0200 (CEST) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200209180740.g8I7ebcF018902@peedub.jennejohn.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: Till Haselmann Cc: freebsd-isdn@freebsd.org Subject: Re: How do I configure my ISDN card? Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 18 Sep 2002 07:57:29 +0200." <200209180557.g8I5vTX03001@mailgate5.cinetic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 18 Sep 2002 09:40:37 +0200 From: Gary Jennejohn X-Sender: 520017439985-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Till Haselmann writes: > 1) My ISDN card (AVM Fritz!card PCI) is not configured. I know that the d > river is somewhere on my harddisk but in the manual and docs on FreeBSD.or > g I couldn't find any instructions on how to configure the ISDN interface > correctly. Could someone give me a short outline what I'll have to do or > where to find info on that > First, try wrapping your lines at 70 characters. Do you have the kernel sources under /usr/src/sys ? If not, install them. Then you need a kernel configuration file in /usr/src/sys/i386/conf. You can probably start with GENERIC and modify it to suit your needs. Is this a version 1 or 2 card ? For version 1 add the following line to your kernel config: device ifpi For version 2 similarly add: device "ifpi2" (the quotes are REQUIRED) You then need the standard ISDN entries in your config file, which are described in /usr/share/examples/isdn/KERNEL. You need at least the stuff under ``protocol stack'' and ``control devices''. I recommend browsing the files under /usr/share/examples/isdn. > 2) Very easy question: how do I launch PPP at startup Do I use /etc/rc.c > onf ? If so, what do I need to enter there. > Yes. Look at the ppp_* entries, it should be pretty obvious what you need to do. --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Sep 18 3:12:24 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66F2A37B401 for ; Wed, 18 Sep 2002 03:12:23 -0700 (PDT) Received: from alice.et.bocholt.fh-ge.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB8543E77 for ; Wed, 18 Sep 2002 03:12:21 -0700 (PDT) (envelope-from gouders@et.bocholt.fh-gelsenkirchen.de) Received: from musashi.et.bocholt.fh-gelsenkirchen.de (musashi.et.bocholt.fh-gelsenkirchen.de [193.175.197.95]) by alice.et.bocholt.fh-ge.de (8.12.3/8.12.3) with ESMTP id g8IACJYG000826 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 18 Sep 2002 12:12:19 +0200 Received: from localhost (localhost [127.0.0.1]) by musashi.et.bocholt.fh-gelsenkirchen.de (8.12.3/8.12.3) with ESMTP id g8IACICd006224 for ; Wed, 18 Sep 2002 12:12:19 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-gelsenkirchen.de) Message-Id: <200209181012.g8IACICd006224@musashi.et.bocholt.fh-gelsenkirchen.de> From: Dirk Gouders To: freebsd-isdn@freebsd.org Subject: i4b and X.75 Reply-To: Dirk Gouders Date: Wed, 18 Sep 2002 12:12:18 +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I am currently concerned with X.75 connections via ISDN cards. I already used such connection on a GNU/Linux system but unfortunetely i4b doesn't support X.75. So, I got myself an X.75 recommendation and am trying to find out, if and how I could implement it to use with i4b, e.g. where would such a module/extension apperar in the following figure: http://people.freebsd.org/~hm/i4b-095/node16.html Cheers, Dirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Sep 18 6:24:48 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB4B337B401 for ; Wed, 18 Sep 2002 06:24:47 -0700 (PDT) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB7043E72 for ; Wed, 18 Sep 2002 06:24:47 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost.hcs.de [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id EC12915600; Wed, 18 Sep 2002 15:24:44 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 0C8621557D; Wed, 18 Sep 2002 15:24:43 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id E7FCB55F; Wed, 18 Sep 2002 15:24:42 +0200 (METDST) Date: Wed, 18 Sep 2002 15:24:42 +0200 From: Hellmuth Michaelis To: Dirk Gouders Cc: freebsd-isdn@freebsd.org Subject: Re: i4b and X.75 Message-ID: <20020918132442.GA28627@hcswork.hcs.de> Reply-To: hm@hcs.de Mail-Followup-To: Dirk Gouders , freebsd-isdn@freebsd.org References: <200209181012.g8IACICd006224@musashi.et.bocholt.fh-gelsenkirchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209181012.g8IACICd006224@musashi.et.bocholt.fh-gelsenkirchen.de> Organization: HCS Hanseatischer Computerservice GmbH X-Virus-Scanned-HCS: by AMaViS perl-11 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Sep 18, 2002 at 12:12:18PM +0200, Dirk Gouders wrote: > I already used such connection on a GNU/Linux system but unfortunetely > i4b doesn't support X.75. So, I got myself an X.75 recommendation and > am trying to find out, if and how I could implement it to use with > i4b, e.g. where would such a module/extension apperar in the following > figure: > > http://people.freebsd.org/~hm/i4b-095/node16.html What does one do nowadays with X.75 over ISDN ? :-) Where it appears has mostly to do what you want to interface to the B-channel. Without knowing what you try to accomplish, i'd suggest to develop in the userland and interface to one the i4brbch devices in userland. 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 Wed Sep 18 10:20:42 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C61737B401 for ; Wed, 18 Sep 2002 10:20:41 -0700 (PDT) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BFF43E72 for ; Wed, 18 Sep 2002 10:20:40 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.12.3/8.12.3) with UUCP id g8IHKsW3089909; Wed, 18 Sep 2002 19:20:54 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.12.6/8.12.2) with ESMTP id g8IHK1xH000718; Wed, 18 Sep 2002 19:20:02 +0200 (CEST) (envelope-from root@nihil.plaut.de) Date: Wed, 18 Sep 2002 19:20:01 +0200 (CEST) From: Michael Reifenberger To: Hellmuth Michaelis Cc: Dirk Gouders , Subject: Re: i4b and X.75 In-Reply-To: <20020918132442.GA28627@hcswork.hcs.de> Message-ID: <20020918191918.P578-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 18 Sep 2002, Hellmuth Michaelis wrote: > Date: Wed, 18 Sep 2002 15:24:42 +0200 > From: Hellmuth Michaelis > To: Dirk Gouders > Cc: freebsd-isdn@FreeBSD.ORG > Subject: Re: i4b and X.75 > ... > Where it appears has mostly to do what you want to interface to the > B-channel. Without knowing what you try to accomplish, i'd suggest > to develop in the userland and interface to one the i4brbch devices > in userland. ... Maybe sending SMS over ISDN? 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 Wed Sep 18 10:46:53 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C628C37B401 for ; Wed, 18 Sep 2002 10:46:51 -0700 (PDT) Received: from beverly.kleinbus.org (p508E3B62.dip.t-dialin.net [80.142.59.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26C143E42 for ; Wed, 18 Sep 2002 10:46:50 -0700 (PDT) (envelope-from is@beverly.kleinbus.org) Received: by beverly.kleinbus.org (Postfix, from userid 1501) id 571E667D2; Wed, 18 Sep 2002 19:46:47 +0200 (CEST) Date: Wed, 18 Sep 2002 19:46:46 +0200 From: Ignatios Souvatzis To: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 Message-ID: <20020918194646.A3180@marie> References: <20020918132442.GA28627@hcswork.hcs.de> <20020918191918.P578-100000@nihil> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020918191918.P578-100000@nihil>; from root@nihil.plaut.de on Wed, Sep 18, 2002 at 07:20:01PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 18, 2002 at 07:20:01PM +0200, Michael Reifenberger wrote: > Maybe sending SMS over ISDN? \begin{destructive comment} Mmm, SMS. In price structure similar to X.25 services. \end{destructive comment} does the ISDN-SMS transfer really use X.75? Over B or D? -is --=20 seal your e-mail: http://www.gnupg.org/ --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (NetBSD) Comment: For info see http://www.gnupg.org iD8DBQE9iLwGPCRcZ/VMtk4RAs30AJ4lhFH2X9vTbV2GXla50a8vm2O/oQCggfaN 7VQ+Ei632SSXV+JKXC/AWBM= =ESXb -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Sep 18 11:27:41 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7399537B401 for ; Wed, 18 Sep 2002 11:27:40 -0700 (PDT) Received: from alice.et.bocholt.fh-ge.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4350A43E6E for ; Wed, 18 Sep 2002 11:27:38 -0700 (PDT) (envelope-from gouders@et.bocholt.fh-gelsenkirchen.de) Received: from musashi.et.bocholt.fh-gelsenkirchen.de (musashi.et.bocholt.fh-gelsenkirchen.de [193.175.197.95]) by alice.et.bocholt.fh-ge.de (8.12.3/8.12.3) with ESMTP id g8IIRaYG001658 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 18 Sep 2002 20:27:36 +0200 Received: from localhost (localhost [127.0.0.1]) by musashi.et.bocholt.fh-gelsenkirchen.de (8.12.3/8.12.3) with ESMTP id g8IIRZCd006769 for ; Wed, 18 Sep 2002 20:27:35 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-gelsenkirchen.de) Message-Id: <200209181827.g8IIRZCd006769@musashi.et.bocholt.fh-gelsenkirchen.de> To: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 In-Reply-To: Message from Michael Reifenberger of "Wed, 18 Sep 2002 19:20:01 +0200." <20020918191918.P578-100000@nihil> Date: Wed, 18 Sep 2002 20:27:35 +0200 From: Dirk GOUDERS Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > ... > > Where it appears has mostly to do what you want to interface to the > > B-channel. Without knowing what you try to accomplish, i'd suggest > > to develop in the userland and interface to one the i4brbch devices > > in userland. > ... > Maybe sending SMS over ISDN? That is exactly what I want to do. Under Linux, I used the ttyI* devices that emulate a modem and allow usage of AT-commands. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Sep 18 11:29:13 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDB4037B401 for ; Wed, 18 Sep 2002 11:29:12 -0700 (PDT) Received: from alice.et.bocholt.fh-ge.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A9F43E6E for ; Wed, 18 Sep 2002 11:29:11 -0700 (PDT) (envelope-from gouders@et.bocholt.fh-gelsenkirchen.de) Received: from musashi.et.bocholt.fh-gelsenkirchen.de (musashi.et.bocholt.fh-gelsenkirchen.de [193.175.197.95]) by alice.et.bocholt.fh-ge.de (8.12.3/8.12.3) with ESMTP id g8IIT9YG001664 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 18 Sep 2002 20:29:09 +0200 Received: from localhost (localhost [127.0.0.1]) by musashi.et.bocholt.fh-gelsenkirchen.de (8.12.3/8.12.3) with ESMTP id g8IIT9Cd006781; Wed, 18 Sep 2002 20:29:09 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-gelsenkirchen.de) Message-Id: <200209181829.g8IIT9Cd006781@musashi.et.bocholt.fh-gelsenkirchen.de> To: Ignatios Souvatzis Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 In-Reply-To: Message from Ignatios Souvatzis of "Wed, 18 Sep 2002 19:46:46 +0200." <20020918194646.A3180@marie> Date: Wed, 18 Sep 2002 20:29:09 +0200 From: Dirk GOUDERS Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > does the ISDN-SMS transfer really use X.75? Over B or D? Yes, it does. It's the B-channel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Sep 18 13:58:55 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CB4A37B404 for ; Wed, 18 Sep 2002 13:58:54 -0700 (PDT) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D49B43E75 for ; Wed, 18 Sep 2002 13:58:52 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.12.3/8.12.3) with UUCP id g8IKx6Xc091173; Wed, 18 Sep 2002 22:59:06 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.12.6/8.12.2) with ESMTP id g8IKw6or001943; Wed, 18 Sep 2002 22:58:06 +0200 (CEST) (envelope-from root@nihil.plaut.de) Date: Wed, 18 Sep 2002 22:58:06 +0200 (CEST) From: Michael Reifenberger To: Dirk GOUDERS Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 In-Reply-To: <200209181827.g8IIRZCd006769@musashi.et.bocholt.fh-gelsenkirchen.de> Message-ID: <20020918225107.L578-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 18 Sep 2002, Dirk GOUDERS wrote: > Date: Wed, 18 Sep 2002 20:27:35 +0200 > From: Dirk GOUDERS > To: freebsd-isdn@FreeBSD.ORG > Subject: Re: i4b and X.75 > > > ... > > > Where it appears has mostly to do what you want to interface to the > > > B-channel. Without knowing what you try to accomplish, i'd suggest > > > to develop in the userland and interface to one the i4brbch devices > > > in userland. > > ... > > Maybe sending SMS over ISDN? > > That is exactly what I want to do. > Under Linux, I used the ttyI* devices that emulate a modem and allow > usage of AT-commands. You could have a look at /usr/src/share/examples/isdn/v21 which adds a V.21 modem driver in userland. As allready said probably the simplest aproach would be to do something similar using the i4brbch device... 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 Wed Sep 18 23:55:47 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0411637B401 for ; Wed, 18 Sep 2002 23:55:46 -0700 (PDT) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4822543E6A for ; Wed, 18 Sep 2002 23:55:45 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost.hcs.de [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id 1E65A1550A; Thu, 19 Sep 2002 08:55:43 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 37F8815227; Thu, 19 Sep 2002 08:55:41 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id 2103E591; Thu, 19 Sep 2002 08:55:41 +0200 (METDST) Date: Thu, 19 Sep 2002 08:55:41 +0200 From: Hellmuth Michaelis To: Dirk GOUDERS Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 Message-ID: <20020919065540.GB29766@hcswork.hcs.de> Reply-To: hm@hcs.de Mail-Followup-To: Dirk GOUDERS , freebsd-isdn@FreeBSD.ORG References: <20020918191918.P578-100000@nihil> <200209181827.g8IIRZCd006769@musashi.et.bocholt.fh-gelsenkirchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209181827.g8IIRZCd006769@musashi.et.bocholt.fh-gelsenkirchen.de> Organization: HCS Hanseatischer Computerservice GmbH X-Virus-Scanned-HCS: by AMaViS perl-11 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Sep 18, 2002 at 08:27:35PM +0200, Dirk GOUDERS wrote: > > ... > > > Where it appears has mostly to do what you want to interface to the > > > B-channel. Without knowing what you try to accomplish, i'd suggest > > > to develop in the userland and interface to one the i4brbch devices > > > in userland. > > ... > > Maybe sending SMS over ISDN? > > That is exactly what I want to do. Is there technical documentation available for sending SMS over ISDN using X.75 ? hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Sep 19 1: 6:13 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 518C837B401 for ; Thu, 19 Sep 2002 01:06:12 -0700 (PDT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A7F43E6A for ; Thu, 19 Sep 2002 01:06:11 -0700 (PDT) (envelope-from martin@duskware.de) Received: from fwd11.sul.t-online.de by mailout11.sul.t-online.com with smtp id 17rwK9-0002mR-0C; Thu, 19 Sep 2002 10:06:09 +0200 Received: from mail.duskware.de (520038743430-0001@[217.82.91.174]) by fmrl11.sul.t-online.com with esmtp id 17rwK3-2DZP0aC; Thu, 19 Sep 2002 10:06:03 +0200 Received: (from martin@localhost) by mail.duskware.de (8.11.6/8.11.6) id g8J861200463; Thu, 19 Sep 2002 10:06:02 +0200 (CEST) Date: Thu, 19 Sep 2002 10:06:01 +0200 From: Martin Husemann To: Hellmuth Michaelis Cc: Dirk GOUDERS , freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 Message-ID: <20020919080601.GA410@drowsy.duskware.de> References: <20020918191918.P578-100000@nihil> <200209181827.g8IIRZCd006769@musashi.et.bocholt.fh-gelsenkirchen.de> <20020919065540.GB29766@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020919065540.GB29766@hcswork.hcs.de> User-Agent: Mutt/1.4i X-Sender: 520038743430-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Sep 19, 2002 at 08:55:41AM +0200, Hellmuth Michaelis wrote: > Is there technical documentation available for sending SMS over ISDN > using X.75 ? I would be interested too. Can someone give a management summary? I suppose you call a target-net-provider specific service account and transfer the message via some protocol over the B-channel? Can you receive SMS this way too? (ISTR there are now ISDN phones sold that claim to do SMS, so the answer is probably yes) Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Sep 19 1:59: 4 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BFBD37B401 for ; Thu, 19 Sep 2002 01:59:03 -0700 (PDT) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6A143E4A for ; Thu, 19 Sep 2002 01:59:02 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.12.3/8.12.3) with UUCP id g8J8xGt3096910; Thu, 19 Sep 2002 10:59:16 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.12.6/8.12.2) with ESMTP id g8J8w34r001262; Thu, 19 Sep 2002 10:58:04 +0200 (CEST) (envelope-from root@nihil.plaut.de) Date: Thu, 19 Sep 2002 10:58:03 +0200 (CEST) From: Michael Reifenberger To: Hellmuth Michaelis Cc: Dirk GOUDERS , Subject: Re: i4b and X.75 In-Reply-To: <20020919065540.GB29766@hcswork.hcs.de> Message-ID: <20020919105634.T656-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 19 Sep 2002, Hellmuth Michaelis wrote: > Date: Thu, 19 Sep 2002 08:55:41 +0200 > From: Hellmuth Michaelis > To: Dirk GOUDERS > Cc: freebsd-isdn@FreeBSD.ORG > Subject: Re: i4b and X.75 > ... > Is there technical documentation available for sending SMS over ISDN > using X.75 ? Yes. In the case of D2-Vodafone: http://www.vodafone.de/downloadarea/EMI3_2.pdf 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 Thu Sep 19 2: 8:28 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2817A37B401 for ; Thu, 19 Sep 2002 02:08:27 -0700 (PDT) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B0143E42 for ; Thu, 19 Sep 2002 02:08:26 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.12.3/8.12.3) with UUCP id g8J97UNl097016; Thu, 19 Sep 2002 11:07:30 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.12.6/8.12.2) with ESMTP id g8J96dut001345; Thu, 19 Sep 2002 11:06:39 +0200 (CEST) (envelope-from root@nihil.plaut.de) Date: Thu, 19 Sep 2002 11:06:39 +0200 (CEST) From: Michael Reifenberger To: Martin Husemann Cc: Hellmuth Michaelis , Dirk GOUDERS , Subject: Re: i4b and X.75 In-Reply-To: <20020919080601.GA410@drowsy.duskware.de> Message-ID: <20020919110313.S656-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 19 Sep 2002, Martin Husemann wrote: ... > I would be interested too. Can someone give a management summary? > > I suppose you call a target-net-provider specific service account and > transfer the message via some protocol over the B-channel? > > Can you receive SMS this way too? (ISTR there are now ISDN phones > sold that claim to do SMS, so the answer is probably yes) If you are too lazy to implement X.75 over ISDN to send SMS you could probably hook up your favourite Siemens-S35 over serial/IrDA and use /usr/ports/comms/scmxx to send/receive SMS :-) (Never tried though!) 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 Thu Sep 19 3:12:51 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B76E37B401 for ; Thu, 19 Sep 2002 03:12:50 -0700 (PDT) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DE843E3B for ; Thu, 19 Sep 2002 03:12:49 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost.hcs.de [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id 25E4C155E1; Thu, 19 Sep 2002 12:12:47 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 02DC4155E6; Thu, 19 Sep 2002 12:12:45 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id E0D054EE; Thu, 19 Sep 2002 12:12:44 +0200 (METDST) Date: Thu, 19 Sep 2002 12:12:44 +0200 From: Hellmuth Michaelis To: Michael Reifenberger Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 Message-ID: <20020919101244.GA3222@hcswork.hcs.de> Reply-To: hm@hcs.de Mail-Followup-To: Michael Reifenberger , freebsd-isdn@FreeBSD.ORG References: <20020919080601.GA410@drowsy.duskware.de> <20020919110313.S656-100000@nihil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020919110313.S656-100000@nihil> Organization: HCS Hanseatischer Computerservice GmbH X-Virus-Scanned-HCS: by AMaViS perl-11 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Sep 19, 2002 at 11:06:39AM +0200, Michael Reifenberger wrote: > If you are too lazy to implement X.75 over ISDN to send SMS you > could probably hook up your favourite Siemens-S35 over serial/IrDA > and use /usr/ports/comms/scmxx to send/receive SMS :-) > (Never tried though!) Hmm, searching for scm in the ports just gives scm-5d6_1 A scheme interpreter which is probably not what you meant , or .. ? ;-) hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Sep 19 3:27:47 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63EAF37B401 for ; Thu, 19 Sep 2002 03:27:47 -0700 (PDT) Received: from alice.et.bocholt.fh-ge.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA62243E6E for ; Thu, 19 Sep 2002 03:27:45 -0700 (PDT) (envelope-from gouders@et.bocholt.fh-gelsenkirchen.de) Received: from musashi.et.bocholt.fh-gelsenkirchen.de (musashi.et.bocholt.fh-gelsenkirchen.de [193.175.197.95]) by alice.et.bocholt.fh-ge.de (8.12.3/8.12.3) with ESMTP id g8JARhYG002909 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 19 Sep 2002 12:27:44 +0200 Received: from localhost (localhost [127.0.0.1]) by musashi.et.bocholt.fh-gelsenkirchen.de (8.12.3/8.12.3) with ESMTP id g8JARhCd007948 for ; Thu, 19 Sep 2002 12:27:43 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-gelsenkirchen.de) Message-Id: <200209191027.g8JARhCd007948@musashi.et.bocholt.fh-gelsenkirchen.de> To: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 In-Reply-To: Message from Michael Reifenberger of "Wed, 18 Sep 2002 22:58:06 +0200." <20020918225107.L578-100000@nihil> Date: Thu, 19 Sep 2002 12:27:43 +0200 From: Dirk GOUDERS Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > You could have a look at /usr/src/share/examples/isdn/v21 > which adds a V.21 modem driver in userland. Thanks for the hint. I'll take a look at the driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Sep 19 3:35:46 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8072737B401 for ; Thu, 19 Sep 2002 03:35:45 -0700 (PDT) Received: from alice.et.bocholt.fh-ge.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A32E43E6A for ; Thu, 19 Sep 2002 03:35:44 -0700 (PDT) (envelope-from gouders@et.bocholt.fh-gelsenkirchen.de) Received: from musashi.et.bocholt.fh-gelsenkirchen.de (musashi.et.bocholt.fh-gelsenkirchen.de [193.175.197.95]) by alice.et.bocholt.fh-ge.de (8.12.3/8.12.3) with ESMTP id g8JAZhYG002924 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 19 Sep 2002 12:35:43 +0200 Received: from localhost (localhost [127.0.0.1]) by musashi.et.bocholt.fh-gelsenkirchen.de (8.12.3/8.12.3) with ESMTP id g8JAZhCd007968; Thu, 19 Sep 2002 12:35:43 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-gelsenkirchen.de) Message-Id: <200209191035.g8JAZhCd007968@musashi.et.bocholt.fh-gelsenkirchen.de> To: Dirk GOUDERS , freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 In-Reply-To: Message from Hellmuth Michaelis of "Thu, 19 Sep 2002 08:55:41 +0200." <20020919065540.GB29766@hcswork.hcs.de> Date: Thu, 19 Sep 2002 12:35:43 +0200 From: Dirk GOUDERS Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Is there technical documentation available for sending SMS over ISDN > using X.75 ? Yes, I found the informatinon in the following manual: http://www.vodafone.de/downloadarea/EMI3_2.pdf Dirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Sep 19 3:47: 1 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0152B37B401 for ; Thu, 19 Sep 2002 03:47:01 -0700 (PDT) Received: from alice.et.bocholt.fh-ge.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C6F43E65 for ; Thu, 19 Sep 2002 03:47:00 -0700 (PDT) (envelope-from gouders@et.bocholt.fh-gelsenkirchen.de) Received: from musashi.et.bocholt.fh-gelsenkirchen.de (musashi.et.bocholt.fh-gelsenkirchen.de [193.175.197.95]) by alice.et.bocholt.fh-ge.de (8.12.3/8.12.3) with ESMTP id g8JAkwYG002956 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 19 Sep 2002 12:46:59 +0200 Received: from localhost (localhost [127.0.0.1]) by musashi.et.bocholt.fh-gelsenkirchen.de (8.12.3/8.12.3) with ESMTP id g8JAkwCd007988 for ; Thu, 19 Sep 2002 12:46:58 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-gelsenkirchen.de) Message-Id: <200209191046.g8JAkwCd007988@musashi.et.bocholt.fh-gelsenkirchen.de> To: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 In-Reply-To: Message from Martin Husemann of "Thu, 19 Sep 2002 10:06:01 +0200." <20020919080601.GA410@drowsy.duskware.de> Date: Thu, 19 Sep 2002 12:46:58 +0200 From: Dirk GOUDERS Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I would be interested too. Can someone give a management summary? > > I suppose you call a target-net-provider specific service account and > transfer the message via some protocol over the B-channel? That's correct. As already stated, I tried this on a GNU/Linux system and communicated over the device /dev/ttyI0. After dialing the provider, I had to speak the EMI protocol to send messages. > Can you receive SMS this way too? (ISTR there are now ISDN phones > sold that claim to do SMS, so the answer is probably yes) Maybe I will test this, today. Dirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Sep 19 3:52:51 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4E237B401 for ; Thu, 19 Sep 2002 03:52:50 -0700 (PDT) Received: from alice.et.bocholt.fh-ge.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EBAE43E6E for ; Thu, 19 Sep 2002 03:52:49 -0700 (PDT) (envelope-from gouders@et.bocholt.fh-gelsenkirchen.de) Received: from musashi.et.bocholt.fh-gelsenkirchen.de (musashi.et.bocholt.fh-gelsenkirchen.de [193.175.197.95]) by alice.et.bocholt.fh-ge.de (8.12.3/8.12.3) with ESMTP id g8JAqmYG002968 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 19 Sep 2002 12:52:48 +0200 Received: from localhost (localhost [127.0.0.1]) by musashi.et.bocholt.fh-gelsenkirchen.de (8.12.3/8.12.3) with ESMTP id g8JAqmCd008002 for ; Thu, 19 Sep 2002 12:52:48 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-gelsenkirchen.de) Message-Id: <200209191052.g8JAqmCd008002@musashi.et.bocholt.fh-gelsenkirchen.de> To: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 In-Reply-To: Message from Michael Reifenberger of "Thu, 19 Sep 2002 11:06:39 +0200." <20020919110313.S656-100000@nihil> Date: Thu, 19 Sep 2002 12:52:48 +0200 From: Dirk GOUDERS Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > If you are too lazy to implement X.75 over ISDN to send SMS you > could probably hook up your favourite Siemens-S35 over serial/IrDA > and use /usr/ports/comms/scmxx to send/receive SMS :-) > (Never tried though!) Well, what I want to do is to add a further connection to a software package, I am working on. You can find it at http://smscgw.ccamp.de/. It already works with some GSM phones, but I think it would be nice, if it also supports X.75 connections. Dirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Sep 19 15:17:37 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F7E837B401 for ; Thu, 19 Sep 2002 15:17:36 -0700 (PDT) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9108043E3B for ; Thu, 19 Sep 2002 15:17:35 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.12.3/8.12.3) with UUCP id g8JMHtiI003769; Fri, 20 Sep 2002 00:17:55 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.12.6/8.12.2) with ESMTP id g8JMGsRk001160; Fri, 20 Sep 2002 00:16:54 +0200 (CEST) (envelope-from root@nihil.plaut.de) Date: Fri, 20 Sep 2002 00:16:53 +0200 (CEST) From: Michael Reifenberger To: Hellmuth Michaelis Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 In-Reply-To: <20020919101244.GA3222@hcswork.hcs.de> Message-ID: <20020920001105.L1148-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 19 Sep 2002, Hellmuth Michaelis wrote: ... > > If you are too lazy to implement X.75 over ISDN to send SMS you > > could probably hook up your favourite Siemens-S35 over serial/IrDA > > and use /usr/ports/comms/scmxx to send/receive SMS :-) > > (Never tried though!) > ... > which is probably not what you meant , or .. ? ;-) Not really. You need to re-cvsup your /usr/ports. Or search for a more-up-to-date cvsup host :-) scmxx (in hex 0x73 0x63 0x6d 0x78 0x78) is a fresh port (from yesterday). 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 Fri Sep 20 4:40:19 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D98737B401 for ; Fri, 20 Sep 2002 04:40:18 -0700 (PDT) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D654843E6A for ; Fri, 20 Sep 2002 04:40:17 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost.hcs.de [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id 48FB6155D5; Fri, 20 Sep 2002 13:39:40 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id ADC9D1557D; Fri, 20 Sep 2002 13:39:30 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id 8CF0D55A; Fri, 20 Sep 2002 13:39:30 +0200 (METDST) Date: Fri, 20 Sep 2002 13:39:30 +0200 From: Hellmuth Michaelis To: Michael Reifenberger Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b and X.75 Message-ID: <20020920113930.GA5771@hcswork.hcs.de> Reply-To: hm@hcs.de Mail-Followup-To: Michael Reifenberger , freebsd-isdn@FreeBSD.ORG References: <20020919101244.GA3222@hcswork.hcs.de> <20020920001105.L1148-100000@nihil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020920001105.L1148-100000@nihil> Organization: HCS Hanseatischer Computerservice GmbH X-Virus-Scanned-HCS: by AMaViS perl-11 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Sep 20, 2002 at 12:16:53AM +0200, Michael Reifenberger wrote: > You need to re-cvsup your /usr/ports. > Or search for a more-up-to-date cvsup host :-) > scmxx (in hex 0x73 0x63 0x6d 0x78 0x78) is a fresh port (from yesterday). Found it on freshports. Thanks for the hint ! 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