From owner-freebsd-isdn Wed Mar 25 02:02:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11782 for freebsd-isdn-outgoing; Wed, 25 Mar 1998 02:02:08 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11770 for ; Wed, 25 Mar 1998 02:02:04 -0800 (PST) (envelope-from etonumo@eto.ericsson.se) Received: from hare-server0 (hareb0.eto.ericsson.se [193.160.206.3]) by penguin.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-1.12) with SMTP id LAA22228; Wed, 25 Mar 1998 11:01:30 +0100 (MET) Received: from dinosaur by hare-server0 (5.0/LME-DOM-2.2.3 (hare)) id AA03333; Wed, 25 Mar 1998 11:01:26 +0100 Received: by dinosaur (5.0/client-1.5 (hare)) id AA18606; Wed, 25 Mar 1998 11:01:24 +0100 Date: Wed, 25 Mar 1998 11:01:24 +0100 Message-Id: <9803251001.AA18606@dinosaur> From: Ulltveit-Moe Nils To: Peter Simons Cc: freebsd-isdn@FreeBSD.ORG Subject: Fax In-Reply-To: References: Mime-Version: 1.0 (generated by tm-edit 7.103) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Simons writes: > -----BEGIN PGP SIGNED MESSAGE----- > > Hi, > > does anyone know a software that can receive/send fax over ISDN? I am > using a Fritz!Card, which can handle group 3 (analogous) fax, but I > can't find any hint in the i4b software that this is supported in any > way. This is probably not implemented. Implementing G3 fax in ISDN would mean simulating an analog modem on the digital link. This means having to generate the right waveforms for the modulated data, and receive analog data from the other end which you had to run FFT analysis on and then interpret. In addition you have to do this in realtime, to be able to deal with the timing involved in the fax protocol, something neither FreeBSD or Linux is good at in their native form.. A third point is that a software simulated faxmodem usually does not work well. I tested Teles software faxmodem in Win-95 towards an Ericsson V34 HE modem, and was able to send faxes from the ISDN card at 4800 baud only, and receive faxes ad 9600 baud only(!) (And it is not the Ericsson modems fault, it works flawlessly towards other fax machines.) My point is that the best thing to do is to use an ordinary faxmodem to handle faxes with Hylafax of mgetty+sendfax or efax, or you may use a combined ISDN card with an analog part. Of course, if you are crazy enough, you may try to implement a software simulated modem in e.g. RT-linux, or a similar realtime extension for FreeBSD. Best regards, Nils Ulltveit-Moe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message