*BSD News Article 6632


Return to BSD News archive

Path: sserve!manuel.anu.edu.au!munnari.oz.au!sgiblab!zaphod.mps.ohio-state.edu!cs.utexas.edu!uwm.edu!ogicse!reed!henson!nyssa!tfm!dlu
From: dlu@tfm.com (Doug Urner)
Newsgroups: comp.unix.bsd
Subject: Re: fax software for 386bsd?
Message-ID: <1992Oct16.104048.14052@tfm.com>
Date: 16 Oct 92 10:40:48 GMT
Article-I.D.: tfm.1992Oct16.104048.14052
References: <7yB2RB1w165w@student.business.uwo.ca> <1992Oct5.103838.13036@Informatik.TU-Muenchen.DE> <1992Oct5.105838.13230@Informatik.TU-Muenchen.DE> <1992Oct14.184210.16229@gumby.dsd.trw.com>
Organization: tfm Associates, Ltd.
Lines: 16

gottloeb@eel.dsd.trw.com (Jeffrey R. Gottloeb) writes:

>I've got most of done and am testing it right now.  I am able to send faxes
>out via the spooler but I am having difficulty receiving faxes.  The problem
>seems to be a time-out problem after receiving the CONNECT message.

Netfax configures the modem to send numeric result codes.  Some modems must
"mix modes" and send "CONNECT" instead of "1".  The fix that I used was to
modify lib/libfax/response.c around line 222 to check if the numeric response
was a 1 and if so to handle it like a "CONNECT" (look at the code for the
"RESPONSE_CONNECT" case and add the appropriate parts to the "RESPONSE_NUMERIC"
case).

If the above doesn't make sense send me a note and I'll send you diffs.

Doug