From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Modem reset troubles
To: sterno@verinet.com (Zach Tippit)
Date: Mon, 1 Dec 1997 07:57:24 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Zach Tippit wrote:
    
    It seems that either hfaxd or faxsend does not reset my modem after

hfaxd(1M) does not chat with the modem at all.

    sending a  fax; If I send one it goes fine, but the next one will not work
    until I do "echo "atz" > /dev/modem" and then force the queue.  Is there
    any way to make this happen automagically after sending a fax?

You didn't give much information about your installation.
Do you run faxgetty(1M) also or do you run a so called "send
only mode" w/o faxgetty(1M)? If you run faxgetty(1M) enable
the serverTracing to see how it's chating with the modem
and what the problem is. If you don't run faxgetty(1M)
collect a session trace to see why faxsend(1M) can't
initialize the modem correctly.

I'ld recommend using faxgetty(1M) anyway.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Mon, 01 Dec 1997 22:18:46 +0100
From: Ramon Arxer i Galabert <arxer@bcn.servicom.es>
Organization: http://yi.com/home/ArxerRamon/
To: Llista distribucio HylaFAX <flexfax@sgi.com>
Subject: flexfax: Configuring access with hosts file
Sender: owner-flexfax@celestial.com

Hello!

I've to configure my HylaFAX server to accept mails from two domains,
and after trying the manual examples I allways receive a mail telling me
that I've no access. The system only works for the root user if there's
a line like:
	root@fax.pangea.org
in the hosts file.
The file has the 600 rights and is owned by uucp.uucp.
Is there a place where I can find the newest manual?
Thank you very much.
-- 
Best regards,

Ramon Arxer i Galabert

e-mail :
	arxer@bcn.servicom.es
	ramon25@casal.upc.es
WWW :
	http://yi.com/home/ArxerRamon
	http://casal.upc.es/~ramon25

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 02 Dec 1997 09:03:16 +0000
To: HylaFAX List <flexfax@sgi.com>
From: Phil Watkinson <pkw@elgro.co.uk>
Subject: Re: flexfax: Configuring access with hosts file
Cc: Ramon Arxer i Galabert <arxer@bcn.servicom.es>
Sender: owner-flexfax@celestial.com

At 22:18 01/12/1997 +0100, Ramon Arxer i Galabert wrote:
>Hello!
>
>I've to configure my HylaFAX server to accept mails from two domains,
>and after trying the manual examples I always receive a mail telling me
>that I've no access. The system only works for the root user if there's
>a line like:
>	root@fax.pangea.org
>in the hosts file.
>The file has the 600 rights and is owned by uucp.uucp.
>Is there a place where I can find the newest manual?

Well, the man page is the place to look ( You may have to use the command
'man 5 hosts' to get the right one ). 

Whether it makes any sense depends on whether you know what a 
'regular expression' is. I didn't, up to last week, until I had to
change CR/LFs into LFs at the end of each line in a series of text files.
A combination of the substitute command and a regular expression suggested
by a friend did the job quickly and efficiently. I was impressed.

Assuming that the two domains you need access from are :
	bcn.servicom.es
	casal.upc.es
then, using an example from the man page, the following should work:
	.*bcn\.servicom\.es$
	.*casal\.upc\.es$

What does this all mean, then? Well, the dot '.' means any visible
character and the star '*' means zero or more of them. (Apologies to
gurus if this is not 100% technically correct). So, for a client
called 'arxer@bcn.servicom.es' this will match up to and including the
'@'. Now we have restrict the pattern to the domains we allow, so they
come next, but note the dot '.' is a dot and not a wildcard, so we have
to put a slash '\' in front of it. Lastly, the dollar '$' means the end
of the line.

Yep, it's bizarre. But it's the Unix standard and a lot of programs use
it. More details? Well, 'man grep' is a good place to start. The
documentation with your vi or vi clone will also have some info.

Then re-read the man page.

Good Luck,
Phil Watkinson,
Boston, UK.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Mon, 01 Dec 1997 16:47:08 +0100
From: Benito VeNe Venegas <vene@cunning.maptek.cl>
Organization: Maptek Chile Ltda.
To: flexfax@sgi.com
Subject: flexfax: Dialing
Sender: owner-flexfax@celestial.com

hi friends:

I am sorry I am new hylafax user.
I need to say to sendfax command that to send a fax it must get a line
with 9 , wait, and after dial the number (like atdt 9w3412324) 

If this possible....???

I couldn't find information in the FAQ's

Thanks in advance...


-- .


Salu2 de 

 /  |               	"El Hombre es un experimento;	
(   | ___  ___  ___	 El tiempo demostrara si valia la pena" 
 \  )|___)|   )|___)				Mark Twain
  \/ |__  |  / |__  	 

mailto:vene@maptek.cl 
     EngInEEr

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Dialing
To: vene@cunning.maptek.cl (Benito VeNe Venegas)
Date: Tue, 2 Dec 1997 07:55:16 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Benito VeNe Venegas wrote:
    
    hi friends:
    
    I am sorry I am new hylafax user.
    I need to say to sendfax command that to send a fax it must get a line
    with 9 , wait, and after dial the number (like atdt 9w3412324) 
    
    If this possible....???
    
    I couldn't find information in the FAQ's
    
    Thanks in advance...

read the manual config(4F) for ModemDialCmd

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 2 Dec 1997 08:59:40 +0100 (MET)
From: Carsten Hoeger <choeger@suse.de>
To: Benito VeNe Venegas <vene@cunning.maptek.cl>
cc: flexfax@sgi.com
Subject: Re: flexfax: Dialing
Sender: owner-flexfax@celestial.com

On Mon, 1 Dec 1997, Benito VeNe Venegas wrote:

> hi friends:
> 
> I am sorry I am new hylafax user.
> I need to say to sendfax command that to send a fax it must get a line
> with 9 , wait, and after dial the number (like atdt 9w3412324) 
> 
> If this possible....???

You can use the comma ',' to tell the modem to wait.
As described in 'man config':

ModemCommaPauseTimeCmd        string     ATS8=2           command
 for setting time to pause for ``,'' in dialing string

You can set the wait delay with 'ModemCommaPauseTimeCmd'

mfG,
	Carsten Hoeger
------
Carsten Hoeger  - S.u.S.E. GmbH -  Gebhardtstr. 2  -  90762 Fuerth  -  Germany
fax +49-911-3206727      web http://www.suse.de        mailbox +49-911-3247122
"Ein Buch ist eine Wolke, auf der man keinen Husten bekommt." (Max Goldt)

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 02 Dec 1997 09:25:48 +0000
To: HylaFAX List <flexfax@sgi.com>
From: Phil Watkinson <pkw@elgro.co.uk>
Subject: Re: flexfax: Dialing
Cc: Benito VeNe Venegas <vene@cunning.maptek.cl>
Sender: owner-flexfax@celestial.com

At 16:47 01/12/1997 +0100, Benito VeNe Venegas wrote:
>hi friends:
>
>I am sorry I am new hylafax user.
>I need to say to sendfax command that to send a fax it must get a line
>with 9 , wait, and after dial the number (like atdt 9w3412324) 
>
>If this possible....???
>

[ Okay, Nico, I'll get this ]

An alternative to changing ModemDialCmd in the config file is to alter
the dialrules file.

I added to my /var/spool/fax/etc/dialrules file:

	^[0-9]{7,}$		= 9,&		! add 9 for outside calls

just before the final "]" on the last line of the file.


>I couldn't find information in the FAQ's
>

There's a new bit in the revised html documentation, to be issued
with v4.0pl2, concerning exactly this (advanced-setup.html).

Cheers,
Phil Watkinson,
Boston, UK.     ~ Winter hit Britain today. The cold is unforgiving.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 2 Dec 1997 13:13:48 -0800 (PST)
From: Michael Oswell <faxmail@page.esgroup.net>
To: flexfax@sgi.com
Subject: flexfax: Email - Fax
Sender: owner-flexfax@celestial.com

Hi.  I'm having a problem with phone/fax combinations.  

It seems that anytime my server tried to send a fax to a faxmachine that
shares a phone line with a voice phone, it never sends it.  My assumption
is that it is quitting before three rings, at which time the fax machine
is stupposed to pick up.

Can anyone tell me hwere to set the number of rings Hylafax should wait
for before quitting?  I can't seem to find it in any documentation.

Also.. On some fax machines, Hylafax isn't receiving a responce that the
fax is received.  In other words, if we send out a fax, the receiving fax
machine gets it, then Hylafax resends it about 5 or 6 times not thinking
that it made it.

Ideas anyone? 


Thanks a lot for any help given.

Michael Oswell
ESI Communications.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 2 Dec 1997 15:05:01 -0700 (MST)
From: Zach Tippit <sterno@verinet.com>
To: flexfax@sgi.com
Subject: flexfax: More hylafax probs
Sender: owner-flexfax@celestial.com



I'm running the distribution included in the hylafax-4.0-6 linux rpm under
a 2.0 kernel.  I'm trying to do an email-fax gateway.  Here is my problem:


If I simply run sendfax -n -d <my fax number> and type stuff in, it faxes
fine.  


If I mail to an alias: 

fax:"|/usr/bin/sendfax -n -d <my number>"

It will send three pages, each of which has one line of clear text(the
from line) and then one line of blurred text.  The three pages are
identical(first two lines of the email).  This is truly baffling.  Help?

Zach

>Received: (from john@localhost) by johncon.johncon.com (8.6.12/8.6.12) id PAA08478; Tue, 2 Dec 1997 15:02:11 -0800
Date: Tue, 2 Dec 1997 15:02:11 -0800
From: John Conover <john@johncon.johncon.com>
To: flexfax@sgi.com
Subject: flexfax: faxgetty not re-initializing
Reply-To: John Conover <john@johncon.johncon.com>
X-Return-Receipt-To: john@johncon.johncon.com
X-Read-Receipt-To: john@johncon.johncon.com
Sender: owner-flexfax@celestial.com

I just upgraded to hylafax-v4.0pl1 on linux-2.0.30, and faxgetty will
not re-initialize the modem after sending a fax. I can uucp/pppd, both
I/O, and faxgetty will re-initialize the modem when the line is dropped,
and it re-initializes the modem after a fax is received. Just not after
sending a fax. Anyone know what I might start looking at?

	Thanks,

	John

/etc/services looks like:

    hylafax 4559/tcp # HylaFAX client-server protocol
    snpp    444/tcp  # Simple Network Paging Protocol

/etc/inetd.conf looks like:

    hylafax stream tcp nowait fax /usr/sbin/tcpd  /usr/local/bin/hfaxd hfaxd -I

/etc/inittab looks like:

    d3:345:respawn:/usr/bin/nice -20 /usr/local/bin/faxgetty cua1

/etc/rc.d/rc.local looks like:

    /usr/local/bin/faxq

I tried things without the nice -20 and without /usr/sbin/tcpd, but to
no avail. After sending a fax, if I kill faxgetty, things will work
fine, until I send another fax. After the fax is sent, TR is low, and
the modem lights don't dance with the initialization. Config.cua1 is
attached, which worked fine under the previous version of HylaFAX.

-- 

John Conover, 631 Lamont Ct., Campbell, CA., 95008, USA.
VOX 408.370.2688, FAX 408.379.9602
john@johncon.com

# $Id: usr-rts,v 1.6 1996/06/24 02:58:43 sam Rel $
#
# HylaFAX Facsimile Software
#
# Copyright (c) 1990-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
# HylaFAX is a trademark of Silicon Graphics, Inc.
#
# Permission to use, copy, modify, distribute, and sell this software and
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice appear in
# all copies of the software and related documentation, and (ii) the names of
# Sam Leffler and Silicon Graphics may not be used in any advertising or
# publicity relating to the software without the specific, prior written
# permission of Sam Leffler and Silicon Graphics.
#
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
#
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
# OF THIS SOFTWARE.
#
# Configuration for using the Class 1 command interface with
# a USR Courier or Sportster modem and RTS/CTS flow control.
#
CountryCode:		1
AreaCode:		408
FAXNumber:		+1.408.379.9602
LongDistancePrefix:	1
InternationalPrefix:	011
DialStringRules:	etc/dialrules
ServerTracing:		1
SessionTracing:		11
RecvFileMode:		0666
LogFileMode:		0666
DeviceMode:		0666
RingsBeforeAnswer:	1
SpeakerVolume:		off
GettyArgs:		"-h %l F38400 vt100"
LocalIdentifier:	+14083799602
TagLineFont:		etc/lutRS18.pcf
TagLineFormat:		"From %%l|%c|Page %%p of %%t"
PercentGoodLines:	50
MaxConsecutiveBadLines:	100
MaxRecvPages:		100
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:		Class1		# use class 1 interface
ModemRate:		38400		# max rate for DCE-DTE communication
ModemFlowControl:	rtscts		# hardware flow control
#
ModemSetupDTRCmd:	ATS13=1&D2	# setup so DTR drop resets modem
ModemSetupDCDCmd:	AT&C1		# setup so DCD reflects carrier (or not)
ModemNoFlowCmd:		AT&H0&I0&R1	# setup modem for no flow control
ModemHardFlowCmd:	AT&H1&I0&R2	# setup modem for hardware flow control
ModemSoftFlowCmd:	AT&H2&I2&R1	# setup modem for software flow control
ModemResultCodesCmd:	ATQ0X4		# enable result codes
#
ModemMfrQueryCmd:	!USR
ModemModelQueryCmd:	ATI3
ModemRevQueryCmd:	ATI7		# XXX, returns a multi-line result
#
# When AT+FCLASS=1 is issued the modem automatically switches
# to software flow control; these parameters let the fax software
# reset flow control as needed after entering Class 1.
#
Class1NFLOCmd:		AT&H0&I0&R1	# setup modem for no flow control
Class1HFLOCmd:		AT&H1&I0&R2	# setup modem for hardware flow control
Class1SFLOCmd:		""		# modem does this automatically
#
# The remainder of this configuration is included so that the
# modem "idles" in Class 1 while not sending or receiving facsimile.
#
ModemSetupAACmd:	AT+FAA=1+FCLASS=1&H1&I0&R2&A0&S1	# leave modem in class 1
ModemAnswerCmd:		AT+FAA=1+FCLASS=1&H1&I0&R2&A0&S1A	# force RTS/CTS after change to fax mode
ModemAnswerDataCmd:	AT&F1S2=255S7=90S13=1S19=90&A0&D2&S1E1M0A	# force reset after change to data mode
ModemWaitForConnect:	yes	# wait for CONNECT on answer

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 2 Dec 1997 20:47:21 -0600
From: Jason Lindquist <jlindqui@babylon5.figure1.net>
To: flexfax@sgi.com
Subject: flexfax: Limiting inbound fax speed
Reply-To: Jason Lindquist <linky@see.figure1.net>
X-Examined-For-Subversive-Content-By: Night Watch <nightwatch@earthforce.int>
Organization: Figure 1 Networks
Sender: owner-flexfax@celestial.com

Has anyone had any luck limiting the speed of received faxes?
I'm having trouble receiving at 14.4K, and I'd like to knock it down
to 9600, as this worked once before on a different system.

JL

-- 
Jason Lindquist  <*>       "Holograms don't lie, Danny boy..."
linky@see.figure1.net        -- Michael Garibaldi,  January 2762

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 03 Dec 1997 11:17:41 +0100
To: Jason Lindquist <linky@see.figure1.net>, flexfax@sgi.com
From: Karl Feichtinger <feichtinger@comconnect.com>
Subject: Re: flexfax: Limiting inbound fax speed
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

Hi,
Try this in your config.<device> file:
	Class2DCCQueryCmd: "!(0,1),(0-3),(0-2),(0-2),(0,1),0,0,(0-7)"
You should check the original response to the AT+FDCC=? command, and then
replace the second filed. In the above case, (0-3) limits the speed to 9600.
	
	Karl

At 20:47 02.12.1997 -0600, Jason Lindquist wrote:
>Has anyone had any luck limiting the speed of received faxes?

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 2 Dec 1997 22:17:16 -0500 (EST)
From: "David N. Lewis" <dlewis@appn.ci.in.ameritech.com>
To: flexfax@sgi.com
Subject: flexfax: resending failed faxes
Sender: owner-flexfax@celestial.com

Hello all.  I hope you are all well.
Quick question that't not obvious from the Hylafax man pages:
After a fax job has been deleted from the queue, because of three 
(default) failed attempts, is there an easy way to re-submit it, using 
the generated postscript file in /var/spool/fax/errq, and the original 
job id? (Or do I just manually issue a sendfax command, with the 
postscript file as the source?)
Also, is anyone lucky(?) enough to have to use older USRobitics Sportster 
14400 fax-modems?  I've been battling 'failure to train at 2400 bps' and 
'no response to MPS or EOP' errors with our USR's, which are send-only 
configuration.  With the help of USR (now 3Com), tech support, I've had
some luck alleviating the 'failure to train' errors, (or they've just 
'gone away' on their own), however I'm still fighting many MPS/EOP
errors.  (the initial handshaking is good, but after sending one or more 
pages, there seems to be a remote disconnect after an AT+FRH=3\r, (or 
something like that, and our USR tries 3 times, then quits.  If this 
sounds familiar to anyone, and you want to compare notes, let me know.
The destination recipient fax machines always seem to be Pitney Bowes...
Thanks, Dave Lewis  

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 03 Dec 1997 06:17:41 -0500 (EST)
Organization: The Creative Group
From: Patrick Gardella <patrick@cre8tivegroup.com>
To: "David N. Lewis" <dlewis@appn.ci.in.ameritech.com>
Subject: RE: flexfax: resending failed faxes
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

Dave,

Phil Abercrombie wrote a script to resend faxes, although it was for manual use
not automatic.  You could hack it to do an automated resend.

The automated resend was availible in HylaFAX 3, I think, but was removed
because it was more of a pest than it seemed.  If it didn't go though the first
time, then maybe the number was bad? Or their fax has a problem?

I'm sending you a copy of the script in a separate letter.  Don't want to tie
up the list.  If you do't get it, I found it in the archives.

Patrick Gardella


On 03-Dec-97 David N. Lewis wrote:
>Hello all.  I hope you are all well.
>Quick question that't not obvious from the Hylafax man pages:
>After a fax job has been deleted from the queue, because of three 
>(default) failed attempts, is there an easy way to re-submit it, using 
>the generated postscript file in /var/spool/fax/errq, and the original 
>job id? (Or do I just manually issue a sendfax command, with the 
>postscript file as the source?)

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
X-MAPI-MessageClass: IPM
To: perrot@francenet.fr, flexfax@sgi.com
From: Don Thompson <don@drumhill.prestel.co.uk>
Subject: T.30 errors on answer and - RE: flexfax: hylafax 4.0pl1 can't send fax to certain fax machines
Date: Wed, 03 Dec 1997 10:30:25 +0000
Sender: owner-flexfax@celestial.com

I'd appreciate hearing from anyone who has any experience of solving T.30 timeouts. I'm running MultiTech MT2834ZDXI modem, with firmware rev.0311. The host system is Solaris (Sparc) 2.5.1 with HylaFAX 4.0pl1.I

I'getting  a lot of the following errors on receive jobs.

Dec 02 14:50:50.39: [14951]: SESSION BEGIN 00000967 441232732712
Dec 02 14:50:50.40: [14951]: <-- [4:ATA\r]
Dec 02 14:51:05.70: [14951]: --> [5:+FCON]
Dec 02 14:51:05.70: [14951]: ANSWER: FAX CONNECTION
Dec 02 14:51:05.70: [14951]: RECV FAX: begin
Dec 02 14:51:49.90: [14951]: --> [8:+FHNG:74]
Dec 02 14:51:49.90: [14951]: REMOTE HANGUP: T.30 T1 timeout after EOM received (
code 74)
Dec 02 14:51:50.44: [14951]: --> [2:OK]
Dec 02 14:51:50.44: [14951]: RECV FAX: T.30 T1 timeout after EOM received
Dec 02 14:51:50.47: [14951]: RECV FAX: end
Dec 02 14:51:50.47: [14951]: SESSION END

>>Reply to your message of 11/21/97 5:06 PM
	>>Hi everybody,
	>>
	>>I am using hylafax 4.0pl1 on BSD/OS 2.1 to send faxes with USR Robotics 
	>>Courier V34bis. Usually it works well but with some fax machines, I have 
	>>problems. They receive the call of my hylafax modem but the fax is not send. 
	>>Below are the session logs.
	>>Any idea about that problem ?
	>>
	>>Thanks a lot in advance for your help.		Gildas.
	>>
	>>Your facsimile job to 3610,8120767246029,0231884129# failed because:
	>>    No answer (T.30 T1 timeout); too many attempts to send
	>>
	>>    ---- Transcript of session follows ----
	>>
	>>Nov 19 16:49:58.56: [20798]: SESSION BEGIN 00006313 
	>>331361081207672460290231884129
	>>Nov 19 16:49:58.56: [20798]: SEND FAX: JOB 4061 DEST 
	>>3610,8120767246029,0231884129# COMMID 00006313
	>>Nov 19 16:49:58.56: [20798]: DELAY 2600 ms
	>>Nov 19 16:50:01.17: [20798]: <-- [17:ATE0V1Q0X4S0=0H0\r]
	>>Nov 19 16:50:01.33: [20798]: --> [16:ATE0V1Q0X4S0=0H0]
	>>Nov 19 16:50:01.33: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.33: [20798]: <-- [32:ATS8=2S7=60&H2&I2&R1S13=1&D2&C1\r]
	>>Nov 19 16:50:01.50: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.50: [20798]: <-- [14:AT+FCLASS=2.0\r]
	>>Nov 19 16:50:01.54: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.54: [20798]: <-- [9:AT+FLO=1\r]
	>>Nov 19 16:50:01.58: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.58: [20798]: <-- [9:AT+FPP=0\r]
	>>Nov 19 16:50:01.62: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.63: [20798]: <-- [9:AT+FBO=0\r]
	>>Nov 19 16:50:01.66: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.66: [20798]: <-- [10:AT+FCT=30\r]
	>>Nov 19 16:50:01.70: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.70: [20798]: <-- [15:AT+FNR=1,1,1,1\r]
	>>Nov 19 16:50:01.74: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.74: [20798]: <-- [9:AT+FIE=0\r]
	>>Nov 19 16:50:01.78: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.78: [20798]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r]
	>>Nov 19 16:50:01.83: [20798]: --> [2:OK]
	>>Nov 19 16:50:01.83: [20798]: <-- [5:ATM0\r]
	>>Nov 19 16:50:01.99: [20798]: --> [2:OK]
	>>Nov 19 16:50:02.04: [20798]: <-- [14:AT+FCLASS=2.0\r]
	>>Nov 19 16:50:02.18: [20798]: --> [2:OK]
	>>Nov 19 16:50:02.18: [20798]: <-- [9:AT+FLO=1\r]
	>>Nov 19 16:50:02.32: [20798]: --> [2:OK]
	>>Nov 19 16:50:02.32: [20798]: <-- [9:AT+FPP=0\r]
	>>Nov 19 16:50:02.46: [20798]: --> [2:OK]
	>>Nov 19 16:50:02.46: [20798]: <-- [9:AT+FBO=0\r]
	>>Nov 19 16:50:02.60: [20798]: --> [2:OK]
	>>Nov 19 16:50:02.60: [20798]: <-- [10:AT+FCT=30\r]
	>>Nov 19 16:50:02.74: [20798]: --> [2:OK]
	>>Nov 19 16:50:02.74: [20798]: <-- [15:AT+FNR=1,1,1,1\r]
	>>Nov 19 16:50:02.88: [20798]: --> [2:OK]
	>>Nov 19 16:50:02.88: [20798]: <-- [9:AT+FIE=0\r]
	>>Nov 19 16:50:03.03: [20798]: --> [2:OK]
	>>Nov 19 16:50:03.03: [20798]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r]
	>>Nov 19 16:50:03.17: [20798]: --> [2:OK]
	>>Nov 19 16:50:03.17: [20798]: <-- [22:AT+FLI="NothingSetup"\r]
	>>Nov 19 16:50:03.32: [20798]: --> [2:OK]
	>>Nov 19 16:50:03.33: [20798]: DIAL 3610,8120767246029,0231884129#
	>>Nov 19 16:50:03.33: [20798]: <-- [35:ATDT3610,8120767246029,0231884129#\r]
	>>Nov 19 16:50:37.28: [20798]: --> [4:+FCO]
	>>Nov 19 16:50:38.52: [20798]: --> [13:+FNF:BC530170]
	>>Nov 19 16:50:38.52: [20798]: REMOTE NSF "BC530170"
	>>Nov 19 16:50:39.25: [20798]: --> [27:+FCI:"      02 31 88 41 29"]
	>>Nov 19 16:50:39.25: [20798]: REMOTE CSI "02 31 88 41 29"
	>>Nov 19 16:50:39.54: [20798]: --> [20:+FIS:1,3,0,2,0,0,0,4]
	>>Nov 19 16:51:11.33: [20798]: --> [7:+FHS:11]
	>>Nov 19 16:51:11.33: [20798]: REMOTE HANGUP: No answer (T.30 T1 timeout) (code 
	>>11)
	>>Nov 19 16:51:11.34: [20798]: SEND FAILED: No answer (T.30 T1 timeout)
	>>Nov 19 16:51:11.34: [20798]: SEND FAILED: No answer (T.30 T1 timeout); too 
	>>many attempts to send
	>>Nov 19 16:51:11.34: [20798]: <-- [5:ATH0\r]
	>>Nov 19 16:51:11.34: [20798]: --> [2:OK]
	>>Nov 19 16:51:11.36: [20798]: SESSION END
	>>
	>>    ---- Unsent job status ----
	>>
	>>   Destination: 3610,8120767246029,0231884129#
	>>         JobID: 4061
	>>       GroupID: 4061
	>>        Sender: nobody
	>>      Mailaddr: nobody@francenet.fr
	>>        CommID: 00006313
	>>Submitted From: localhost.francenet.fr
	>>    Page Width: 209 (mm)
	>>   Page Length: 296 (mm)
	>>    Resolution: 196 (lpi)
	>>        Status: No answer (T.30 T1 timeout); too many attempts to send
	>>       Dialogs: 3 (exchanges with remote device)
	>>         Dials: 0 (consecutive failed calls to destination)
	>>         Calls: 3 (total phone calls placed)
	>>         Pages: 0 (pages transmitted)
	>>      TotPages: 1 (total pages to transmit)
	>>      Attempts: 0 (attempts to send current page)
	>>        Dirnum: 0 (directory of next page to send)
	>>
	>>    ---- Documents submitted for transmission ----
	>>
	>>The following documents were submitted for transmission and are
	>>available on the server for reuse until they are automatically
	>>purged when this job is removed.  Documents may also be manually
	>>removed using the faxrm command; consult faxrm(1) for information.
	>>
	>>Filename                 Size Type
	>>docq/doc4081.ps          7005 PostScript
	>>-- 
	>>Gildas PERROT, perrot@francenet.fr         __o
	>>FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
	>>http://www.francenet.fr            ---- (_)/ (_)
	>>
	>>
	>>
>>End of message

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
X-MAPI-MessageClass: IPM
To: spine001@gold.tc.umn.edu
Cc: flexfax@sgi.com
From: Don Thompson <don@drumhill.prestel.co.uk>
Subject: RE: T.30 errors on answer and - RE: flexfax: hylafax 4.0pl1 can
Date: Thu, 04 Dec 1997 14:34:23 +0000
Sender: owner-flexfax@celestial.com


I've spoken to MultiTech, they're mailing me some new PROM's. at rev. 0316A. My home based MT2834ZDXK is a higher rev. (0313A) than the office units (0311) and
today I tested it out successfully with one of the problematic correspondents. Assuming that the increments to 0316A don't undo any of the good work between rev. 0311
and 0313A it looks like the end of the issue.

>>Reply to your message of 12/3/97 5:56 PM
	>>I would start by upgrading my firmware realease, the newest I know is
	>>at+fmfr?
	>>+FMFR=Multi-Tech Systems
	>>
	>>OK
	>>at+FMDL?
	>>+FMDL=MT2834ZDX
	>>
	>>OK
	>>ati1
	>>0316A 
	>>
	>>NORTH AMERICAN 
	>>
	>>OK
	>>ati4
	>>02-26-1997 14:57
	>>
	>>A second and less desirable choice is to use class 1instead of class 
	>>2, though I am not certain that the MT supports it.
	>>
	>>Julio
	>>
	>>Note: let me know the end of the story please, thanks
	>>
	>>> To:            perrot@francenet.fr,
	>>>                flexfax@sgi.com
	>>> From:          Don Thompson <don@drumhill.prestel.co.uk>
	>>> Subject:       T.30 errors on answer and - RE: flexfax: hylafax 4.0pl1 can't send fax
	>>to certain fax machines
	>>> Date:          Wed, 03 Dec 1997 10:30:25 +0000
	>>
	>>> I'd appreciate hearing from anyone who has any experience of solving T.30
	>>timeouts. I'm running MultiTech MT2834ZDXI modem, with firmware rev.0311. The
	>>host system is Solaris (Sparc) 2.5.1 with Hyla
	>>> 
	>>> I'getting  a lot of the following errors on receive jobs.
	>>> 
	>>> Dec 02 14:50:50.39: [14951]: SESSION BEGIN 00000967 441232732712
	>>> Dec 02 14:50:50.40: [14951]: <-- [4:ATA\r]
	>>> Dec 02 14:51:05.70: [14951]: --> [5:+FCON]
	>>> Dec 02 14:51:05.70: [14951]: ANSWER: FAX CONNECTION
	>>> Dec 02 14:51:05.70: [14951]: RECV FAX: begin
	>>> Dec 02 14:51:49.90: [14951]: --> [8:+FHNG:74]
	>>> Dec 02 14:51:49.90: [14951]: REMOTE HANGUP: T.30 T1 timeout after EOM
	>>received (
	>>> code 74)
	>>> Dec 02 14:51:50.44: [14951]: --> [2:OK]
	>>> Dec 02 14:51:50.44: [14951]: RECV FAX: T.30 T1 timeout after EOM received
	>>> Dec 02 14:51:50.47: [14951]: RECV FAX: end
	>>> Dec 02 14:51:50.47: [14951]: SESSION END
	>>> 
	
 >< extraneous msg cut

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Thu, 4 Dec 97 11:44:56 EST
From: Glenn Burkhardt <glenn@aoi.ultranet.com>
To: flexfax@sgi.com
Subject: flexfax: RE: T.30 errors on answer/MultiTech ZDX modems
Sender: owner-flexfax@celestial.com


from Don Thompson <don@drumhill.prestel.co.uk>:

> I've spoken to MultiTech, they're mailing me some new PROM's. at rev. 0316A=
> . My home based MT2834ZDXK is a higher rev. (0313A) than the office units (=
> 0311) and
> today I tested it out successfully with one of the problematic corresponden=
> ts. Assuming that the increments to 0316A don't undo any of the good work b=
> etween rev. 0311
> and 0313A it looks like the end of the issue.

I've just had to downgrade our latest MultiTech modems from 3.16A to
3.13A, because the latest firmware tended to hang the modem when data
connections were lost due to poor line conditions.  Hylafax dutifully
lowered and raised DTR to get the modem's attention (I have &D3 set,
which is supposed to cause a reset when DTR is dropped).  The only way
to get the modem's attention was to turn the power off, then on.  I had
MultiTech send me a half dozen copies of 3.13A firmware to downgrade the
modems we supply to customers.

This was a couple of weeks ago - I need to call their tech support to
find out if there's been any resolution.

There was also a fix to improved fax reception that I posted quite a
while ago - it was to increase the threshold for carrier detect - you
might want to try it, too:

	ats38=35

I haven't found a modem yet that I've been happy with for receiving
faxes.  The next one I'd like to try is Zyxel...

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Leslie Mikesell <les@Mcs.Net>
Subject: Re: flexfax: RE: T.30 errors on answer/MultiTech ZDX modems
To: glenn@aoi.ultranet.com (Glenn Burkhardt)
Date: Thu, 4 Dec 1997 16:42:56 -0600 (CST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> There was also a fix to improved fax reception that I posted quite a
> while ago - it was to increase the threshold for carrier detect - you
> might want to try it, too:
> 
> 	ats38=35
> 
> I haven't found a modem yet that I've been happy with for receiving
> faxes.  The next one I'd like to try is Zyxel...

Can you post a working config file for the Multitech modems?  I was
going to but recently changed jobs and no longer have access to
one, and I think the config I used took advantage of some saved
settings.  The main thing that isn't well documented is that you
need to give both AT&E5 and AT&E13 to get hardware flow control
in both directions - this is in contrast to most settings which
are mutually exclusive.  I also set &E10 but I've forgotten why
(and I think it's a default anyway).

  Les Mikesell
     les@mcs.com

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 3 Dec 1997 11:48:36 +0100
From: Christoph Lange <clange@jane.biologie.fu-berlin.de>
To: hylafax mailing list <flexfax@sgi.com>
Subject: flexfax: Annoying problem with USRobotics Sportster Voice 33.6
X-Organization: Institut fuer Verhaltensbiologie, FU Berlin
X-Priv-Address: Haehnelstr. 14, 12159 Berlin
X-Priv-Telephone: +49 30 859 35 33
X-Priv-Fax: +49 30 859 35 33
Sender: owner-flexfax@celestial.com


Hi, there!

I have a USRobotics Sportster Voice 33.6 Modem. Unlike all other
modems I had this one doesn't recognize when my phone line is in use
and tries to dial out (wether in fax-mode or with uucp) and will
interrupt my converstation :-(. Normally a modem should get an 'ERR'
message if someone is using the line. - Does anyone know a solution?

Just FYI: My modem has a German Telekom certification. This is
sometimes a problem, but the modems that got this 'ERR' message where
also certificated.

	Yours, Christoph.
                        _
--------------------- <(o)
Christoph Lange         T ___
Haehnelstr. 14          |/   \
12159 Berlin            \____/   Phone/Fax : +49 30 8593533
GERMANY                   / |    E-Mail:     clange@biologie.fu-berlin.de
------------------------ - - ---------------------------------------------

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: "Gary Ng (Winclient)" <garyn@winclient.com>
To: hylafax mailing list <flexfax@sgi.com>,
        "'Christoph Lange'"
	 <clange@jane.biologie.fu-berlin.de>
Subject: RE: flexfax: Annoying problem with USRobotics Sportster Voice 33.
	6
Date: Thu, 4 Dec 1997 10:28:23 +0800
Sender: owner-flexfax@celestial.com

I believe X4 should fix it but then USR is just
not worth the trouble. I would advice get a good
one.

Gary

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: More hylafax probs
To: sterno@verinet.com (Zach Tippit)
Date: Thu, 4 Dec 1997 08:40:42 +0000 (GMT)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> If I mail to an alias: 
> 
> fax:"|/usr/bin/sendfax -n -d <my number>"

Why are you not using the tools for the purpose which come with the full
distribution of Hylafax?

> It will send three pages, each of which has one line of clear text(the
> from line) and then one line of blurred text.  The three pages are
> identical(first two lines of the email).  This is truly baffling.  Help?

The alias wil receive the mail headers - it is possible that something in 
them is confusing the document type detection.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 03 Dec 1997 15:08:10 -0800
From: jon doelman <jdoelman@gwdi.com>
To: flexfax@sgi.com
Cc: jdoelman@gwdi.com
Subject: flexfax: USR14.4,Class1,Hylafax v4.0,pl0 running in Italy on DEC unix
Sender: owner-flexfax@celestial.com

I have found that the usr robotics modem gets stuck sometimes.
   When it is stuck it will always return

   "Invalid dialing command"  after the ATDT... command.

   Once it gets into this state, the only way to unstick it
   is to power down and up the modem.

    I would like to know if there is either: 

       1. some way to get it unstuck when it is in this state

       or

       2. some way to prevent it from getting into this state.


   Solution 1 is preferable for me. 


    Thanks,  jdoelman@gwdi.com

    Oh, by the way the OS is DEC unix version 3.2.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Heinz-Ado Arnolds <arnolds@ifns.de>
Subject: Re: flexfax: USR14.4,Class1,Hylafax v4.0,pl0 running in Italy on DEC unix
To: flexfax@sgi.com
Date: Fri, 5 Dec 1997 11:17:38 +0100 (MET)
Cc: arnolds@ifns.de, jdoelman@gwdi.com
Reply-To: arnolds@ifns.de
Sender: owner-flexfax@celestial.com

> 
>    "Invalid dialing command"  after the ATDT... command.
> 

I had this trouble for a long time too and found that this was due to
the german BZT restrictions of the USRobotis modem. You may disable
them by: ATS40=7

            S40        Germany: disable various BZT restrictions
               .0      disable calling tone
               .1      disable blacklisting
               .2      enable ATA, ATH1
               .3-.7   reserved

After this change I have no problem since about 1 year.

Ado

-- 
-----------------------------------------------------------------------------
  Heinz-Ado Arnolds                              arnolds@ifns.de
  IFNS GmbH                                      +49 2234 18520  (voice)
  Max-Planck-Strasse 37, 50858 Koeln, Germany    +49 2234 185265 (fax)

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Thu, 04 Dec 1997 01:14:12 -0500
From: RHS Linux User <bldr@concentric.net>
To: "flexfax@sgi.com" <flexfax@sgi.com>
Subject: flexfax: egetty
Sender: owner-flexfax@celestial.com

Hello

I'm new to Hylafax
I tried to use the tar version and the rpm version of hylafax.
everything goes ok except that the program keeps wanting to know where
my egetty
executable is.  ie.. /bin/egetty.
I've looked and looked and can't find it on my system or on the web.
What  or where is it?

system  150 mhz intel
Linux 4.2  kernel 2.0.32

Thanks for any help or suggestions.

Mike

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: egetty
To: bldr@concentric.net (RHS Linux User)
Date: Fri, 5 Dec 1997 08:14:28 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

RHS Linux User wrote:
    
    Hello
    
    I'm new to Hylafax
    I tried to use the tar version and the rpm version of hylafax.
    everything goes ok except that the program keeps wanting to know where
    my egetty
    executable is.  ie.. /bin/egetty.
    I've looked and looked and can't find it on my system or on the web.
    What  or where is it?
    
    system  150 mhz intel
    Linux 4.2  kernel 2.0.32
    
    Thanks for any help or suggestions.

Just ignore the message about egetty (and vgetty too) and
go on with faxsetup(1M).

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Thu, 04 Dec 1997 17:20:05 -0800
From: Hugh Caley <hughc@lombard.babcockbrown.com>
To: flexfax@sgi.com
Subject: flexfax: Faxmail and Gateway problems
Sender: owner-flexfax@celestial.com

I am having some difficulty in setting up the mailfax example script
included in the package.  I can successfully submit a mail message to
the fax server, but every time I do I get an error message:

 " ----- The following addresses had permanent fatal errors -----
hughcaley@92671500.FAX

   ----- Transcript of session follows -----
request id is 120 (group id 120) for host localhost (1 file)
554 hughcaley@92671500.FAX... unknown mailer error 139"

and yet the fax does go through.

Here is my sendmail setup relative to Hylafax.  Note that the two
undefines ($1 and $2) are reversed from the example script; leaving them
in the normal order had the Hylafax server attempting to dial the user's
name as a telephone number!

#handle hylafax addresses
R$+<@$+.FAX>      $#fax $@ $1 $: $2      user@host.FAX

and

Mfax,  P=/usr/local/lib/fax/mailfax, F=DFMShu,
  M=1000000,
  A=mailfax $u $h $f

My other problem is that if I include a postscript attachment to the
file it will come out very odd.  For example, I might attach the
tiger.ps example file that comes with Ghostscript; it is a large tiger's
head on a grey background.  The grey background comes out all right, but
the tigers head is a tiny shrunken image in the lower left corner of the
page.

I am using Linux 2.1.24 on a PowerMac 8500, Hylafax vesion is 4.0pl1,
ghostscript is version 5.03, sendmail is version 8.8.4.


--
Hugh Caley
System Administrator | Babcock & Brown, SF
hughc@babcockbrown.com | 415-512-1515 x 694

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Fri, 05 Dec 1997 09:29:31 +0000
To: HylaFAX List <flexfax@sgi.com>
From: Phil Watkinson <pkw@elgro.co.uk>
Subject: Re: flexfax: Mail Gateway
Cc: Hugh Caley <hughc@lombard.babcockbrown.com>
Sender: owner-flexfax@celestial.com

At 17:57 03/12/1997 -0800, Hugh Caley  wrote:
>I am attempting to set up a mail gateway to hylafax; I have added the
>lines recommended by the faxmail README file to sendmail.cf, i.e.:
>
>R$+<@$+.FAX>            $#fax $@ $2 $: $1            user@host.FAX
>
>to Ruleset 0 and the mailer
>
>Mfax,                P=/usr/local/lib/fax/mailfax, F=DFMShu, M=100000,
>                        A=mailfax $u $h $f
>
>but whenever I send mail to user@host.FAX (example: root@92671000.FAX) I
>get:
>
>"550 root@9261000.FAX... Host unknown (Name server: 92671000.fax: host
>not found)".
>
>This would seem to indicate a problem with the rewriting of the address,
>but I don't see any particular problem there.  Can anyone help me?
>

This is, unfortunately, a typical problem; due to two reasons :

	1. Manual editing of sendmail.cf
	2. Incorrect mailfax.sh-sendmail in v4.0pl1

You may be okay with the changes you've made to sendmail.cf; the first
thing to try is a new mailfax script - try mine :

#! /bin/sh
#
#  mailfax - email to fax gateway for sendmail
#
#  This file should be installed as /usr/local/lib/fax/mailfax
#
/usr/local/bin/faxmail -v -n -p 11 \
        -Ml=0.75in,t=2.00in -d "$1@$2" "$3" 2>>/var/log/faxlog

Altho' the script is owned by root/root; it has 555 permissions. I also
orginally had problems getting it running - it turned out to be the 
permissions on the faxlog file - increasing them to 666 did the trick.

Give that a go. If you still having trouble, the next thing to sort is
the sendmail.cf file. If you are running RedHat Linux ( looking forward
to getting my hands on v5.0) you need to be in the directory :
	
	/usr/lib/sendmail-cf/cf/

If this directory doesn't exist, install the sendmail-cf rpm from your
original disk (mayaswell get the sendmail-docs one while you're there)

The default macro file is called 'redhat.mc'. Copy this to a new file,
perhaps 'lombard.mc' in your case and add to the end of the file 

	MAILER(fax)

Regenerate the sendmail.cf file with the command

	m4 lombard.mc > /etc/sendmail.cf

(Damn, forgot to backup the original sendmail.cf file first.) The idea
being that the 10 or so lines of the macro file is easier to maintain
than 1000 lines of sendmail.cf.

Against my better judgement and ignoring for a moment that this mailing
list exists for HylaFAX, not sendmail questions, here is my mc file:

	divert(0)
	include(`../m4/cf.m4')
	VERSIONID(`derrick.mc for elgro.co.uk 14-Aug-97')
	OSTYPE(`linux')
	FEATURE(nocanonify)
	FEATURE(redirect)
	FEATURE(use_cw_file)
	define(`confDEF_USER_ID',``8:12'')
	define(`confCON_EXPENSIVE', `True')
	define(SMTP_MAILER_FLAGS, e)
	define(`SMART_HOST', `smtp:post.demon.co.uk')
	undefine(`UUCP_RELAY')
	undefine(`BITNET_RELAY')
	MASQUERADE_AS(elgro.co.uk)
	MAILER(local)
	MAILER(smtp)
	MAILER(fax)


It had been asked for in a previous thread on the same subject; but
depending if you have a local LAN with a dialup connection to an ISP
your mileage may vary with its usefulness :)


>Hugh Caley
>System Administrator | Babcock & Brown, SF
>hughc@babcockbrown.com | 415-512-1515 x 694
>
Aren't you a British heavy engineering/shipbuilding company? I didn't 
know they were any left.

Cheers,
Phil Watkinson,
Boston, UK.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Fri, 5 Dec 1997 16:34:50 -0300 (GMT+3)
From: Ben Parker <ben@dha.unon.org>
To: Zach Tippit <sterno@verinet.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: Hylafax -- seeking consultant
Sender: owner-flexfax@celestial.com


I have sent Zach my e-mail-fax gateway package based on Bob's and Dirk's.

Ben



On Wed, 3 Dec 1997, Zach Tippit wrote:

> 
> 
> Ok, here's the deal.  Since I've got better things to do around my office
> than tear my hair out for a service that we provide to our customers for
> free, I'm going to try and outsource the installation of our email -> fax
> gateway.  
> 
> What we have:  Linux 2.X machine with a Hayes class 2 faxmodem.  Hylafax
> is installed from the 4.0-6 Redhat rpm.  
> 
> Current problem: If you run sendfax manually and type stuff in there, it
> will fax fine.  However, if you mail an alias that pipes directly into
> sendfax, it will send three pages that consist of one clear line and one
> line that appears to be stretched vertically.  It sucks. 
> 
> 
> So, if any of you out there are up to it, we will pay you for your time.
> Please mail me at sterno@verinet.com with proposals.
> 
> 
> Thank you
> 
> Zach
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 03 Dec 1997 15:52:19 +0100
From: St303 <St303@wanadoo.fr>
Reply-To: St303@wanadoo.fr
Organization: 303% StudioS
To: hylafax mailing list <flexfax@sgi.com>
Subject: flexfax: How to use Hylafax with ISDN ?
Sender: owner-flexfax@celestial.com

<x-html><HTML>


<P>hello,
<BR>&nbsp;

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have an ISDN card Teles
S0 16.3 on a 2.0.32 linux box with Hisax 2.1 driver

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How can I configure Hylafax
to work with my ISDN card
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
(or configure my ISDN card to work with Hylafax !!?? )
<BR>&nbsp;

<P>Thanks

<P>-- Networks, Graphics, Communication
<BR>303 % StudioS : <A HREF="http://www.citeweb.net/st303/">http://www.citeweb.net/st303</A>
<BR>&nbsp;</HTML>
</x-html>
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: How to use Hylafax with ISDN ?
To: St303@wanadoo.fr
Date: Fri, 5 Dec 1997 16:15:25 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
X-Mailer: ELM [version 2.4 PL23]
Sender: owner-flexfax@celestial.com

St303 wrote:
    
    
    --------------90D736CE3E901DED80091C10
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    
    hello,
    
    
            I have an ISDN card Teles S0 16.3 on a 2.0.32 linux box with
    Hisax 2.1 driver
    
            How can I configure Hylafax to work with my ISDN card
                    (or configure my ISDN card to work with Hylafax !!?? )
    
    
    Thanks

There is no support in HylaFAX for this ISDN card. HylaFAX
only supports modems or modem/TA hybrids which speak class1,
class2 or class2.0 AT-cmds through a RS-232 interface.

[BTW: Please re-configure your Mozilla. There is no need to
generate HTML code and send the same text twice.]

	matthias
    
    -- Networks, Graphics, Communication
    303 % StudioS : http://www.citeweb.net/st303
    
    
    --------------90D736CE3E901DED80091C10
    Content-Type: text/html; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    
    <HTML>
    
    
    <P>hello,
    <BR>&nbsp;
    
    <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have an ISDN card Teles
    S0 16.3 on a 2.0.32 linux box with Hisax 2.1 driver
    
    <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How can I configure Hylafax
    to work with my ISDN card
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    (or configure my ISDN card to work with Hylafax !!?? )
    <BR>&nbsp;
    
    <P>Thanks
    
    <P>-- Networks, Graphics, Communication
    <BR>303 % StudioS : <A HREF="http://www.citeweb.net/st303/">http://www.citeweb.net/st303</A>
    <BR>&nbsp;</HTML>
    
    --------------90D736CE3E901DED80091C10--

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Fri, 05 Dec 1997 13:28:47 -0800
From: Hugh Caley <hughc@lombard.babcockbrown.com>
To: Phil Watkinson <pkw@elgro.co.uk>
CC: HylaFAX List <flexfax@sgi.com>,
        Hugh Caley <hughc@lombard.babcockbrown.com>
Subject: Re: flexfax: Mail Gateway
Sender: owner-flexfax@celestial.com

Here's an update on my maiil gateway situation:  I can send mail to the
fax server in the form phonenumber@user.fax, and the mail will be faxed;
however I always get the message "Unknown mailer error 139" (or actually
root on the mail server gets this message).

Also, if I attach a postscript file to the message, the first page shows
up as a tiny graphic in the lower left corner of the page with the text
of the message, and any further pages are fine, followed by a single
blank page.

Has anyone seen either of these two problems before?

Phil Watkinson wrote:

> At 17:57 03/12/1997 -0800, Hugh Caley  wrote:
> >I am attempting to set up a mail gateway to hylafax; I have added the
>
> >lines recommended by the faxmail README file to sendmail.cf, i.e.:
> >
> >R$+<@$+.FAX>            $#fax $@ $2 $: $1            user@host.FAX
> >
> >to Ruleset 0 and the mailer
> >
> >Mfax,                P=/usr/local/lib/fax/mailfax, F=DFMShu,
> M=100000,
> >                        A=mailfax $u $h $f
> >
> >but whenever I send mail to user@host.FAX (example:
> root@92671000.FAX) I
> >get:
> >
> >"550 root@9261000.FAX... Host unknown (Name server: 92671000.fax:
> host
> >not found)".
> >
> >This would seem to indicate a problem with the rewriting of the
> address,
> >but I don't see any particular problem there.  Can anyone help me?
> >
>
> This is, unfortunately, a typical problem; due to two reasons :
>
>         1. Manual editing of sendmail.cf
>         2. Incorrect mailfax.sh-sendmail in v4.0pl1
>
>
> >
> Aren't you a British heavy engineering/shipbuilding company? I didn't
> know they were any left.
>
> Cheers,
> Phil Watkinson,
> Boston, UK.

I don't know; I don't think so!  We're a finacial company based in SF
with offices all over the world (including London).

--
Hugh Caley
System Administrator | Babcock & Brown, SF
hughc@babcockbrown.com | 415-512-1515 x 694

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Mon, 08 Dec 1997 10:49:40 +0000
To: HylaFAX List <flexfax@sgi.com>
From: Phil Watkinson <pkw@elgro.co.uk>
Subject: Re: flexfax: Mail Gateway
Cc: Hugh Caley <hughc@lombard.babcockbrown.com>
Sender: owner-flexfax@celestial.com

At 13:28 05/12/1997 -0800, Hugh Caley wrote:
>Here's an update on my mail gateway situation:  I can send mail to the
>fax server in the form phonenumber@user.fax, and the mail will be faxed;
>however I always get the message "Unknown mailer error 139" (or actually
>root on the mail server gets this message).
>
>Also, if I attach a postscript file to the message, the first page shows
>up as a tiny graphic in the lower left corner of the page with the text
>of the message, and any further pages are fine, followed by a single
>blank page.
>
>Has anyone seen either of these two problems before?
>

Hi, Hugh

Well I suppose your first problem does make a change from "Unknown mailer
error 255" and I guess sendmail is unhappy about something. How about 
logging the fax mail through sendmail and seeing exactly where the error
is occuring?  To do this you need to load sendmail with the '-X' parameter,
this is an extract from my Redhat Linux SysV-type bootup script :-

        echo -n "Starting sendmail (mail is being logged): "
        daemon /usr/sbin/sendmail -bd -X /var/log/maillog

Beware, the maillog file can get very big, especially if there is lots of
attachments flying about. Hopefully this will give you more informaton.

The second problem you have encountered is well known. If you search the 
mailing list archives at :-

	 http://www.vix.com/cgi-bin/mlaform/hylafax/Archives/?

for a thread with the subject :-

	Re: flexfax: postscript attachments show up at 5% size 

and in particular the two emails from Louis REINARD which highlight where
the problem is in the source code. This was probably the easy bit compared
with the task of coming up with a solution and then trying to get it
coded up. Ben Parker, in the same thread, suggested a workaround using an
external convertor script which basically magnified the image 18 times 
before submitting it to HylaFAX.

If you have some time, and especially if you can speak C++, then any help
you could give on this subject would be appreciated.

Cheers,
Phil Watkinson,
Boston, UK.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Fri, 05 Dec 1997 07:42:27 -0500 (EST)
Organization: The Creative Group
From: Patrick Gardella <patrick@cre8tivegroup.com>
To: abehrens@datarupt.sax.de
Subject: RE: flexfax: cgi-script
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

Phil Abercrombie (apologies if I've misspelled it, Phil) wrote one a while
back.  It should be in the mailing list archives.  It's called faxbrowser.

I'll send you a copy in a separate message.

Patrick Gardella


On 03-Dec-97 abehrens@datarupt.sax.de wrote:
>I am looking for a cgi-script to request faxstat over Apache.
>thanks.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Fri, 5 Dec 1997 07:43:02 -0500 (EST)
From: Nico Garcia <raoul@cirl.meei.harvard.edu>
To: abehrens@datarupt.sax.de
Cc: flexfax@sgi.com
Subject: Re: flexfax: cgi-script
Sender: owner-flexfax@celestial.com

-----BEGIN PGP SIGNED MESSAGE-----

On Wed, 3 Dec 1997 abehrens@datarupt.sax.de wrote:

> I am looking for a cgi-script to request faxstat over Apache.
> thanks.

Phil Abercrombie wrote this one:

   #!/usr/local/bin/perl -wT

   =head1 NAME

   faxstat.pl - CGI interface to interrogating HylaFAX server

   =head1 SYNOPSIS

    http://www/cgi-bin/faxstat.pl
    http://www/cgi-bin/faxstat.pl?FAXSERVER=faxserver.com
    http://www/cgi-bin/faxstat.pl?j=2000
    http://www/cgi-bin/faxstat.pl?ps=docq%2Fdoc17777.ps
    http://www/cgi-bin/faxstat.pl?fax=recvq%2Ffax00009.fax

    http://www/cgi-bin/faxstat.pl?d=2000

   =head1 DESCRIPTION

   C<faxstat.pl> implements a web interface to querying a HylaFAX server,
   in a manner similar to L<faxstat(1)>.

   With no HTTP parameters, an HTML page is generated listing faxes in the
   sendq (queued, not yet sent), the doneq (queued and sent), and the
   recvq (faxes received).

   With a C<j=nnnn> parameter, an HTML page is generated containing all the
   job info for job nnnn.

   With a C<ps=xxx> parameter, the script attempts to access the document named xxx
   and serve it as content type application/postscript

   With a C<fax=xxx> parameter, the script attempts to access the document named xxx
   and serve is as content type image/fax

   With a C<d=nnnn> parameter, the script attempts to delete the pending (or
   completed) job nnnn.

   =head2 Other HTTP parameters

   =over 4

   =item FAXSERVER

   FAXSERVER may be used with any of the above to nominate the host which
   the script should attempt to query.  In practice it might be easier to
   edit the code.

   =item debug

   The value of the C<debug> parameter will be passed to the C<debug>
   method of the C<Net::FTP> object used internally.  Note that debugging
   is to STDERR so will probably appear in your server log

   =back

   =head1 BUGS

   There is no way to contact the HylaFAX server as a particular
   (authenticated) user, other than by relying on the www server to do
   authentication and to require no passwords on the hylafax server.
   That sucks.

   Doesn't read the system hyla.conf file for FAXSERVER


   =head1 AUTHOR

   Phil Abercrombie <phil@mcs.vuw.ac.nz>, September 1997

   =cut
   #';# emacs

   # <PJA> 19-Sep-1997
   # Added POD

   use CGI;
   use Config;
   use Net::FTP;

   my $cgi = new CGI;
   $FAXSERVER = $cgi->param("FAXSERVER")||"faxserver";
   $HYLAFAX   = 4559;


   eval{&main};
   if ($@)
   {
     my $a=$@;
     print CGI->header,CGI->start_html("Error"), "<P>", join ("<BR>", split "\n", "$a"), CGI->end_html;
     die $a
   }



   sub main
   {
     my $hfax = new Net::FTP $FAXSERVER, Port=>$HYLAFAX
       or die "Can't connect to host $FAXSERVER";
     $hfax->debug($cgi->param("debug"));
     $hfax->login(CGI->remote_user)
       or die "Can't login to host $FAXSERVER";
     $hfax->binary;

     if ($cgi->param("ps"))
     {
       &psinfo($hfax, $cgi->param("ps"))
     }
     elsif ($cgi->param("tiff"))
     {
       &tiffinfo($hfax, $cgi->param("tiff"))
     }
     elsif ($cgi->param("d"))
     {
       &killjob($hfax, $cgi->param("d"))
     }
     elsif ($cgi->param("j"))
     {
       &jobinfo($hfax, $cgi->param("j"))
     }
     else
     {
       &faxstat($hfax)
     }
   }

   sub list ($@)
   {
     my $hfax = shift;
     my $cx = $hfax->list(@_) || die $hfax->message;
     my @results;

     # <PJA> 19-Sep-1997
     # handle continuation lines correctly
     while(<$cx>)
     {
       if($results[$#results]=~ /\\\n$/)
       {
	 $results[$#results].=$_;
       }
       else
       {
	 push(@results,$_);
       }
     }
     $cx->close;
     @results;
   }

   sub list_jobs($@)
   {
     my $hfax = shift;
     map do { my %d; @d{"a".."z","A".."Z"}=split /$;/; \%d }, list $hfax, @_;
   }

   sub faxstat
   {
     my $hfax = shift;
     my $jobfmt = join "$;", map "%$_", "a".."z", "A".."Z";

     print CGI->header;
     print CGI->start_html("Fax System Status");
     print "<H1>Fax System Status</H1>\n";


     my @status = map [split(/:/)], list $hfax, "status";

     $hfax->quot("JOBFMT","\"$jobfmt\"") or die $hfax->message;
     my @send = list_jobs $hfax, "sendq";
     $hfax->quot("JOBFMT","\"$jobfmt\"");
     die $hfax->message unless $hfax->ok;
     my @done = list_jobs $hfax, "doneq";
     $hfax->quot("RCVFMT","\"$jobfmt\"");
     die $hfax->message unless $hfax->ok;
     my @recv = list_jobs $hfax, "recvq";

     print "<H2>Status</H2><TABLE BORDER>\n";
     for(@status)
     {
       for($_->[1])
       {
	 if (/job (\d+)/)
	 {
	   $cgi->param(j=>$1);
	   my $surl = $cgi->self_url;
	   s!job (\d+)!job <A href="$surl">$1</a>!g;
	   $cgi->delete("j");
	 }
       }
       print "<TR>", map( "<TD>$_</TD>", @$_), "</TR>\n";
     }
     print "</TABLE>\n";

     &show_outq( "Jobs in Send Queue", @send );
     &show_outq( "Jobs in Done Queue", @done );
     &show_inq( "Jobs in Receive Queue", @recv );

     print CGI->end_html;
   }

   sub show_outq
   {
     my $title = shift;
     my @jobs = @_;

     if (@jobs)
     {
       print qq{<H2>$title</H2>\n<TABLE BORDER>\n};
       print "<TR>",map "<TH>$_</TH>",
       "Job", "Sender", "To","Dials","Pages","Status";
       print "</TR>\n";
       for(@jobs)
       {
	 my $k;
	 for $k (keys %$_){$_->{$k} ||= "&nbsp;"};

	 $_->{"e"} =~ s/^\+644/+64&nbsp;4&nbsp;/;
	 $_->{"s"} =~ s/ /&nbsp;/g;

	 $cgi->param(j=>$_->{j});
	 my $self = $cgi->self_url;
	 print <<JOB;
   <TR>
   <TD><A HREF="$self">$_->{j}</a></TD>
   <TD><A HREF="mailto:$_->{M}">$_->{M}</a></TD>
   <TD><TT>$_->{e}</TT></TD>
   <TD>$_->{D}</TD>
   <TD>$_->{P}</TD>
   <TD>$_->{"s"}</TD>
   </TR>
   JOB
     ;
       }
       print "</TABLE>\n";
     }
   }

   sub show_inq
   {
     my $title = shift;
     my @jobs = @_;
     my $self = $cgi->self_url;

     if (@jobs)
     {
       print qq{<H2>$title</H2>\n<TABLE BORDER>\n};
       print "<TR>",map "<TH>$_</TH>",
       "Filename", "Sender/TSI", "Pages","Received@";
       print "</TR>\n";
       for(@jobs)
       {
	 $cgi->param(tiff=>"recvq/$_->{f}");
	 my $myself = $cgi->self_url;

	 print <<JOB;
   <TR>
   <TD><A HREF="$myself">$_->{f}</a></TD>
   <TD><TT>$_->{"s"}</TT></TD>
   <TD>$_->{p}$_->{z}</TD>
   <TD>$_->{t}</TD>
   </TR>
   JOB
     ;
       }
       print "</TABLE>\n";
     }
   }

   sub jobinfo
   {
     my $hfax = shift;
     my $job = shift;
     my $cx;
     my $self = CGI->script_name;

     print CGI->header;
     print CGI->start_html("Fax Job Info");

     print "<H1>Job Info for job $job</H1>\n";

     $cx = $hfax->retr( "sendq/q$job" ) || $hfax->retr( "doneq/q$job" ) || die $hfax->message;
     my @job;
     while(<$cx>)
     {
       if(@job && $job[$#job] =~ s/\\$/<BR>/)
       {
	 $job[$#job] .= $_;
       }
       else
       {
	 push(@job,$_);
       }    
     }

     die "No job info available" unless @job;
     $cx->close or die "Data connection error";

     $cgi->param(d=>$job);
     my $myself=$cgi->self_url;
     print qq{<A HREF="$myself">Delete Me</A>\n};
     $cgi->delete('d');

     print "<TABLE BORDER>\n";
     for (@job)
     {
       chomp;
       $cgi->delete("ps","tiff");
       my ($key,$val)=split(/:/,$_,2);
       $val = localtime($val) if $key eq 'tts' || $key =~ /time$/;
       if ($key =~ /postscript|tiff|fax/)
       {
	 my $param = ($& eq "postscript")?"ps":"tiff";
	 my ($ref) = ($val =~ m!(docq/\S+)!);
	 $cgi->param($param,$ref);
	 my $myself = $cgi->self_url;
	 $val =~ s!docq/\S+!<a href="$myself">$&</a>!;
       }

       print "<TR><TD>$key</TD><TD>$val</TD></TR>\n";
     }
     print "</TABLE>\n";

     print CGI->end_html;
   }

   sub psinfo
   {
     my $hfax = shift;
     my $psfile = shift;

     $cx = $hfax->retr( $psfile ) || die $hfax->message;
     my @job=<$cx>;
     $cx->close or die "Data connection error";

     print CGI->header( "application/postscript" );
     print @job;
   }

   sub tiffinfo
   {
     my $hfax = shift;
     my $tiff = shift;

     $cx = $hfax->retr( $tiff ) || die $hfax->message;
     my @job=<$cx>;
     $cx->close or die "Data connection error";

     print CGI->header( "image/fax" );
     print @job;
   }

   sub killjob
   {
     my $hfax = shift;
     my $job = shift;
     $hfax->quot( "JSUSP", $job );
     my ($mess,$ok)=($hfax->message, $hfax->ok);
     $hfax->quot( "JDELE", $job );
     die "$mess\n".$hfax->message unless $hfax->ok;

     print CGI->redirect( $cgi->self_url );
   }


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNIf20T/+ItycgIJRAQHoDwP/XUpgvOgEhfB58cR1fZW656owjketWRkn
uu6nHnwllzLmQRBr7wF6yHXsnRO4usP2mYGD1XiTugtdZZfZJwOqHoFyGYVMnlkJ
A/+MZ/FvVEdRk303NHWFLQqGZZD2QgxH5KalbZua4hEsgWrdBzkhg1MQu+Ea0v5H
om8yJ7/8TgQ=
=Ckp8
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Sun, 7 Dec 1997 20:02:04 -0800 (PST)
From: cwk <root@ceres.fwcnetworks.com>
To: flexfax@sgi.com
Subject: flexfax: Re: qmail to fax gateway
Sender: owner-flexfax@celestial.com

1.
	Has anyone tried to setup a qmail to fax gateway? If so, could you email
	me how you did this.


2.
	What is the syntax to enable any number to be used for pagermap.
	This is what I would like to do "sendpage -n -p xxxxxxx xxxxxx"
	without it telling that the entry is not in "pagermap".

3.
	Please show me a "time of day" restriction example that allows you
	to fax to 1.415.555.1212 only during business hours  M-Fr. for
	example, and does this restriction work for sendpage as well as
	sendfax from within destctrls.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Re: qmail to fax gateway
To: root@ceres.fwcnetworks.com (cwk)
Date: Mon, 8 Dec 1997 12:16:11 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

cwk wrote:
    
    1.
    	Has anyone tried to setup a qmail to fax gateway? If so, could you email
    	me how you did this.

Ther was a mail from Morten Skjelland 23-7-1997 in the mailing
list containing a script for qmail (it's also part of the
v4.0pl2 which is just under beta-test); check the archive of
the mailing-list for it;
    
    2.
    	What is the syntax to enable any number to be used for pagermap.
    	This is what I would like to do "sendpage -n -p xxxxxxx xxxxxx"
    	without it telling that the entry is not in "pagermap".

I don't understand exactly what you want to do. Pagermap(4F) provides
a mapping for hfaxd(1M)'s SNPP protocol to map an identifier in the
SNPP PAGE directive (e.g. the "-p ident" value from sendpage(1))
to the number of the IXO/TAP service provider and (optionally) to
the PIN of the pager. You must have an entry for each IXO/TAP service
provider you want to reach in the pagermap(4F) file and you *may*
also define aliases; e.g.

49171(.*) 01712092522/49171\1

allows using "sendpage -p 49171xxxxxxxx text" to reach pagers through
the providers central 01712092522 where 49171xxxxxxxx is the number
of the pager (PIN).

matthias 01712092522/49171xxxxxxx

allows using "sendpage -p matthias text" to reach me directly w/o knowing
my PIN. That's it.
    
    3.
    	Please show me a "time of day" restriction example that allows you
    	to fax to 1.415.555.1212 only during business hours  M-Fr. for
    	example, and does this restriction work for sendpage as well as
    	sendfax from within destctrls.

14155551212 TimeOfDay = "Mon+0900-1800,Tue+0900-1800,......"

should also work for paging jobs (the file destctrl(4F) is read
by faxq(1M));

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Mon, 08 Dec 1997 10:26:14 -0800
From: Hugh Caley <hughc@lombard.babcockbrown.com>
To: raoul@cirl.meei.harvard.edu, flexfax@sgi.com
Subject: flexfax: Postscript attachments showing up at 5% size
Sender: owner-flexfax@celestial.com

Problem: Sending an attached postscript file using the mailfax gateway
results in the first postscript page showing up as a tiny picture in the
bottom left corner of the page with the body of the email message; any
further ps pages print correctly and then there is a blank page at the
end.

I am having this problem and I think I see what the problem is: a
"showpage" command should be inserted after the body of the text of the
mail message, but it is not, so the first page of the attached
postscript file is being embedded in the same page as the mail message
body (which has the ".05 dup scale" command in it).

If I take a ps file that has this problem and manually insert a
"showpage" before the second page commences it comes out right, with the
mail message on it's own page and the formerly blank "extra" page now
having the (correctly-sized) first postscript page on it.

I am not any kind of C coder; does anyone have some idea on how this can
be fixed?

--
Hugh Caley
System Administrator | Babcock & Brown, SF
hughc@babcockbrown.com | 415-512-1515 x 694

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 03 Dec 1997 17:57:38 -0800
From: Hugh Caley <hughc@lombard.babcockbrown.com>
To: flexfax@sgi.com
Subject: flexfax: Mail Gateway
Sender: owner-flexfax@celestial.com

I am attempting to set up a mail gateway to hylafax; I have added the
lines recommended by the faxmail README file to sendmail.cf, i.e.:

R$+<@$+.FAX>            $#fax $@ $2 $: $1            user@host.FAX

to Ruleset 0 and the mailer

Mfax,                P=/usr/local/lib/fax/mailfax, F=DFMShu, M=100000,
                        A=mailfax $u $h $f

but whenever I send mail to user@host.FAX (example: root@92671000.FAX) I
get:

"550 root@9261000.FAX... Host unknown (Name server: 92671000.fax: host
not found)".

This would seem to indicate a problem with the rewriting of the address,
but I don't see any particular problem there.  Can anyone help me?

Hugh

--
Hugh Caley
System Administrator | Babcock & Brown, SF
hughc@babcockbrown.com | 415-512-1515 x 694

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: Email - Fax
To: faxmail@page.esgroup.net (Michael Oswell)
Date: Fri, 5 Dec 1997 00:34:31 +0000 (GMT)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 
> Can anyone tell me hwere to set the number of rings Hylafax should wait
> for before quitting?  I can't seem to find it in any documentation.
> 
You are looking in the right documentation, are you?  The answer to this
sort of question is in the documentation for the modem.  All you need
to find out from the fax package is how to insert modem commands after the
destination number.  (At a guess, you need to insert a few commas after
the last digit, so that the modem doesn't start looking for answer tone
until the remote end is ready.  On the other hand, ringing is normal,
so the problem may be something like the sending modem is configured not
to generate calling tone and the receiving one only goes into fax mode when
it detects it.)

> Also.. On some fax machines, Hylafax isn't receiving a responce that the
> fax is received.  In other words, if we send out a fax, the receiving fax
> machine gets it, then Hylafax resends it about 5 or 6 times not thinking
> that it made it.

If the modem is class 2, this is again a modem problem.  If it isn't class
2, have regard to the reservations about the use of class 1 modems.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Email - Fax
To: david@djwhome.demon.co.uk (David Woolley)
Date: Fri, 5 Dec 1997 16:09:37 +0100 (MEZ)
Cc: faxmail@page.esgroup.net, flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

David Woolley wrote:
    
    > 
    > Can anyone tell me hwere to set the number of rings Hylafax should wait
    > for before quitting?  I can't seem to find it in any documentation.
    > 
    You are looking in the right documentation, are you?  The answer to this
    sort of question is in the documentation for the modem.  All you need
    to find out from the fax package is how to insert modem commands after the
    destination number.  (At a guess, you need to insert a few commas after
    the last digit, so that the modem doesn't start looking for answer tone
    until the remote end is ready.  On the other hand, ringing is normal,
    so the problem may be something like the sending modem is configured not
    to generate calling tone and the receiving one only goes into fax mode when
    it detects it.)

Check the manual config(4F) of HylaFAX for ModemWaitTimeCmd:
(defaults to ATS7=60, try upping it to ATS7=120);

    > Also.. On some fax machines, Hylafax isn't receiving a responce that the
    > fax is received.  In other words, if we send out a fax, the receiving fax
    > machine gets it, then Hylafax resends it about 5 or 6 times not thinking
    > that it made it.

HylaFAX's faxsend(1M) process is receiving a responce from
the remote device (perhaps a negative responce for the page).
But this only a wild guess because you aren't showing a
session trace);

	matthias
    
    If the modem is class 2, this is again a modem problem.  If it isn't class
    2, have regard to the reservations about the use of class 1 modems.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 09 Dec 1997 16:33:25 -0800
From: Hugh Caley <hughc@lombard.babcockbrown.com>
To: flexfax@sgi.com
Subject: flexfax: Problem with Faxmail and attached Postscript
Sender: owner-flexfax@celestial.com

Is anyone working on the problem of Postscript files
attached to a mail message coming out with the first page a
tiny thumbnail on the the same page as the body of the mail
message?

I'm not a C coder; I don't know how to dig into this, but it
looks like several people have had the same problem with no
resolution (if you have resolved it, please let me know!).

To reiterate what I know, if I take the saved postscript fax
document and insert a "showpage" before the attachment it
then displays correctly.

Hugh

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 16 Dec 1997 16:19:28 -0300 (GMT+3)
From: Ben Parker <ben@dha.unon.org>
To: Hugh Caley <hcaley@tdl.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: Postscript at 5% size in email attachment
Sender: owner-flexfax@celestial.com

This is/will be documented in the new docs. The dumbest workaround is to
attach the same .ps file twice to the same message, then it comes out once
tiny and once full size on the next page but clobbers your tranmit time,
presumably. In my limited experiments, I found that Postscript code varies
so much, it is not possible to write a filter that inserts the "showpage"
in the right place for every kind of ps file. 

Ben




On Fri, 12 Dec 1997, Hugh Caley wrote:

> I couldn't get a message to this fellow, so I'm posting it on the
> list...
> 
> Hugh
> _______________________________________________________________
> Glad to get some response!  OK, I am attaching a postscript file to my
> mail
> message.  When I open up doc139.ps (or whatever it is called), and go
> down to
> the end of the text of my message, it usually ends abruptly and the
> Postscript
> header for the attachment starts.  I insert it on the next line below
> the last
> line of the text of the message.
> 
> For instance, if I attache the 'tiger.ps' example file from the
> ghostscript
> distribution, I put the showpage just before :
> 
> %!PS-Adobe-2.0 EPSF-1.2
> %%Creator: Adobe Illustrator(TM) 1.2d4
> %%For: OpenWindows Version 2
> %%Title: tiger.eps
> %%CreationDate: 4/12/90 3:20 AM
> %%DocumentProcSets: Adobe_Illustrator_1.2d1 0 0
> %%DocumentSuppliedProcSets: Adobe_Illustrator_1.2d1 0 0
> %%BoundingBox: 22 171 567 738
> %%EndComments
> 
> Let me know what happens with you!
> 
> Hugh
> 
> Gernot Kerschbaumer wrote:
> 
> > > I am having this problem and I think I see what the problem is: a
> > > "showpage" command should be inserted after the body of the text of
> the
> >
> > where do you exactly insert this command? i couldn't repeat your fix.
> >
> > > If I take a ps file that has this problem and manually insert a
> > > "showpage" before the second page commences it comes out right, with
> the
> >
> > maybe, but where exactly? i tried it at several locations which seemed
> to me
> > the begin of the second page or the end of the body of text.
> > i got no image at all after inserting 'showpage'.
> >
> > --
> > gernot kerschbaumer
> > student of computer science at the technical university of vienna,
> austria
> > email: e9018967@stud2.tuwien.ac.at
> > homepage: http://stud2.tuwien.ac.at/~e9018967/
> 
> 
> --
> ______________________________________________
> Hugh Caley - hcaley@tdl.com
> "Brain-eating mutants are bad for business" - Battle Angel
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Administrator <Administrator@promar.hr>
To: "'flexfax@sgi.com'" <flexfax@sgi.com>
Subject: flexfax: Unspecified Transmit Phase B error
Date: Wed, 10 Dec 1997 13:40:42 +0200
Sender: owner-flexfax@celestial.com

I am trying to send a fax for a 3 days - unsuccessfully! It becomed
frustrating so I decied to ask for help.

My configuration is: Hylafax 4.0p11, gcc v2.7, Linux, US Robotics
Sportster voice 33.6 Faxmodem, Ghostscript 2.6.2 (with tiffg3 driver
installed).

I installed Hylafax software, got hfaxd and faxq running. Problem is
when I try to send a fax with send fax. Modem calls then number, begins
to open then connection and then disconnect the line. I got the message
in the xferlog file: UNSPECIFIED TRANSMIT PHASE B ERROR.
 
          Please help, I am a half the man I use to be ...

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Thu, 11 Dec 1997 14:22:57 +0000
To: HylaFAX List <flexfax@sgi.com>
From: Phil Watkinson <pkw@elgro.co.uk>
Subject: Re: flexfax: Unspecified Transmit Phase B error
Cc: Administrator <Administrator@promar.hr>
Sender: owner-flexfax@celestial.com

At 13:40 10/12/1997 +0200, Administrator wrote:
>...
>My configuration is: Hylafax 4.0p11, gcc v2.7, Linux, US Robotics
>Sportster voice 33.6 Faxmodem, Ghostscript 2.6.2 (with tiffg3 driver
>installed).
>
>I installed Hylafax software, got hfaxd and faxq running. Problem is
>when I try to send a fax with send fax. Modem calls then number, begins
>to open then connection and then disconnect the line. I got the message
>in the xferlog file: UNSPECIFIED TRANSMIT PHASE B ERROR.
>... 

Many people have had problems with the USR Sportster 33.6 modem. Best
bet is to change it; but some have tried adding the following line to
their modem config file (eg /var/spool/fax/etc/config.cua1 file) :-

Class2NRCmd:		AT+FNR=1,1,1,0      #setup status reporting command

Will you let us know if you are one of the lucky ones?

Aaah, just another thought. You could try switching to Class 1.

Good luck,
Phil Watkinson,
Boston, UK.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Thu, 11 Dec 1997 09:25:16 -0500
From: Yves Trudeau <ytrudeau@jyrmatec.com>
Reply-To: ytrudeau@jyrmatec.com
Organization: Jyrmatec Inc.
To: Administrator <Administrator@promar.hr>
CC: flexfax@sgi.com
Subject: Re: flexfax: Unspecified Transmit Phase B error
Sender: owner-flexfax@celestial.com

Administrator wrote:
> 
> I am trying to send a fax for a 3 days - unsuccessfully! It becomed
> frustrating so I decied to ask for help.
> 
> My configuration is: Hylafax 4.0p11, gcc v2.7, Linux, US Robotics
> Sportster voice 33.6 Faxmodem, Ghostscript 2.6.2 (with tiffg3 driver
> installed).
> 
> I installed Hylafax software, got hfaxd and faxq running. Problem is
> when I try to send a fax with send fax. Modem calls then number, begins
> to open then connection and then disconnect the line. I got the message
> in the xferlog file: UNSPECIFIED TRANSMIT PHASE B ERROR.
> 

I know how you feel..., I have a similar problem. I hate the Sportster
voice 33.6. The only way I solved this problem is by changing the modem.
I replaced it with another USR (no voice) with identical IRQ and COM
settings and... it starts to work normally. From that experience, the
problem seems to be with the voice part of this modem. Is there a way to
completely disable the voice mode on a USR modem?

Good luck!
-- 

Yves Trudeau, Ph. D.
Jyrmatec Inc.
1381, Jolliet
Sherbrooke, Quebec
Canada, J1K 1Y8
Tel.:(819) 565-8349
Fax.:(819) 565-8273
email: ytrudeau@jyrmatec.com

From Administrator@promar.hr  Wed Feb 17 13:55:53 1999
From: Administrator <Administrator@promar.hr>
To: "'Phil Watkinson'" <pkw@elgro.co.uk>
Subject: RE: flexfax: Unspecified Transmit Phase B error
Date: Thu, 11 Dec 1997 17:32:12 +0200

Thanks, Thanks, Thanks !!!
  
Class2NRCmd: AT+FNR=1,1,1,0 solved my problem and made me very, very
happy!!! If you ever come to Zagreb (Croatia), I'll buy you a beer (as
much you can drink) !!!

Goran Antolkovic
				                10000 Zagreb
					   Croatia 

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
X-Authentication-Warning: guinness.chelsea.net: davidb owned process doing -bs
Date: Thu, 11 Dec 1997 10:23:32 -0500 (EST)
From: David Birnbaum <davidb@chelsea.net>
To: Yves Trudeau <ytrudeau@jyrmatec.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: Unspecified Transmit Phase B error
Sender: owner-flexfax@celestial.com

On Thu, 11 Dec 1997, Yves Trudeau wrote:

> > I installed Hylafax software, got hfaxd and faxq running. Problem is
> > when I try to send a fax with send fax. Modem calls then number, begins
> > to open then connection and then disconnect the line. I got the message
> > in the xferlog file: UNSPECIFIED TRANSMIT PHASE B ERROR.
> 
> I know how you feel..., I have a similar problem. I hate the Sportster
> voice 33.6. The only way I solved this problem is by changing the modem.
> I replaced it with another USR (no voice) with identical IRQ and COM
> settings and... it starts to work normally. From that experience, the
> problem seems to be with the voice part of this modem. Is there a way to
> completely disable the voice mode on a USR modem?

I was having lots of problems with the Phase B transmit errors, but I
recently replaced my modem mish-mash with a USR Total Control chassis that
was freed up from a voice pool.  They are all 33.6 modems, without the
voice capability, and all of my Phase B errors have dissappeared
completely.  The chipset on the TC is the same as the other USR boxes (I
think), and the various info on it is: 

Dec  8 04:32:21 killian FaxSend[8465]: MODEM USROBOTICS COURIER V.EVERYTHING Product type US/Canada Rackmount
Dec  8 04:32:21 killian Options                HST,V32bis,Terbo,VFC,V34+
Dec  8 04:32:21 killian Fax Options            Class 1/Class 2.0
Dec  8 04:32:21 killian Clock Freq             20.16Mhz
Dec  8 04:32:21 killian Eprom                  256k
Dec  8 04:32:21 killian Ram                    32k/Supervisor date 12/02/96
Dec  8 04:32:21 killian DSP date               11/29/95
Dec  8 04:32:21 killian Supervisor rev         1.0.8
Dec  8 04:32:21 killian DSP rev                1.2.7

The only errors I get now are DCS errors like this:

Dec 08 08:48:16.84: [16819]: <-- [23:AT+FIS=0,5,0,2,0,0,0,2\r]
Dec 08 08:48:17.09: [16819]: --> [2:OK]
Dec 08 08:48:17.09: [16819]: <-- [7:AT+FDT\r]
Dec 08 08:48:17.23: [16819]: --> [20:+FCS:0,5,0,2,0,0,0,3]
Dec 08 08:48:29.22: [16819]: --> [7:+FHS:25]
Dec 08 08:48:29.22: [16819]: REMOTE HANGUP: DCS sent 3 times without response (code 25)

or the occasional RSPREC error:

Dec 08 23:42:13.19: [ 8971]: <-- [23:AT+FIS=0,5,0,2,0,0,0,2\r]
Dec 08 23:42:13.45: [ 8971]: --> [2:OK]
Dec 08 23:42:13.45: [ 8971]: <-- [7:AT+FDT\r]
Dec 08 23:42:13.59: [ 8971]: --> [20:+FCS:0,5,0,2,0,0,0,3]
Dec 08 23:42:20.39: [ 8971]: --> [7:+FHS:71]
Dec 08 23:42:20.39: [ 8971]: REMOTE HANGUP: RSPREC error/got DCN (code 71)

I haven't aggressively attacked these last two errors yet - I don't know
enough about low-level faxing protocols to know what causes this, so any
pointers would be helpful.  But on the whole, the TC USR modems seem to do
a dandy job, and I send out about 900 faxes a day right now.

The config file I'm using is right from the 4.0pl1 distribution,
unchanged.

David.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Thu, 18 Dec 1997 06:47:32 -0500
From: Mark Porporino <mporporino@hotmail.com>
Organization: AZCOM
To: flexfax@sgi.com
CC: mporporino@hotmail.com
Subject: flexfax: Unspecified Transmit Phase B error
Sender: owner-flexfax@celestial.com

I have HylaFAX compiled for Solaris 2.5 and use gcc 2.7.2, HylaFAX
v4.0pl1, a external USR Sportster Voice modem, and I see the following
in a trace log:

bp4Uec 18 06:22:41.90: [ 6167]: --> [65:'IOd~-
gNrft
 t  ko^
              }OJ jsx]
Dec 18 06:23:21.91: [ 6167]: REMOTE HANGUP: Unspecified Transmit Phase B
error (code 20)

All I need is sendfax capability - 'sendfax -d 2223333 /tmp/foo.ps'

I've tried both RTSCTS and XONXOFF flow control and the modem is set
to faxtory defaults.

Also, when I run 'faxsetup', I get a (something like this), "your modem
is hanging, better check it out", message, but no explanation of what
it means.

My modem seems to work fine otherwise.

Thanks

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Reply-To: <garyng@ibm.net>
From: "Gary Ng" <gng@extracomm.com>
To: "Mark Porporino" <mporporino@hotmail.com>, <flexfax@sgi.com>
Cc: <mporporino@hotmail.com>
Subject: Re: flexfax: Unspecified Transmit Phase B error
Date: Thu, 18 Dec 1997 23:12:19 +0800
X-MIME-Autoconverted: from 8bit to quoted-printable by mailin.hkstar.com id XAA09769
Sender: owner-flexfax@celestial.com

You must be running it in class 2.0 ! Try S36=0 and
see if it helps, if not switch to class 1.

Gary

----------
> From: Mark Porporino <mporporino@hotmail.com>
> To: flexfax@sgi.com
> Cc: mporporino@hotmail.com
> Subject: flexfax: Unspecified Transmit Phase B error
> Date: Thursday, December 18, 1997 7:47 PM
> 
> I have HylaFAX compiled for Solaris 2.5 and use gcc 2.7.2, HylaFAX
> v4.0pl1, a external USR Sportster Voice modem, and I see the following
> in a trace log:
> 
> bp4Uec 18 06:22:41.90: [ 6167]: --> [65:'IOd~~-
> gNrft
>  t  ko^
>               }OJ jsx]
> Dec 18 06:23:21.91: [ 6167]: REMOTE HANGUP: Unspecified Transmit Phase B
> error (code 20)
> 
> All I need is sendfax capability - 'sendfax -d 2223333 /tmp/foo.ps'
> 
> I've tried both RTSCTS and XONXOFF flow control and the modem is set
> to faxtory defaults.
> 
> Also, when I run 'faxsetup', I get a (something like this), "your modem
> is hanging, better check it out", message, but no explanation of what
> it means.
> 
> My modem seems to work fine otherwise.
> 
> Thanks

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Thu, 1 Jan 1998 21:52:49 +0200
From: Ori Chalak <ori.chalak@analog.com>
To: flexfax@sgi.com, pkw@elgro.co.uk
Subject: Re: flexfax: Unspecified Transmit Phase B error
Sender: owner-flexfax@celestial.com

> >...
> >My configuration is: Hylafax 4.0p11, gcc v2.7, Linux, US Robotics
> >Sportster voice 33.6 Faxmodem, Ghostscript 2.6.2 (with tiffg3 driver
> >installed).
> >
> >I installed Hylafax software, got hfaxd and faxq running. Problem is
> >when I try to send a fax with send fax. Modem calls then number, begins
> >to open then connection and then disconnect the line. I got the message
> >in the xferlog file: UNSPECIFIED TRANSMIT PHASE B ERROR.
> >... 
> 
> Many people have had problems with the USR Sportster 33.6 modem. Best
> bet is to change it; but some have tried adding the following line to
> their modem config file (eg /var/spool/fax/etc/config.cua1 file) :-
> 
> Class2NRCmd:            AT+FNR=1,1,1,0      #setup status reporting command
> 
> Will you let us know if you are one of the lucky ones?
> 
> Aaah, just another thought. You could try switching to Class 1.

Hi,

  I have US-Robotics sportster Faxmodem with X2 56k. I got PHASE B ERROR.
  The above solution fixed the problem:

    Class2NRCmd:            AT+FNR=1,1,1,0      #setup status reporting command

  Thanks to the people who found this out and posted it into flexfax@sgi.com .

  I have another minor problem:

    When switching from HylaFax to PPP, PPP fail, unless I run before it tip,
    and type the reset command into it "ATZ". Does anyone know how to make HylaFax insert
    the reset command automatically upon termination ?

Thanks,

Ori Chalak

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
X-Authentication-Warning: guinness.chelsea.net: davidb owned process doing -bs
Date: Sun, 7 Dec 1997 21:51:24 -0500 (EST)
From: David Birnbaum <davidb@chelsea.net>
To: flexfax@sgi.com
Subject: flexfax: PERL OO interface
Sender: owner-flexfax@celestial.com

Folks,

I'd had a few people ask about the status of the HylaFax interface that I
was working on...unfortunately, I've been stuck with a bunch of other
stuff, so the interface has been mouldering in a pre-alpha state, where it
will remain for another two or three weeks until I have no choice but to
finish it ;)

In any case, here it is for those who are feeling brave.  As mentioned
above, it's in a pre-alpha state, so any or all of the interface will
probably change as I bring it up to production quality and it starts to
solidify. Comments on the code, the method of attack, etc, will be
appreciated.

Enjoy,

David.

-----

Currently, documentation is in the head of the file.  A few quick release
notes:

- You'll find the code at http://www.chelsea.net/~davidb/Hylafax.pm, and a
sample application (a fax-broadcaster) at
http://www.chelsea.net/~davidb/sendfax-multi.

- The Hylafax.pm module has a bit of simple documentation at the front.
Don't expect to understand it unless you're fairly familiar with PERL and
with HylaFax.  Sorry....

- In order to save time, inprove performance, and simplify the attribute
routines...well, OK, because I'm lazy, I have a great deal of information
about the different variables and such that can be set by Hylafax in
associative arrays within the PERL code.  I don't find this to be
particularly attractive or portable, so it will almost certainly change
and be derived at install time from the appropriate Hylafax .h files.

- More on that subject of caching...I don't know how Hylafax works
internally, but I've noticed it acting erratically, particularly when you
try to cancel, suspend, or otherwise muck with jobs.  I get a lot of
errors "Scheduler NAK'd request" and other things, particularly if you die
while leaving a job half-way instantiated.  Very difficult to deal with -
I hope somebody who is involved in the coding of hfaxd can change it to
give back a more helpful error message, and also make it possible to
manipulate a job, even if the job description file is missing a required
field or is "insane", as currently those jobs cannot be deleted or even
accessed through the hfax interface.  They have to be rm'd from the spool.

- The Document object doesn't do anything yet...but, I suspect it will
have a Retrieve routine at some point. 

- Hylafax.pm is designed as a useful interface to the Hylafax server, and
as such, it has routines designed for convenience of writing Hylafax
tools, not necessarily to mirror the functionality of the interface (as
Net::FTP and others do).  However, it's very possible that at some point,
I will choose to split this into a Net::HYLA and Hylafax module, and make
Net::HYLA follow the interface more or less exactly, and move all of the
higher level routines into Hylafax for those who don't care how those
commands are sent to the FTP server....

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Comments: Authenticated sender is <spine001@gold.tc.umn.edu>
From: Julio C Spinelli <spine001@gold.tc.umn.edu>
To: flexfax@sgi.com
Date: Mon, 8 Dec 1997 08:47:39 +0000
Subject: (Fwd) Re: flexfax: egetty
Sender: owner-flexfax@celestial.com



 I respectfully suggest that we take the warning from configure so 
 that nobody will ask. We on the flip side should warn if it is there. 
What this will create is that if the user has the wrong egetty he/she 
will be warned. If they have the right one they will kow how to 
proceed and no question will come to the list.
 
 What do you think?
 
Julio
> > > everything goes ok except that the program keeps wanting to know where
> > > my egetty
> > > executable is.  ie.. /bin/egetty.
> > > I've looked and looked and can't find it on my system or on the web.
> > > What  or where is it?
> > 
> > A FAQ.  Optional.  In the documentation:  in particular, setup-advanced.html.
> > 
> > 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Mon, 08 Dec 1997 20:47:20 -0500
From: Juana M Bauza <jbauza@hotmail.com>
Organization: U.S .District Court
To: flexfax@sgi.com
Subject: flexfax: which system type?
Sender: owner-flexfax@celestial.com

We run on a Compaq 5000 Proliant, 586, under Solaris 2.5.1

( UNAME_MACHINE =  i86pc
   UNAME_SYSTEM    = SunOS 5.5.1
   UNAME_RELEASE   = Generic)

and this doesn't fall into any of the cases in config.guess.

Which one should we use ?

We are using,
HylaFAX v4.0pl1 alpha 22
gcc 2.7.2.2
ZyXEL 1496E

Thanks in advance,

Juana Bauza

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Mon, 8 Dec 1997 09:37:39 -0800
From: rgm@rtda.com (Rob Menke)
To: flexfax@sgi.com
Subject: Re: flexfax: which system type?
Cc: jbauza@hotmail.com
Sender: owner-flexfax@celestial.com

The GNU canonical system type for Solaris x86 under a Pentium is 
i586-unknown-solaris2.5.1, if I remember correctly (we don't have one here at 
work, but my home machine is running 2.5.1 under an x86). Whether or not HylaFAX 
is able to deal with that system type is a different matter.

(The config.guess that comes with HylaFAX is about three years old... before the 
arrival of the x86 and PowerPC editions of Solaris, or the Pentium for that 
matter.  Might be time to consider an upgrade.)

-- Rob

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: which system type?
To: rgm@rtda.com (Rob Menke)
Date: Tue, 9 Dec 1997 18:30:14 +0100 (MEZ)
Cc: flexfax@sgi.com, jbauza@hotmail.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Rob Menke wrote:
    
    The GNU canonical system type for Solaris x86 under a Pentium is 
    i586-unknown-solaris2.5.1, if I remember correctly (we don't have one here at 
    work, but my home machine is running 2.5.1 under an x86). Whether or not HylaFAX 
    is able to deal with that system type is a different matter.
    
    (The config.guess that comes with HylaFAX is about three years old... before the 
    arrival of the x86 and PowerPC editions of Solaris, or the Pentium for that 
    matter.  Might be time to consider an upgrade.)

I've just tested a 1996 version of GNU config.guess by modifying
it to set the values from the original eMail, e.g.:

UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown

UNAME_MACHINE=i86pc
UNAME_SYSTEM="SunOS 5.5.1"
UNAME_RELEASE=Generic

but it still exits with 1;

Do you have better version of config.guess? Thx in advance.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
X-Authentication-Warning: guinness.chelsea.net: davidb owned process doing -bs
Date: Tue, 9 Dec 1997 19:00:45 -0500 (EST)
From: David Birnbaum <davidb@chelsea.net>
To: "C.K." <cwk@ceres.fwcnetworks.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: Does anybody see why faxgetty is crashing my machine? 
Sender: owner-flexfax@celestial.com

I see you are running Solaris 2.4, notorious for various serial line
bugs.  There are two possibiliites:

1.  You have a bad serial port
2.  A bad signal is being generated causing your kernel to dump

I you have sun maintenance, get a crash dump and send it to them for
analysis.  They will probably have a patch for it.  Otherwise, you could
try upgrading to 2.5.1.

David.

On Tue, 9 Dec 1997, C.K. wrote:

> SunOS ceres 5.4 Generic_101945-10 sun4m sparc (Solaris2.4)
>                                                           
> fx:23:respawn:/usr/local/sbin/faxgetty   cua/a
> fz:23:respawn:/usr/local/sbin/faxgetty   cua/b
> 
> # VERSION:      v4.0pl1
> # DATE:         Sun May 11 18:08:17 PDT 1997
> # TARGET:       sparc-sun-solaris2.4
> 
> 
> 
> Syslog messages
> 
> Dec  6 12:48:03 ceres unix: BAD TRAP: type=9 rp=f0580ab4 addr=ff4
> mmu_fsr=326 rw=1
> Dec  6 12:48:03 ceres unix: faxgetty: Data fault
> Dec  6 12:48:03 ceres unix: kernel read fault at addr=0xff4, pme=0x0
> Dec  6 12:48:03 ceres unix: MMU sfsr=326: Invalid Address on supv data
> fetch at level 3
> Dec  6 12:48:03 ceres unix: pid=7801, pc=0xf0094110, sp=0xf0580b00,
> psr=0x44000c4, context=0
> Dec  6 12:48:03 ceres unix: g1-g7: 3, 44000e5, 2810, 3010, 200, 1,
> fc449c80
> Dec  6 12:48:03 ceres unix: Begin traceback... sp = f0580b00
> Dec  6 12:48:03 ceres unix: Called from f00c3898, fp=f0580b60,
> args=fc00a3c0 0 fc00a3c0 f0580d60 fe0 8
> Dec  6 12:48:03 ceres unix: Called from f00c3a04, fp=f0580bc0,
> args=f0155744 e224e4ff 1 1 f ffffffff
> Dec  6 12:48:03 ceres unix: Called from f00bb5a0, fp=f0580c20,
> args=f0580d60 f0155744 f0164598 f0155750 0 f0155758
> Dec  6 12:48:03 ceres unix: Called from fc06620c, fp=f0580dd0, args=0
> fc554790 1 3 0 fc5547dc
> Dec  6 12:48:03 ceres unix: Called from f00e024c, fp=f0580e30,
> args=fc48a214 5302 5b148 3 fc4eb740 f0580f50
> Dec  6 12:48:03 ceres unix: Called from f00765c8, fp=f0580ef0,
> args=f0580fe0 f0580f50 3 0 fc0661a0 fc4f26e0
> Dec  6 12:48:03 ceres unix: Called from f0076aa0, fp=f0580f58, args=3 5302
> 5b148 effffb9c f00dffe4 fc48e528
> Dec  6 12:48:03 ceres unix: Called from 1bff8, fp=effffb50, args=3 5302
> 5b148 2 effffb88 16
> Dec  6 12:48:03 ceres unix: End traceback...
> Dec  6 12:48:03 ceres unix: panic: Data fault
> Dec  6 12:48:04 ceres unix: syncing file systems... [3] 3 [3] 3 [3] 3 [3]
> 3 [3] 3 [3] 3 [3] 3 [3] 3 [3] 3 [3] 3 [3] 3 [3] 3 [3] 3 [3] 3 [
> 3] 3 [3] 3 [3] 3 [3] 3 [3] 3 [3] 3 done
> 
> 
> 
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: e9018967@student.tuwien.ac.at (Gernot Kerschbaumer)
Subject: flexfax: SEND FAILED: Unknown problem (check modem power)
To: flexfax@sgi.com
Date: Wed, 10 Dec 1997 13:57:38 +0100 (MET)
Sender: owner-flexfax@celestial.com

well, i checked my modem's power, it's ok

using:
HylaFAX v4.0pl122
SunOS 5.5
modem: Elink EF, Revision Version 1.01

here is the session log of a failed attempt to send a fax:

Dec 10 13:32:25.75: [ 1952]: SESSION BEGIN 00000651 4314156
Dec 10 13:32:25.76: [ 1952]: SEND FAX: JOB 470 DEST 4156 COMMID 00000651
Dec 10 13:32:25.76: [ 1952]: MODEM set DTR OFF
Dec 10 13:32:25.76: [ 1952]: DELAY 2600 ms
Dec 10 13:32:28.36: [ 1952]: MODEM set DTR ON
Dec 10 13:32:28.36: [ 1952]: MODEM set baud rate: 38400 baud, input flow XON/XOF
F, output flow XON/XOFF
Dec 10 13:32:28.36: [ 1952]: MODEM flush i/o
Dec 10 13:32:28.36: [ 1952]: <-- [14:ATE0V1Q0S0=0H\r]
Dec 10 13:32:28.58: [ 1952]: --> [13:ATE0V1Q0S0=0H]
Dec 10 13:32:28.58: [ 1952]: --> [2:OK]
Dec 10 13:32:28.58: [ 1952]: <-- [21:ATS8=2S7=60\Q3&D2&C1\r]
Dec 10 13:32:28.80: [ 1952]: --> [2:OK]
Dec 10 13:32:28.80: [ 1952]: <-- [19:AT&F &B0 +FCLASS=2\r]
Dec 10 13:32:29.03: [ 1952]: --> [2:OK]
Dec 10 13:32:29.03: [ 1952]: <-- [10:AT+FTBC=0\r]
Dec 10 13:32:29.25: [ 1952]: --> [9:AT+FTBC=0]
Dec 10 13:32:29.25: [ 1952]: --> [2:OK]
Dec 10 13:32:29.25: [ 1952]: <-- [10:AT+FBOR=0\r]
Dec 10 13:32:29.47: [ 1952]: --> [9:AT+FBOR=0]
Dec 10 13:32:29.47: [ 1952]: --> [2:OK]
Dec 10 13:32:29.47: [ 1952]: <-- [13:AT+FPHCTO=30\r]
Dec 10 13:32:29.69: [ 1952]: --> [12:AT+FPHCTO=30]              
Dec 10 13:32:29.69: [ 1952]: --> [2:OK]
Dec 10 13:32:29.69: [ 1952]: <-- [23:AT+FCC=0,5,0,0,0,0,0,1\r]
Dec 10 13:32:29.92: [ 1952]: --> [22:AT+FCC=0,5,0,0,0,0,0,1]
Dec 10 13:32:29.92: [ 1952]: --> [2:OK]
Dec 10 13:32:29.92: [ 1952]: <-- [5:ATM0\r]
Dec 10 13:32:30.13: [ 1952]: --> [4:ATM0]
Dec 10 13:32:30.13: [ 1952]: --> [2:OK]
Dec 10 13:32:30.13: [ 1952]: STATE CHANGE: RUNNING -> SENDING
Dec 10 13:32:30.13: [ 1952]: MODEM input buffering enabled
Dec 10 13:32:30.17: [ 1952]: <-- [19:AT&F &B0 +FCLASS=2\r]
Dec 10 13:32:30.49: [ 1952]: --> [18:AT&F &B0 +FCLASS=2]
Dec 10 13:32:30.49: [ 1952]: --> [2:OK]
Dec 10 13:32:30.49: [ 1952]: <-- [10:AT+FTBC=0\r]
Dec 10 13:32:30.81: [ 1952]: --> [9:AT+FTBC=0]
Dec 10 13:32:30.81: [ 1952]: --> [2:OK]
Dec 10 13:32:30.81: [ 1952]: <-- [10:AT+FBOR=0\r]
Dec 10 13:32:31.13: [ 1952]: --> [9:AT+FBOR=0]
Dec 10 13:32:31.13: [ 1952]: --> [2:OK]
Dec 10 13:32:31.13: [ 1952]: <-- [13:AT+FPHCTO=30\r]
Dec 10 13:32:31.45: [ 1952]: --> [12:AT+FPHCTO=30]
Dec 10 13:32:31.45: [ 1952]: --> [2:OK]
Dec 10 13:32:31.45: [ 1952]: <-- [23:AT+FCC=0,5,0,0,0,0,0,1\r]
Dec 10 13:32:31.77: [ 1952]: --> [22:AT+FCC=0,5,0,0,0,0,0,1]       
Dec 10 13:32:31.77: [ 1952]: --> [2:OK]
Dec 10 13:32:31.77: [ 1952]: <-- [31:AT+FLID="FaxServer@harare.kap"\r]
Dec 10 13:32:32.09: [ 1952]: --> [30:AT+FLID="FaxServer@harare.kap"]
Dec 10 13:32:32.09: [ 1952]: --> [2:OK]
Dec 10 13:32:32.09: [ 1952]: DIAL 4156
Dec 10 13:32:32.09: [ 1952]: <-- [9:ATD4156@\r]
Dec 10 13:32:32.41: [ 1952]: --> [8:ATD4156@]
Dec 10 13:32:32.41: [ 1952]: SEND FAILED: Unknown problem (check modem power)
Dec 10 13:32:32.41: [ 1952]: <-- [4:ATH\r]
Dec 10 13:32:32.41: [ 1952]: --> [5:ERROR]
Dec 10 13:32:32.41: [ 1952]: MODEM Command error
Dec 10 13:32:32.41: [ 1952]: MODEM set DTR OFF
Dec 10 13:32:32.41: [ 1952]: STATE CHANGE: SENDING -> MODEMWAIT (timeout 5)
Dec 10 13:32:32.41: [ 1952]: SESSION END      


i would be very grateful if you can give me a hint where the problem resides.

btw, sending and receiving faxes with another modem is working fine.

gernot

-- 
gernot kerschbaumer 
student of computer science at the technical university of vienna, austria
email: e9018967@stud2.tuwien.ac.at
homepage: http://stud2.tuwien.ac.at/~e9018967/

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: SEND FAILED: Unknown problem (check modem power)
To: e9018967@student.tuwien.ac.at (Gernot Kerschbaumer)
Date: Wed, 10 Dec 1997 18:32:37 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Gernot Kerschbaumer wrote:
    
    well, i checked my modem's power, it's ok

Yes, it's ok.
    
    using:
    HylaFAX v4.0pl122
    SunOS 5.5
    modem: Elink EF, Revision Version 1.01
    
    here is the session log of a failed attempt to send a fax:
    
    Dec 10 13:32:25.75: [ 1952]: SESSION BEGIN 00000651 4314156
    Dec 10 13:32:25.76: [ 1952]: SEND FAX: JOB 470 DEST 4156 COMMID 00000651
    Dec 10 13:32:25.76: [ 1952]: MODEM set DTR OFF
    Dec 10 13:32:25.76: [ 1952]: DELAY 2600 ms
    Dec 10 13:32:28.36: [ 1952]: MODEM set DTR ON
    Dec 10 13:32:28.36: [ 1952]: MODEM set baud rate: 38400 baud, input flow XON/XOF
    F, output flow XON/XOFF
    Dec 10 13:32:28.36: [ 1952]: MODEM flush i/o
    Dec 10 13:32:28.36: [ 1952]: <-- [14:ATE0V1Q0S0=0H\r]
    Dec 10 13:32:28.58: [ 1952]: --> [13:ATE0V1Q0S0=0H]
                                           ^^
You switch the modem's echo off -- fine ....

    Dec 10 13:32:28.58: [ 1952]: --> [2:OK]
    Dec 10 13:32:28.58: [ 1952]: <-- [21:ATS8=2S7=60\Q3&D2&C1\r]
    Dec 10 13:32:28.80: [ 1952]: --> [2:OK]

...it's really switched off (as you can see) ....

    Dec 10 13:32:28.80: [ 1952]: <-- [19:AT&F &B0 +FCLASS=2\r]
                                           ^^
...and now you load factory defaults (&F) and ....

    Dec 10 13:32:29.03: [ 1952]: --> [2:OK]
    Dec 10 13:32:29.03: [ 1952]: <-- [10:AT+FTBC=0\r]
    Dec 10 13:32:29.25: [ 1952]: --> [9:AT+FTBC=0]

... modem's echo is turned on again and ....

    Dec 10 13:32:29.25: [ 1952]: --> [2:OK]
    Dec 10 13:32:29.25: [ 1952]: <-- [10:AT+FBOR=0\r]
    Dec 10 13:32:29.47: [ 1952]: --> [9:AT+FBOR=0]
    Dec 10 13:32:29.47: [ 1952]: --> [2:OK]
    Dec 10 13:32:29.47: [ 1952]: <-- [13:AT+FPHCTO=30\r]
    Dec 10 13:32:29.69: [ 1952]: --> [12:AT+FPHCTO=30]              
    Dec 10 13:32:29.69: [ 1952]: --> [2:OK]
    Dec 10 13:32:29.69: [ 1952]: <-- [23:AT+FCC=0,5,0,0,0,0,0,1\r]
    Dec 10 13:32:29.92: [ 1952]: --> [22:AT+FCC=0,5,0,0,0,0,0,1]
    Dec 10 13:32:29.92: [ 1952]: --> [2:OK]
    Dec 10 13:32:29.92: [ 1952]: <-- [5:ATM0\r]
    Dec 10 13:32:30.13: [ 1952]: --> [4:ATM0]
    Dec 10 13:32:30.13: [ 1952]: --> [2:OK]
    Dec 10 13:32:30.13: [ 1952]: STATE CHANGE: RUNNING -> SENDING
    Dec 10 13:32:30.13: [ 1952]: MODEM input buffering enabled
    Dec 10 13:32:30.17: [ 1952]: <-- [19:AT&F &B0 +FCLASS=2\r]
    Dec 10 13:32:30.49: [ 1952]: --> [18:AT&F &B0 +FCLASS=2]
    Dec 10 13:32:30.49: [ 1952]: --> [2:OK]
    Dec 10 13:32:30.49: [ 1952]: <-- [10:AT+FTBC=0\r]
    Dec 10 13:32:30.81: [ 1952]: --> [9:AT+FTBC=0]
    Dec 10 13:32:30.81: [ 1952]: --> [2:OK]
    Dec 10 13:32:30.81: [ 1952]: <-- [10:AT+FBOR=0\r]
    Dec 10 13:32:31.13: [ 1952]: --> [9:AT+FBOR=0]
    Dec 10 13:32:31.13: [ 1952]: --> [2:OK]
    Dec 10 13:32:31.13: [ 1952]: <-- [13:AT+FPHCTO=30\r]
    Dec 10 13:32:31.45: [ 1952]: --> [12:AT+FPHCTO=30]
    Dec 10 13:32:31.45: [ 1952]: --> [2:OK]
    Dec 10 13:32:31.45: [ 1952]: <-- [23:AT+FCC=0,5,0,0,0,0,0,1\r]
    Dec 10 13:32:31.77: [ 1952]: --> [22:AT+FCC=0,5,0,0,0,0,0,1]       
    Dec 10 13:32:31.77: [ 1952]: --> [2:OK]
    Dec 10 13:32:31.77: [ 1952]: <-- [31:AT+FLID="FaxServer@harare.kap"\r]
    Dec 10 13:32:32.09: [ 1952]: --> [30:AT+FLID="FaxServer@harare.kap"]
    Dec 10 13:32:32.09: [ 1952]: --> [2:OK]
    Dec 10 13:32:32.09: [ 1952]: DIAL 4156
    Dec 10 13:32:32.09: [ 1952]: <-- [9:ATD4156@\r]
    Dec 10 13:32:32.41: [ 1952]: --> [8:ATD4156@]

... the modem echos the dial string and HylaFAX is thinking
that this is a "Unknown problem" because it's awaiting things
like "BUSY" or "CONNECT" ....
How do you added the "&F" command? Please show your modem
config-file.

	matthias

    Dec 10 13:32:32.41: [ 1952]: SEND FAILED: Unknown problem (check modem power)
    Dec 10 13:32:32.41: [ 1952]: <-- [4:ATH\r]
    Dec 10 13:32:32.41: [ 1952]: --> [5:ERROR]
    Dec 10 13:32:32.41: [ 1952]: MODEM Command error
    Dec 10 13:32:32.41: [ 1952]: MODEM set DTR OFF
    Dec 10 13:32:32.41: [ 1952]: STATE CHANGE: SENDING -> MODEMWAIT (timeout 5)
    Dec 10 13:32:32.41: [ 1952]: SESSION END      
    
    
    i would be very grateful if you can give me a hint where the problem resides.
    
    btw, sending and receiving faxes with another modem is working fine.
    
    gernot
    
    -- 
    gernot kerschbaumer 
    student of computer science at the technical university of vienna, austria
    email: e9018967@stud2.tuwien.ac.at
    homepage: http://stud2.tuwien.ac.at/~e9018967/

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: Problem with Faxmail and attached Postscript
To: hughc@lombard.babcockbrown.com (Hugh Caley)
Date: Wed, 10 Dec 1997 08:14:33 +0000 (GMT)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 
> Is anyone working on the problem of Postscript files
> attached to a mail message coming out with the first page a
> tiny thumbnail on the the same page as the body of the mail
> message?

It was diagnosed on the mailing list about a couple of weeks ago.

The real problem seems to be that there is no way of finding this sort
of information, other than by trawling the mailing list, as the support
site appears not to have any catalogue of contributed patches.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Thu, 11 Dec 1997 12:14:57 -0500 (EST)
From: Nico Garcia <raoul@cirl.meei.harvard.edu>
Cc: Nico Garcia <flexfax@sgi.com>
Subject: Re: flexfax: Problem with Faxmail and attached Postscript
Sender: owner-flexfax@celestial.com

-----BEGIN PGP SIGNED MESSAGE-----

On Wed, 10 Dec 1997, David Woolley wrote:

> > 
> > Is anyone working on the problem of Postscript files
> > attached to a mail message coming out with the first page a
> > tiny thumbnail on the the same page as the body of the mail
> > message?
> 
> It was diagnosed on the mailing list about a couple of weeks ago.
> 
> The real problem seems to be that there is no way of finding this sort
> of information, other than by trawling the mailing list, as the support
> site appears not to have any catalogue of contributed patches.

Well, it would help a lot of the search engine on the archives would search
the *contents* of the posts, rather than merely the subject lines. Of course,
a search engine to do that would take a lot more CPU on the server....

It would help as well for us to make subject lines as descriptive as
possible, with lots of good keywords. You know, "Patch for faxmail
Postscript shrinking bug", instead of things like "I found it! I found
it!"

			Nico Garcia
			Engineer, CIRL 
			Mass. Eye and Ear Infirmary
			raoul@cirl.meei.harvard.edu


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNJAfhz/+ItycgIJRAQEFlgP/ZbcEzBv9OS5VEX0DaBrQ65UmDBcMjbyt
empxZkNPKEMN2sAtMXwUPn81qatVBHmmUW0Dlhpjb5J2d3XboALBpAX0dJjJteJE
eI2lVJKF5h1akhXTMZ3jIM787ARDmr3RHlY2AxKV8x8r5yfs8cM2giCgrRkpIJQV
MpU791K5LTk=
=T+gG
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 10 Dec 1997 20:03:10 +0100
From: Thomas Wimmer <thomas.wimmer@studbox.uni-stuttgart.de>
Organization: University of Stuttgart
To: flexfax@sgi.com
Subject: flexfax: How to make a fax-on-demand
Sender: owner-flexfax@celestial.com

Hi !

I'am a new user of the fantastic HylaFAX-Programm, so first a Hello to
all.

Now to my Problem: Faxing ist all right, but how do I access a
Fax-on-demand-server (well, i think it is called fax-on-demand, the
german word is 'Faxabruf').

As Frontend I do use tkhylafax, whcl and SuSE's susefax (a java-based
frontend, I do like that best).

Thanks


Thomas
-- 

Thomas Wimmer			 | When you're in a fight with an idiot, 
wimmer@technologist.com		 | it's difficult for other people 
thomas@lcars.wh.uni-stuttgart.de | to tell which one the idiot is.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: maverick@jobsoft.com (Maverick)
Subject: flexfax: customizing e-mail notification
To: flexfax@sgi.com
Date: Wed, 10 Dec 1997 14:46:04 -0600 (CST)
Sender: owner-flexfax@celestial.com

How do I (Is there a way to) customize the e-mail
message that sendpage produces?

The e-mail message that comes back is a bit too cyrptic 
for the average user |)

Ideally, I'd like to have a template file that
allows me to define how I want the message to look.

-----------------------------------------------------------
Maverick                 Jobsoft Design & Development, Inc.
                                     http://www.jobsoft.com

From arxer@bcn.servicom.es  Wed Feb 17 13:55:53 1999
Date: Thu, 11 Dec 1997 23:15:54 +0100
From: Ramon Arxer i Galabert <arxer@bcn.servicom.es>
Organization: http://yi.com/home/ArxerRamon/
To: Llista distribucio HylaFAX <flexfax@sgi.com>
CC: Phil Watkinson <pkw@elgro.co.uk>,
	Matthias Apitz <Matthias.Apitz@SOFTCON.de>
Subject: Re: flexfax: Configuring access with hosts file

Dear sirs,

Thank you very much for your fast answer.

After a lot of time doing changes I realised that my problem with the
hosts file was with the dirk's-faxmailer script. The format of the host
file and the dirk's-faxmailer access file was different and it caused
trouble to me.

-- 
Best regards,

Ramon Arxer i Galabert

e-mail :
	arxer@bcn.servicom.es
	ramon25@casal.upc.es
WWW :
	http://yi.com/home/ArxerRamon
	http://casal.upc.es/~ramon25

From fax  Wed Feb 17 13:55:53 1999
Date: Fri, 12 Dec 1997 15:27:08 GMT
To: FaxMaster
From: The HylaFAX Receive Agent <fax>
Subject: modem on /dev/cua1 appears wedged

The HylaFAX software thinks that there is a problem with the modem
on device /dev/cua1 that needs attention; repeated attempts to
initialize the modem have failed.

Consult the server trace logs for more information on what is happening.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Fri, 12 Dec 1997 16:22:31 -0700
From: Doug Corey <dougc@advtech.uswest.com>
Organization: U S WEST Advanced Technologies
To: flexfax@sgi.com
Subject: flexfax: Landscape mode documents
Sender: owner-flexfax@celestial.com

I recently installed HylaFAX 4.0 on a Sparc 5 running Solaris 2.5.1
with a Hayes Accura 56K External FaxModem (Class 1).  The software
was installed from a binary distribution.  Most everything seemed to 
work but then I tried sending a certain postscript document to a
regular(local)fax machine as a test.  It failed after three tries and
the fax machine complained about an error.  The reason for the failure
was not reported by the email message so I checked the log file:
 
 Client does not support document page width, max remote page
 width 1728 pixels, image width 2244 pixels

At that point I realized that the source document (from MacDraw Pro)
was in landscape format.  Is there a (easy) way to "rotate" a
document once it's in ps format?  Is there a way to detect the situation
and automatically correct it?  Thanks for your help.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: Landscape mode documents
To: dougc@advtech.uswest.com (Doug Corey)
Date: Sat, 13 Dec 1997 11:51:16 +0000 (GMT)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> was installed from a binary distribution.  Most everything seemed to 
> work but then I tried sending a certain postscript document to a
> regular(local)fax machine as a test.  It failed after three tries and
> the fax machine complained about an error.  The reason for the failure
> was not reported by the email message so I checked the log file:
>  
>  Client does not support document page width, max remote page
>  width 1728 pixels, image width 2244 pixels
> 
> At that point I realized that the source document (from MacDraw Pro)
> was in landscape format.  Is there a (easy) way to "rotate" a
> document once it's in ps format?  Is there a way to detect the situation
> and automatically correct it?  Thanks for your help.

Get a copy of The Postscript Language Reference Manual and look at the
rotate and translate operators.  I think you want 572 0 translate -90
rotate, but I may have some signs wrong and the 572 is an approximation
(you can actually do everything with translate).  At the end of the
prolog, or, if for individual pages, after the initial save for each page,
should do.

However, I think the document is probably broken, as it seems to be
assuming a printer that can physically feed landscape paper.  Normally the
page would be set with a Document Structuring Convention comment saying
it was Landscape, but already transformed to fit portrait fed paper.

You could probably autodetect with a small postscript fragment, but that
would take me some time to research in the book.

I think there may be rotating tools listed in the comp.sources.postscript FAQ.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Mon, 15 Dec 1997 09:45:00 +0000
To: HylaFAX List <flexfax@sgi.com>
From: Phil Watkinson <pkw@elgro.co.uk>
Subject: flexfax: Modem is wedged and HylaFAX is stuck
Sender: owner-flexfax@celestial.com


Hi,

After a year of reliable service with v4.0pl1 and ReHat 4.0, on
Friday afternoon,(the worst possible time) on day 2 of the new beta,
the modem was reported as wedged. I have :

 * Read the documentation and checked the archives
 * Bumped up the ServerTracing & SessionTracing values to 32779 in
   the config.cua1 file.
 * Soft reboot of the system
 * Ensured that the modem was responding and working with PPP
 * Did a total power-off reboot of the system, and rechecked modem

and HylaFAX (faxq?) seems unwilling to process any jobs. Faxstat says:

	HylaFAX scheduler on derrick.elgro.co.uk: Running
	Modem cua1 (722304): Running and idle

and yet all the send queue jobs have a status of W (waiting).

The important part of the wedged man page is as follows :
    The wedged script sends electronic mail to the FaxMaster alias
    and attempts to disable any getty processes spawned by the
    init(8C) process.  In addition the faxq(8C) process  auto-
    matically disables use of the modem for servicing outbound jobs.

The script tries to comment out the faxgetty line in the inittab file,
which I've checked and it is running okay. My question is how does
faxq disable the modem? And how do I re-enable it again?

I've tried the 'faxstate -s ready cua1' several times without luck;
and I'm beginning to wonder if I am missing the obvious. The few entries
in the 'messages' file (nothing in the log directory) seems to show
that HylaFAX (or a part of HylaFAX?) cannot find the modem :-

Dec 15 09:19:07 derrick FaxQueuer[220]: 
	JOB 19 (ready dest +04401205725015 pri 127 tts 0:00 
	killtime 2:29:35): Unable to assign modem cua1 (cannot lock)
Dec 15 09:19:07 derrick FaxQueuer[220]: 
	JOB 19 (ready dest +04401205725015 pri 127 tts 0:00 
	killtime 2:29:35): No assignable modem located

I've worked on this problem on and off over the weekend, without
progress, and am in sore need of some advice.

Thanks,
Phil Watkinson,
Boston, UK.

From Matthias.Apitz@SOFTCON.de  Wed Feb 17 13:55:53 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Modem is wedged and HylaFAX is stuck
To: pkw@elgro.co.uk (Phil Watkinson)
Date: Mon, 15 Dec 1997 14:34:30 +0100 (MEZ)
Cc: hylafax-testers@SOFTCON.de (Mailinglist for TestGroup HylaFAX)
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps

Phil Watkinson wrote:

[NB: Cc: ist set to hylafax-testers@sisis.de]
    
    
    Hi,
    
    After a year of reliable service with v4.0pl1 and ReHat 4.0, on
    Friday afternoon,(the worst possible time) on day 2 of the new beta,
    the modem was reported as wedged. I have :

Please do not discuss issues of new beta code in the public
mailing list for HylaFAX.
    
     * Read the documentation and checked the archives
     * Bumped up the ServerTracing & SessionTracing values to 32779 in
       the config.cua1 file.
     * Soft reboot of the system
     * Ensured that the modem was responding and working with PPP
     * Did a total power-off reboot of the system, and rechecked modem
    
    and HylaFAX (faxq?) seems unwilling to process any jobs. Faxstat says:
    
    	HylaFAX scheduler on derrick.elgro.co.uk: Running
    	Modem cua1 (722304): Running and idle
    
    and yet all the send queue jobs have a status of W (waiting).
    
    The important part of the wedged man page is as follows :
        The wedged script sends electronic mail to the FaxMaster alias
        and attempts to disable any getty processes spawned by the
        init(8C) process.  In addition the faxq(8C) process  auto-
        matically disables use of the modem for servicing outbound jobs.
    
    The script tries to comment out the faxgetty line in the inittab file,
    which I've checked and it is running okay. My question is how does
    faxq disable the modem? And how do I re-enable it again?
    
    I've tried the 'faxstate -s ready cua1' several times without luck;
    and I'm beginning to wonder if I am missing the obvious. The few entries
    in the 'messages' file (nothing in the log directory) seems to show
    that HylaFAX (or a part of HylaFAX?) cannot find the modem :-
    
    Dec 15 09:19:07 derrick FaxQueuer[220]: 
    	JOB 19 (ready dest +04401205725015 pri 127 tts 0:00 
    	killtime 2:29:35): Unable to assign modem cua1 (cannot lock)
    Dec 15 09:19:07 derrick FaxQueuer[220]: 
    	JOB 19 (ready dest +04401205725015 pri 127 tts 0:00 
    	killtime 2:29:35): No assignable modem located
	....

Please check the source and try to find out why faxq(1M) can't lock
the device.

	matthias

From raoul@cirl.meei.harvard.edu  Wed Feb 17 13:55:53 1999
Date: Mon, 15 Dec 1997 09:49:19 -0500 (EST)
From: Nico Garcia <raoul@cirl.meei.harvard.edu>
Cc: Phil Watkinson <pkw@elgro.co.uk>,
        Mailinglist for TestGroup HylaFAX <hylafax-testers@SOFTCON.de>
Subject: Re: flexfax: Modem is wedged and HylaFAX is stuck

-----BEGIN PGP SIGNED MESSAGE-----

On Mon, 15 Dec 1997 Matthias.Apitz@SOFTCON.de wrote:

>      * Read the documentation and checked the archives
>      * Bumped up the ServerTracing & SessionTracing values to 32779 in
>        the config.cua1 file.
>      * Soft reboot of the system
>      * Ensured that the modem was responding and working with PPP
>      * Did a total power-off reboot of the system, and rechecked modem

Hmmph. Did you try hand-connecting to the modems with tip or kermit
and re-setting them to "at&f&w", in order to reset their states?
And did you try re-running faxaddmodem to make sure they were re-loaded
with all the right registers?

Re-running faxsetup may also help...

Sun's also use the stupid "split-device" trick. Make sure that nothing
is residing on the *other* name for the serial line, typically ttya
and ttyb instead of cua0 and cua1.

And don't run beta code in a production environment....

			Nico Garcia
			Engineer, CIRL 
			Mass. Eye and Ear Infirmary
			raoul@cirl.meei.harvard.edu

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNJVDZT/+ItycgIJRAQGOqAP+NzL5vfIiznt2O61EL6u14Lj0aLeBbZoS
c44gSW31oBf2ozGFZPtPffSWxKwJKh9q+Rwc7UiqQob9M30s855/YSboJSacsAuq
KzUGZh0sbOUv6XEMxvt65nFcYxQGUyV5PwRKatguErEVRrOGQs8EZ2Zg79k/H4Dr
oeWDhP4U4P4=
=1ZvO
-----END PGP SIGNATURE-----

From randy@housing.sdsu.edu  Wed Feb 17 13:55:53 1999
Date: Mon, 15 Dec 1997 09:09:17 -0800
To: Phil Watkinson <pkw@elgro.co.uk>
From: Randy Kochis <randy@housing.sdsu.edu>
Subject: Re: flexfax: Modem is wedged and HylaFAX is stuck

I would try using "faxmodem cua1" to see if that starts the faxgetty
process; if so, then put two lines in your init.tab file so they always
respawn.

Randy

>Hi,
>
>After a year of reliable service with v4.0pl1 and ReHat 4.0, on
>Friday afternoon,(the worst possible time) on day 2 of the new beta,
>the modem was reported as wedged. I have :
>
> * Read the documentation and checked the archives
> * Bumped up the ServerTracing & SessionTracing values to 32779 in
>   the config.cua1 file.
> * Soft reboot of the system
> * Ensured that the modem was responding and working with PPP
> * Did a total power-off reboot of the system, and rechecked modem
>
>and HylaFAX (faxq?) seems unwilling to process any jobs. Faxstat says:
>
>	HylaFAX scheduler on derrick.elgro.co.uk: Running
>	Modem cua1 (722304): Running and idle
>
>and yet all the send queue jobs have a status of W (waiting).
>
>The important part of the wedged man page is as follows :
>    The wedged script sends electronic mail to the FaxMaster alias
>    and attempts to disable any getty processes spawned by the
>    init(8C) process.  In addition the faxq(8C) process  auto-
>    matically disables use of the modem for servicing outbound jobs.
>
>The script tries to comment out the faxgetty line in the inittab file,
>which I've checked and it is running okay. My question is how does
>faxq disable the modem? And how do I re-enable it again?
>
>I've tried the 'faxstate -s ready cua1' several times without luck;
>and I'm beginning to wonder if I am missing the obvious. The few entries
>in the 'messages' file (nothing in the log directory) seems to show
>that HylaFAX (or a part of HylaFAX?) cannot find the modem :-
>
>Dec 15 09:19:07 derrick FaxQueuer[220]:
>	JOB 19 (ready dest +04401205725015 pri 127 tts 0:00
>	killtime 2:29:35): Unable to assign modem cua1 (cannot lock)
>Dec 15 09:19:07 derrick FaxQueuer[220]:
>	JOB 19 (ready dest +04401205725015 pri 127 tts 0:00
>	killtime 2:29:35): No assignable modem located
>
>I've worked on this problem on and off over the weekend, without
>progress, and am in sore need of some advice.
>
>Thanks,
>Phil Watkinson,
>Boston, UK.


---
Randy Kochis
Randy@housing.sdsu.edu
HRLO Computer Coordinator
(619) 594-4607 

From dvg@webscript.demon.co.uk  Wed Feb 17 13:55:53 1999
Sender: dvg
Date: Sun, 21 Dec 1997 11:46:17 +0000
From: Dave Gibbs <dvg@webscript.demon.co.uk>
Organization: Webaware
To: Phil Watkinson <pkw@elgro.co.uk>
Subject: Re: flexfax: Modem is wedged and HylaFAX is stuck

Phil Watkinson wrote:
> Dec 15 09:19:07 derrick FaxQueuer[220]:
>         JOB 19 (ready dest +04401205725015 pri 127 tts 0:00
>         killtime 2:29:35): Unable to assign modem cua1 (cannot lock)

Hi Phil,

Apologies if stating the obvious thing that you'd have checked, but have
you ensured there is no /usr/lock/* file that has not been deleted for
cua1.

Regards,

Dave.

-- 
Dave Gibbs, WebAware Software Services.
PGP Public Key available :- 
http://www.webaware.co.uk/~dvg/public_key.txt
Tel Southern Office - 01570 480457
Tel Northern Office - 01745 561036

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Fri, 12 Dec 1997 17:02:57 +0100
To: flexfax@sgi.com
From: Hans Christiansen <hans@ljungbergs.se>
Subject: flexfax: Corrupt fax receives OR corrupt fax transmissions on a Zyxel
  2864
Sender: owner-flexfax@celestial.com

Ingredients:

	1 x Hylafax 4.0pl1 running on an SGI Indy OS=Irix 5.3
	1 x Zyzel Elite 2864 (upgraded to fware v 1.19)
	1 x Configuration for Zyxel class 2.0 modem.

This recipe results in (at least for me) corrupt fax transmissions in the
form of horisontal sections of the image being omitted.

I have got rid of this fault by using the generic class 2 configuration but
then reception of incoming faxes goes haywire - completely corrupt images
comprising of white pages with random pixels at the bottom :-(

Please! Has anybody got any good idea's on getting round this problem.

Thanks
Hans Christiansen

hans@ljungbergs.se

Ljungbergs Tryckeri AB                Tel. +46 435 120 40
Box 100                               Fax. +46 435 71 17 26
S-264 22 Klippan                      Mob. +46 70 518 26 49
Sweden

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: "Gary Ng (Winclient)" <garyn@winclient.com>
To: flexfax@sgi.com, "'Hans Christiansen'" <hans@ljungbergs.se>
Subject: RE: flexfax: Corrupt fax receives OR corrupt fax transmissions on
	 a Zyxel 2864
Date: Sat, 13 Dec 1997 15:55:41 +0800
Sender: owner-flexfax@celestial.com

Seems to be flow control problem for sending where your
program do not honour the 'wait, I can't be that fast' signal
from the received side, i.e XON/XOFF(is it a simple thermal 
one ?).

For the receive problem, looks like bit order being reversed.

Gary

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
X-Originating-IP: [208.129.191.2]
From: "Juana M. Bauza" <jbauza@hotmail.com>
To: flexfax@sgi.sgi.com
Subject: flexfax: PostScript formatter not found...
Date: Fri, 12 Dec 1997 11:27:52 PST
Sender: owner-flexfax@celestial.com


We are using Hylafax-v4.0pl1, Ghostscript 4.03, gcc 2.7.2.3 on a 
586 Compaq/Solaris 2.5.1 and a ZyXel 1496E modem.

A   sendfax -d 07985 /tmp/jerry  command is sending this mail:

>From fax Fri Dec 12 14:02:51 1997
Message-Id: <m0xgaMM-000K2AC@psflsq.ao.uscourts.gov>
Date: Fri, 12 Dec 97 14:02 EST
From: fax (Facsimile Agent)
To: root@psflsq
Subject: facsimile job 10 to 07985 failed
Content-Length: 1213

Your facsimile job to 07985 was not sent because
the document conversion script was not found.  <<<<<<<<<-----  :-(

    ---- Unsent job status ----

   Destination: 07985
         JobID: 10
       GroupID: 10
        Sender: Super-User
      Mailaddr: root@psflsq
Submitted From: localhost
    Page Width: 215 (mm)
   Page Length: 279 (mm)
    Resolution: 98 (lpi)
        Status: Can't find initialization file gs_init.ps.<<--   :-(
cat: write error: Broken pipe

       Dialogs: 0 (exchanges with remote device)
         Dials: 0 (consecutive failed calls to destination)
         Calls: 0 (total phone calls placed)
         Pages: 0 (pages transmitted)
      TotPages: 0 (total pages to transmit)
      Attempts: 0 (attempts to send current page)
        Dirnum: 0 (directory of next page to send)

    ---- Documents submitted for transmission ----

The following documents were submitted for transmission and are
available on the server for reuse until they are automatically
purged when this job is removed.  Documents may also be manually
removed using the faxrm command; consult faxrm(1) for information.

Filename                 Size Type
docq/doc10.cover        10893 PostScript cover page
docq/doc18.ps.10         6011 PostScript


I have been looking for documentation on this, but I have not been able 
to find it. Except to make COMPILE_INITS=1 to compile the *.ps files 
into the executable, but this did not help either.

What do I need to do with the gi_init.ps file so this work? or where can 
I read info about this???

Thanks in advance,

Juana

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Fri, 12 Dec 1997 14:46:07 -0800 (PST)
From: Hugh Caley <hughc@lombard.babcockbrown.com>
To: "Juana M. Bauza" <jbauza@hotmail.com>
Subject: RE: flexfax: PostScript formatter not found...
Cc: flexfax@sgi.sgi.com
Sender: owner-flexfax@celestial.com

I believe I had a similar problem, which turned out to be that my build and
install of Hylafax had failed to create the link from $FAXPATH/bin/ps2fax
(faxpath in my case being /var/spool/fax/) to the ps2fax.gs file (even though
the installer said it was creating the link)..  Once I created the link it
worked.

Hugh


On 12-Dec-97 Juana M. Bauza wrote:
>
>We are using Hylafax-v4.0pl1, Ghostscript 4.03, gcc 2.7.2.3 on a 
>586 Compaq/Solaris 2.5.1 and a ZyXel 1496E modem.
>
>A   sendfax -d 07985 /tmp/jerry  command is sending this mail:
>
>>From fax Fri Dec 12 14:02:51 1997
>Message-Id: <m0xgaMM-000K2AC@psflsq.ao.uscourts.gov>
>Date: Fri, 12 Dec 97 14:02 EST
>From: fax (Facsimile Agent)
>To: root@psflsq
>Subject: facsimile job 10 to 07985 failed
>Content-Length: 1213
>
>Your facsimile job to 07985 was not sent because
>the document conversion script was not found.  <<<<<<<<<-----  :-(
>
>    ---- Unsent job status ----
>
>   Destination: 07985
>         JobID: 10
>       GroupID: 10
>        Sender: Super-User
>      Mailaddr: root@psflsq
>Submitted From: localhost
>    Page Width: 215 (mm)
>   Page Length: 279 (mm)
>    Resolution: 98 (lpi)
>        Status: Can't find initialization file gs_init.ps.<<--   :-(
>cat: write error: Broken pipe
>
>       Dialogs: 0 (exchanges with remote device)
>         Dials: 0 (consecutive failed calls to destination)
>         Calls: 0 (total phone calls placed)
>         Pages: 0 (pages transmitted)
>      TotPages: 0 (total pages to transmit)
>      Attempts: 0 (attempts to send current page)
>        Dirnum: 0 (directory of next page to send)
>
>    ---- Documents submitted for transmission ----
>
>The following documents were submitted for transmission and are
>available on the server for reuse until they are automatically
>purged when this job is removed.  Documents may also be manually
>removed using the faxrm command; consult faxrm(1) for information.
>
>Filename                 Size Type
>docq/doc10.cover        10893 PostScript cover page
>docq/doc18.ps.10         6011 PostScript
>
>
>I have been looking for documentation on this, but I have not been able 
>to find it. Except to make COMPILE_INITS=1 to compile the *.ps files 
>into the executable, but this did not help either.
>
>What do I need to do with the gi_init.ps file so this work? or where can 
>I read info about this???
>
>Thanks in advance,
>
>Juana
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com

----------------------------------
Hugh Caley, System Administrator
Babcock & Brown, San Francisco
E-Mail: Hugh Caley <hughc@babcockbrown.com> 
Phone 415-512-1515 x694
Date: 12-Dec-97 | Time: 12-Dec-9

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: rasmus@bellglobal.com
Date: Mon, 15 Dec 1997 10:08:31 -0500 (EST)
Reply-To: rasmus@bellglobal.com
Subject: flexfax: Best fax modem to use with HylaFax?
To: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

I am getting ready to build a small fax service that will only need to handle
about 10 outgoing faxes per day.  No incoming, and the line will not need to
have any shared data calls on it.  I've read through the HylaFax FAQ and the
supported modems list, but it doesn't seem overly apparent which modem is the
least troublesome.  Price isn't an issue for me, within reason.  I just want
to make sure I start out with a modem that won't give me headaches.

Any suggestions?

-Rasmus

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Mon, 15 Dec 1997 20:12:01 +0500
To: flexfax@sgi.com
From: "Sanjay A. Bulchandani" <sanjayb@ranwin.com>
Subject: flexfax: Good modems for Hylafax
Sender: owner-flexfax@celestial.com

I understand that many fax modems work with Hylafax. However, I'm looking
for opinions on what people consider to be a good, hassle free fax modem
that works well with Hylafax.

Any recommendations?

Sanjay

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Tue, 16 Dec 1997 13:10:43 -0500 (EST)
From: "Russell P. Sutherland" <russell.sutherland@utoronto.ca>
Reply-To: "Russell P. Sutherland" <russell.sutherland@utoronto.ca>
Subject: flexfax: hyalfax modem recommendation
To: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

Perhaps some pooled wisdom here would be helpful...

What fax modem are people/recommending for a hylafax/sparc/solaris2.[56]
configuration? I have been running with a XyZel U1496 for three
years with relatively good results.

The hylafax home page seems to recommend the above as well as:

        Telebit T3000, WorldBlazer
        Mult-Tech MT1432B[AG], MT1932ZDX
        Digicom Scout+
        AT&T Paradyne DataPort 14.4

Russell P. Sutherland      	Voice: 416.978.0470
UT/CNS Network Development     	Fax:   416.978.6620/3787
4 Bancroft Ave. Room 102	Email: russ@cns.utoronto.ca
University of Toronto, Toronto, Ontario CANADA M5S 1C1

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 17 Dec 1997 18:13:29 -0300 (GMT+3)
From: Ben Parker <ben@dha.unon.org>
To: Hugh Caley <hcaley@tdl.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: Postscript at 5% size in email attachment
Sender: owner-flexfax@celestial.com

The following may work for you:

#!/usr/bin/perl
#
# This file needs to be called:
# /usr/local/sbin/faxmail/application/postscript
# and have the +x bit set.
#
# Script to work with Hylafax's faxmail.
# It attempts to blow up attached postscript to full size on
# the next page, instead of shrinking it to 5% on page one 
# which is the default in faxmail.
#
# Your mileage will definitely vary.
# Seems to work with golfer.ps and tiger.ps in the 
# ghostscript/3.33/examples directory
#
# Ben Parker <ben@dha.unon.org> Dec 97 
#
#
open (TEMP, "$ARGV[0]") || die "$ARGV[0] file not found.\n";
print STDERR "$ARGV[0] opened ...\n";
while (<TEMP>) {
	if ($_ =~ "EndProlog") {
		print "\% line inserted to blow up size\n";
		print "showpage\n";
	}
	print $_;
}

# end of script

Let me know if it works!

Ben


On Tue, 16 Dec 1997, Ben Parker wrote:

> This is/will be documented in the new docs. The dumbest workaround is to
> attach the same .ps file twice to the same message, then it comes out once
> tiny and once full size on the next page but clobbers your tranmit time,
> presumably. In my limited experiments, I found that Postscript code varies
> so much, it is not possible to write a filter that inserts the "showpage"
> in the right place for every kind of ps file. 
> 
> Ben
> 
> 
> 
> 
> On Fri, 12 Dec 1997, Hugh Caley wrote:
> 
> > I couldn't get a message to this fellow, so I'm posting it on the
> > list...
> > 
> > Hugh
> > _______________________________________________________________
> > Glad to get some response!  OK, I am attaching a postscript file to my
> > mail
> > message.  When I open up doc139.ps (or whatever it is called), and go
> > down to
> > the end of the text of my message, it usually ends abruptly and the
> > Postscript
> > header for the attachment starts.  I insert it on the next line below
> > the last
> > line of the text of the message.
> > 
> > For instance, if I attache the 'tiger.ps' example file from the
> > ghostscript
> > distribution, I put the showpage just before :
> > 
> > %!PS-Adobe-2.0 EPSF-1.2
> > %%Creator: Adobe Illustrator(TM) 1.2d4
> > %%For: OpenWindows Version 2
> > %%Title: tiger.eps
> > %%CreationDate: 4/12/90 3:20 AM
> > %%DocumentProcSets: Adobe_Illustrator_1.2d1 0 0
> > %%DocumentSuppliedProcSets: Adobe_Illustrator_1.2d1 0 0
> > %%BoundingBox: 22 171 567 738
> > %%EndComments
> > 
> > Let me know what happens with you!
> > 
> > Hugh
> > 
> > Gernot Kerschbaumer wrote:
> > 
> > > > I am having this problem and I think I see what the problem is: a
> > > > "showpage" command should be inserted after the body of the text of
> > the
> > >
> > > where do you exactly insert this command? i couldn't repeat your fix.
> > >
> > > > If I take a ps file that has this problem and manually insert a
> > > > "showpage" before the second page commences it comes out right, with
> > the
> > >
> > > maybe, but where exactly? i tried it at several locations which seemed
> > to me
> > > the begin of the second page or the end of the body of text.
> > > i got no image at all after inserting 'showpage'.
> > >
> > > --
> > > gernot kerschbaumer
> > > student of computer science at the technical university of vienna,
> > austria
> > > email: e9018967@stud2.tuwien.ac.at
> > > homepage: http://stud2.tuwien.ac.at/~e9018967/
> > 
> > 
> > --
> > ______________________________________________
> > Hugh Caley - hcaley@tdl.com
> > "Brain-eating mutants are bad for business" - Battle Angel
> > 
> > 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: Postscript at 5% size in email attachment
To: ben@dha.unon.org (Ben Parker)
Date: Wed, 17 Dec 1997 23:36:33 +0000 (GMT)
Cc: hcaley@tdl.com, flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> presumably. In my limited experiments, I found that Postscript code varies
> so much, it is not possible to write a filter that inserts the "showpage"
> in the right place for every kind of ps file. 

The only significant variation should be whether or not it obeys the
Document Structure Conventions, which is usually controlled by a print
driver option.

> > 
> > %!PS-Adobe-2.0 EPSF-1.2
> > %%Creator: Adobe Illustrator(TM) 1.2d4

This looks like DSC conforming Postscript.

> > %%For: OpenWindows Version 2
> > %%Title: tiger.eps
> > %%CreationDate: 4/12/90 3:20 AM
> > %%DocumentProcSets: Adobe_Illustrator_1.2d1 0 0
> > %%DocumentSuppliedProcSets: Adobe_Illustrator_1.2d1 0 0
> > %%BoundingBox: 22 171 567 738
> > %%EndComments

From owner-flexfax@celestial.com  Wed Feb 17 13:55:53 1999
Date: Wed, 17 Dec 1997 18:35:24 -0200
From: Paulo J V Wollny <paulo@wollny.com.br>
To: flexfax@sgi.com
Subject: flexfax: Problem with Multitech MT 2834 BL
Sender: owner-flexfax@celestial.com

Hi all,

I do have a Multitech 2834BL and am not able to send faxes. 

The error log is attached, and if someone had such a experience 
and solved it, i would like know about. 


Best regards in advance,

Paulo J V WollnyDec 17 08:22:42 fuchs FaxQueuer[117]: SUBMIT JOB 3
Dec 17 08:22:43 fuchs FaxSend[19060]: DELAY 2600 ms
Dec 17 08:22:46 fuchs FaxSend[19060]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:22:46 fuchs FaxGetty[2129]: ANSWER: Can not lock modem device
Dec 17 08:22:46 fuchs FaxSend[19060]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:22:46 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:22:46 fuchs FaxSend[19060]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:22:46 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:22:46 fuchs FaxSend[19060]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [3:0,2]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:22:47 fuchs FaxSend[19060]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:22:47 fuchs FaxSend[19060]: <-- [9:AT+FMFR?\r]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [14:Multi-Tech Sys]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:22:47 fuchs FaxSend[19060]: <-- [9:AT+FMDL?\r]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [8:MT2834BL]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:22:47 fuchs FaxSend[19060]: <-- [9:AT+FREV?\r]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [6:0212  ]
Dec 17 08:22:47 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:22:47 fuchs FaxSend[19060]: <-- [10:AT+FDCC=?\r]
Dec 17 08:22:48 fuchs FaxSend[19060]: Error getting modem capabilities
Dec 17 08:22:48 fuchs FaxSend[19060]: /dev/cua0: Can not initialize modem.
Dec 17 08:23:10 fuchs FaxQueuer[19114]: No regular expression for modem class
Dec 17 08:23:10 fuchs FaxGetty[2129]: HELLO
Dec 17 08:23:10 fuchs FaxQueuer[19114]: HylaFAX (tm) Version 4.0pl1
Dec 17 08:23:10 fuchs FaxQueuer[19114]: Copyright (c) 1990-1996 Sam Leffler
Dec 17 08:23:10 fuchs FaxQueuer[19114]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Dec 17 08:23:18 fuchs FaxSend[19060]: DELAY 2600 ms
Dec 17 08:23:19 fuchs FaxGetty[19133]: OPEN /dev/cua0
Dec 17 08:23:19 fuchs FaxGetty[19133]: /dev/cua0: Can not lock device.
Dec 17 08:23:20 fuchs FaxGetty[19133]: CAUGHT SIGNAL 2
Dec 17 08:23:20 fuchs FaxGetty[19133]: CLOSE /dev/cua0
Dec 17 08:23:21 fuchs FaxSend[19060]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:23:21 fuchs FaxSend[19060]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:23:21 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:23:21 fuchs FaxSend[19060]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:23:21 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:23:21 fuchs FaxSend[19060]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:23:21 fuchs FaxSend[19060]: --> [3:0,2]
Dec 17 08:23:21 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:23:21 fuchs FaxSend[19060]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:23:21 fuchs FaxSend[19060]: --> [2:OK]
Dec 17 08:23:21 fuchs FaxSend[19060]: <-- [9:AT+FMFR?\r]
Dec 17 08:23:42 fuchs FaxQueuer[117]: JOB 3: Send program terminated abnormally with exit status 0x9
Dec 17 08:23:42 fuchs FaxQueuer[117]: NOTIFY: bin/notify "doneq/q3" "failed" "0:59"
Dec 17 08:23:46 fuchs FaxQueuer[19195]: No regular expression for modem class
Dec 17 08:23:46 fuchs FaxGetty[2129]: HELLO
Dec 17 08:23:46 fuchs FaxQueuer[19195]: HylaFAX (tm) Version 4.0pl1
Dec 17 08:23:46 fuchs FaxQueuer[19195]: Copyright (c) 1990-1996 Sam Leffler
Dec 17 08:23:46 fuchs FaxQueuer[19195]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Dec 17 08:23:46 fuchs FaxGetty[2129]: DELAY 2600 ms
Dec 17 08:23:49 fuchs FaxGetty[2129]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:23:49 fuchs FaxGetty[2129]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:23:49 fuchs FaxGetty[2129]: --> [2:OK]
Dec 17 08:23:49 fuchs FaxGetty[2129]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:23:49 fuchs FaxGetty[2129]: --> [2:OK]
Dec 17 08:23:49 fuchs FaxGetty[2129]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:23:49 fuchs FaxGetty[2129]: --> [3:0,2]
Dec 17 08:23:49 fuchs FaxGetty[2129]: --> [2:OK]
Dec 17 08:23:49 fuchs FaxGetty[2129]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:23:49 fuchs FaxGetty[2129]: --> [2:OK]
Dec 17 08:23:49 fuchs FaxGetty[2129]: <-- [9:AT+FMFR?\r]
Dec 17 08:23:57 fuchs FaxQueuer[19195]: SUBMIT JOB 4
Dec 17 08:24:07 fuchs FaxQueuer[19247]: No regular expression for modem class
Dec 17 08:24:07 fuchs FaxQueuer[19247]: HylaFAX (tm) Version 4.0pl1
Dec 17 08:24:07 fuchs FaxQueuer[19247]: Copyright (c) 1990-1996 Sam Leffler
Dec 17 08:24:07 fuchs FaxQueuer[19247]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Dec 17 08:24:19 fuchs FaxGetty[2129]: <-- [9:AT+FMDL?\r]
Dec 17 08:24:19 fuchs FaxGetty[2129]: --> [8:MT2834BL]
Dec 17 08:24:45 fuchs FaxGetty[19332]: OPEN /dev/cua0
Dec 17 08:24:45 fuchs FaxGetty[19332]: Purge stale UUCP lock /var/lock/LCK..cua0
Dec 17 08:24:45 fuchs FaxGetty[19332]: DELAY 2600 ms
Dec 17 08:24:48 fuchs FaxGetty[19332]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:24:48 fuchs FaxGetty[19332]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:24:48 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:24:48 fuchs FaxGetty[19332]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:24:48 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:24:48 fuchs FaxGetty[19332]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:24:48 fuchs FaxGetty[19332]: --> [3:0,2]
Dec 17 08:24:48 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:24:48 fuchs FaxGetty[19332]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:24:49 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:24:49 fuchs FaxGetty[19332]: <-- [9:AT+FMFR?\r]
Dec 17 08:24:56 fuchs FaxQueuer[117]: SUBMIT JOB 5
Dec 17 08:25:19 fuchs FaxGetty[19332]: <-- [9:AT+FMDL?\r]
Dec 17 08:25:19 fuchs FaxGetty[19332]: --> [8:MT2834BL]
Dec 17 08:25:19 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:19 fuchs FaxGetty[19332]: <-- [9:AT+FREV?\r]
Dec 17 08:25:19 fuchs FaxGetty[19332]: --> [6:0212  ]
Dec 17 08:25:19 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:19 fuchs FaxGetty[19332]: <-- [10:AT+FDCC=?\r]
Dec 17 08:25:19 fuchs FaxGetty[19332]: --> [41:(0-1),(0-5),(0-4),(0-2),(0),(0),(0),(0-7)]
Dec 17 08:25:19 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:19 fuchs FaxGetty[19332]: <-- [9:AT+FCQ=?\r]
Dec 17 08:25:20 fuchs FaxGetty[19332]: --> [3:0-1]
Dec 17 08:25:20 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:20 fuchs FaxGetty[19332]: <-- [9:AT+FAP=?\r]
Dec 17 08:25:20 fuchs FaxGetty[19332]: --> [5:ERROR]
Dec 17 08:25:20 fuchs FaxGetty[19332]: <-- [10:AT+FSPL=?\r]
Dec 17 08:25:20 fuchs FaxGetty[19332]: --> [3:0-1]
Dec 17 08:25:20 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:20 fuchs FaxGetty[19332]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:25:20 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:20 fuchs FaxGetty[19332]: <-- [10:AT+FTBC=0\r]
Dec 17 08:25:21 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:21 fuchs FaxGetty[19332]: <-- [10:AT+FBOR=0\r]
Dec 17 08:25:21 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:21 fuchs FaxGetty[19332]: <-- [13:AT+FPHCTO=30\r]
Dec 17 08:25:21 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:21 fuchs FaxGetty[19332]: <-- [24:AT+FDCC=1,5,2,2,0,0,0,0\r]
Dec 17 08:25:21 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:21 fuchs FaxGetty[19332]: MODEM  MT2834BL/0212
Dec 17 08:25:21 fuchs FaxGetty[19332]: <-- [5:ATM0\r]
Dec 17 08:25:21 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:21 fuchs FaxGetty[19332]: <-- [9:AT+FCR=1\r]
Dec 17 08:25:21 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:21 fuchs FaxGetty[19332]: <-- [27:AT+FLID="Paulo J V Wollny"\r]
Dec 17 08:25:22 fuchs FaxGetty[19332]: --> [2:OK]
Dec 17 08:25:23 fuchs FaxSend[19429]: DELAY 2600 ms
Dec 17 08:25:25 fuchs FaxSend[19429]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:25:25 fuchs FaxGetty[19332]: ANSWER: Can not lock modem device
Dec 17 08:25:25 fuchs FaxSend[19429]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:25:25 fuchs FaxSend[19429]: --> [2:OK]
Dec 17 08:25:25 fuchs FaxSend[19429]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:25:26 fuchs FaxSend[19429]: --> [2:OK]
Dec 17 08:25:26 fuchs FaxSend[19429]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:25:26 fuchs FaxSend[19429]: --> [3:0,2]
Dec 17 08:25:26 fuchs FaxSend[19429]: --> [2:OK]
Dec 17 08:25:26 fuchs FaxSend[19429]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:25:26 fuchs FaxSend[19429]: --> [2:OK]
Dec 17 08:25:26 fuchs FaxSend[19429]: <-- [9:AT+FMFR?\r]
Dec 17 08:25:27 fuchs FaxSend[19429]: --> [18:Multi-Tech Systems]
Dec 17 08:25:27 fuchs FaxSend[19429]: --> [2:OK]
Dec 17 08:25:27 fuchs FaxSend[19429]: <-- [9:AT+FMDL?\r]
Dec 17 08:25:27 fuchs FaxSend[19429]: --> [8:MT2834BL]
Dec 17 08:25:27 fuchs FaxSend[19429]: --> [2:OK]
Dec 17 08:25:27 fuchs FaxSend[19429]: <-- [9:AT+FREV?\r]
Dec 17 08:25:27 fuchs FaxSend[19429]: --> [6:0212  ]
Dec 17 08:25:27 fuchs FaxSend[19429]: --> [2:OK]
Dec 17 08:25:27 fuchs FaxSend[19429]: <-- [10:AT+FDCC=?\r]
Dec 17 08:25:28 fuchs FaxSend[19429]: Error getting modem capabilities
Dec 17 08:25:28 fuchs FaxSend[19429]: /dev/cua0: Can not initialize modem.
Dec 17 08:26:34 fuchs FaxQueuer[19586]: No regular expression for modem class
Dec 17 08:26:34 fuchs FaxQueuer[19586]: HylaFAX (tm) Version 4.0pl1
Dec 17 08:26:34 fuchs FaxQueuer[19586]: Copyright (c) 1990-1996 Sam Leffler
Dec 17 08:26:34 fuchs FaxQueuer[19586]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Dec 17 08:27:02 fuchs FaxQueuer[19646]: No regular expression for modem class
Dec 17 08:27:02 fuchs FaxQueuer[19646]: HylaFAX (tm) Version 4.0pl1
Dec 17 08:27:02 fuchs FaxQueuer[19646]: Copyright (c) 1990-1996 Sam Leffler
Dec 17 08:27:02 fuchs FaxQueuer[19646]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Dec 17 08:27:13 fuchs FaxGetty[19669]: OPEN /dev/cua0
Dec 17 08:27:13 fuchs FaxGetty[19669]: Purge stale UUCP lock /var/lock/LCK..cua0
Dec 17 08:27:13 fuchs FaxGetty[19669]: DELAY 2600 ms
Dec 17 08:27:15 fuchs FaxGetty[19669]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:27:16 fuchs FaxGetty[19669]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:27:16 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:16 fuchs FaxGetty[19669]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:27:16 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:16 fuchs FaxGetty[19669]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:27:16 fuchs FaxGetty[19669]: --> [3:0,2]
Dec 17 08:27:16 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:16 fuchs FaxGetty[19669]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:27:16 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:16 fuchs FaxGetty[19669]: <-- [9:AT+FMFR?\r]
Dec 17 08:27:17 fuchs FaxGetty[19669]: --> [18:Multi-Tech Systems]
Dec 17 08:27:17 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:17 fuchs FaxGetty[19669]: <-- [9:AT+FMDL?\r]
Dec 17 08:27:17 fuchs FaxGetty[19669]: --> [8:MT2834BL]
Dec 17 08:27:17 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:17 fuchs FaxGetty[19669]: <-- [9:AT+FREV?\r]
Dec 17 08:27:17 fuchs FaxGetty[19669]: --> [6:0212  ]
Dec 17 08:27:17 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:17 fuchs FaxGetty[19669]: <-- [10:AT+FDCC=?\r]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [41:(0-1),(0-5),(0-4),(0-2),(0),(0),(0),(0-7)]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:18 fuchs FaxGetty[19669]: <-- [9:AT+FCQ=?\r]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [3:0-1]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:18 fuchs FaxGetty[19669]: <-- [9:AT+FAP=?\r]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [5:ERROR]
Dec 17 08:27:18 fuchs FaxGetty[19669]: <-- [10:AT+FSPL=?\r]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [3:0-1]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:18 fuchs FaxGetty[19669]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:18 fuchs FaxGetty[19669]: <-- [10:AT+FTBC=0\r]
Dec 17 08:27:18 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:18 fuchs FaxGetty[19669]: <-- [10:AT+FBOR=0\r]
Dec 17 08:27:19 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:19 fuchs FaxGetty[19669]: <-- [13:AT+FPHCTO=30\r]
Dec 17 08:27:19 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:19 fuchs FaxGetty[19669]: <-- [24:AT+FDCC=1,5,2,2,0,0,0,0\r]
Dec 17 08:27:19 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:19 fuchs FaxGetty[19669]: MODEM MULTI-TECH SYSTEMS MT2834BL/0212
Dec 17 08:27:19 fuchs FaxGetty[19669]: <-- [5:ATM0\r]
Dec 17 08:27:19 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:19 fuchs FaxGetty[19669]: <-- [9:AT+FCR=1\r]
Dec 17 08:27:20 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:20 fuchs FaxGetty[19669]: <-- [27:AT+FLID="Paulo J V Wollny"\r]
Dec 17 08:27:20 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:27:26 fuchs FaxQueuer[19646]: SUBMIT JOB 1
Dec 17 08:27:27 fuchs FaxSend[19701]: DELAY 2600 ms
Dec 17 08:27:30 fuchs FaxSend[19701]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:27:30 fuchs FaxGetty[19669]: ANSWER: Can not lock modem device
Dec 17 08:27:30 fuchs FaxSend[19701]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:27:30 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:27:30 fuchs FaxSend[19701]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:27:30 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:27:30 fuchs FaxSend[19701]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:27:30 fuchs FaxSend[19701]: --> [3:0,2]
Dec 17 08:27:30 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:27:30 fuchs FaxSend[19701]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:27:31 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:27:31 fuchs FaxSend[19701]: <-- [9:AT+FMFR?\r]
Dec 17 08:27:31 fuchs FaxSend[19701]: --> [18:Multi-Tech Systems]
Dec 17 08:27:31 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:27:31 fuchs FaxSend[19701]: <-- [9:AT+FMDL?\r]
Dec 17 08:27:31 fuchs FaxSend[19701]: --> [8:MT2834BL]
Dec 17 08:27:31 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:27:31 fuchs FaxSend[19701]: <-- [9:AT+FREV?\r]
Dec 17 08:27:31 fuchs FaxSend[19701]: --> [6:0212  ]
Dec 17 08:27:31 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:27:31 fuchs FaxSend[19701]: <-- [10:AT+FDCC=?\r]
Dec 17 08:27:32 fuchs FaxSend[19701]: Error getting modem capabilities
Dec 17 08:27:32 fuchs FaxSend[19701]: /dev/cua0: Can not initialize modem.
Dec 17 08:28:02 fuchs FaxSend[19701]: DELAY 2600 ms
Dec 17 08:28:04 fuchs FaxSend[19701]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:28:05 fuchs FaxSend[19701]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:28:05 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:28:05 fuchs FaxSend[19701]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:28:05 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:28:05 fuchs FaxSend[19701]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:28:05 fuchs FaxSend[19701]: --> [3:0,2]
Dec 17 08:28:05 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:28:05 fuchs FaxSend[19701]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:28:05 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:28:05 fuchs FaxSend[19701]: <-- [9:AT+FMFR?\r]
Dec 17 08:28:35 fuchs FaxSend[19701]: <-- [9:AT+FMDL?\r]
Dec 17 08:28:35 fuchs FaxSend[19701]: --> [8:MT2834BL]
Dec 17 08:28:35 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:28:35 fuchs FaxSend[19701]: <-- [9:AT+FREV?\r]
Dec 17 08:28:36 fuchs FaxSend[19701]: --> [6:0212  ]
Dec 17 08:28:36 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:28:36 fuchs FaxSend[19701]: <-- [10:AT+FDCC=?\r]
Dec 17 08:28:36 fuchs FaxSend[19701]: Error getting modem capabilities
Dec 17 08:29:06 fuchs FaxSend[19701]: DELAY 2600 ms
Dec 17 08:29:09 fuchs FaxSend[19701]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:29:09 fuchs FaxSend[19701]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:29:09 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:29:09 fuchs FaxSend[19701]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:29:09 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:29:09 fuchs FaxSend[19701]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:29:09 fuchs FaxSend[19701]: --> [3:0,2]
Dec 17 08:29:09 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:29:09 fuchs FaxSend[19701]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:29:10 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:29:10 fuchs FaxSend[19701]: <-- [9:AT+FMFR?\r]
Dec 17 08:29:10 fuchs FaxSend[19701]: --> [14:Multi-Tech Sys]
Dec 17 08:29:10 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:29:10 fuchs FaxSend[19701]: <-- [9:AT+FMDL?\r]
Dec 17 08:29:10 fuchs FaxSend[19701]: --> [8:MT2834BL]
Dec 17 08:29:40 fuchs FaxSend[19701]: <-- [9:AT+FREV?\r]
Dec 17 08:29:40 fuchs FaxSend[19701]: --> [6:0212  ]
Dec 17 08:29:40 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:29:40 fuchs FaxSend[19701]: <-- [10:AT+FDCC=?\r]
Dec 17 08:29:40 fuchs FaxQueuer[19646]: MODEM /dev/cua0 appears to be wedged
Dec 17 08:29:40 fuchs FaxQueuer[19646]: MODEM WEDGED: bin/wedged "cua0" "/dev/cua0"
Dec 17 08:29:40 fuchs FaxSend[19701]: --> [14:(0-1),(0-5),(0]
Dec 17 08:29:40 fuchs FaxSend[19701]: --> [2:OK]
Dec 17 08:29:40 fuchs FaxSend[19701]: Error parsing AT+FDCC=? response: "(0-1),(0-5),(0"
Dec 17 08:29:40 fuchs FaxSend[19701]: Unable to setup modem on /dev/cua0; giving up after 2 attempts
Dec 17 08:29:52 fuchs FaxGetty[20011]: OPEN /dev/cua0
Dec 17 08:29:52 fuchs FaxGetty[20011]: DELAY 2600 ms
Dec 17 08:29:55 fuchs FaxGetty[20011]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:29:55 fuchs FaxGetty[20011]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:29:55 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:55 fuchs FaxGetty[20011]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:29:55 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:55 fuchs FaxGetty[20011]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:29:56 fuchs FaxGetty[20011]: --> [3:0,2]
Dec 17 08:29:56 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:56 fuchs FaxGetty[20011]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:29:56 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:56 fuchs FaxGetty[20011]: <-- [9:AT+FMFR?\r]
Dec 17 08:29:56 fuchs FaxGetty[20011]: --> [18:Multi-Tech Systems]
Dec 17 08:29:56 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:56 fuchs FaxGetty[20011]: <-- [9:AT+FMDL?\r]
Dec 17 08:29:56 fuchs FaxGetty[20011]: --> [8:MT2834BL]
Dec 17 08:29:56 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:56 fuchs FaxGetty[20011]: <-- [9:AT+FREV?\r]
Dec 17 08:29:57 fuchs FaxGetty[20011]: --> [6:0212  ]
Dec 17 08:29:57 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:57 fuchs FaxGetty[20011]: <-- [10:AT+FDCC=?\r]
Dec 17 08:29:57 fuchs FaxGetty[20011]: --> [41:(0-1),(0-5),(0-4),(0-2),(0),(0),(0),(0-7)]
Dec 17 08:29:57 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:57 fuchs FaxGetty[20011]: <-- [9:AT+FCQ=?\r]
Dec 17 08:29:57 fuchs FaxGetty[20011]: --> [3:0-1]
Dec 17 08:29:57 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:57 fuchs FaxGetty[20011]: <-- [9:AT+FAP=?\r]
Dec 17 08:29:58 fuchs FaxGetty[20011]: --> [5:ERROR]
Dec 17 08:29:58 fuchs FaxGetty[20011]: <-- [10:AT+FSPL=?\r]
Dec 17 08:29:58 fuchs FaxGetty[20011]: --> [3:0-1]
Dec 17 08:29:58 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:58 fuchs FaxGetty[20011]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:29:58 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:58 fuchs FaxGetty[20011]: <-- [10:AT+FTBC=0\r]
Dec 17 08:29:58 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:58 fuchs FaxGetty[20011]: <-- [10:AT+FBOR=0\r]
Dec 17 08:29:58 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:58 fuchs FaxGetty[20011]: <-- [13:AT+FPHCTO=30\r]
Dec 17 08:29:58 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:58 fuchs FaxGetty[20011]: <-- [24:AT+FDCC=1,5,2,2,0,0,0,0\r]
Dec 17 08:29:59 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:59 fuchs FaxGetty[20011]: MODEM MULTI-TECH SYSTEMS MT2834BL/0212
Dec 17 08:29:59 fuchs FaxGetty[20011]: <-- [5:ATM0\r]
Dec 17 08:29:59 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:59 fuchs FaxGetty[20011]: <-- [9:AT+FCR=1\r]
Dec 17 08:30:00 fuchs FaxGetty[19669]: DELAY 2600 ms
Dec 17 08:29:59 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:59 fuchs FaxGetty[20011]: <-- [27:AT+FLID="Paulo J V Wollny"\r]
Dec 17 08:29:59 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:29:59 fuchs FaxGetty[20011]: <-- [9:AT+FAA=1\r]
Dec 17 08:30:00 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:02 fuchs FaxGetty[19669]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:30:02 fuchs FaxGetty[19669]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:30:02 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:30:02 fuchs FaxGetty[19669]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:30:03 fuchs FaxGetty[19669]: --> [2:OK]
Dec 17 08:30:03 fuchs FaxGetty[19669]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:30:03 fuchs FaxGetty[20011]: ANSWER: Can not lock modem device
Dec 17 08:30:33 fuchs FaxGetty[20011]: Purge stale UUCP lock /var/lock/LCK..cua0
Dec 17 08:30:33 fuchs FaxGetty[20011]: DELAY 2600 ms
Dec 17 08:30:35 fuchs FaxGetty[20011]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:30:35 fuchs FaxGetty[20011]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:30:35 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:35 fuchs FaxGetty[20011]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:36 fuchs FaxGetty[20011]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [3:0,2]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:36 fuchs FaxGetty[20011]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:36 fuchs FaxGetty[20011]: <-- [9:AT+FMFR?\r]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [18:Multi-Tech Systems]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:36 fuchs FaxGetty[20011]: <-- [9:AT+FMDL?\r]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [8:MT2834BL]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:36 fuchs FaxGetty[20011]: <-- [9:AT+FREV?\r]
Dec 17 08:30:36 fuchs FaxGetty[20011]: --> [6:0212  ]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [10:AT+FDCC=?\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [41:(0-1),(0-5),(0-4),(0-2),(0),(0),(0),(0-7)]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [9:AT+FCQ=?\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [3:0-1]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [9:AT+FAP=?\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [5:ERROR]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [10:AT+FSPL=?\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [3:0-1]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [10:AT+FTBC=0\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [10:AT+FBOR=0\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [13:AT+FPHCTO=30\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [24:AT+FDCC=1,5,2,2,0,0,0,0\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: MODEM MULTI-TECH SYSTEMS MT2834BL/0212
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [5:ATM0\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [9:AT+FCR=1\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [27:AT+FLID="Paulo J V Wollny"\r]
Dec 17 08:30:37 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:30:37 fuchs FaxGetty[20011]: <-- [9:AT+FAA=1\r]
Dec 17 08:30:38 fuchs FaxGetty[20011]: --> [2:OK]
Dec 17 08:31:06 fuchs FaxGetty[20162]: OPEN /dev/cua0
Dec 17 08:31:06 fuchs FaxGetty[20162]: DELAY 2600 ms
Dec 17 08:31:09 fuchs FaxGetty[20162]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:31:09 fuchs FaxGetty[20162]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:31:09 fuchs FaxGetty[20162]: --> [2:OK]
Dec 17 08:31:09 fuchs FaxGetty[20162]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:31:09 fuchs FaxGetty[20162]: --> [2:OK]
Dec 17 08:31:09 fuchs FaxGetty[20162]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:31:09 fuchs FaxGetty[20162]: --> [3:0,2]
Dec 17 08:31:09 fuchs FaxGetty[20162]: --> [2:OK]
Dec 17 08:31:09 fuchs FaxGetty[20162]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:31:10 fuchs FaxGetty[20162]: --> [2:OK]
Dec 17 08:31:10 fuchs FaxGetty[20162]: <-- [9:AT+FMFR?\r]
Dec 17 08:31:10 fuchs FaxGetty[20162]: --> [18:Multi-Tech Systems]
Dec 17 08:31:10 fuchs FaxGetty[20162]: --> [2:OK]
Dec 17 08:31:10 fuchs FaxGetty[20162]: <-- [9:AT+FMDL?\r]
Dec 17 08:31:10 fuchs FaxGetty[20162]: --> [8:MT2834BL]
Dec 17 08:31:10 fuchs FaxGetty[20162]: --> [2:OK]
Dec 17 08:31:10 fuchs FaxGetty[20162]: <-- [9:AT+FREV?\r]
Dec 17 08:31:10 fuchs FaxGetty[20162]: --> [6:0212  ]
Dec 17 08:31:10 fuchs FaxGetty[20162]: --> [2:OK]
Dec 17 08:31:10 fuchs FaxGetty[20162]: <-- [10:AT+FDCC=?\r]
Dec 17 08:31:11 fuchs FaxGetty[20162]: --> [14:(0-1),(0-5),(0]
Dec 17 08:31:11 fuchs FaxGetty[20162]: --> [2:OK]
Dec 17 08:31:11 fuchs FaxGetty[20162]: Error parsing AT+FDCC=? response: "(0-1),(0-5),(0"
Dec 17 08:31:11 fuchs FaxGetty[20162]: /dev/cua0: Can not initialize modem.
Dec 17 08:31:37 fuchs FaxGetty[20227]: OPEN /dev/cua0
Dec 17 08:31:37 fuchs FaxGetty[20227]: DELAY 2600 ms
Dec 17 08:31:40 fuchs FaxGetty[20227]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:31:40 fuchs FaxGetty[20227]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:31:40 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:31:40 fuchs FaxGetty[20227]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:31:40 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:31:40 fuchs FaxGetty[20227]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:31:40 fuchs FaxGetty[20227]: --> [3:0,2]
Dec 17 08:31:40 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:31:40 fuchs FaxGetty[20227]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:31:41 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:31:41 fuchs FaxGetty[20227]: <-- [9:AT+FMFR?\r]
Dec 17 08:32:11 fuchs FaxGetty[20227]: <-- [9:AT+FMDL?\r]
Dec 17 08:32:11 fuchs FaxGetty[20227]: --> [8:MT2834BL]
Dec 17 08:32:11 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:32:11 fuchs FaxGetty[20227]: <-- [9:AT+FREV?\r]
Dec 17 08:32:11 fuchs FaxGetty[20227]: --> [6:0212  ]
Dec 17 08:32:11 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:32:11 fuchs FaxGetty[20227]: <-- [10:AT+FDCC=?\r]
Dec 17 08:32:11 fuchs FaxGetty[20227]: --> [14:(0-1),(0-5),(0]
Dec 17 08:32:11 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:32:11 fuchs FaxGetty[20227]: Error parsing AT+FDCC=? response: "(0-1),(0-5),(0"
Dec 17 08:32:11 fuchs FaxGetty[20227]: /dev/cua0: Can not initialize modem.
Dec 17 08:32:41 fuchs FaxGetty[20227]: DELAY 2600 ms
Dec 17 08:32:44 fuchs FaxGetty[20227]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 17 08:32:44 fuchs FaxGetty[20227]: --> [14:ATE0V1Q0S0=0H0]
Dec 17 08:32:44 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:32:44 fuchs FaxGetty[20227]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 17 08:32:44 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:32:44 fuchs FaxGetty[20227]: <-- [12:AT+FCLASS=?\r]
Dec 17 08:32:45 fuchs FaxGetty[20227]: --> [3:0,2]
Dec 17 08:32:45 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:32:45 fuchs FaxGetty[20227]: <-- [12:AT+FCLASS=2\r]
Dec 17 08:32:45 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:32:45 fuchs FaxGetty[20227]: <-- [9:AT+FMFR?\r]
Dec 17 08:32:45 fuchs FaxGetty[20227]: --> [14:Multi-Tech Sys]
Dec 17 08:32:45 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:32:45 fuchs FaxGetty[20227]: <-- [9:AT+FMDL?\r]
Dec 17 08:32:45 fuchs FaxGetty[20227]: --> [8:MT2834BL]
Dec 17 08:33:15 fuchs FaxGetty[20227]: <-- [9:AT+FREV?\r]
Dec 17 08:33:15 fuchs FaxGetty[20227]: --> [6:0212  ]
Dec 17 08:33:15 fuchs FaxGetty[20227]: --> [2:OK]
Dec 17 08:33:15 fuchs FaxGetty[20227]: <-- [10:AT+FDCC=?\r]
Dec 17 08:33:16 fuchs FaxGetty[20227]: Error getting modem capabilities

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Steve Williams <steve@genie96.com>
Subject: Re: flexfax: Problem with Multitech MT 2834 BL
To: dave@nic.com (Dave Wreski)
Date: Wed, 17 Dec 1997 22:57:24 -0700 (MST)
Cc: steve@genie96.com, flexfax@sgi.com, paulo@wollny.com.br
Read-Receipt-To: steve@genie96.com
Sender: owner-flexfax@celestial.com

> 
> 
> >> I do have a Multitech 2834BL and am not able to send faxes. 
> >> 
> >> The error log is attached, and if someone had such a experience 
> >> and solved it, i would like know about. 
> >> 
> >> Dec 17 08:23:10 fuchs FaxQueuer[19114]: No regular expression for modem
> >> class
> > 
> > Check out ModemClass in config(4), because it should look something like:
> > 
> > ModemClass:           "any: tty[567]"
> > 
> > IF you even need to use it at all.  Normally it's not needed.
> 
> So are you saying he should ignore it?
> 

The line cannot be ignored, it must be removed before he will be able to
send any faxes.  Well, I am not 100 % positive about that, but I know
it is a problem.  I spent hours one night debugging code to figure out
how it worked.  In PL1, make sure there are ""'s around it, or it 
really barks.

I believe a "default" instalation does not have the line
in the config file.  Most people see the question come up when they run
faxaddmodem ( or faxsetup..., can't remember ), and the see "Class", so
they enter 1 or 2 or 2.0, thinking it is the Class of fax.  It is not.
It defines the "set" of modems that will be used for a destination.  
The default destination is the "any" group.  Other groups can be specified, 
and accessed via the -h ( I think, I am at home now ) command line
paramater to sendfax.

I didn't look at the log file any further, as I always start with the
simple things first, get rid of the one error & see if it resolves the
problem.  If not, then move onto the next stage.

> > This probably isn't the problem, but it will prevent you from sending any
> > faxes.
> 
> So he also has another problem?  Sounds like we'll need to add more to this
> before it goes into an FAQ.  What were the resolutions in the past?
> 
> Also, please don't include the entire debug messages in your response next
> time.

OOPS, I thought I trim'd the file.  Sorry bout that.  I usually do, it's 
just getting up at 6:00 am doesn't do me any good.

Have a good day,
-- 
	Steve Williams, Calgary, Alberta, Canada
	Genie Computer Systems Inc.
	steve@genie96.com

"A man doesn't begin to attain wisdom until he recognizes that he is 
 no longer indespensable."
- Admiral Richard E. Byrd ( 1888-1957 )

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Thu, 18 Dec 1997 00:18:18 -0500 (EST)
From: Dave Wreski <dave@nic.com>
To: Steve Williams <steve@genie96.com>
Subject: Re: flexfax: Problem with Multitech MT 2834 BL
Cc: flexfax@sgi.com, (Paulo J V Wollny) <paulo@wollny.com.br>
Sender: owner-flexfax@celestial.com


>> I do have a Multitech 2834BL and am not able to send faxes. 
>> 
>> The error log is attached, and if someone had such a experience 
>> and solved it, i would like know about. 
>> 
>> Dec 17 08:23:10 fuchs FaxQueuer[19114]: No regular expression for modem
>> class
> 
> Check out ModemClass in config(4), because it should look something like:
> 
> ModemClass:           "any: tty[567]"
> 
> IF you even need to use it at all.  Normally it's not needed.

So are you saying he should ignore it?

> This probably isn't the problem, but it will prevent you from sending any
> faxes.

So he also has another problem?  Sounds like we'll need to add more to this
before it goes into an FAQ.  What were the resolutions in the past?

Also, please don't include the entire debug messages in your response next
time.

Dave

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Mon, 15 Dec 1997 10:47:02 -0600
From: yanshexw@milu.wustl.edu (Yansheng Wei)
To: flexfax@sgi.com
Subject: flexfax: Passwd problem
X-Sun-Charset: US-ASCII
Sender: owner-flexfax@celestial.com


I am having an old passwd problem with hylafaxv4.0p1. I was able to configure,
compile and install hylafax on my Sparc workstation running Solaris2.5 with
NIS+. I didn't touch the spool/etc/hosts file, so it should work for anybody 
on the local machine without passwd.

But when I try to send a fax, it prompted me for passwd. It didn't get me 
through through no matter what I feed it with (including root passwd). 
Then I tried faxstat and got the same  result. To make it more strange, 
I tried "telnet localhost hylafax" with the "user" command, it let me in.

I looked over the mailing-list archives. This question was asked in several 
places but no answer was there. I am wondering why it is not in the FAQ?

I am so hopeless about this passwd thing, please help.

Thanks
Yansheng

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Passwd problem
To: yanshexw@milu.wustl.edu (Yansheng Wei)
Date: Tue, 16 Dec 1997 07:54:27 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Yansheng Wei wrote:
    
    
    I am having an old passwd problem with hylafaxv4.0p1. I was able to configure,
    compile and install hylafax on my Sparc workstation running Solaris2.5 with
    NIS+. I didn't touch the spool/etc/hosts file, so it should work for anybody 
    on the local machine without passwd.
    
    But when I try to send a fax, it prompted me for passwd. It didn't get me 
    through through no matter what I feed it with (including root passwd). 
    Then I tried faxstat and got the same  result. To make it more strange, 
    I tried "telnet localhost hylafax" with the "user" command, it let me in.
    
    I looked over the mailing-list archives. This question was asked in several 
    places but no answer was there. I am wondering why it is not in the FAQ?

    I am so hopeless about this passwd thing, please help.

Try running "faxstat -v" and compare it with the results of
your "telnet localhost hylafax" session.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 16 Dec 1997 12:34:38 +0000
To: HylaFAX List <flexfax@sgi.com>
From: Phil Watkinson <pkw@elgro.co.uk>
Subject: Re: flexfax: Passwd problem
Cc: Yansheng Wei <yanshexw@milu.wustl.edu>
Sender: owner-flexfax@celestial.com

At 10:47 15/12/1997 -0600, Yansheng Wei wrote:
>
>I am having an old passwd problem with hylafaxv4.0p1. I was able to
configure,
>compile and install hylafax on my Sparc workstation running Solaris2.5 with
>NIS+. I didn't touch the spool/etc/hosts file, so it should work for anybody 
>on the local machine without passwd.
>[snip]

Worth checking is the file permissions and owners for the hosts file. The
man page says it should have 600 permissions and the owner and group should
be 'fax' ( or 'uucp' where they have the same id ). Anything else and the
software will not use it.

If you need explanation of the hosts' man page, see the mailing list thread
'Re: flexfax: Configuring access with hosts file' and my reply of 2 Dec 97.

Cheers,
Phil Watkinson,
Boston, UK.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 16 Dec 1997 12:17:05 -0500 (EST)
From: Nico Garcia <raoul@cirl.meei.harvard.edu>
Cc: HylaFAX List <flexfax@sgi.com>
Subject: Re: flexfax: Passwd problem
Sender: owner-flexfax@celestial.com

-----BEGIN PGP SIGNED MESSAGE-----

On Tue, 16 Dec 1997, Phil Watkinson wrote:

> Worth checking is the file permissions and owners for the hosts file. The
> man page says it should have 600 permissions and the owner and group should
> be 'fax' ( or 'uucp' where they have the same id ). Anything else and the
> software will not use it.

Sam? Matthias? Is there a strong security reason for the hosts file
for HylaFAX to be 600? Enough people have had difficulty
with this that I wonder if the permissions should be, say, 644?


			Nico Garcia
			Engineer, CIRL 
			Mass. Eye and Ear Infirmary
			raoul@cirl.meei.harvard.edu

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNJa3hz/+ItycgIJRAQGjsQP+LMEK+csdY7yPqN25UuJcgMx7kk4zd2RX
cVYREhwmfWUfCF13EFiEFRuynBfPS4LPQznULDixQToTx+t+taGqyOMnNjVWq4WN
BN/b8c16x8LNn8HYCE97Mjyq4ZTGEmobNzoeRASobGkE8ocXGHk23zXsY4fczDKL
vwjOqOWWCbM=
=0t4P
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs
Date: Wed, 17 Dec 1997 09:42:41 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Nico Garcia <raoul@cirl.meei.harvard.edu>
cc: HylaFAX List <flexfax@sgi.com>
Subject: Re: flexfax: Passwd problem
Sender: owner-flexfax@celestial.com

On Tue, 16 Dec 1997, Nico Garcia wrote:

> Sam? Matthias? Is there a strong security reason for the hosts file
> for HylaFAX to be 600? Enough people have had difficulty
> with this that I wonder if the permissions should be, say, 644?

Well, I'm neither Sam nor Matthias; but I think that since the admin
password would then be viewable, it could be subjected to standard
password cracking programs (hence the popularity of root-read-only
/etc/shadow on most systems nowadays).

Cheers.
-------------------------------------------------------------------
Jonathan Chen <jonc@pinnacle.co.nz> |     When all else fails, RTFM
-------------------------------------------------------------------

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Passwd problem
To: raoul@cirl.meei.harvard.edu (Nico Garcia)
Date: Wed, 17 Dec 1997 08:08:31 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Nico Garcia wrote:
    
    -----BEGIN PGP SIGNED MESSAGE-----
    
    On Tue, 16 Dec 1997, Phil Watkinson wrote:
    
    > Worth checking is the file permissions and owners for the hosts file. The
    > man page says it should have 600 permissions and the owner and group should
    > be 'fax' ( or 'uucp' where they have the same id ). Anything else and the
    > software will not use it.
    
    Sam? Matthias? Is there a strong security reason for the hosts file
    for HylaFAX to be 600? Enough people have had difficulty
    with this that I wonder if the permissions should be, say, 644?

Nico, this doesn't match the problem. The original poster has the problem
that the hfaxd(1M) asks for a password if he/she uses faxstat(1) or
sendfax(1) and does not ask for a password if he/she uses telnet directly
to the hfaxd(1M)'s port "hylafax". This problem has nothing to do
with the permission bits of the file host(4F). Just follow the
this example:

$ faxstat -s
HylaFAX scheduler on thias: Running
Modem ttyFN01 (+49.89.xxxxxxxx): Running and idle
$ su
Password:
# chmod 0666 hosts
# $
$ faxstat -s
Login failed: 530 User guru access denied.
$ telnet localhost 4558
Trying 127.0.0.1 ...
Connected to localhost.
220 thias server (HylaFAX (tm) Version 4.0pl2beta) ready.
user guru
530 User guru access denied.
quit
221 Goodbye.
Connection closed by foreign host.
$

As you can see changing the mode will cause another message but
not the password question. You may also check the code for it.

Setting group or world read permission to the file will
also make the encrypted passwords of the people and esp.
of the adminstrator view- and crack-able.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Mon, 15 Dec 1997 11:53:22 -0600
From: Derek Balling <dballing@speedchoice.com>
Organization: SpeedChoice
To: flexfax@sgi.com
Subject: flexfax: Problem using faxaddmodem
Sender: owner-flexfax@celestial.com

I'm trying to install a USR Sportster (33.6, not an X2 model) as our
first faxmodem, under Linux. I'm running Red Hat 4.2 with a 16450 UART
(yeah, I know, the modem I have is overkill for the port speed... it's
faxes... who cares? *grin*)

I've reset the modem to factory defaults with an AT&F/AT&W, and ran
faxaddmodem.

When it gets to the "probing modem" part, it can't seem to lock onto the
modem's port speed, stepping down through until it gets to 1200 baud,
and then reporting :

Unable to deduce DTE-DCE speed; check that you are using the
correct device and/or that your modem is setup properly.  If
all else fails, try the -s option to lock the speed.  

OK, so I do that, considering its a 16450, I do:

# faxaddmodem -s 19200 cua1

Which tells me that there is a problem with the modem. Now, if I use

# cu -l cua1 -19200

I can talk to the modem fine with no problems.

Any suggestions?

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Problem using faxaddmodem
To: dballing@speedchoice.com (Derek Balling)
Date: Tue, 16 Dec 1997 07:44:29 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Derek Balling wrote:
    
    I'm trying to install a USR Sportster (33.6, not an X2 model) as our
    first faxmodem, under Linux. I'm running Red Hat 4.2 with a 16450 UART
    (yeah, I know, the modem I have is overkill for the port speed... it's
    faxes... who cares? *grin*)

Using 16450 UART under UNIX may cause problems, e.g. chars
could be lost because the kernel can't pick them up before
they're overwritten. Use a chip with FIFO buffer.
    
    I've reset the modem to factory defaults with an AT&F/AT&W, and ran
    faxaddmodem.
    
    When it gets to the "probing modem" part, it can't seem to lock onto the
    modem's port speed, stepping down through until it gets to 1200 baud,
    and then reporting :
    
    Unable to deduce DTE-DCE speed; check that you are using the
    correct device and/or that your modem is setup properly.  If
    all else fails, try the -s option to lock the speed.  
    
    OK, so I do that, considering its a 16450, I do:
    
    # faxaddmodem -s 19200 cua1
    
    Which tells me that there is a problem with the modem. Now, if I use
    
    # cu -l cua1 -19200
    
    I can talk to the modem fine with no problems.
    
    Any suggestions?

Try to understand what faxaddmodem(1M) is doing with your
modem, e.g. run it with "sh -x ...." to see what's going
wrong.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Mon, 15 Dec 1997 18:02:23 +0100
To: flexfax@sgi.com
From: Hans Christiansen <hans@ljungbergs.se>
Subject: flexfax: rtscts on SGI Indy
Sender: owner-flexfax@celestial.com

(This is related to a previous  message "Corrupt fax receives OR corrupt
fax transmissions on a Zyxel 2864)

I have been able to delve a little deeper into my problem with corrput
transmissions and receptions.

When I set the ModemFlowControl to rtscts and the speed setting to 38400
baud then the pages are corrupted at the other end. (As somebody very
kindly pointed out this seemed to be due to handshaking problems).

If I set the baudrate to 9600 this problem does NOT occur!

Changing the config file to use xon/xoff then things seem to go well.

I am wondering if there is something wrong with my hardware. I have checked
the cable I am using against the documentation that came with the Indy and
that seems ok.

Has anyone else had any problems with handshaking on the SGI Indy?

All tips/info received with gratitude!

Hans Christiansen

hans@ljungbergs.se

Ljungbergs Tryckeri AB                Tel. +46 435 120 40
Box 100                               Fax. +46 435 71 17 26
S-264 22 Klippan                      Mob. +46 70 518 26 49
Sweden

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs
Date: Tue, 16 Dec 1997 10:20:19 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Hans Christiansen <hans@ljungbergs.se>
cc: flexfax@sgi.com
Subject: Re: flexfax: rtscts on SGI Indy
Sender: owner-flexfax@celestial.com

On Mon, 15 Dec 1997, Hans Christiansen wrote:

[snip]

> When I set the ModemFlowControl to rtscts and the speed setting to 38400
> baud then the pages are corrupted at the other end. (As somebody very
> kindly pointed out this seemed to be due to handshaking problems).
>
> If I set the baudrate to 9600 this problem does NOT occur!
>
> Changing the config file to use xon/xoff then things seem to go well.
>
> I am wondering if there is something wrong with my hardware. I have checked
> the cable I am using against the documentation that came with the Indy and
> that seems ok.

This is 'cos most fax-modem-chip-firmware will only handle faxes at a
top speed of 19200/xon-xoff at best. If you plan to use your modem for
data-connections as well, you should set it to the highest possible
speed with RTS/CTS flow control, and let HylaFAX switch to a lower
rate when it receieves a fax. ie

    ModemRate:          38400
    ModemFlowControl:   rtscts

    ModemAnswerFaxBeginCmd: "<19200><xon>"  # lock line rate and flow-control

--
Jonathan Chen <jonc@pinnacle.co.nz>
--------------------------------------------------------------------
The Internet: an empirical test of the idea that a million monkeys
              banging on a million keyboards can produce Shakespeare

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Leslie Mikesell <les@Mcs.Net>
Subject: Re: flexfax: Sorry for the silly question + suggestion
To: rasmus@bellglobal.com
Date: Mon, 15 Dec 1997 13:13:44 -0600 (CST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> I should have dug a bit deeper before asking for the best modem to use
> with Hylafax.  Could I suggest that at:
> 
>    http://www.vix.com/hylafax/FAQ/Q3.html
> 
> You put a link to:
> 
>    http://www.vix.com/hylafax/modems.html
> 
> This second URL had everything I needed while the first is a bit vague.

Note that this document is fairly out-of-date.  I've had good luck myself
with the Multitech MT2834ZDX and it has been mentioned favorably by
others on the mailing list.  It is a moderately priced small desktop
model that is not as 'industrial-strength' as the larger units but
functions just as well.  The 56k version seems to have dropped the
class 2 fax mode so avoid that one.

  Les Mikesell
   les@mcs.com

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 16 Dec 1997 16:22:19 -0300 (GMT+3)
From: Ben Parker <ben@dha.unon.org>
To: Maverick <maverick@jobsoft.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: customizing e-mail notification
Sender: owner-flexfax@celestial.com

You can edit /var/spool/fax/notify.awk with a text editor.

Ben



On Wed, 10 Dec 1997, Maverick wrote:

> How do I (Is there a way to) customize the e-mail
> message that sendpage produces?
> 
> The e-mail message that comes back is a bit too cyrptic 
> for the average user |)
> 
> Ideally, I'd like to have a template file that
> allows me to define how I want the message to look.
> 
> -----------------------------------------------------------
> Maverick                 Jobsoft Design & Development, Inc.
>                                      http://www.jobsoft.com
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 16 Dec 1997 18:36:09 -0500
From: Aleksandar Simic <ASimic@compuserve.com>
Subject: flexfax: 550 /tmp/doc22.ps Not Owner - again.
To: "flexfax@sgi.com" <flexfax@sgi.com>
Sender: owner-flexfax@celestial.com

Hello Everybody,

Thanks to people that replied to initial question regarding this problem. 
Unfortunately all the tricks I've tried so far didn't work (went through
the
archives etc.) I'm getting fairly desperate at this time, hence another
attempt to see if anyone out there has cracked this one.  Here we go:

Environment: HP-UX 10.01 gcc 2.7.2.2 HylaFAx v4.0pl1

Problem: can not send fax out. Below is the output of communication that
goes on. It does not matter if I'm trying t osend fax as fax user, root, or
any other user for that matter. 

Anybody has any idea ? Thanks a million.
Aleks

Trying localhost (127.0.0.1) at port 4559...
Connected to localhost.
220 marge server (HylaFAX (tm) Version 4.0pl1) ready.
-> USER uucp
230 User uucp logged in.
match against (..., 512)
rule: offset 0 string = "%!" -- failed (comparison)
rule: offset 0 short = 0x4d4d -- failed (comparison)
rule: offset 0 short = 0x4949 -- failed (comparison)
rule: offset 0 short = 0x1da -- failed (comparison)
rule: offset 0 short = 0x1f1e -- failed (comparison)
rule: offset 0 short = 0x1f9d -- failed (comparison)
rule: offset 0 short = 0x506 -- failed (comparison)
rule: offset 0 short = 0x5343 -- failed (comparison)
rule: offset 0 short = 0xf702 -- failed (comparison)
rule: offset 0 string = "GIF" -- failed (comparison)
rule: offset 0 long = 0x59a66a95 -- failed (comparison)
rule: offset 0 string = "x T psc" -- failed (comparison)
rule: offset 0 string = "begin" -- failed (comparison)
rule: offset 0 string = "xbtoa" -- failed (comparison)
rule: offset 0 string = "P1" -- failed (comparison)
rule: offset 0 string = "P2" -- failed (comparison)
rule: offset 0 string = "P3" -- failed (comparison)
rule: offset 0 string = "P4" -- failed (comparison)
rule: offset 0 string = "P5" -- failed (comparison)
rule: offset 0 string = "P6" -- failed (comparison)
rule: offset 0 string = "WNGZWZSS" -- failed (comparison)
rule: offset 0 string = "#Inventor V" -- failed (comparison)
rule: offset 0 ascii = -- success (result postscript, rule "%F/textfmt -B
-f Courier-Bold -p 11 -s %s >%o <%i")
CONVERT "/usr/local/lib/fax/textfmt -B -f Courier-Bold -p 11 -s default
>/tmp//faxsnda10953 <./aa.aa"
Apply DisplayNumber rules to "9619443"
--> return result "9619443"
-> TYPE I
200 Type set to Image.
SEND compressed data, 6711 bytes
-> PORT 127,0,0,1,8,141
200 PORT command successful.
-> MODE Z
200 Mode set to ZIP.
-> STOT
150 FILE: /tmp/doc22.ps (Opening new data connection).
SEND 2708 bytes transmitted (2.5x compression)
226 Transfer complete (FILE: /tmp/doc22.ps).
-> JNEW
200 New job created: jobid: 14 groupid: 14.
-> JPARM FROMUSER "uucp"
213 FROMUSER set to "uucp".
-> JPARM LASTTIME 000300
213 LASTTIME set to 000300.
-> JPARM MAXDIALS 12
213 MAXDIALS set to 12.
-> JPARM MAXTRIES 3
213 MAXTRIES set to 3.
-> JPARM SCHEDPRI 127
213 SCHEDPRI set to 127.
-> JPARM DIALSTRING "9619443"
213 DIALSTRING set to "9619443".
-> JPARM NOTIFYADDR "uucp@marge"
213 NOTIFYADDR set to "uucp@marge".
-> JPARM VRES 98
213 VRES set to 98.
-> JPARM PAGEWIDTH 215
213 PAGEWIDTH set to 215.
-> JPARM PAGELENGTH 279
213 PAGELENGTH set to 279.
-> JPARM NOTIFY "none"
213 NOTIFY set to "none".
-> JPARM PAGECHOP "default"
213 PAGECHOP set to "default".
-> JPARM CHOPTHRESHOLD 3
213 CHOPTHRESHOLD set to 3.
-> JPARM DOCUMENT /tmp/doc22.ps
550 /tmp/doc22.ps: Not owner.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: "David Anderson" <dand@steelerubber.com>
To: <flexfax@sgi.com>
Subject: flexfax: newbie problem
Date: Wed, 17 Dec 1997 14:20:10 -0500
Sender: owner-flexfax@celestial.com

I really need tips installing hylafax on a SCO5.0.4 box. Got binaries
from ftp.sgi.com... everything installs as instructed. Modem is probed
correctly
so everything should work..
1) about 20 times I've added in new fax with faxaddmodem but when I run
faxstat -s all I get is

# ./faxstat
HylaFAX scheduler on chrysler: Running

and no line about modem tty2A....

yes, I did run $./faxmodem tty2A after running faxaddmodem

2) mail sent back complains about ghostcript. Ghostscript makes pretty
pictures
(../examples/tiger.ps) so that seems to eliminate source... but here's
mail ->

Your facsimile job to 4836650 was not sent because document conversion
to facsimile failed.  The output from the converter program was:

Error: /typecheck in --restore--
Operand stack:
    -savetype-  /Courier-Bold
Execution stack:
    %interp_exit  --nostringval--  --nostringval--  --nostringval--
false  --no
stringval--  --nostringval--  --nostringval--
Dictionary stack:
    537/547  0/20  6/200
Ghostscript: Unrecoverable error, exit code 1


Check any PostScript documents for non-standard fonts and invalid
constructs.

    ---- Unsent job status ----

   Destination: 4836650
         JobID: 5
       GroupID: 5
        Sender: Superuser
      Mailaddr: root@chrysler
Submitted From: localhost
    Page Width: 215 (mm)
   Page Length: 279 (mm)
    Resolution: 98 (lpi)
        Status: Error: /typecheck in --restore--
Operand stack:
    -savetype-  /Courier-Bold
Execution stack:
    %interp_exit  --nostringval--  --nostringval--  --nostringval--
false  --no
stringval--  --nostringval--  --nostringval--
Dictionary stack:
    537/547  0/20  6/200
Ghostscript: Unrecoverable error, exit code 1

       Dialogs: 0 (exchanges with remote device)
         Dials: 0 (consecutive failed calls to destination)
         Calls: 0 (total phone calls placed)
         Pages: 0 (pages transmitted)
      TotPages: 0 (total pages to transmit)
      Attempts: 0 (attempts to send current page)
        Dirnum: 0 (directory of next page to send)

    ---- Documents submitted for transmission ----

The following documents were submitted for transmission and are
available on the server for reuse until they are automatically
purged when this job is removed.  Documents may also be manually
removed using the faxrm command; consult faxrm(1) for information.

Filename                 Size Type
docq/doc5.cover         10894 PostScript cover page
docq/doc5.ps.5           5776 PostScript

3) Is there a way to preserve HP laserjet graphics embedded in file?
   I have nice shading and layout I would like preserved or do I have to
   rewrite output as postscript instead of PCL3?


-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d s: a C+++ UC++++ UB+++ P+ L+ E-- W+++ N++ o+ K- w+ O- M- V-- PS
PE+ Y PGP- t++ 5 X R- tv++ b++ DI++++ D+ G e+* h---- r+++ y++++
------END GEEK CODE BLOCK------

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs
Date: Thu, 18 Dec 1997 14:49:44 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: David Anderson <dand@steelerubber.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: newbie problem
Sender: owner-flexfax@celestial.com

On Wed, 17 Dec 1997, David Anderson wrote:

> I really need tips installing hylafax on a SCO5.0.4 box. Got binaries
> from ftp.sgi.com... everything installs as instructed. Modem is probed
> correctly
> so everything should work..
> 1) about 20 times I've added in new fax with faxaddmodem but when I run
> faxstat -s all I get is
> 
> # ./faxstat
> HylaFAX scheduler on chrysler: Running
> 
> and no line about modem tty2A....
> 
> yes, I did run $./faxmodem tty2A after running faxaddmodem

faxstat doesn't give a reliable picture *unless* faxgetty is running.
You could put in the following line into /etc/inittab (after disabling
any other getty's on the line)

	fx2A:234:respawn:/usr/local/sbin/faxgetty tty2A

HylaFAX works best with faxgetty running...
-------------------------------------------------------------------
Jonathan Chen <jonc@pinnacle.co.nz>   | "Vini, vidi, velcro...
                                      |    I came, I saw, I stuck around"

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: "David Anderson" <dand@steelerubber.com>
To: <flexfax@sgi.com>
Subject: flexfax: Newbie question followup
Date: Wed, 17 Dec 1997 14:50:00 -0500
Sender: owner-flexfax@celestial.com


Creating new configuration file
/usr/local/HylaFAX-v4.0/spool/etc/config.tty2A..
.
...nothing appears to have changed; leaving the original file.
Done setting up the modem configuration.

Checking /usr/local/HylaFAX-v4.0/spool/etc/config for consistency...
...everything looks ok; leaving existing file unchanged.

Don't forget to run faxmodem(1M) (if you have a send-only environment)
or configure init to run faxgetty on tty2A.
# ./faxstate -s ready tty2A
FIFO.tty2A: open: No such device or address
# ./faxmodem tty2A
# ./faxstate -s ready tty2A
FIFO.tty2A: open: No such device or address

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Thu, 18 Dec 1997 20:24:38 -0800 (PST)
From: Tim Rice <tim@trr.metro.NET>
To: David Anderson <dand@steelerubber.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: newbie problem
Sender: owner-flexfax@celestial.com

On Wed, 17 Dec 1997, David Anderson wrote:

> I really need tips installing hylafax on a SCO5.0.4 box. Got binaries
> from ftp.sgi.com... everything installs as instructed. Modem is probed
> correctly
> so everything should work..
> 1) about 20 times I've added in new fax with faxaddmodem but when I run
> faxstat -s all I get is
> 
> # ./faxstat
> HylaFAX scheduler on chrysler: Running
> 
> and no line about modem tty2A....
> 
> yes, I did run $./faxmodem tty2A after running faxaddmodem

Any reason you didn't want to run faxgetty?

> 
> 2) mail sent back complains about ghostcript. Ghostscript makes pretty
> pictures
> (../examples/tiger.ps) so that seems to eliminate source... but here's
> mail ->
> 
> Your facsimile job to 4836650 was not sent because document conversion
> to facsimile failed.  The output from the converter program was:

If you used the ghostscript binary from ftp.sgi.com, make sure
you get the ghostscript fonts from prep.ai.mit.edu.

> 
> Error: /typecheck in --restore--
> Operand stack:
>     -savetype-  /Courier-Bold
> Execution stack:
>     %interp_exit  --nostringval--  --nostringval--  --nostringval--
> false  --no
> stringval--  --nostringval--  --nostringval--
> Dictionary stack:
>     537/547  0/20  6/200
> Ghostscript: Unrecoverable error, exit code 1
> 
> 
> Check any PostScript documents for non-standard fonts and invalid
> constructs.
> 
[snip]
> 
> 3) Is there a way to preserve HP laserjet graphics embedded in file?
>    I have nice shading and layout I would like preserved or do I have to
>    rewrite output as postscript instead of PCL3?

rewrite output as postscript.

> 
> 
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GIT d s: a C+++ UC++++ UB+++ P+ L+ E-- W+++ N++ o+ K- w+ O- M- V-- PS
> PE+ Y PGP- t++ 5 X R- tv++ b++ DI++++ D+ G e+* h---- r+++ y++++
> ------END GEEK CODE BLOCK------
> 
> 

--
Tim Rice			Multitalents	(707) 887-1469 (voice)
tim@trr.metro.net

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Thu, 18 Dec 1997 20:31:20 -0800 (PST)
From: Tim Rice <tim@trr.metro.NET>
To: David Anderson <dand@steelerubber.com>
cc: HylaFax mailing list <flexfax@sgi.com>
Subject: Re: flexfax: newbie problem
Sender: owner-flexfax@celestial.com

On Thu, 18 Dec 1997, Jonathan Chen wrote:

> On Wed, 17 Dec 1997, David Anderson wrote:
> 
> > I really need tips installing hylafax on a SCO5.0.4 box. Got binaries
> > from ftp.sgi.com... everything installs as instructed. Modem is probed
> > correctly
> > so everything should work..
> > 1) about 20 times I've added in new fax with faxaddmodem but when I run
> > faxstat -s all I get is
> > 
> > # ./faxstat
> > HylaFAX scheduler on chrysler: Running
> > 
> > and no line about modem tty2A....
> > 
> > yes, I did run $./faxmodem tty2A after running faxaddmodem
> 
> faxstat doesn't give a reliable picture *unless* faxgetty is running.
> You could put in the following line into /etc/inittab (after disabling
> any other getty's on the line)
> 
> 	fx2A:234:respawn:/usr/local/sbin/faxgetty tty2A

You are using the binaries, so its /usr/local/HylaFAX-v4.0/slib/faxgetty

> 
> HylaFAX works best with faxgetty running...
> -------------------------------------------------------------------
> Jonathan Chen <jonc@pinnacle.co.nz>   | "Vini, vidi, velcro...
>                                       |    I came, I saw, I stuck around"
> 
> 

--
Tim Rice			Multitalents	(707) 887-1469 (voice)
tim@trr.metro.net

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Thu, 18 Dec 1997 08:35:22 -0700
To: flexfax@sgi.com
From: Jami Bradley <Bradley@ieclon.com>
Subject: flexfax: Comments and BreakIntoLines
Sender: owner-flexfax@celestial.com

I recently installed HylaFAX V4.0PL1, and it seems to be working nicely.
Unfortunately, I am trying to get a cover page EPS file working, and I'm
having some troubles.  I checked all the archives, and got some good help,
but not quite enough.

Here is what I'm running into:

1.  If I use comments1, comments2, etc, it gives me the wrong text:

Here is part of the header from docxx.cover:
   /comments(This is the comments section.  I hope that this message shows
up when I try to run it!) def
   /comments1(Thisisthecommentssection. IhopethatthismessageshowsupwhenItryto)
   /comments2(run it!)
   /comments3()...

I don't understand where the spaces went in comments1, but it looks like a
bug to me!

Anyway, because I wanted more control over the formatting, I tried to use
comments and BreakIntoLines.  After remembering a bit of Postscript, I got
it basically working, but the line breaking seems strange -- The first line
of text comes out beautifully.  The second line is only about 1/3 the width
of the first, and the third line has the rest of the text.

The fragment I have to do the BreakIntoLines looks like this:

/CurrY 1483 def
/comments where
{
   pop
   comments 450
   {
      F16_50 Ji 
      250 CurrY M S
      /CurrY CurrY 61 add def
   }
   BreakIntoLines
}
if

("F16_50" Ji selects the font from earlier in the document)

I would expect each line to be width 450, but only the first line seems to
be the right width.

What am I missing?

This is the last part I need to get this working for our office - I would
really appreciate any help!

Thanks,

Jami

----------------------------------------------------------------
Jami Bradley                        IEC Intelligent Technologies
Director, Software Engineering             Voice: (303)-277-1503
bradley@ieclon.com                           Fax: (303)-277-1522

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Thu, 18 Dec 1997 19:57:06 -0200
From: Paulo J V Wollny <paulo@wollny.com.br>
To: flexfax@sgi.com
Subject: flexfax: MT 2834 BL problem
Sender: owner-flexfax@celestial.com

Hi,

I posted a question yesterday.
Despite of having added the ModemClass: "any: cua0" to the config
file, I'm still having problems trying to send faxes. The modem is
Mutitech 2834BL, and the error is allways REMOTE HANGUP. Trying from 
a "normal" fax machine, I can fax to the number I'm trying. Any 
headlight?

Best regards

Paulo J V Wollny 

Debug Listing following:

Dec 18 19:52:10.36: [ 8077]: SESSION BEGIN 00000017 17144414848
Dec 18 19:52:10.36: [ 8077]: SEND FAX: JOB 4 DEST 0017144414848 COMMID 00000017
Dec 18 19:52:10.36: [ 8077]: DELAY 2600 ms
Dec 18 19:52:12.97: [ 8077]: <-- [15:ATE0V1Q0S0=0H0\r]
Dec 18 19:52:13.18: [ 8077]: --> [14:ATE0V1Q0S0=0H0]
Dec 18 19:52:13.18: [ 8077]: --> [2:OK]
Dec 18 19:52:13.18: [ 8077]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
Dec 18 19:52:13.35: [ 8077]: --> [2:OK]
Dec 18 19:52:13.35: [ 8077]: <-- [12:AT+FCLASS=2\r]
Dec 18 19:52:13.51: [ 8077]: --> [2:OK]
Dec 18 19:52:13.51: [ 8077]: <-- [10:AT+FTBC=0\r]
Dec 18 19:52:13.67: [ 8077]: --> [2:OK]
Dec 18 19:52:13.67: [ 8077]: <-- [10:AT+FBOR=0\r]
Dec 18 19:52:13.83: [ 8077]: --> [2:OK]
Dec 18 19:52:13.83: [ 8077]: <-- [13:AT+FPHCTO=30\r]
Dec 18 19:52:13.98: [ 8077]: --> [2:OK]
Dec 18 19:52:13.98: [ 8077]: <-- [24:AT+FDCC=1,5,2,2,0,0,0,0\r]
Dec 18 19:52:14.08: [ 8077]: --> [2:OK]
Dec 18 19:52:14.08: [ 8077]: <-- [7:ATL0M1\r]
Dec 18 19:52:14.14: [ 8077]: --> [2:OK]
Dec 18 19:52:14.14: [ 8077]: <-- [12:AT+FCLASS=2\r]
Dec 18 19:52:14.29: [ 8077]: --> [2:OK]
Dec 18 19:52:14.29: [ 8077]: <-- [10:AT+FTBC=0\r]
Dec 18 19:52:14.43: [ 8077]: --> [2:OK]
Dec 18 19:52:14.43: [ 8077]: <-- [10:AT+FBOR=0\r]
Dec 18 19:52:14.59: [ 8077]: --> [2:OK]
Dec 18 19:52:14.59: [ 8077]: <-- [13:AT+FPHCTO=30\r]
Dec 18 19:52:14.73: [ 8077]: --> [2:OK]
Dec 18 19:52:14.73: [ 8077]: <-- [24:AT+FDCC=1,5,2,2,0,0,0,0\r]
Dec 18 19:52:14.89: [ 8077]: --> [2:OK]
Dec 18 19:52:14.89: [ 8077]: <-- [27:AT+FLID="Paulo J V Wollny"\r]
Dec 18 19:52:15.03: [ 8077]: --> [2:OK]
Dec 18 19:52:15.14: [ 8077]: DIAL 0017144414848
Dec 18 19:52:15.14: [ 8077]: <-- [19:ATDT0017144414848@\r]
Dec 18 19:52:27.12: [ 8077]: --> [5:+FCON]
Dec 18 19:52:28.50: [ 8077]: --> [78:+FNSF:00 00 25 01 20 45 56 49 54 55 43 45 58 45 20 52 45 4E 4E 55 52 59 41 44 ]
Dec 18 19:52:28.50: [ 8077]: REMOTE NSF "00 00 25 01 20 45 56 49 54 55 43 45 58 45 20 52 45 4E 4E 55 52 59 41 44"
Dec 18 19:52:28.50: [ 8077]: --> [28:+FCSI:"       714 441 4848 "]
Dec 18 19:52:28.50: [ 8077]: REMOTE CSI "714 441 4848"
Dec 18 19:52:28.61: [ 8077]: --> [21:+FDIS:1,3,0,2,1,2,0,3]
Dec 18 19:52:28.61: [ 8077]: --> [2:OK]
Dec 18 19:52:28.61: [ 8077]: REMOTE best rate 9600 bit/s
Dec 18 19:52:28.61: [ 8077]: REMOTE max page width 1728 pixels in 215 mm
Dec 18 19:52:28.61: [ 8077]: REMOTE max unlimited page length 
Dec 18 19:52:28.61: [ 8077]: REMOTE best vres 7.7 line/mm
Dec 18 19:52:28.61: [ 8077]: REMOTE best format 2-D MR
Dec 18 19:52:28.61: [ 8077]: REMOTE supports T.30 Annex C, half duplex ECM
Dec 18 19:52:28.61: [ 8077]: REMOTE best 10 ms/scanline
Dec 18 19:52:28.61: [ 8077]: USE 9600 bit/s
Dec 18 19:52:28.61: [ 8077]: USE 10 ms/scanline
Dec 18 19:52:28.61: [ 8077]: SEND file "docq/doc4.cover;30"
Dec 18 19:52:28.66: [ 8077]: USE page width 1728 pixels in 215 mm
Dec 18 19:52:28.66: [ 8077]: USE unlimited page length 
Dec 18 19:52:28.66: [ 8077]: USE 3.85 line/mm
Dec 18 19:52:28.66: [ 8077]: USE 1-D MR
Dec 18 19:52:28.66: [ 8077]: <-- [24:AT+FDIS=0,3,0,2,0,0,0,3\r]
Dec 18 19:52:28.93: [ 8077]: --> [2:OK]
Dec 18 19:52:28.93: [ 8077]: <-- [7:AT+FDT\r]
Dec 18 19:52:33.00: [ 8077]: --> [21:+FDCS:0,3,0,2,0,0,0,3]
Dec 18 19:52:33.00: [ 8077]: --> [7:CONNECT]
Dec 18 19:52:33.00: [ 8077]: SEND wait for XON
Dec 18 19:52:35.90: [ 8077]: --> [1:]
Dec 18 19:52:43.02: [ 8077]: <-- [6:AT+FK\r]
Dec 18 19:52:45.19: [ 8077]: --> [7:+FHNG:2]
Dec 18 19:52:45.19: [ 8077]: REMOTE HANGUP: Call aborted,  from +FK or <CAN> (code 2)
Dec 18 19:52:45.64: [ 8077]: --> [2:OK]
Dec 18 19:52:45.64: [ 8077]: <-- [5:ATH0\r]
Dec 18 19:52:45.78: [ 8077]: --> [2:OK]
Dec 18 19:52:45.78: [ 8077]: SESSION END

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: edw@detel.com (Ed Weinberg)
To: cwk <root@ceres.fwcnetworks.com>
Cc: flexfax@sgi.com
Subject: Re: flexfax: Re: qmail to fax gateway
Date: Thu, 18 Dec 1997 23:00:47 GMT
Reply-To: edw@detel.com
Sender: owner-flexfax@celestial.com

On Sun, 7 Dec 1997 20:02:04 -0800 (PST), cwk
<root@ceres.fwcnetworks.com> wrote:

>1.
>	Has anyone tried to setup a qmail to fax gateway? If so, could you email
>	me how you did this.
>

Put this in .qmail-faxto5555555 in your ~alias directory and it will
fax email addressed to "faxto5555555" to the tel number 555-5555 with
no cover page: 

|sendfax -n -d 5555555

  --  Ed Weinberg,
      Detel, Inc., An Internet Presence Provider
      edw@detel.com
      www.detel.com/
      www.serverking.com
      www.q5.com/  <-- find someone to CoolTalk or chat with here

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Thu, 18 Dec 1997 20:26:57 -0800 (PST)
From: Tim Rice <tim@trr.metro.NET>
To: Ed Weinberg <edw@detel.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: limit number of pages
Sender: owner-flexfax@celestial.com

On Thu, 18 Dec 1997, Ed Weinberg wrote:

> Greetings all,
> 
> How can I limit the number of pages faxed?

$ man config

You are looking for MaxSendPages

> 
>   --  Ed Weinberg,
>       Detel, Inc., An Internet Presence Provider
>       edw@detel.com
>       www.detel.com/
>       www.serverking.com
>       www.q5.com/  <-- find someone to CoolTalk or chat with here
> 
> 

--
Tim Rice			Multitalents	(707) 887-1469 (voice)
tim@trr.metro.net

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Fri, 19 Dec 1997 09:10:05 +0100
To: flexfax@sgi.com
From: Hans Christiansen <hans@ljungbergs.se>
Subject: flexfax: Phase B error (code 70)
Sender: owner-flexfax@celestial.com

I am wondering if anybody has any clues as to why I receive an 'Unspecified
Receive Phase B error (code 70)' when trying to send to my Zyxel 2864 fax
modem. What does code 70 mean? I have tried to find out what code 70 is -
My manual just says refer to TIA-592 for details but it's not something I
have readily at hand :-(

This error appears (apparently) regardless of the the typ of fax trying to
send. I have included a trace of what is happening.

Dec 16 10:27:40.87: [14127]: SESSION BEGIN 00030185 4643500001
Dec 16 10:27:40.87: [14127]: <-- [4:ATA\r]
Dec 16 10:27:51.90: [14127]: --> [11:CONNECT FAX]
Dec 16 10:27:51.91: [14127]: <-- [11:AT&H4S18=5\r]
Dec 16 10:27:51.91: [14127]: --> [4:+FCO]
Dec 16 10:27:55.88: [14127]: --> [26:+FTI:+46043512635         ]
Dec 16 10:27:55.89: [14127]: --> [20:+FCS:1,5,0,2,0,0,0,5]
Dec 16 10:27:55.89: [14127]: --> [2:OK]
Dec 16 10:27:55.89: [14127]: ANSWER: FAX CONNECTION
Dec 16 10:27:55.89: [14127]: MODEM input buffering enabled
Dec 16 10:27:57.88: [14127]: MODEM setInputBuffer::ioctl(SIOC_ITIMER):
Timer expired
Dec 16 10:27:57.89: [14127]: RECV FAX: begin
Dec 16 10:28:03.32: [14127]: --> [7:+FHS:70]
Dec 16 10:28:03.33: [14127]: REMOTE HANGUP: Unspecified Receive Phase B
error (code 70)
Dec 16 10:28:03.33: [14127]: --> [2:OK]
Dec 16 10:28:03.33: [14127]: RECV FAX: Unspecified Receive Phase B error
Dec 16 10:28:03.34: [14127]: RECV FAX: end
Dec 16 10:28:03.34: [14127]: SESSION END


Thanks
Hans Christiansen

hans@ljungbergs.se

Ljungbergs Tryckeri AB                Tel. +46 435 120 40
Box 100                               Fax. +46 435 71 17 26
S-264 22 Klippan                      Mob. +46 70 518 26 49
Sweden

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Fri, 19 Dec 1997 00:07:38 -0800 (PST)
From: "C.K." <cwk@ceres.fwcnetworks.com>
To: Ed Weinberg <edw@detel.com>
cc: flexfax@sgi.com
Subject: flexfax: Re: qmail to fax gateway
Sender: owner-flexfax@celestial.com

Thanks Ed,

	Actually  I use in .qmail-fax-to-friend:

|preline sendfax -n -P 200 -1 -f from_me -N -t 3 -d 555.5555
&somemailbox@home.com
./Mailbox/

I was hoping to find out how to send faxes using the old dirk's faxmailer 
gateway method using... mail you@555.555.fax < file. This takes all the
hassel from using some fax client software just for any arbitrary fax on
the fly. I like using mailx for mail, it would be nice to use mailx for
faxing as well.

> Put this in .qmail-faxto5555555 in your ~alias directory and it will
> fax email addressed to "faxto5555555" to the tel number 555-5555 with
> no cover page: 
> 
> |sendfax -n -d 5555555

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Fri, 19 Dec 1997 09:45:30 +0100 (CET)
From: Leon Kos <leon@lecad.uni-lj.si>
To: flexfax@sgi.com
Subject: flexfax: Experience: Adaptive answer PAP PPP, PROLiNK 1428LE 
Sender: owner-flexfax@celestial.com

This may be useful for owners of subject modem and PAP PPP interested
people:

We are uning FreeBSD for HylaFAX with adaptrive answer for FAX and 
DATA. Instead of getty we are using /usr/sbin/ppp program for DATA calls.

Modem used is  PROLiNK 1428L which is somehow broken when using adaprive
answer in class2. The work around is to force class0 when ring is detected
and to wait tor connect string. Configuration is the same as with rc288dpi
with the following differences:
AdaptiveAnswer:         yes             # enable adaptive answer
ModemAnswerCmd:         AT+FCLASS=0;A   # tricky for class2
ModemWaitForConnect:    yes             # needed because DATA is first response

PPP with PAP:
I have done normal instalation an then binary patched faxgetty with emacs 
hexl-find-file and replaced string /usr/libexec/getty with /usr/sbin/ppp.
This can also be done with editing configure script but why bother.

config.cuaa0 file is changed for arguments:
GettyArgs:              "-direct PAPServerwithPASSWD" # PPP arguments

Aditional the  /etc/ppp/ppp.linkdown file must contain:
PAPServerwithPASSWD:
 quit all
 
Regards,
Leon.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Fri, 19 Dec 1997 11:22:29 -0500 (EST)
From: Nico Garcia <raoul@cirl.meei.harvard.edu>
To: Leon Kos <leon@lecad.uni-lj.si>
Cc: flexfax@sgi.com
Subject: Re: flexfax: Experience: Adaptive answer PAP PPP, PROLiNK 1428LE 
Sender: owner-flexfax@celestial.com

-----BEGIN PGP SIGNED MESSAGE-----

On Fri, 19 Dec 1997, Leon Kos wrote:

> This may be useful for owners of subject modem and PAP PPP interested
> people:
> 
> We are uning FreeBSD for HylaFAX with adaptrive answer for FAX and 
> DATA. Instead of getty we are using /usr/sbin/ppp program for DATA calls.
> 
> Modem used is  PROLiNK 1428L which is somehow broken when using adaprive
> answer in class2. The work around is to force class0 when ring is detected
> and to wait tor connect string. Configuration is the same as with rc288dpi
> with the following differences:
> AdaptiveAnswer:         yes             # enable adaptive answer
> ModemAnswerCmd:         AT+FCLASS=0;A   # tricky for class2
> ModemWaitForConnect:    yes             # needed because DATA is first response

This is a common problem: Take a look at the ModemSetupAACmd for the
rockwell modems for a better solution to doing so
automatically. Certain modem manufacturers seem to have just gotten
universally setting auto-adaptive wrong, only testing with specific
software with the company's own published init strings, for example.

> PPP with PAP:
> I have done normal instalation an then binary patched faxgetty with emacs 
> hexl-find-file and replaced string /usr/libexec/getty with /usr/sbin/ppp.
> This can also be done with editing configure script but why bother.
> 
> config.cuaa0 file is changed for arguments:
> GettyArgs:              "-direct PAPServerwithPASSWD" # PPP arguments
> 
> Aditional the  /etc/ppp/ppp.linkdown file must contain:
> PAPServerwithPASSWD:
>  quit all

Friend, I think this is a wrong approach. It forces all connections
directly to your PPP srevice. Instead, why not use a "${username}ppp"
login name with /usr/etc/ppp-login as their login shell? This permits
the normal getty to handle the line, for standard log-ins if needed,
and does not force PPP access. I've used this at work with
considerable success, and so does my ISP. I dial in as raoulppp, and
run a telnet under raoul as necessary for shell access.



			Nico Garcia
			Engineer, CIRL 
			Mass. Eye and Ear Infirmary
			raoul@cirl.meei.harvard.edu

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNJqfPj/+ItycgIJRAQFCagP9FLU+UyEvjBpeQQK84J9ZVL81bS+JiyjO
R7F8KHuMPIl0+IkZxDBQyB4X+ZlU4dRC5+HVlJgr3ijUoKbNo2NOvxG74YBb7aBd
Yuc/OQTuqZKrCAqWuGko9prahwM5DsjTPNqHtYNNRpkit7vjLEjJEwBy/iTaWmBa
GwZK+aSzg0s=
=ZZJa
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Experience: Adaptive answer PAP PPP, PROLiNK 1428LE
To: raoul@cirl.meei.harvard.edu (Nico Garcia)
Date: Fri, 19 Dec 1997 22:04:57 +0100 (MEZ)
Cc: leon@lecad.uni-lj.si, flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Nico Garcia wrote:
    
	....
    > PPP with PAP:
    > I have done normal instalation an then binary patched faxgetty with emacs 
    > hexl-find-file and replaced string /usr/libexec/getty with /usr/sbin/ppp.
    > This can also be done with editing configure script but why bother.
    > 
    > config.cuaa0 file is changed for arguments:
    > GettyArgs:              "-direct PAPServerwithPASSWD" # PPP arguments
    > 
    > Aditional the  /etc/ppp/ppp.linkdown file must contain:
    > PAPServerwithPASSWD:
    >  quit all
    
    Friend, I think this is a wrong approach. It forces all connections
    directly to your PPP srevice. Instead, why not use a "${username}ppp"
    login name with /usr/etc/ppp-login as their login shell? This permits
    the normal getty to handle the line, for standard log-ins if needed,
    and does not force PPP access. I've used this at work with
    considerable success, and so does my ISP. I dial in as raoulppp, and
    run a telnet under raoul as necessary for shell access.

Some connection protocols (e.g. HDLC framing over ISDN)
doesn't allow a "normal" character based dial-in/login.
I'm using the same (starting pppd directly from faxgetty(1M))
for my ZyXEL 2864I ISDN port. It works fine and using PAP or
CHAP from pppd is also much faster compared with login and
launching pppd from a login-script. If I pick-up an ISDN call
with faxgetty(1M) and directly start the pppd the TCP/IP
stack is up in one or two seconds (at the remote side is
a cisco 2503 which wants to use CHAP for authentication).

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Fri, 19 Dec 1997 17:04:08 -0500 (EST)
From: Nico Garcia <raoul@cirl.meei.harvard.edu>
To: Matthias Apitz <Matthias.Apitz@SOFTCON.de>
Cc: Hylafax Mailing List <flexfax@sgi.com>
Subject: Re: flexfax: Experience: Adaptive answer PAP PPP, PROLiNK 1428LE
Sender: owner-flexfax@celestial.com

-----BEGIN PGP SIGNED MESSAGE-----

On Fri, 19 Dec 1997 Matthias.Apitz@SOFTCON.de wrote:

> Some connection protocols (e.g. HDLC framing over ISDN)
> doesn't allow a "normal" character based dial-in/login.
> I'm using the same (starting pppd directly from faxgetty(1M))
> for my ZyXEL 2864I ISDN port. It works fine and using PAP or
> CHAP from pppd is also much faster compared with login and
> launching pppd from a login-script. If I pick-up an ISDN call
> with faxgetty(1M) and directly start the pppd the TCP/IP
> stack is up in one or two seconds (at the remote side is
> a cisco 2503 which wants to use CHAP for authentication).

Fair enough. I'd been thinking along the UNIX side, where a simple
shell acces provides quite enough for most purposes and permits access
if the PPP server is disabled or unavailable.

Is this frequent enough to make it an option for HylaFAX
configurations, say a faxgetty flag?

			Nico Garcia
			Engineer, CIRL 
			Mass. Eye and Ear Infirmary
			raoul@cirl.meei.harvard.edu

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNJrvTT/+ItycgIJRAQH7oAP+L/j53g+bpHNs2N1/4au/mDkxXTiM1VvX
G4HX9m/ijzFIzds/C3ZhBurKr0rxDRtQ2FEPbqw98LmhbLJkVSMn4cIG3S0ZbEDR
Ry7hIzd2QRKx/fIvbKka0aqqNI+qGOG1WD3SUlR07MaRnRWZomhIL6hQzLt37lt2
c+FDk3MxrZU=
=28P/
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Fri, 19 Dec 1997 21:03:17 +0100
To: flexfax@sgi.com
From: dhoeveler@hightek.com (Dirk Hoeveler)
Subject: flexfax: Jobs being requeued
Sender: owner-flexfax@celestial.com

Hi All,

I am using 

 Pentium 100
    Linux 
    Sendmail 8.8.6
    Hylafax 4.0pl1

When I send a fax with sendfax to a nonexistent (wrong) number, hylafax
tries to send the fax MaxDials times and then vanishes. That's the way it's
supposed to be.
Unfortenately the job reappears in the sendq with a new free jobnumber and
tries again for MaxDials times to reach the wrong number. After that it
vanishes again 
and reappears some time later with a new jobnumber and so on.

My intention was to use Hylafax as a faxgateway, but with the risk of
creating infinite jobs in this way that would be useless.

Has anybody ever heard of this effect? Can somebody help me in any way?

Thanks

Dirk Hveler



________________________________
In a hundred years we'll all be dead
and the stars will go on shining.
       Nick Starkey, The January Man

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Jobs being requeued
To: dhoeveler@hightek.com (Dirk Hoeveler)
Date: Sat, 20 Dec 1997 07:35:45 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Dirk Hoeveler wrote:
    
    Hi All,
    
    I am using=20
    
     Pentium 100
        Linux=20
        Sendmail 8.8.6
        Hylafax 4.0pl1
    
    When I send a fax with sendfax to a nonexistent (wrong) number, hylafax
    tries to send the fax MaxDials times and then vanishes. That's the way it's
    supposed to be.
    Unfortenately the job reappears in the sendq with a new free jobnumber and
    tries again for MaxDials times to reach the wrong number. After that it
    vanishes again=20
    and reappears some time later with a new jobnumber and so on.
    
    My intention was to use Hylafax as a faxgateway, but with the risk of
    creating infinite jobs in this way that would be useless.
    
    Has anybody ever heard of this effect? Can somebody help me in any way?
    
    Thanks
    
    Dirk H=F6veler

Do you call sendfax(1) from the comannd line or from sendmail?
For me this sounds like your MTA is requeuing the mail
and not HylaFAX's daemons itself.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Subject: flexfax: x times the same fax
To: flexfax@sgi.com
Date: Fri, 19 Dec 1997 15:28:10 +0100 (MET)
From: Thomas.Beutin@laokoon.IN-Berlin.DE (Thomas Beutin)
Sender: owner-flexfax@celestial.com

Hallo,
i have a problem with my Modem and hylafax v4.0p1.

Sometimes my modem sends the same page 3 times in one call
and repeats the call up to five times, but every page sended
looks great without any errors. This appers on several remote
fax devices. And i don't know why. I have added my config file
and a log file. I don't understand the "SEND wait for XON" in
the log file, becuase it looks like soft flow control, but
in the config file i placed "ModemFlowControl:       rtscts"

Has anybody any suggestions or hints?

Thanks
Thomas

------------------------------
My system ( uname -a ):
Linux mandarax 2.0.30 #3 Fri Dec 5 18:23:00 MET 1997 i586

My gcc is version 2.7.2.

My modem is a ZyXEL E1496+, the ATI1 output is
"62974 \n\nU1496E  V 6.10 P  \n\nOK"



This is my modem config file:

# $Id: zyxel-1496e,v 1.31 1996/06/24 02:58:43 sam Rel $
#
# HylaFAX Facsimile Software
#
# Copyright (c) 1990-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
# HylaFAX is a trademark of Silicon Graphics, Inc.
# 
# Permission to use, copy, modify, distribute, and sell this software and 
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice appear in
# all copies of the software and related documentation, and (ii) the names of
# Sam Leffler and Silicon Graphics may not be used in any advertising or
# publicity relating to the software without the specific, prior written
# permission of Sam Leffler and Silicon Graphics.
# 
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
# 
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
# OF THIS SOFTWARE.
#

#
# Configuration for a ZyXEL U1496.  Firmware revisions from
# 5.02 on should work, though rev 6.01 works much better. 
# Actually, the preferred use is to get firwmare rev 6.13 or
# 6.14 and configure the modem to use Class 2.0; this file
# is kept around for folks with old firmware.
#
# This configuration file sets up the ZyXEL to run at 38.4 for
# both sending and receiving.  RTS/CTS flow control is used on
# the tty port--you probably shouldn't use XON/XOFF.  Note that
# on an SGI system the getty speed is the following non-standard
# gettydefs entry:
#
# dx_38400# B38400 # B38400 SANE TAB3 HUPCL #\r\n\n$HOSTNAME login: #dx_38400
#
#
CountryCode:		49
AreaCode:		30
FAXNumber:		+49.30.23121.611
LongDistancePrefix:	0
InternationalPrefix:	00
DialStringRules:	etc/dialrules.oetv
ServerTracing:		1
SessionTracing:		11
RecvFileMode:		0644
LogFileMode:		0640
DeviceMode:		0660
RingsBeforeAnswer:	1
SpeakerVolume:		high
#GettyArgs:		"-h %l dx_%s"
LocalIdentifier:	"OeTV-Berlin"
LogFacility:		uucp
TagLineFont:		etc/lutRS18.pcf
TagLineFormat:		"From %%l (+49-30-23-121-613)|%c|Page %%p of %%t"
NoCarrierRetrys:	3
MaxRecvPages:		50
UUCPLockTimeout:	10
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:		Class2		# use class 2 interface
#ModemRate:		38400		# 38.4 works fine
ModemRate:		19200		# 38.4 works fine
ModemFlowControl:	rtscts		# default
#
ModemNoFlowCmd:		AT&H0		# disable flow control
ModemHardFlowCmd:	AT&H3		# hardware flow control
ModemSoftFlowCmd:	AT&H4		# software flow control
ModemSetupDTRCmd:	AT&D2		# DTR off causes modem to hang up
ModemSetupDCDCmd:	AT&C1		# DCD tracks carrier
ModemSetupAACmd:	AT+FAA=1	# enable in current class
#
ModemSendFillOrder:	LSB2MSB		# as expected
ModemRecvFillOrder:	MSB2LSB		# opposite of what makes sense
Class2RecvDataTrigger:	"\022"		# a la 2388-B
#
# Additional reset commands:
#
# &B1	  DTE-DCE rate is fixed at DTE setting
# &N0	  Auto-negotiate highest possible DCE-DCE link rate
# &S0	  DSR always on
# *F0	  Deny remote configuration
# S18=2	  Receive at 38400
# S38.3=1 DCD on/off sequence follows UNIX standard; also
#	  fix receiving baud rate at S18 value
# S39=0	  (avoid Class 2 compatibility hacks)
# 
#ModemResetCmds:		AT&B1&N0&S0*F0S18=2S38.3=1S39=0
ModemResetCmds:		AT&B1&N0&S0*F0S18=3S38.3=1S39=0
#
# We normally append the "@" symbol to the dial string so that
# the modem will wait 5 seconds before attempting to connect
# and return result codes that distinguish between no carrier
# and no answer.  This makes it possible to avoid problems with
# repeatedly dialing a number that doesn't have a fax machine
# (kudos to Stuart Lynne for this trick.)
#
# Unfortunately, ZyXEL's don't seem to detect a busy signal when
# the @ symbol is used to terminate the dialing string.  Instead
# calls to a busy line come back with a NO CARRIER status which
# causes us to toss the job.  Consequently we fall back to the
# normal method and raise the number of retries on a no carrier
# status.  ZyXEL claims that this behaviour is not a bug, but 
# rather that we are requesting ``an enhancement'' (never mind
# that their manual says that it should work).
#
ModemDialCmd:		ATX3DT%s		# no '@' 'cuz then busy not recognized
NoCarrierRetrys:	3		# retry 3 times on no carrier
#
ModemSetVolumeCmd:	"ATM0 ATM1L1 ATM1L3 ATM1L5 ATM1L7"
#
# Caller ID configuration setup.
#
#QualifyCID:		etc/cid		# CID access control list file
#CIDNumber:		"CALLER NUMBER: " # pattern string for phone number info
#CIDName:		"CALLER NAME: "	# pattern string for identity info
#
PagerSetupCmds:		AT&K0&N15	# use V.22 at 1200 bps (PageNet)
#
# Rev 6.1x firmware have a bug in the ECM support so
# explicitly disable it's use.  To re-enable its use just
# comment out the following line.
#
Class2DCCQueryCmd:	"!(0,1),(0-5),(0-4),(0-2),(0,1),(0),(0),(0-7)"


And i have a session log like this

Dec 15 15:19:50.87: [11591]: SESSION BEGIN 00001101 493023276347
Dec 15 15:19:50.92: [11591]: SEND FAX: JOB 560 DEST 23276347 COMMID 00001101
Dec 15 15:19:50.92: [11591]: DELAY 2600 ms
Dec 15 15:19:53.53: [11591]: <-- [44:AT&B1&N0&S0*F0S18=3S38.3=1S39=0E0V1Q0S0=0H0\r]
Dec 15 15:19:53.76: [11591]: --> [2:OK]
Dec 15 15:19:53.76: [11591]: <-- [21:ATS8=2S7=60&H3&D2&C1\r]
Dec 15 15:19:53.79: [11591]: --> [2:OK]
Dec 15 15:19:53.79: [11591]: <-- [12:AT+FCLASS=2\r]
Dec 15 15:19:53.81: [11591]: --> [2:OK]
Dec 15 15:19:53.81: [11591]: <-- [10:AT+FTBC=0\r]
Dec 15 15:19:53.83: [11591]: --> [2:OK]
Dec 15 15:19:53.83: [11591]: <-- [10:AT+FBOR=0\r]
Dec 15 15:19:53.85: [11591]: --> [2:OK]
Dec 15 15:19:53.85: [11591]: <-- [13:AT+FPHCTO=30\r]
Dec 15 15:19:53.87: [11591]: --> [5:ERROR]
Dec 15 15:19:53.87: [11591]: MODEM Command error
Dec 15 15:19:53.87: [11591]: <-- [24:AT+FDCC=1,5,2,2,1,0,0,0\r]
Dec 15 15:19:53.90: [11591]: --> [2:OK]
Dec 15 15:19:53.90: [11591]: <-- [7:ATM1L7\r]
Dec 15 15:19:53.92: [11591]: --> [2:OK]
Dec 15 15:19:53.92: [11591]: <-- [12:AT+FCLASS=2\r]
Dec 15 15:19:54.04: [11591]: --> [2:OK]
Dec 15 15:19:54.04: [11591]: <-- [10:AT+FTBC=0\r]
Dec 15 15:19:54.16: [11591]: --> [2:OK]
Dec 15 15:19:54.16: [11591]: <-- [10:AT+FBOR=0\r]
Dec 15 15:19:54.28: [11591]: --> [2:OK]
Dec 15 15:19:54.28: [11591]: <-- [13:AT+FPHCTO=30\r]
Dec 15 15:19:54.40: [11591]: --> [5:ERROR]
Dec 15 15:19:54.40: [11591]: MODEM Command error
Dec 15 15:19:54.40: [11591]: <-- [24:AT+FDCC=1,5,2,2,1,0,0,0\r]
Dec 15 15:19:54.53: [11591]: --> [2:OK]
Dec 15 15:19:54.53: [11591]: <-- [22:AT+FLID="OeTV-Berlin"\r]
Dec 15 15:19:54.66: [11591]: --> [2:OK]
Dec 15 15:19:54.66: [11591]: DIAL 0W23276347
Dec 15 15:19:54.66: [11591]: <-- [17:ATX3DT0W23276347\r]
Dec 15 15:20:11.14: [11591]: --> [5:+FCON]
Dec 15 15:20:11.14: [11591]: --> [18:+FNSF:00 00 00 00 ]
Dec 15 15:20:11.14: [11591]: REMOTE NSF "00 00 00 00"
Dec 15 15:20:11.14: [11591]: --> [27:+FCSI:     49 30 2327 6347 ]
Dec 15 15:20:11.14: [11591]: REMOTE CSI "49 30 2327 6347"
Dec 15 15:20:11.14: [11591]: --> [21:+FDIS:1,3,0,2,1,0,0,4]
Dec 15 15:20:11.14: [11591]: --> [2:OK]
Dec 15 15:20:11.14: [11591]: REMOTE best rate 9600 bit/s
Dec 15 15:20:11.14: [11591]: REMOTE max page width 1728 pixels in 215 mm
Dec 15 15:20:11.14: [11591]: REMOTE max unlimited page length 
Dec 15 15:20:11.14: [11591]: REMOTE best vres 7.7 line/mm
Dec 15 15:20:11.14: [11591]: REMOTE best format 2-D MR
Dec 15 15:20:11.14: [11591]: REMOTE best 20 ms, 10 ms/scanline
Dec 15 15:20:11.14: [11591]: USE 9600 bit/s
Dec 15 15:20:11.14: [11591]: USE 20 ms, 10 ms/scanline
Dec 15 15:20:11.14: [11591]: SEND file "docq/doc572.ps;00"
Dec 15 15:20:11.14: [11591]: USE page width 1728 pixels in 215 mm
Dec 15 15:20:11.14: [11591]: USE unlimited page length 
Dec 15 15:20:11.14: [11591]: USE 3.85 line/mm
Dec 15 15:20:11.14: [11591]: USE 1-D MR
Dec 15 15:20:11.14: [11591]: <-- [24:AT+FDIS=0,3,0,2,0,0,0,4\r]
Dec 15 15:20:11.27: [11591]: --> [2:OK]
Dec 15 15:20:11.27: [11591]: <-- [7:AT+FDT\r]
Dec 15 15:20:17.13: [11591]: --> [21:+FDCS:0,3,0,2,0,0,0,4]
Dec 15 15:20:17.13: [11591]: --> [7:CONNECT]
Dec 15 15:20:17.13: [11591]: SEND wait for XON
Dec 15 15:20:17.13: [11591]: --> [1:]
Dec 15 15:20:17.13: [11591]: SEND begin page
Dec 15 15:20:17.13: [11591]: <-- data [1034]
Dec 15 15:20:17.13: [11591]: <-- data [1040]
Dec 15 15:20:17.13: [11591]: <-- data [1048]
Dec 15 15:20:17.13: [11591]: <-- data [1040]
Dec 15 15:20:19.13: [11591]: <-- data [1029]
Dec 15 15:20:19.13: [11591]: <-- data [1027]
Dec 15 15:20:19.13: [11591]: <-- data [1029]
Dec 15 15:20:19.13: [11591]: <-- data [1024]
Dec 15 15:20:20.52: [11591]: <-- data [1024]
Dec 15 15:20:22.28: [11591]: <-- data [1025]
Dec 15 15:20:25.52: [11591]: <-- data [1025]
Dec 15 15:20:25.52: [11591]: <-- data [1026]
Dec 15 15:20:27.06: [11591]: <-- data [1025]
Dec 15 15:20:29.54: [11591]: <-- data [1027]
Dec 15 15:20:29.54: [11591]: <-- data [1025]
Dec 15 15:20:31.94: [11591]: <-- data [1025]
Dec 15 15:20:31.94: [11591]: <-- data [1029]
Dec 15 15:20:31.94: [11591]: <-- data [1026]
Dec 15 15:20:33.94: [11591]: <-- data [1026]
Dec 15 15:20:36.30: [11591]: <-- data [1029]
Dec 15 15:20:36.30: [11591]: <-- data [1025]
Dec 15 15:20:36.30: [11591]: <-- data [1027]
Dec 15 15:20:38.62: [11591]: <-- data [1027]
Dec 15 15:20:38.62: [11591]: <-- data [1025]
Dec 15 15:20:40.46: [11591]: <-- data [1026]
Dec 15 15:20:42.85: [11591]: <-- data [1024]
Dec 15 15:20:42.85: [11591]: <-- data [1028]
Dec 15 15:20:42.85: [11591]: <-- data [1026]
Dec 15 15:20:44.71: [11591]: <-- data [1026]
Dec 15 15:20:47.23: [11591]: <-- data [1026]
Dec 15 15:20:47.26: [11591]: <-- data [1028]
Dec 15 15:20:47.26: [11591]: <-- data [1029]
Dec 15 15:20:49.17: [11591]: <-- data [1025]
Dec 15 15:20:51.63: [11591]: <-- data [1025]
Dec 15 15:20:51.63: [11591]: <-- data [1024]
Dec 15 15:20:51.63: [11591]: <-- data [1024]
Dec 15 15:20:54.09: [11591]: <-- data [1025]
Dec 15 15:20:54.09: [11591]: <-- data [803]
Dec 15 15:20:54.09: [11591]: SENT 38690 bytes of data
Dec 15 15:20:54.09: [11591]: <-- data [2]
Dec 15 15:20:54.09: [11591]: SEND end page
Dec 15 15:21:04.70: [11591]: --> [42:]
Dec 15 15:21:04.70: [11591]: --> [2:OK]
Dec 15 15:21:04.70: [11591]: SEND send EOP (no more pages or documents)
Dec 15 15:21:04.70: [11591]: <-- [9:AT+FET=2\r]
Dec 15 15:21:07.65: [11591]: --> [7:+FPTS:2]
Dec 15 15:21:07.65: [11591]: --> [2:OK]
Dec 15 15:21:07.65: [11591]: SEND recv RTN (retrain negative)
Dec 15 15:21:07.65: [11591]: <-- [7:AT+FDT\r]
Dec 15 15:21:13.54: [11591]: --> [21:+FDCS:0,3,0,2,0,0,0,4]
Dec 15 15:21:13.54: [11591]: --> [7:CONNECT]
Dec 15 15:21:13.54: [11591]: SEND wait for XON
Dec 15 15:21:13.54: [11591]: --> [1:]
Dec 15 15:21:13.54: [11591]: SEND begin page
Dec 15 15:21:13.54: [11591]: <-- data [1034]
Dec 15 15:21:13.54: [11591]: <-- data [1040]
Dec 15 15:21:13.54: [11591]: <-- data [1048]
Dec 15 15:21:13.55: [11591]: <-- data [1040]
Dec 15 15:21:15.54: [11591]: <-- data [1029]
Dec 15 15:21:15.54: [11591]: <-- data [1027]
Dec 15 15:21:15.54: [11591]: <-- data [1029]
Dec 15 15:21:15.55: [11591]: <-- data [1024]
Dec 15 15:21:16.95: [11591]: <-- data [1024]
Dec 15 15:21:18.69: [11591]: <-- data [1025]
Dec 15 15:21:21.93: [11591]: <-- data [1025]
Dec 15 15:21:21.93: [11591]: <-- data [1026]
Dec 15 15:21:23.47: [11591]: <-- data [1025]
Dec 15 15:21:25.95: [11591]: <-- data [1027]
Dec 15 15:21:25.95: [11591]: <-- data [1025]
Dec 15 15:21:28.34: [11591]: <-- data [1025]
Dec 15 15:21:28.34: [11591]: <-- data [1029]
Dec 15 15:21:28.35: [11591]: <-- data [1026]
Dec 15 15:21:30.34: [11591]: <-- data [1026]
Dec 15 15:21:32.71: [11591]: <-- data [1029]
Dec 15 15:21:32.71: [11591]: <-- data [1025]
Dec 15 15:21:32.71: [11591]: <-- data [1027]
Dec 15 15:21:35.03: [11591]: <-- data [1027]
Dec 15 15:21:35.03: [11591]: <-- data [1025]
Dec 15 15:21:36.87: [11591]: <-- data [1026]
Dec 15 15:21:39.26: [11591]: <-- data [1024]
Dec 15 15:21:39.26: [11591]: <-- data [1028]
Dec 15 15:21:39.26: [11591]: <-- data [1026]
Dec 15 15:21:41.12: [11591]: <-- data [1026]
Dec 15 15:21:43.64: [11591]: <-- data [1026]
Dec 15 15:21:43.64: [11591]: <-- data [1028]
Dec 15 15:21:43.64: [11591]: <-- data [1029]
Dec 15 15:21:45.58: [11591]: <-- data [1025]
Dec 15 15:21:48.04: [11591]: <-- data [1025]
Dec 15 15:21:48.04: [11591]: <-- data [1024]
Dec 15 15:21:48.04: [11591]: <-- data [1024]
Dec 15 15:21:50.50: [11591]: <-- data [1025]
Dec 15 15:21:50.50: [11591]: <-- data [803]
Dec 15 15:21:50.50: [11591]: SENT 38690 bytes of data
Dec 15 15:21:50.50: [11591]: <-- data [2]
Dec 15 15:21:50.50: [11591]: SEND end page
Dec 15 15:22:01.11: [11591]: --> [42:]
Dec 15 15:22:01.11: [11591]: --> [2:OK]
Dec 15 15:22:01.11: [11591]: SEND send EOP (no more pages or documents)
Dec 15 15:22:01.11: [11591]: <-- [9:AT+FET=2\r]
Dec 15 15:22:04.04: [11591]: --> [7:+FPTS:2]
Dec 15 15:22:04.04: [11591]: --> [2:OK]
Dec 15 15:22:04.04: [11591]: SEND recv RTN (retrain negative)
Dec 15 15:22:04.04: [11591]: <-- [7:AT+FDT\r]
Dec 15 15:22:09.93: [11591]: --> [21:+FDCS:0,3,0,2,0,0,0,4]
Dec 15 15:22:09.93: [11591]: --> [7:CONNECT]
Dec 15 15:22:09.93: [11591]: SEND wait for XON
Dec 15 15:22:09.93: [11591]: --> [1:]
Dec 15 15:22:09.93: [11591]: SEND begin page
Dec 15 15:22:09.94: [11591]: <-- data [1034]
Dec 15 15:22:09.94: [11591]: <-- data [1040]
Dec 15 15:22:09.94: [11591]: <-- data [1048]
Dec 15 15:22:09.94: [11591]: <-- data [1040]
Dec 15 15:22:11.94: [11591]: <-- data [1029]
Dec 15 15:22:11.94: [11591]: <-- data [1027]
Dec 15 15:22:11.94: [11591]: <-- data [1029]
Dec 15 15:22:11.94: [11591]: <-- data [1024]
Dec 15 15:22:13.34: [11591]: <-- data [1024]
Dec 15 15:22:15.08: [11591]: <-- data [1025]
Dec 15 15:22:18.32: [11591]: <-- data [1025]
Dec 15 15:22:18.53: [11591]: <-- data [1026]
Dec 15 15:22:19.86: [11591]: <-- data [1025]
Dec 15 15:22:22.34: [11591]: <-- data [1027]
Dec 15 15:22:22.34: [11591]: <-- data [1025]
Dec 15 15:22:24.73: [11591]: <-- data [1025]
Dec 15 15:22:24.74: [11591]: <-- data [1029]
Dec 15 15:22:24.74: [11591]: <-- data [1026]
Dec 15 15:22:26.74: [11591]: <-- data [1026]
Dec 15 15:22:29.10: [11591]: <-- data [1029]
Dec 15 15:22:29.10: [11591]: <-- data [1025]
Dec 15 15:22:29.10: [11591]: <-- data [1027]
Dec 15 15:22:31.42: [11591]: <-- data [1027]
Dec 15 15:22:31.42: [11591]: <-- data [1025]
Dec 15 15:22:33.26: [11591]: <-- data [1026]
Dec 15 15:22:35.65: [11591]: <-- data [1024]
Dec 15 15:22:35.65: [11591]: <-- data [1028]
Dec 15 15:22:35.65: [11591]: <-- data [1026]
Dec 15 15:22:37.51: [11591]: <-- data [1026]
Dec 15 15:22:37.71: [11591]: <-- data [1026]
Dec 15 15:22:40.03: [11591]: <-- data [1028]
Dec 15 15:22:40.03: [11591]: <-- data [1029]
Dec 15 15:22:41.97: [11591]: <-- data [1025]
Dec 15 15:22:44.43: [11591]: <-- data [1025]
Dec 15 15:22:44.43: [11591]: <-- data [1024]
Dec 15 15:22:44.43: [11591]: <-- data [1024]
Dec 15 15:22:46.89: [11591]: <-- data [1025]
Dec 15 15:22:46.89: [11591]: <-- data [803]
Dec 15 15:22:46.89: [11591]: SENT 38690 bytes of data
Dec 15 15:22:46.89: [11591]: <-- data [2]
Dec 15 15:22:46.89: [11591]: SEND end page
Dec 15 15:22:57.50: [11591]: --> [42:]
Dec 15 15:22:57.50: [11591]: --> [2:OK]
Dec 15 15:22:57.50: [11591]: SEND send EOP (no more pages or documents)
Dec 15 15:22:57.50: [11591]: <-- [9:AT+FET=2\r]
Dec 15 15:23:00.45: [11591]: --> [7:+FPTS:2]
Dec 15 15:23:00.45: [11591]: --> [2:OK]
Dec 15 15:23:00.45: [11591]: SEND recv RTN (retrain negative)
Dec 15 15:23:00.45: [11591]: <-- [6:AT+FK\r]
Dec 15 15:23:00.57: [11591]: --> [2:OK]
Dec 15 15:23:00.57: [11591]: <-- [5:ATH0\r]
Dec 15 15:23:00.88: [11591]: --> [2:OK]
Dec 15 15:23:00.88: [11591]: SESSION END



-- 
Thomas Beutin
Fon +49-30-444 29 31		Thomas.Beutin@laokoon.IN-Berlin.DE
Fax +49-30-446 41 52		http://laokoon.in-berlin.de/~beutin/

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: x times the same fax
To: Thomas.Beutin@laokoon.IN-Berlin.DE (Thomas Beutin)
Date: Sun, 21 Dec 1997 19:42:12 +0000 (GMT)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> and a log file. I don't understand the "SEND wait for XON" in
> the log file, becuase it looks like soft flow control, but

No its part of the software to modem protocol.

> in the config file i placed "ModemFlowControl:       rtscts"

> Dec 15 15:21:04.70: [11591]: --> [42:]

The modem is trying to use software flow control and appears to have been
overrun.  You must configure it for hardware flow control or, second best,
configure the computer for soft flow control.

> Dec 15 15:21:04.70: [11591]: --> [2:OK]
> Dec 15 15:21:04.70: [11591]: SEND send EOP (no more pages or documents)
> Dec 15 15:21:04.70: [11591]: <-- [9:AT+FET=2\r]
> Dec 15 15:21:07.65: [11591]: --> [7:+FPTS:2]
> Dec 15 15:21:07.65: [11591]: --> [2:OK]
> Dec 15 15:21:07.65: [11591]: SEND recv RTN (retrain negative)

The remote end rejected the page and indicated poor line quality.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Adaptive answer using PPP as getty under Linux
To: infotecn@tin.it (Sbragion Denis)
Date: Sat, 20 Dec 1997 17:07:16 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Sbragion Denis wrote:
    
    Hello,
    
    I'm trying to setup hylafax to do adaptive answer under Linux. Hylafax is
    configured to use the hardware modem adaptive answer features (modem is
    Rockwell based). With fax calls everything works well. With data calls
    everithing seems to work well to i.e. the modem and hylafax correctly
    detect the data call, hylafax starts pppd correctly connected to the tty
    device (pppd correctly reports /dev/cua0 as the tty device). Anyway ppp

There were various notes in the mailing-list about not using
/dev/cua* (I can't comment on these because I'm not unsing HylaFAX
on Linux); check the mailing-list archives vor it;

    seems to be unable to communicate with the modem i.e. even if it tries to
    send LCP echo requests they never reach the modem (leds on the modem don't
    flash). 
    
    PPPD reports :
    
    Dec 20 10:14:11 Server pppd[15792]: LCP: timeout sending Config-Requests
    Dec 20 10:14:11 Server pppd[15792]: Receive serial link is not 8-bit clean:
    Dec 20 10:14:11 Server pppd[15792]: Problem: nothing was received
    
    I think the "not 8-bit clean" message should be the problem but I don't
    know how to correct it.
    
    The hylafax log seems to be ok:
    
    Dec 20 10:13:22.27: [15791]: SESSION BEGIN 00000081 2324054
    Dec 20 10:13:22.27: [15791]: <-- [4:ATA\r]
    Dec 20 10:13:40.90: [15791]: --> [4:DATA]

Try also using ModemWaitForConnect: in the modem-config file
if the modem says also "CONNECT" after "DATA" -- you may
check this with a terminal program (like kermit or cu)
connected to the modem while a call comes in.

    Dec 20 10:13:40.90: [15791]: ANSWER: DATA CONNECTION
    Dec 20 10:13:40.90: [15791]: GETTY: START "/usr/sbin/pppd -detach debug
    modem crtscts proxyarp +chap 192.168.1.254:192.168.1.253", pid 15792
    ^^^^^^^^^^^^^

try removing these two parameters (pppd should just
use the line on stdin unchanged);

	matthias

    Dec 20 10:14:11.16: [15791]: GETTY: exit status 0
    Dec 20 10:14:11.16: [15791]: SESSION END
    
    Any hint ?
    
    TIA !
    
    	Sbragion Denis
    	InfoTecna
    	Tel, Fax: ++39 39 2324054
    	URL: http://space.tin.it/internet/dsbragio

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: Adaptive answer using PPP as getty under Linux
To: Matthias.Apitz@SOFTCON.de
Date: Mon, 22 Dec 1997 11:43:42 +0000 (GMT)
Cc: infotecn@tin.it, flexfax@sgi.com
Sender: owner-flexfax@celestial.com

Mathias wrote:
> 
> Sbragion Denis wrote:
>     
>     I'm trying to setup hylafax to do adaptive answer under Linux. Hylafax is
>     configured to use the hardware modem adaptive answer features (modem is
> 
> There were various notes in the mailing-list about not using
> /dev/cua* (I can't comment on these because I'm not unsing HylaFAX
> on Linux); check the mailing-list archives vor it;

The official recommendation from the author of the Linux serial driver is
not to use it; however, you must be consistent and not use it for anything.
With the wrong setserial parameters you can get a lockout between faxgetty
and the PPP daemon.  You should also never use /dev/modem, because you will
end up with non-matching lock file names.

>     seems to be unable to communicate with the modem i.e. even if it tries to
>     send LCP echo requests they never reach the modem (leds on the modem don't
>     flash). 

That's not consistent with the symptoms, and in any case, until it completes
the LCP configure phase it won't send echo requests.
>     
>     PPPD reports :
>     
>     Dec 20 10:14:11 Server pppd[15792]: LCP: timeout sending Config-Requests
>     Dec 20 10:14:11 Server pppd[15792]: Receive serial link is not 8-bit clean:

The most common cause for this is that you are not talking to a remote
ppp, but to a modem or conventional login process; I don't think you will
get it if there is no input at all, or output is blocked.  Occasionally it
really is because of the lack of an eight bit clean path.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Adaptive answer using PPP as getty under Linux
To: david@djwhome.demon.co.uk (David Woolley)
Date: Tue, 23 Dec 1997 00:18:58 +0100 (MEZ)
Cc: infotecn@tin.it, flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

David Woolley wrote:
    
    	....
    >     
    >     PPPD reports :
    >     
    >     Dec 20 10:14:11 Server pppd[15792]: LCP: timeout sending Config-Requests
    >     Dec 20 10:14:11 Server pppd[15792]: Receive serial link is not 8-bit clean:
    
    The most common cause for this is that you are not talking to a remote
    ppp, but to a modem or conventional login process; I don't think you will
    get it if there is no input at all, or output is blocked.  Occasionally it
    really is because of the lack of an eight bit clean path.
    
This would match my idea that the modem wants to say "CONNECT"
after the "DATA" message and the launched pppd gets this message
and no LCP data. Try using ModemWaitForConnect: yes.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 23 Dec 1997 09:22:03 +0100
To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
From: Sbragion Denis <infotecn@tin.it>
Subject: Re: flexfax: Adaptive answer using PPP as getty under Linux
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

Hello,

first of all thank you very much to all people who helped me. I performed
some experiments based on your suggestions. PPP still not working :( Here
are the details:

>This would match my idea that the modem wants to say "CONNECT"
>after the "DATA" message and the launched pppd gets this message
>and no LCP data. Try using ModemWaitForConnect: yes.

I think my modem doesn't send a 'CONNECT' after 'DATA'. It does it instead
after the 'FAX' message. Anyway ModemWaitForConnect doesn't seem to work.
To make 'FAX' call work in the right way I had to add:

ModemAnswerFaxBeginCmd:       "<waitfor:CONNECT>"

in the config file. I tried adding the same thing to data calls but this
didn't solve the PPP problem. Anyway I'll double check this issue because
things seems to be really consistent with the problems I get.

About ttyS* versus cua* devices. I have many problems using ttyS* instead
of cua*. The modem is used for incoming and outgoing faxes, for internet
connections with dial on demand and also for incoming PPP connections to do
remote admin and to access disks exported by samba (rather complex, I
know). Using ttyS for outgoing internet connections sometimes hangs
everything (I have to kill -KILL the process). It isn't a locking problem
(I double checked). I think this is related to the use of the clocal tty
parameter but I don't understand yet how it really works. I think I should
look into the serial HOWTO before continuing. Now I no longer have a second
modem to do further experiments, so in the meantime I'll try to understand
how serial lines really works under Linux.

Another little question. Where to find info about the egetty program ? I
took a look into the HylaFAX sources and it seems that HylaFAX take actions
based on the return code generated by the egetty program. Anyway I didn't
find any hint in the HylaFAX docs. I'm thinking to an HylaFAX extension to
provide advanced data/fax/voice support.

TIA !

Bye !

	Sbragion Denis
	InfoTecna
	Tel, Fax: ++39 39 2324054
	URL: http://space.tin.it/internet/dsbragio

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 23 Dec 1997 12:30:10 +0100
From: Ulrich Eckhardt <uli@transcom.de>
Organization: Transcom
To: HylaFax Mailing liste <flexfax@sgi.com>
Subject: flexfax: whfc 0.5
Sender: owner-flexfax@celestial.com

Hi, 

i have uploaded whfc 0.5 to http://www.transcom.de/whfc . Some
people reported problems with Win95 and the printer monitor. So
i have made two seperate archives with the dll's from my
windows 95 and NT directory (Microsoft says i should use the
dll's from my Visual C++ CD, which i have done in version 0.4). 
So i hope it works now with Win 95 (it's good if you are a religous
programmer if you programm under Windows, you alway need some hope).

Also i have made some larger internal changes. I have changed the
routine which sends the commands to the HylaFAX server. Maybe the
"Syntax error : Unexpected command token" bug is also fixed, but
i can't test it. So if anybody can check it and give me a feedback
would be helpful to me.

The sourcecode is also available on ftp://ftp.transcom.de/pub/whfc

Happy Christmas and a happy new year
Uli

PS: I am on hollidays from 24.12.97 to 05.01.97 :-)
    (last chance to get an answer this year is 24.12 at 11.00 MEST)
-- 
Ulrich Eckhardt		                   mailto:uli@transcom.de
http://people.frankfurt.netsurf.de/uli
Truly great madness can not be achieved without significant
intelligence. (Henrik Tikkanen)

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 23 Dec 1997 15:59:49 +0100
From: Ulrich Eckhardt <uli@transcom.de>
Organization: Transcom
To: HylaFax Mailing liste <flexfax@sgi.com>
Subject: flexfax: Problems with WHFC 0.5 and Win 95
Sender: owner-flexfax@celestial.com

Hi,

if there are problems with Windows 95 please report the exact
version, so that i can see, if this problems are specific to
a special windows 95 version. I have found a small piece of 
documentation wich stated that there may be differences between
4.00.950a and 4.00.950b 8-( , but this docu says nothing
about the differences 8-(

It would also be helpful when people reported if it works with
Win95 (a small e-mail saying WHFC works with Win 95 4.00.950? 
is enough to help me).

There seems no bigger problems with NT.

Uli
-- 
Ulrich Eckhardt		                   mailto:uli@transcom.de
http://people.frankfurt.netsurf.de/uli
Truly great madness can not be achieved without significant
intelligence. (Henrik Tikkanen)

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Sat, 20 Dec 1997 18:59:33 +0100 (CET)
From: Leon Kos <leon@lecad.uni-lj.si>
To: Nico Garcia <raoul@cirl.meei.harvard.edu>
cc: flexfax@sgi.com
Subject: Re: flexfax: Experience: Adaptive answer PAP PPP, PROLiNK 1428LE 
Sender: owner-flexfax@celestial.com

> directly to your PPP srevice. Instead, why not use a "${username}ppp"
> login name with /usr/etc/ppp-login as their login shell? This permits
> the normal getty to handle the line, for standard log-ins if needed,
> and does not force PPP access. I've used this at work with
> considerable success, and so does my ISP. I dial in as raoulppp, and
> run a telnet under raoul as necessary for shell access.

I like PAP and not to bother with the login scripts. I am tired of
explaining to our users how to create automatic login script for getty
login.
Another advantage is that we do not have doubled users and anyone
can login at our server without additional administration effort.
Fo getty login I preffer automatic detection of controlling terminal
(cuaa0) in the system profile and starting ppp. This will not double
usernames.

Thanks for ModemSetupAACmd. 

Leon.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 23 Dec 1997 11:19:06 +0000
To: flexfax@sgi.com
From: Conrad EJ Gonsalves <Conrad.Gonsalves@j-sainsbury.co.uk>
Subject: flexfax: Multi-Tech 1432BLK and Hylafax S/Ware
Sender: owner-flexfax@celestial.com

Hello everybody, I wonder if anyone can help me with my problem.
We are using Hylafax Ver 4.0p10 on HP-UX Ver 10.20 on a `D` class HP9000
server. We have had problems with our modem and have subsequently had to
replace it with a Multi Tech 1432BLK modem. We are experiencing problems
with using this modem in that the log file is showing the following errors :-
    
Dec 12 13:26:53.61: [28788]: --> [78:+FNSF:00 00 66 02 13 44 52 4F 46 41 45
4C 5
3 20 41 52 4F 4C 46 52 45 54 4E 49 ]
Dec 12 13:26:53.61: [28788]: REMOTE NSF "00 00 66 02 13 44 52 4F 46 41 45
4C 53
20 41 52 4F 4C 46 52 45 54 4E 49"
Dec 12 13:26:53.61: [28788]: --> [28:+FCSI:"               00000"]
Dec 12 13:26:53.61: [28788]: REMOTE CSI "00000"
Dec 12 13:26:53.73: [28788]: --> [21:+FDIS:1,3,0,2,1,2,0,2]
Dec 12 13:26:53.73: [28788]: --> [2:OK]
Dec 12 13:26:53.73: [28788]: REMOTE best rate 9600 bit/s
Dec 12 13:26:53.73: [28788]: REMOTE max page width 1728 pixels in 215 mm
Dec 12 13:26:53.73: [28788]: REMOTE max unlimited page length
Dec 12 13:26:53.73: [28788]: REMOTE best vres 7.7 line/mm
Dec 12 13:26:53.73: [28788]: REMOTE best format 2-D MR
Dec 12 13:26:53.73: [28788]: REMOTE best 10 ms, 5 ms/scanline
Dec 12 13:26:53.73: [28788]: REMOTE does not support PostScript transfer
Dec 12 13:26:53.73: [28788]: USE 9600 bit/s
Dec 12 13:26:53.73: [28788]: USE 10 ms, 5 ms/scanline
Dec 12 13:26:53.73: [28788]: SEND file "docq/doc3607.cover;70"
Dec 12 13:26:53.74: [28788]: USE page width 1728 pixels in 215 mm
Dec 12 13:26:53.74: [28788]: USE unlimited page length
Dec 12 13:26:53.74: [28788]: USE 3.85 line/mm
Dec 12 13:26:53.74: [28788]: USE 2-D MR
<*** I think line below is where the problem lies ***>
Dec 12 13:26:53.75: [28788]: <-- [23:AT+FDIS=0,3,0,2,1,0,0,2]
Dec 12 13:26:53.94: [28788]: --> [5:ERROR]
Dec 12 13:26:53.94: [28788]: MODEM Command error
Dec 12 13:26:53.94: [28788]: <-- [5:AT+FK]
Dec 12 13:26:55.49: [28788]: --> [7:+FHNG:2]
Dec 12 13:26:55.49: [28788]: REMOTE HANGUP: Call aborted,  from +FK or
<CAN> (code 2)
Dec 12 13:26:55.89: [28788]: --> [2:OK]
Dec 12 13:26:55.89: [28788]: <-- [4:ATH0]
    
The problem seems to be the AT+FDIS= line which causes the modem to return
an error. I have tried manually entering this command into the modem and it
fails. However if I try 
AT+FDIS=0,3,0,0,0,0,0,2 - this returns an OK ie, 4th digit is a 0 instead
of a 2. I have checked the FAQ and this corresponds to the ln (page length).
    
The modem has been identified as a Multi-tech and Class 2 modem by the
"faxaddmodem" script but I cannot see where this FDIS string is taken from.

I have looked through the FAQ as already mentioned and I can see that there
may be a way of explicitly setting this string but do not clearly
understand how to overcome this problem. I would be grateful for any help
in this matter and would like to rectify the problem asap.

Regards

Conrad EJ Gonsalves



--------------------
Resistance is Futile
--------------------
 ---o^o---    ( Conrad EJ Gonsalves aka hawkmoon@mail.bogo.co.uk )
|    X    |              The Keeper of Tanelorn
 ---[o]---                     Check out my
    ! !                          WEB SITE
    ! !                        - Tanelorn -
    ! !                    The Last Resting Place
    !_!                    * www.tanelorn.co.uk *


Please CC replies to my hawkmoon email address as well as my work email
address. Many thanks ....

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 23 Dec 1997 13:52:34 -0300 (GMT+3)
From: Ben Parker <ben@dha.unon.org>
To: Hugh Caley <hcaley@tdl.com>
cc: flexfax@sgi.com
Subject: Re: flexfax: Postscript at 5% size in email attachment
Sender: owner-flexfax@celestial.com


I changed the attached to do what you suggest and it works with escher.ps
as well as the other two samples, tiger.ps and golfer.ps... Thanks.

Ben

On Mon, 22 Dec 1997, Hugh Caley wrote:

> As I understand it the application/postscript script would only process
> the attached postscript documents?  Could it be modified to simply put
> the "showpage"in before any of the postscript code was read in?  Since
> the text of the message
> itself was converted to PS, this should work, don't you think?
> 
> Actually, what should really happen is that a showpage should be inserted
> at the end of the message before any of the attachments are read...
> 
> Hugh
> 
> Ben Parker wrote:
> 
> > If you can find a distinctive end to the end of the message text, the
> > replce "EndProlog" in the script with that string. I could never find
> > it...
> >
> > Ben


#!/usr/bin/perl
#
# This file needs to be called:
# /usr/local/sbin/faxmail/application/postscript
# and have the +x bit set.
#
# Script to work with Hylafax's faxmail.
# It attempts to blow up attached postscript to full size on
# the next page, instead of shrinking it to 5% on page one 
# which is the default in faxmail.
#
# Your mileage will definitely vary. It is very stupid.
# Seems to work with golfer.ps, tiger.ps and escher.ps in the 
# ghostscript/3.33/examples directory
#
# Ben Parker <ben@dha.unon.org> Dec 97 
#
#

open (TEMP, "$ARGV[0]") || die "$ARGV[0] file not found.\n";
print STDERR "$ARGV[0] opened ...\n";
print "showpage\n";
while (<TEMP>) {
	if ($_ =~ "EndProlog") {
	}
	print $_;
}
# end of script

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
To: flexfax@sgi.com
Path: news
From: chris@onthe.net.au (Chris Dunlop)
Newsgroups: maillist.flexfax
Subject: flexfax: Re: Problems with AT+FDIS
Date: 30 Dec 1997 11:04:07 +1100
Organization: OnTheNet P/L, Melbourne, Australia
Lines: 110
X-Newsreader: NN version 6.5.1 (NOV)
Sender: owner-flexfax@celestial.com

Hi Conrad,

This looks similar to a problem I had ages ago.  In my case, the modem
responds to the +FDCC=? command saying (amongst other things) that it's
capable of doing 2D compression.  But the 2D compression support in this
version of the firmware is broken, so I turned it off using the
following entry in my config files:

#
# The 2D compression support is completely stuffed in the
# Rev V1.510-V34_DS firmware, so we override the +FDCC=?
# query here.
#
# Syntax is:
#
#       (vr),(br),(wd),(ln),(df),(ec),(bf),(st)
# where,
#       vr      vertical resolution
#       br      bit rate
#       wd      page width
#       ln      page length
#       df      data compression
#       ec      error correction
#       bf      binary file transfer
#       st      scan time/line
#
# Modem responds with: (0,1),(0-5),(0-2),(0-2),(0,1),0,0,(0-7)
# Change this to...
Class2DCCQueryCmd:      "!(0,1),(0-5),(0-2),(0-2),(0),(0),(0),(0-7)"


It looks like you should be using something similar to change the
df parameter to 0.

Cheers,

Chris.



Conrad EJ Gonsalves <Conrad.Gonsalves@j-sainsbury.co.uk> writes:
>
> I have sent mail to the list before Christmas but have had no response as
> yet. I have performed some further investigation and read FAQs and man
> pages regarding the software and its configuration/problems/functionality
> and as yet cannot overcome the problem I am experiencing with Hylafax and
> the Multitech 1432BLK modem.
>
> As already stated I am running Hylafax Ver 4.0p10 on HP-UX Ver 10.20 on a
> "D" class HP9000 server. 
>
> I have looked at the log output and cannot understand how to overcome the
> FDIS problem with regard to the ERROR that is returned. Below is an extract
> from the log file showing a complete fax out which fails. Everything works
> fine up to a certain point.
>
[snip log stuff]
>
> All okay so far until we get to the next command sent to the modem. I have
> investigated this string and tried using the both the Class2DDISCmd and the
> Class2DCCQueryCmd but have had no success. The problem seems to be with the
> 5th parameter sent in the modem string below ie. df or data format, as I
> have manually input this string into the modem whilst connected manually.
> The modem accepts a 0 value but not a value of 1. 
>
> Dec 29 13:29:31.57: [27444]: <-- [23:AT+FDIS=0,3,0,2,1,0,0,4]
> Dec 29 13:29:31.73: [27444]: --> [5:ERROR]
> Dec 29 13:29:31.73: [27444]: MODEM Command error
> Dec 29 13:29:31.73: [27444]: <-- [5:AT+FK]
> Dec 29 13:29:33.32: [27444]: --> [7:+FHNG:2]
> Dec 29 13:29:33.32: [27444]: REMOTE HANGUP: Call aborted,  from +FK or
> <CAN> (co
> de 2)
> Dec 29 13:29:33.72: [27444]: --> [2:OK]
> Dec 29 13:29:33.72: [27444]: <-- [4:ATH0]
> Dec 29 13:29:33.87: [27444]: --> [2:OK]
> Dec 29 13:29:33.87: [27444]: SESSION END
>
> After receiving the ERROR, the modem then aborts and disconnects. I would
> be grateful for any input into how to overcome the problem as since our
> original modem decided to have a hardware fault, I have gone to some effort
> to configure the new modem.
>
>
>
>
> All okay so far ....
>
> --------------------
> Resistance is Futile
> --------------------
>  ---o^o---    ( Conrad EJ Gonsalves aka hawkmoon@mail.bogo.co.uk )
> |    X    |              The Keeper of Tanelorn
>  ---[o]---                     Check out my
>     ! !                          WEB SITE
>     ! !                        - Tanelorn -
>     ! !                    The Last Resting Place
>     !_!                    * www.tanelorn.co.uk *
>
>
> Please CC replies to my hawkmoon email address as well as my work email
> address. Many thanks ....

-- 
Chris Dunlop    chris@onthe.net.au   Ph +61.3.9347.2222   Fax +61.3.9347.2155

OnTheNet Pty Ltd      ___       _____                                 ,, ,,
255 Nicholson St.   //  // ,,_   //  //_    __   //| //  __  _//_    // //
Carlton  VIC 3053  //  // // // //  // // //--' // |// //--' //     '' ''
Australia          `--'' '' '' ''  '' ''  `--' ''  ''  `--'  `-'   '' ''  tm

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Fri, 02 Jan 1998 11:28:10 +0000
To: flexfax@sgi.com
From: Conrad EJ Gonsalves <Conrad.Gonsalves@j-sainsbury.co.uk>
Subject: flexfax: Further LOGs from AT+FDIS problems
Sender: owner-flexfax@celestial.com

Further information with regard to my problem with the Multitech modem
running Hylafax. I have done alot of reading of the various man pages and
FAQs etc. I have now changed the Class2DCCQueryCmd and this is reflected in
the log but it still seems to ignore this and send an invalid FDIS command.
I have included a full log extract with the Server and Session values set
to allow more info to be put into the log and would be grateful if anyone
could help me out further with this problem.

As already stated I am running Hylafax Ver 4.0p10 on HP-UX Ver 10.20 on a
"D" class HP9000 server. 

BTW Happy New Year to you all.

<--------------------BEGIN LOG EXTRACT----------------------------->
Jan 02 11:06:44.38: [18844]: SESSION BEGIN
Jan 02 11:06:44.38: [18844]: MODEM set DTR OFF
Jan 02 11:06:44.38: [18844]: MODEM set baud rate: 0 baud (flow control
unchanged)
Jan 02 11:06:44.39: [18844]: DELAY 2600 ms
Jan 02 11:06:46.99: [18844]: MODEM set DTR ON
Jan 02 11:06:46.99: [18844]: MODEM set baud rate: 38400 baud, input flow
RTS/CTS, output flow RTS/CTS
Jan 02 11:06:46.99: [18844]: MODEM flush i/o
Jan 02 11:06:46.99: [18844]: <-- [14:ATE0V1Q0S0=0H0]
Jan 02 11:06:46.99: [18844]: <-- <14:41 54 45 30 56 31 51 30 53 30 3D 30 48
30>
Jan 02 11:06:46.99: [18844]: <-- <1:0D>
Jan 02 11:06:47.15: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:47.15: [18844]: --> [2:OK]
Jan 02 11:06:47.15: [18844]: <-- [20:ATS8=2S7=60&E4&D3&C1]
Jan 02 11:06:47.15: [18844]: <-- <20:41 54 53 38 3D 32 53 37 3D 36 30 26 45
34 26 44 33 26 43 31>
Jan 02 11:06:47.15: [18844]: <-- <1:0D>
Jan 02 11:06:47.31: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:47.31: [18844]: --> [2:OK]
Jan 02 11:06:47.31: [18844]: <-- [11:AT+FCLASS=2]
Jan 02 11:06:47.31: [18844]: <-- <11:41 54 2B 46 43 4C 41 53 53 3D 32>
Jan 02 11:06:47.31: [18844]: <-- <1:0D>
Jan 02 11:06:47.46: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:47.46: [18844]: --> [2:OK]
Jan 02 11:06:47.46: [18844]: <-- [9:AT+FTBC=0]
Jan 02 11:06:47.46: [18844]: <-- <9:41 54 2B 46 54 42 43 3D 30>
Jan 02 11:06:47.46: [18844]: <-- <1:0D>
Jan 02 11:06:47.62: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:47.62: [18844]: --> [2:OK]
Jan 02 11:06:47.62: [18844]: <-- [9:AT+FBOR=0]
Jan 02 11:06:47.62: [18844]: <-- <9:41 54 2B 46 42 4F 52 3D 30>
Jan 02 11:06:47.62: [18844]: <-- <1:0D>
Jan 02 11:06:47.78: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:47.78: [18844]: --> [2:OK]
Jan 02 11:06:47.78: [18844]: <-- [12:AT+FPHCTO=30]
Jan 02 11:06:47.78: [18844]: <-- <12:41 54 2B 46 50 48 43 54 4F 3D 33 30>
Jan 02 11:06:47.78: [18844]: <-- <1:0D>
Jan 02 11:06:47.94: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:47.94: [18844]: --> [2:OK]
Jan 02 11:06:47.94: [18844]: <-- [9:AT+FBUG=1]
Jan 02 11:06:47.94: [18844]: <-- <9:41 54 2B 46 42 55 47 3D 31>
Jan 02 11:06:47.94: [18844]: <-- <1:0D>
Jan 02 11:06:48.10: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:48.10: [18844]: --> [2:OK]
Jan 02 11:06:48.10: [18844]: <-- [23:AT+FDCC=1,5,2,2,0,0,0,4]

**ABOVE LINE USES THE Class2DCCQuery set command

Jan 02 11:06:48.10: [18844]: <-- <23:41 54 2B 46 44 43 43 3D 31 2C 35 2C 32
2C 32 2C 30 2C 30 2C 30 2C 34>
Jan 02 11:06:48.10: [18844]: <-- <1:0D>
Jan 02 11:06:48.26: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:48.26: [18844]: --> [2:OK]
Jan 02 11:06:48.26: [18844]: <-- [4:ATM0]
Jan 02 11:06:48.26: [18844]: <-- <4:41 54 4D 30>
Jan 02 11:06:48.26: [18844]: <-- <1:0D>
Jan 02 11:06:48.41: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:48.41: [18844]: --> [2:OK]
Jan 02 11:06:48.41: [18844]: STATE CHANGE: RUNNING -> SENDING
Jan 02 11:06:48.43: [18844]: <-- [11:AT+FCLASS=2]
Jan 02 11:06:48.43: [18844]: <-- <11:41 54 2B 46 43 4C 41 53 53 3D 32>
Jan 02 11:06:48.43: [18844]: <-- <1:0D>
Jan 02 11:06:48.59: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:48.59: [18844]: --> [2:OK]
Jan 02 11:06:48.59: [18844]: <-- [9:AT+FTBC=0]
Jan 02 11:06:48.59: [18844]: <-- <9:41 54 2B 46 54 42 43 3D 30>
Jan 02 11:06:48.59: [18844]: <-- <1:0D>
Jan 02 11:06:48.75: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:48.75: [18844]: --> [2:OK]
Jan 02 11:06:48.75: [18844]: <-- [9:AT+FBOR=0]
Jan 02 11:06:48.75: [18844]: <-- <9:41 54 2B 46 42 4F 52 3D 30>
Jan 02 11:06:48.75: [18844]: <-- <1:0D>
Jan 02 11:06:48.91: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:48.91: [18844]: --> [2:OK]
Jan 02 11:06:48.91: [18844]: <-- [12:AT+FPHCTO=30]
Jan 02 11:06:48.91: [18844]: <-- <12:41 54 2B 46 50 48 43 54 4F 3D 33 30>
Jan 02 11:06:48.91: [18844]: <-- <1:0D>
Jan 02 11:06:49.07: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:49.07: [18844]: --> [2:OK]
Jan 02 11:06:49.07: [18844]: <-- [9:AT+FBUG=1]
Jan 02 11:06:49.07: [18844]: <-- <9:41 54 2B 46 42 55 47 3D 31>
Jan 02 11:06:49.07: [18844]: <-- <1:0D>
Jan 02 11:06:49.22: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:49.22: [18844]: --> [2:OK]
Jan 02 11:06:49.22: [18844]: <-- [23:AT+FDCC=1,5,2,2,0,0,0,4]

**ABOVE LINE USES THE Class2DCCQuery set command - this is set again and I
suppose it takes it from the Class2 modem config file as opposed to the
previous FDCC command which is taken from the config.tty command

Jan 02 11:06:49.22: [18844]: <-- <23:41 54 2B 46 44 43 43 3D 31 2C 35 2C 32
2C 32 2C 30 2C 30 2C 30 2C 34>
Jan 02 11:06:49.22: [18844]: <-- <1:0D>
Jan 02 11:06:49.38: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:49.38: [18844]: --> [2:OK]
Jan 02 11:06:49.38: [18844]: <-- [21:AT+FLID="01714017208"]
Jan 02 11:06:49.38: [18844]: <-- <21:41 54 2B 46 4C 49 44 3D 22 30 31 37 31
34 30 31 37 32 30 38 22>
Jan 02 11:06:49.38: [18844]: <-- <1:0D>
Jan 02 11:06:49.54: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:06:49.54: [18844]: --> [2:OK]
Jan 02 11:06:49.54: [18844]: DIAL 01529413886
Jan 02 11:06:49.54: [18844]: <-- [16:ATDT01529413886@]
Jan 02 11:06:49.54: [18844]: <-- <16:41 54 44 54 30 31 35 32 39 34 31 33 38
38 36 40>
Jan 02 11:06:49.54: [18844]: <-- <1:0D>
Jan 02 11:07:06.89: [18844]: --> <9:0D 0A 2B 46 43 4F 4E 0D 0A>
Jan 02 11:07:06.89: [18844]: --> [5:+FCON]
Jan 02 11:07:09.02: [18844]: --> <78:0D 0A 2B 46 48 52 3A 46 46 20 30 33 20
34 30 20 33 39 20 33 36 20 33 34 20 33 35 20 33 31 20 33 34 20 32 30 20
33 39 20 33 32 20 33 35 20 33 31 20 32 30 20 33 34 20 33 34 20 32 42 20 32
30 20 32 30 20 32 30 20 32 30 20 32 30 20 0D 0A>
Jan 02 11:07:09.02: [18844]: --> [74:+FHR:FF 03 40 39 36 34 35 31 34 20 39
32 35 31 20 34 34 2B 20 20 20 20 20 ]
Jan 02 11:07:09.29: [18844]: --> <127:0D 0A 2B 46 48 52 3A 46 46 20 31 33
20 38 30 20 30 30 20 43 45 20 42 38 20 34 34 20 0D 0A 0D 0A 2B 46 4E 53
46 3A 41 44 20 30 30 20 33 36 20 34 30 20 38 30 20 32 38 20 30 31 20 46 38
20 0D 0A 0D 0A 2B 46 43 53 49 3A 22 20 20 20 20 20 2B 34 34 20 31 35
32 39 20 34 31 35 34 36 39 22 0D 0A 0D 0A 2B 46 44 49 53 3A 31 2C 33 2C 30
2C 32 2C 31 2C 32 2C 30 2C 34 0D 0A 0D 0A 4F 4B 0D 0A>
Jan 02 11:07:09.29: [18844]: --> [26:+FHR:FF 13 80 00 CE B8 44 ]
Jan 02 11:07:09.29: [18844]: --> [30:+FNSF:AD 00 36 40 80 28 01 F8 ]
Jan 02 11:07:09.29: [18844]: REMOTE NSF "AD 00 36 40 80 28 01 F8"
Jan 02 11:07:09.29: [18844]: --> [28:+FCSI:"     +44 1529 415469"]
Jan 02 11:07:09.29: [18844]: REMOTE CSI "+44 1529 415469"

**LINE BELOW may be pointer to problem

Jan 02 11:07:09.29: [18844]: --> [21:+FDIS:1,3,0,2,1,2,0,4]
Jan 02 11:07:09.29: [18844]: --> [2:OK]
Jan 02 11:07:09.29: [18844]: REMOTE best rate 9600 bit/s
Jan 02 11:07:09.29: [18844]: REMOTE max page width 1728 pixels in 215 mm
Jan 02 11:07:09.29: [18844]: REMOTE max unlimited page length
Jan 02 11:07:09.29: [18844]: REMOTE best vres 7.7 line/mm
Jan 02 11:07:09.29: [18844]: REMOTE best format 2-D MR
Jan 02 11:07:09.29: [18844]: REMOTE best 20 ms, 10 ms/scanline
Jan 02 11:07:09.30: [18844]: REMOTE does not support PostScript transfer
Jan 02 11:07:09.30: [18844]: USE 9600 bit/s
Jan 02 11:07:09.30: [18844]: USE 20 ms, 10 ms/scanline
Jan 02 11:07:09.30: [18844]: SEND file "docq/doc3840.cover;70"
Jan 02 11:07:09.30: [18844]: USE page width 1728 pixels in 215 mm
Jan 02 11:07:09.30: [18844]: USE unlimited page length
Jan 02 11:07:09.30: [18844]: USE 3.85 line/mm
Jan 02 11:07:09.30: [18844]: USE 2-D MR

**Modem sent string below with 5th value ie. df (data compression) being
the value that causes the problem.
**If this value was 0 the command would be valid

Jan 02 11:07:09.30: [18844]: <-- [23:AT+FDIS=0,3,0,2,1,0,0,4]
Jan 02 11:07:09.30: [18844]: <-- <23:41 54 2B 46 44 49 53 3D 30 2C 33 2C 30
2C 32 2C 31 2C 30 2C 30 2C 34>
Jan 02 11:07:09.30: [18844]: <-- <1:0D>
Jan 02 11:07:09.46: [18844]: --> <9:0D 0A 45 52 52 4F 52 0D 0A>
Jan 02 11:07:09.46: [18844]: --> [5:ERROR]

**Modem errors based on AT+FDIS command

Jan 02 11:07:09.46: [18844]: MODEM Command error
Jan 02 11:07:09.46: [18844]: <-- [5:AT+FK]
Jan 02 11:07:09.46: [18844]: <-- <5:41 54 2B 46 4B>
Jan 02 11:07:09.46: [18844]: <-- <1:0D>
Jan 02 11:07:10.63: [18844]: --> <18:0D 0A 2B 46 48 54 3A 46 46 20 31 33 20
46 42 20 0D 0A>
Jan 02 11:07:10.63: [18844]: --> [14:+FHT:FF 13 FB ]
Jan 02 11:07:11.10: [18844]: --> <11:0D 0A 2B 46 48 4E 47 3A 32 0D 0A>
Jan 02 11:07:11.10: [18844]: --> [7:+FHNG:2]
Jan 02 11:07:11.10: [18844]: REMOTE HANGUP: Call aborted,  from +FK or
<CAN> (code 2)
Jan 02 11:07:11.50: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:07:11.50: [18844]: --> [2:OK]
Jan 02 11:07:11.50: [18844]: <-- [4:ATH0]
Jan 02 11:07:11.51: [18844]: <-- <4:41 54 48 30>
Jan 02 11:07:11.51: [18844]: <-- <1:0D>
Jan 02 11:07:11.66: [18844]: --> <6:0D 0A 4F 4B 0D 0A>
Jan 02 11:07:11.66: [18844]: --> [2:OK]
Jan 02 11:07:11.66: [18844]: MODEM set DTR OFF
Jan 02 11:07:11.66: [18844]: MODEM set baud rate: 0 baud (flow control
unchanged)
Jan 02 11:07:11.66: [18844]: STATE CHANGE: SENDING -> MODEMWAIT (timeout 5)
Jan 02 11:07:11.66: [18844]: SESSION END

<--------------------END LOG EXTRACT----------------------------->

--------------------
Resistance is Futile
--------------------
 ---o^o---    ( Conrad EJ Gonsalves aka hawkmoon@mail.bogo.co.uk )
|    X    |              The Keeper of Tanelorn
 ---[o]---                     Check out my
    ! !                          WEB SITE
    ! !                        - Tanelorn -
    ! !                    The Last Resting Place
    !_!                    * www.tanelorn.co.uk *


Please CC replies to my hawkmoon email address as well as my work email
address. Many thanks ....

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
X-MAPI-MessageClass: IPM
To: flexfax@sgi.com
From: Don Thompson <don@drumhill.prestel.co.uk>
Subject: flexfax: HylaFAX and OpenNT query
Date: Tue, 30 Dec 1997 13:41:56 +0000
Sender: owner-flexfax@celestial.com


Has anyone looked at the feasibility of building HylaFAX using OpenNT (see www.opennt.com) on MS-NT4? I've just received the eval kit for OpenNT and doing a port of HylaFAX (GhostScript is already there) is probably beyond what I can achieve in the eval period but if it can be done it would be another plus point for deploying OpenNT.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 30 Dec 1997 18:01:52 +0800
To: flexfax@sgi.com
From: cn.liu@ptc.com.tw (CN Liu)
Subject: flexfax: Fax Quality Not Consistent
Sender: owner-flexfax@celestial.com

Hi! All,

I need your help to improve the fax quality.

The server: Hylafax 4.0p11 under Linux 2.0.32 with gcc 2.7.22 and ZyXEL
U-1496E. gs3.33,fonts-3.33,jpeg-5a are used.

The client software is Whfc 0.5 running in Windows 95 Traditional Chinese
version (4.00.950). The client printer driver is HP 4/4M Postscript.

The qualities of the fax differ from sources to sources: documents of
Word97,IE3.02, and Powerpoint97 are fair but documents of EUDORA 1.5.4,
Excel97 are poor. The term "pool" means that the characters are too light
(some pixels are missing). Enlarging the font size does not improve the fax
quality because the missing pixels in the documents of larger font size may
appear in those document of smaller font size, and vice versa. 

The "very light" problem seems to always happen to specific characters. Take
Eudora email as an example, the "dot" on the top of character "i" is too
vague to be seen, and "m" looks like "n". Although other characters in the
email are readable, they are not heavily printed enough, either. 

Excel table lines and borders are fairely faxed but characters are not (they
are too light).

Thank you all in advance for suggestions!

CN Liu

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 30 Dec 1997 11:48:15 -0500 (EST)
From: Nico Garcia <raoul@cirl.meei.harvard.edu>
To: CN Liu <cn.liu@ptc.com.tw>
Cc: flexfax@sgi.com
Subject: Re: flexfax: Fax Quality Not Consistent
Sender: owner-flexfax@celestial.com

-----BEGIN PGP SIGNED MESSAGE-----

On Tue, 30 Dec 1997, CN Liu wrote:

> Hi! All,
> 
> I need your help to improve the fax quality.
> 
> The server: Hylafax 4.0p11 under Linux 2.0.32 with gcc 2.7.22 and ZyXEL
> U-1496E. gs3.33,fonts-3.33,jpeg-5a are used.

First gentle suggestion: upgrade your ghostscript to version 5.10,
available at ftp:://cs.wisc.edu/pub/ghost/aladdin/current/

> The client software is Whfc 0.5 running in Windows 95 Traditional Chinese
> version (4.00.950). The client printer driver is HP 4/4M Postscript.
 

Second suggestion: use the Apple Laserwriter driver instead of the 4M
postscript. Various chunks of Microsnot software interact poorly with
various funky Microsnot print drivers, in my experience, and I find
that the Laswerwriter driver is much more reliable in producing
simple, legible output for *all* uses.

> The qualities of the fax differ from sources to sources: documents of
> Word97,IE3.02, and Powerpoint97 are fair but documents of EUDORA 1.5.4,
> Excel97 are poor. The term "poor" means that the characters are too light
> (some pixels are missing). Enlarging the font size does not improve the fax
> quality because the missing pixels in the documents of larger font size may
> appear in those document of smaller font size, and vice versa. 
 
You might try using "fine" mode, 196 dpi, instead of the standard
"low" mode of 96 dpi. But it sounds like a font or ghostscript
problem, since it seems associated with specific characters.

What happens if you change the font to something else? Which one are
you using, and what happens if you examine the plain Postscript with
ghostscript on your computer screen?

			Nico Garcia
			Engineer, CIRL 
			Mass. Eye and Ear Infirmary
			raoul@cirl.meei.harvard.edu

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNKklyD/+ItycgIJRAQHwjAP/R0mk5V5ctQe51abJ+AtMrYTXn1LyaXaN
Q8gQGTKvfmUnvoN8uRMtVlXofmND5Wi1Rh3ckG8Rp0kq1usnDg4z0RVJ4URyOE1m
VApk7Pl/NaeMAW8FTPzNrAUWiuPKVWSCuye+poLq8DiYToxbbWaUznrpg0v4lNRk
bmH2Zwppz0A=
=/NCh
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: Fax Quality Not Consistent
To: cn.liu@ptc.com.tw (CN Liu)
Date: Tue, 30 Dec 1997 21:39:34 +0000 (GMT)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> The "very light" problem seems to always happen to specific characters. Take
> Eudora email as an example, the "dot" on the top of character "i" is too
> vague to be seen, and "m" looks like "n". Although other characters in the
> email are readable, they are not heavily printed enough, either. 

This is a function of your raster image convertor (e.g. ghostscript) not
hylafax.  It is more likely to happen if an unusual font is used or an old
version of the image convertor is used.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Wed, 31 Dec 1997 16:58:59 +0800
To: flexfax@sgi.com
From: cn.liu@ptc.com.tw (CN Liu)
Subject: flexfax: Fax Quality Not Consistent
Sender: owner-flexfax@celestial.com

>I need your help to improve the fax quality.
>
>The server: Hylafax 4.0p11 under Linux 2.0.32 with gcc 2.7.22 and ZyXEL
>U-1496E. gs3.33,fonts-3.33,jpeg-5a are used.
>
>The client software is Whfc 0.5 running in Windows 95 Traditional Chinese
>version (4.00.950). The client printer driver is HP 4/4M Postscript.
>

Hello! Everyone,

I appreciate very much for all your suggestions!

I have made further testings according to your suggestions. The results are
as follows:

1. Upgrading ghostscript from 3.33 to 5.10 does not change the fax quality.
2. Apple Laser Writer prints Eudora email in excellent quality. HP 4/4M
postscript and AST Turbo Laser-PS deliver the same poor fax quality. (Eudora
does not allow me to change the font size).
3. Excel spreadsheet (12 points)is best printed by HP 4/4M postscript but
Chinese characters(12 points) are still expected to be improved - they are
vague (not heavy enough). Apple and QMS PMS-810 print Chinese characters
even lighter than HP. However, the borders, numbers are well faxed by the 3
printer drivers.
4. Both HP and AST fax Word document (12 points) in good quality while Apple
fails to print (see below error email). (Notice that Apple can print Eudora
and Excel. Why?)
5. Chinese characters copied from Word (12 points) and pasted to Excel (12
points) are faxed in good quality from Excel. (Why?)
6. Apple and HP printed in the same quality for web pages from IE3.02.
7. An Excel example spreadsheet that is packaged by MS can not be faxed by
HP or Apple. (I saw fax machine was handshaking with hylafax. The fax
machine then said "receiving" and "completed", but nothing came out. Hylafax
dialed 3 times and then gave up.)
8. Chinese characters of 24 points size in Excel are faxed in excellent
quality by HP.

Any further suggestions will be much appreciated!

Happy new year!

CN Liu
===========(Result 4. :Apple and Word problem follows)========================
Your facsimile job to 0,7400987 was not sent because document conversion
to facsimile failed.  The output from the converter program was:

%%[ Error: undefined; OffendingCommand: pop? ]%%
Aladdin Ghostscript: Unrecoverable error, exit code 1
/bin/cat: write error: Broken pipe


Check any PostScript documents for non-standard fonts and invalid constructs.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: small suggestion for coming patch
To: seth@psy.au.dk (Seth Chaiklin)
Date: Fri, 2 Jan 1998 12:29:22 +0100 (MEZ)
Cc: flexfax@sgi.com
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Seth Chaiklin wrote:
    
    I understand that there are plans for making a new
    patch to Hylafax, and I would like to make a small suggestion
    for this new version.
    
    The sugguestion has to do with the "error" messages
    that FaxSend sends to the log file when the dialrules file is not readable.
    
    I will show/explain how it currently goes.
    
    1.  I made a new dialrules, but it was chmod 600 and owned by root. (oops, an 
    oversigt on my part).
    
    2.  I try to run Hylafax, it runs fine, but in the log file:
    
        Dec 31 18:15:00 pc126 FaxSend[9013]: Cannot open file for reading
        Dec 31 18:15:00 pc126 FaxSend[9013]: Parse error in dial string rules 
    "etc/dialrules.sartre" 
    
    3.   I couldn't understand why I was getting a "parse error", because I had 
    tested my rules with: dialtest, and it worked fine.  (-:
    
    4.  Anyway, perhaps FaxSend could specify which file it could not open, and
        I suppose that Parse error is a misleading message, with the named file
        is not actually being read.
    
    (I tried to find where these things happen in the sourcecode, but I 
    couldn't.)
    
    Thanks for your consideration.

Thanks for the hint. I'll have a look at it.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Thu, 2 Jan 1997 19:09:39 +0100 (MET)
From: Leif Erlingsson <leif@lege.com>
Reply-To: Leif Erlingsson <leif@lege.com>
To: Steve Williams <steve@genie96.com>
cc: flexfax@sgi.com, Sam Leffler <sam@engr.sgi.com>
Subject: flexfax: Does anyone know if my patches for 8bit iso8859-1 international character sets will make it into the main distribution?
Organization: DATA LEGE
X-PGP-Fingerprint: B8 68 9A DF C9 02 2C 12  5E F2 D8 16 87 B0 6D A2
X-URL: http://www.lege.com
Sender: owner-flexfax@celestial.com


Does anyone know if my patches for 8bit iso8859-1 international
character sets will make it into the main distribution?

	/usr/src/hylafax-v4.0pl1/util/TextFmt.h.patch
	/usr/src/hylafax-v4.0pl1/util/TextFmt.c++.patch

These patches, that was posted here on the flexfax list back in
February 1997;	Date: Thu, 13 Feb 1997 07:06:24 +0100 (MET);
Subject: TextFmt.c++/.h & ISO-8859-1; Solution: (unsigned const..;
solves the bug with signed characters that makes 8bit iso8859-1
characters difficult to handle when converting from iso8859-1 text
in email and otherwise.

The patches ave very small, but I don't like to post them anyway,
so I'll add them to my web-site as:

	http://www.lege.com/hylafax-v4.0pl1-util-TextFmt.h.patch
	http://www.lege.com/hylafax-v4.0pl1-util-TextFmt.c++.patch

Just re-name them

	/usr/src/hylafax-v4.0pl1/util/TextFmt.h.patch
	/usr/src/hylafax-v4.0pl1/util/TextFmt.c++.patch

and apply them using

	cd /usr/src/hylafax-v4.0pl1/util
	patch < TextFmt.h.patch
	patch < TextFmt.c++.patch

and make real clean (read the README's and INSTALL's) and re-
compile!	(It was nearly a year ago I did this so I don't
remember how, there is a very good web-site about HylaFax at
http://www.vix.com, check that out if you need assistance!)


Q2: Who is today "official maintainer" of the HylaFax source?
Is it still Sam Leffler <sam@engr.sgi.com>?  I never heard from
him after my February 1997 post, that was To: him.


Q3: Is there anything at all going on with the HylaFax project
anymore?
   

Thanks!

__________________________________________________________________

Here's a transcript of my Feb 13, 1997 post:
__________________________________________________________________

From leif@lege.com  Wed Feb 17 13:55:54 1999
Date: Thu, 13 Feb 1997 07:06:24 +0100 (MET)
From: Leif Erlingsson <leif@lege.com>
To: Sam Leffler <sam@hyla.chez.sgi.com>
Cc: Jan Clareus <jancla@rsv.se>, Reine Persson <reiper@rsv.se>,
    flexfax@sgi.com, Anders Wass <andwas@rsv.se>
Subject: TextFmt.c++/.h & ISO-8859-1; Solution: (unsigned const char) kludge;

TextFmt.h.patch TextFmt.c++.patch
Parts/attachments:
   1 Shown    52 lines	Text
   2   OK   ~1.4 KB	Text, "/usr/src/hylafax-v4.0pl1/util/TextFmt.h.patch"
   3   OK   ~2.1 KB	Text, "/usr/src/hylafax-v4.0pl1/util/TextFmt.c++.patch
----------------------------------------

/usr/src/hylafax-v4.0pl1/util/TextFmt.h.patch
/usr/src/hylafax-v4.0pl1/util/TextFmt.c++.patch

Above patches solves ``textfmt'' bugs on any platform/any OS and if
applied by hand, applicable also to older versions of hylafax. Now no
more problems with international character sets and textfmt!


Hi Sam,

	have inserted ``(unsigned const char)'' in TextFmt.h and have
added a few lines to hylafax-v4.0pl1/util/TextFmt.c++ to make it function
better in an international environment and with bad data in the upper
character-codes of the metrics-files in the distribution.

Find commented patches attached. Feel free to remove the comments, they
are just there to tell you and others why I did what I did.


The above patches have been thoroughly tested by me. They work well. They
fix a programming error where values in an array are selected using
*negative* indices, causing random memory addresses to be refereced. This
is the cause of much pain in the international Hylafax community. Help is
on it's way! Especially, TextFmt.h.patch solves the worst problem, but
TextFmt.c++.patch may also be neccessary + that it solves minor errors in
the processing of font width data from font metrics files by ignoring data
in the files for character values above 127, because the supplied font
metrics files cannot reliably be used for values above 127 -- iso 8859-1,
instead it uses the same default Sam uses when no font metrics files are
found, but only for values above 127, values up to 127 are read as before.

__________________________________________________________________


So, I repeat my questions, in case anyone forgot it among all the
above verbiage, [ :-) ]  does anyone know if my patches for 8bit
iso8859-1 international character sets will make it into the main
HylaFax distribution?

Q2: Who is today "official maintainer" of the HylaFax source?
Is it still Sam Leffler <sam@engr.sgi.com>?  I never heard from
him after my February 1997 post.
   

Q3: Is there anything at all going on with the HylaFax project
anymore?


Thanks!

__________________________________________________________________
Leif Erlingsson                 Tel     +46 8 604-0995
DATA LEGE                       Fax     +46 8 605-2551
Glavagatan 33                   URL     http://www.lege.com
123 71  Farsta,  Sweden         Email   mailto:leif@lege.com
__________________________________________________________________
I remember the past.  I am not doomed to buy Microsoft products.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: Matthias.Apitz@SOFTCON.de
Subject: Re: flexfax: Does anyone know if my patches for 8bit iso8859-1 international character sets will make it into the main distribution?RO
To: leif@lege.com
Date: Sat, 3 Jan 1998 17:13:50 +0100 (MEZ)
Cc: steve@genie96.com (Steve Williams), flexfax@sgi.com,
        sam@engr.sgi.com (Sam Leffler)
>From: guru@sisis.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
X-FAX-cover: faxcover-sisis.ps
Sender: owner-flexfax@celestial.com

Leif Erlingsson wrote:
    
    
    Does anyone know if my patches for 8bit iso8859-1 international
    character sets will make it into the main distribution?
    
    	/usr/src/hylafax-v4.0pl1/util/TextFmt.h.patch
    	/usr/src/hylafax-v4.0pl1/util/TextFmt.c++.patch

I'll forward a separate e-mail to you, Leif, containing a list
of all changes which make it into the upcoming pl2.
    
    These patches, that was posted here on the flexfax list back in

    <.... stuff deleted ....>

    Q2: Who is today "official maintainer" of the HylaFax source?
    Is it still Sam Leffler <sam@engr.sgi.com>?  I never heard from
    him after my February 1997 post, that was To: him.

It's me since March 1997.
    
    Q3: Is there anything at all going on with the HylaFax project
    anymore?

Yes. Some folks just beta-testing the new pl2. If you want to join
please contact me directly.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: "Seth Chaiklin" <seth@psy.au.dk>
Organization: Dept. of Psychology, University of Aarhus
To: Matthias.Apitz@SOFTCON.de, flexfax@sgi.com
Date: Sat, 3 Jan 1998 17:33:29 MEST
Subject: Re: flexfax: small suggestion for coming patch
Sender: owner-flexfax@celestial.com

On  2 Jan 98 at 12:29, Matthias.Apitz@SOFTCON.de wrote:

  |Seth Chaiklin wrote:
  |    
    
  |    The sugguestion has to do with the "error" messages
  |    that FaxSend sends to the log file when the dialrules file is not readable.
  |    
  
  |Thanks for the hint. I'll have a look at it.
  |
  
Thanks for the response.  And while I'm at it, I would just point out that:

man/hosts.4f (on lines 34-35) have a line saying that the contents of this
page may change "before the first public beta distribution".

Maybe that line should be removed and/or the contents of hosts.4f checked.

Cheers,
  Seth

--
seth@psy.au.dk
seth@schutz.psy.aau.dk
psykseth@aau.dk

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
Date: Tue, 30 Dec 1997 16:41:49 -0600 (CST)
From: Brian Nunes <bpnunes@chili.lconn.com>
To: flexfax@sgi.com
Subject: flexfax: Sendpage questions
Sender: owner-flexfax@celestial.com

I recently setup HylaFax for strictly outbound service on a BSDI system. I
have setup hfaxd according to the documentation and am having somedials
the PIN and i get a message (im listening to the modem speaker) that says
to leave a message. i am under the impression that i can send to numeric
only pagers when the "-n" option is used but it seems as if the software
does not know what to do when it receives the response from the pager
service. any help would be appreciated.

From owner-flexfax@celestial.com  Wed Feb 17 13:55:54 1999
From: David Woolley <david@djwhome.demon.co.uk>
Subject: Re: flexfax: Sendpage questions
To: bpnunes@chili.lconn.com (Brian Nunes)
Date: Wed, 31 Dec 1997 22:27:14 +0000 (GMT)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 
> I recently setup HylaFax for strictly outbound service on a BSDI system. I
> have setup hfaxd according to the documentation and am having somedials
> the PIN and i get a message (im listening to the modem speaker) that says
> to leave a message. i am under the impression that i can send to numeric
> only pagers when the "-n" option is used but it seems as if the software
> does not know what to do when it receives the response from the pager
> service. any help would be appreciated.
> 


I don't think hylafax support touch tone interfaces, only IXO/TAP.

