From owner-flexfax@celestial.com  
Wed Feb 17 13:54:46 1999 
Date: Tue, 31 Dec 1996 18:13:31 -0800 (PST) 
From: Tim Rice <tim@trr.metro.NET> 
Reply-To: Tim Rice <tim@trr.metro.NET> 
To: "D. Hugh Redelmeier" <hugh@mimosa.com> 
cc: flexfax@sgi.com 
Subject: Re: modem state for other programs 
Sender: owner-flexfax@celestial.com

On Tue, 31 Dec 1996, D. Hugh Redelmeier wrote:

> I am using hylafax-v4.0pl0 under Solaris 2.5.  I am trying to install
> my new Motorola ModemSURFR 28.8 modem (class 2).  It is mostly
> working, but I have a few problems.  This note is about one of them.
> 
> I run faxgetty, letting it adaptively answer the phone (I haven't
> yet tested whether an inbound data call works).  I use tip and
> uucp outbound.  Since I've installed the new modem, tip is no longer
> able to dial out; I've adjusted uucp's Dialers entry so that it does
> work.
> 
> I *think* what is happening is that faxgetty leaves the modem in a
> state that isn't suitable for tip.  Perhaps it has to to do adaptive
> answer.
> 
> My evidence is from testing with a tip to connect to the raw modem
> (tip to an entry that looks like
> 	usrnhf:\
> 		:dv=/dev/cua/a:br#38400:
> ).  When I manually dial the number, I get a "+FCON" response from the
> modem.  tip's dialer is not really configurable, so I can't convince
> it to deal with this.
> 
> My solution for uucp is to add an ATZ at the start of the Dialer
> string.  This seems to reset things to the state I stored as the reset
> state.

On my AT&T DataPort modem I have to have +FCLASS=0 as part of the dial
string for outgoing data calls. I just modified my Dialers file (System V)
adn it works fine.

> 
> Is my analysis correct?
> 
> Is there a correct way to get faxgetty to reset the modem state when
> an outbound program wants to use it?
> 
> Hugh Redelmeier
> hugh@mimosa.com  voice: +1 416 482-8253
> 

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

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: modem state for other programs
To: hugh@mimosa.com (D. Hugh Redelmeier)
Date: Wed, 1 Jan 1997 13:25:58 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

D. Hugh Redelmeier wrote:
    
    I am using hylafax-v4.0pl0 under Solaris 2.5.  I am trying to install
    my new Motorola ModemSURFR 28.8 modem (class 2).  It is mostly
    working, but I have a few problems.  This note is about one of them.
    
    I run faxgetty, letting it adaptively answer the phone (I haven't
    yet tested whether an inbound data call works).  I use tip and
    uucp outbound.  Since I've installed the new modem, tip is no longer
    able to dial out; I've adjusted uucp's Dialers entry so that it does
    work.
    
    I *think* what is happening is that faxgetty leaves the modem in a
    state that isn't suitable for tip.  Perhaps it has to to do adaptive
    answer.

faxgetty(1M) sets the modem for incoming calls and is waiting
for "RING". If tip takes the modem it is responsible from now
for all and *must* set the modem to fit its needs.
    
    My evidence is from testing with a tip to connect to the raw modem
    (tip to an entry that looks like
    	usrnhf:\
    		:dv=/dev/cua/a:br#38400:
    ).  When I manually dial the number, I get a "+FCON" response from the
    modem.  tip's dialer is not really configurable, so I can't convince
    it to deal with this.
    
    My solution for uucp is to add an ATZ at the start of the Dialer
    string.  This seems to reset things to the state I stored as the reset
    state.
    
    Is my analysis correct?

Yes and you could also reset the modem to factory defaults
with AT&F (or similar for your modem). Keep in mind that some modems
don't like anything else on the same command line together with
ATZ or AT&F (some modems are clearing the command-line buffer
during ATZ before parsing the items which follow ATZ). The best way
is sending AT&F (or similar for your modem) to reset to factory
defaults, wait for OK and then send down all settings you want
to change.
    
    Is there a correct way to get faxgetty to reset the modem state when
    an outbound program wants to use it?

No. faxgetty(1M) listens to the modem line. If there is anything
to read faxgetty(1M) checks the lock for the modem *before*
reading anything from the line; if there is no other process
with a lock for the modem it creates a lock itself and does
read-in the message (e.g. "RING") from the modem and processes
the message (e.g. counting the RING's to decide to pick-up the call);

In case of outbound usage the other proc should create the lock.
If it doesn't create a lock (or create it on some other place
as faxgetty(1M) is locking for) and sends an AT-cmd down to the
modem the following would happen: the modem is responding to
the command and both proc (e.g. tip and faxgetty(1M)) would do
a racing to read the response OK or ERROR etc.

Despite of the fact of this racing what should faxgetty(1M) do
if it sees a OK message from the modem which is a response
to the AT-command from tip? And how should it set now anything
usefull into the modem (may be tip doesn't like this setting
because it has just set something else)?

BTW: The racing described above is the typical situation where many
HylaFAX users without understanding of how faxgetty(1M) works are
complaining here in the list about "Waiting for modem come ready".

        matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

I'm away from Saturday, Jan. 4 to Jan. 14 for USENIX '97 Conference in Anaheim.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 03:54:18 -0200
From: Luiz Otavio Lautenschlaeger Zorzella <zorzella@dcc.unicamp.br>
To: flexfax@sgi.com
Subject: Suspended job & invalid dialing command
Sender: owner-flexfax@celestial.com


I want to know:

1) why some jobs entered in a "suspended" state at faxstat, and how to
make them alive again...

% faxstat -s
JID  Pri S  Owner Number       Pages Dials     TTS Status
1433 127 T   root 0W2392607     0:0   0:12         
1434 127 T   root 0W2321740     0:0   0:12         

2) why are there some jobs at doneq that have the status "invalid
dialing command"

1402 126 D conex- 0W2414584     0:2   1:12         Invalid dialing command

Thanks.

Z  .:.   .:.     Luiz Ot'avio Lautenschl"ager Zorzella    .:.   .:.  
  :   : :   :                                            :   : :   : 
  : .:: : .::    zorzella@dcc.unicamp.br                 ::. : ::. : 
  : ::: : :::    http://www.dcc.unicamp.br/~zorzella     ::: : ::: : 
  `.::' `.::'                                            `::.' `::.'

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: 	Thu, 2 Jan 1997 01:11:31 -0500
From: hugh@mimosa.com ("D. Hugh Redelmeier")
To: flexfax@sgi.com
Subject: HylaFAX vs Solaris PPP
Sender: owner-flexfax@celestial.com

I am using hylafax-v4.0pl0 under Solaris 2.5.

When I use the Solaris 2.5 bundled PPP for a dial-out connection, I
get a lot of angry mail from HylaFAX.  Here is an example:

	From fax Thu Jan  2 00:41:02 1997
	Return-Path: <fax>
	Date: Thu, 2 Jan 1997 00:41:01 -0500
	To: FaxMaster
	From: The HylaFAX Receive Agent <fax>
	Subject: modem on /dev/cua/a appears wedged
	Content-Length: 241

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

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

The system log (/var/adm/messages) is full of messages like:
	Jan 2 00:37:07 redline FaxQueuer[213]: MODEM /dev/cua/a appears to be wedged

I think that what is going on is that aspppd is not creating a lock
file, so HylaFAX thinks that the modem should be acting as if it were
idle and available.  When I do a truss of aspppd (-f, to follow
children too), I find that a lock is created for the dialing and
connecting phase, but is blown away once the connection is made.

I think that this is a bug in the Solaris bundled ppp.  I have
installed SunSolve's patch 103009.  I'll submit a bug report to Sun
unless we figure out that it isn't a bug.

Does anyone have any experience with this combination?  Any easy
fixes?

Thanks again,

Hugh Redelmeier
hugh@mimosa.com  voice: +1 416 482-8253

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Suspended job & invalid dialing command
To: zorzella@dcc.unicamp.br (Luiz Otavio Lautenschlaeger Zorzella)
Date: Thu, 2 Jan 1997 10:39:53 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Luiz Otavio Lautenschlaeger Zorzella wrote:
    
    
    I want to know:
    
    1) why some jobs entered in a "suspended" state at faxstat, and how to
    make them alive again...
    
    % faxstat -s
    JID  Pri S  Owner Number       Pages Dials     TTS Status
    1433 127 T   root 0W2392607     0:0   0:12         
    1434 127 T   root 0W2321740     0:0   0:12         
    
    2) why are there some jobs at doneq that have the status "invalid
    dialing command"
    
    1402 126 D conex- 0W2414584     0:2   1:12         Invalid dialing command
    
    Thanks.

If you really want to know look into the SessionTrace files; we
can't do this for you because you didn't attach them.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: HylaFAX vs Solaris PPP
To: hugh@mimosa.com (D. Hugh Redelmeier)
Date: Thu, 2 Jan 1997 11:07:23 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

D. Hugh Redelmeier wrote:
    
    I am using hylafax-v4.0pl0 under Solaris 2.5.
    
    When I use the Solaris 2.5 bundled PPP for a dial-out connection, I
    get a lot of angry mail from HylaFAX.  Here is an example:
    
    	From fax Thu Jan  2 00:41:02 1997
    	Return-Path: <fax>
    	Date: Thu, 2 Jan 1997 00:41:01 -0500
    	To: FaxMaster
    	From: The HylaFAX Receive Agent <fax>
    	Subject: modem on /dev/cua/a appears wedged
    	Content-Length: 241
    
    	The HylaFAX software thinks that there is a problem with the modem
    	on device /dev/cua/a that needs attention; repeated attempts to
    	initialize the modem have failed.
    	?
    
    	Consult the server trace logs for more information on what is happening.
    
    The system log (/var/adm/messages) is full of messages like:
    	Jan 2 00:37:07 redline FaxQueuer[213]: MODEM /dev/cua/a appears to be wedged
    
    I think that what is going on is that aspppd is not creating a lock
    file, so HylaFAX thinks that the modem should be acting as if it were
    idle and available.  When I do a truss of aspppd (-f, to follow
    children too), I find that a lock is created for the dialing and
    connecting phase, but is blown away once the connection is made.
    
    I think that this is a bug in the Solaris bundled ppp.  I have
    installed SunSolve's patch 103009.  I'll submit a bug report to Sun
    unless we figure out that it isn't a bug.
    
    Does anyone have any experience with this combination?  Any easy
    fixes?

I don't know the Solaris bundled ppp. But I think many ppp
implementations are using a tool "chat" to do the dialing and
login-chatting with the peer and chat creates the lock before dialing
and removes it after login. Try finding out if you can avoid
creation of lock by chat (check the flags) or aspppd (if
aspppd creates the lock). If you can switch of lock file
creation you could write a wrapper script which creates the
lock before calling aspppd or chat. I'm starting chat and
pppd from such a script on my SVR4.2 box and it works fine.
I could send you this script for pattern.

	matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

I'm away from Saturday, Jan. 4 to Jan. 14 for USENIX '97 Conference in Anaheim.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Eric Smith <eric@picturenet.co.za>
Subject: OCR
To: flexfax@sgi.com
Date: Thu, 2 Jan 1997 14:56:21 +0200 (GMT+0200)
Sender: owner-flexfax@celestial.com

Can anyone recommend an OCR utility to use in conjunction with hylafax.
I travel with a pocket VT100 Terminal Emulator and would like to read 
incoming faxes arriving at my server.  I figure this is the only way to 
do this.

Thanx for any advice.
 -- Eric Smith
Cell: 083 283 4424
www.fruit.net

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Matthew Rice <Matthew.Rice@ftlsol.com>
Subject: Re: Suspended job & invalid dialing command
To: zorzella@dcc.unicamp.br (Luiz Otavio Lautenschlaeger Zorzella)
Date: Thu, 2 Jan 1997 09:38:59 -0500 (EST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 1) why some jobs entered in a "suspended" state at faxstat, and how to
> make them alive again...

I seem to remember that you can use faxalter(1). Perhaps with no options.
One thing faxalter(1) does it put the job in the suspend'ed state.  When
it is done making changes faxalter should put the job into a run'able
state.

BTW, if you are:

1) using v4.0p0 or less   AND 
2) shutting down the faxq while there are jobs in the queue that 
	were placed there with 'sendfax -a "now + sometime"

then you should upgrade to v4.0p1
-- 
Matthew Rice                             e-mail: matthew.rice@ftlsol.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 15:39:46 +0100 (MET)
From: Alex Ongena <Alex.Ongena@able.be>
To: Hylafax list <flexfax@sgi.com>
Subject: tag line for incomming faxes.
Organisation: Able NV
Sender: owner-flexfax@celestial.com

(Linux 2.0.27, Hylafax 4.0 pl1)

Hi,

I searched the docs but found no way to add a tag line on all incomming
faxes ? It seems to exist only for outgoing fax.

I have a setup where all incomming faxes are directed automaticaly
to my printer, but then I have no Date, time, page nmbr, total page nmbr,
ID, ... ' information. (like you have on any fax machine)

Is it possible to let Hylafax add this information on top of all my
incomming sheets ? (like it does on outgoing fax-es)

If not, is there somebody who has implemented this some way ?

If not, Why not ? it seems to be a feature that most of us can use,
am I wrong ?

TIA
Alex
--
+---------------------------------------------------------------------+
|  Able NV/SA                             tel:    +32 (0)16 53.64.80  |
|  Networking Consultancy & Services      fax:    +32 (0)16 53.64.88  |
|  Villadreef 9 - 3128 Tremelo - Belgium  mailto: Alex.Ongena@Able.be |
+---------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Matthew Rice <Matthew.Rice@ftlsol.com>
Subject: Linux RPM for v4.0pl1 now available
To: flexfax-announce@relay.engr.SGI.COM
Date: Thu, 2 Jan 1997 11:31:24 -0500 (EST)
Sender: owner-flexfax@celestial.com

I've uploaded the RPM as:
	ftp://ftp.sgi.com/sgi/fax/incoming/HylaFAX-4.0pl1-1.i386.rpm


The checksums for the package are:
sum 26117  1953
md5 7e2093f0a1b5d14c5fc85fc45aa3ba67

The internal checks are (rpm -K -v HylaFAX-4.0pl1-1.i386.rpm):
Header+Archive size OK: 1998820 bytes
Good signature from user "Matthew Rice <Matthew.Rice@ftlsol.com>".
Signature made 1997/01/02 15:54 GMT
MD5 sum OK: d756da8f97c283a8030f9c10d3f064b0

Contact me if you want my public key.


INSTALLATION NOTES

This RPM will attempt to back up the following files (should there be more):
/var/spool/fax/etc/cover.templ
/var/spool/fax/etc/dialrules
/var/spool/fax/etc/hosts
/usr/local/lib/fax/faxcover.ps
/usr/local/lib/fax/faxmail.ps
/usr/local/lib/fax/hfaxd.conf

It is your responsibility to copy them back.

The description from the RPM states (rpm -qip HylaFAX-4.0pl1-1.i386.rpm):
NOTE: This RPM will only install the software.  It will not
      configure it for you.  Please read the documentation
      for notes on doing so and also consider reading:

  ftp://ftp.sgi.com/sgi/fax/binary/INSTALL-hylafax-i386-linux-v4.0pl1


The good news is that it won't overwrite your config files.

Regards,
-- 
Matthew Rice                             e-mail: matthew.rice@ftlsol.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 14:59:55 -0400 (ADT)
From: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
To: flexfax@sgi.com
Subject: e-mail notification
Sender: owner-flexfax@celestial.com

Hi all, reading the man pages of sendfax I have noticed that there is a
flag that allows e-mail notification whenever the fax is sent (the default
is only when there is trouble I suppose).  Well since I plan to deliver
fax in Portuguese I would like to edit the message that is sent with the
email. Where is it defined ?

Tks, Mario.

+---------------------------------------------------------------------+
| Mario de Mello Bittencourt Neto                System Administrator |
| WebSlave !                                   Argo Internet Provider |
+---------------------------------------------------------------------+
| Key fingerprint = CB B8 0E 90 EE 9C D1 91  B5 5E B1 EC 83 4D 78 9B  |
+---------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 17:10:42 -0200
From: Luiz Otavio Lautenschlaeger Zorzella <zorzella@dcc.unicamp.br>
To: flexfax@sgi.com
Subject: mime accents
Sender: owner-flexfax@celestial.com



I was tring to use the faxmail for text/plain mime decoding a mime
text with non ascii characters, but, though the mime part is parsed,
the accents still look like this ps excerpt generated by faxmail:

B(A pergunta tamb=E9m vale para o Charles e para o N=E9lson \(que de uma forma ou de outra tamb=E9m)S


Anyone is able to make this work?

Z  .:.   .:.     Luiz Ot'avio Lautenschl"ager Zorzella    .:.   .:.  
  :   : :   :                                            :   : :   : 
  : .:: : .::    zorzella@dcc.unicamp.br                 ::. : ::. : 
  : ::: : :::    http://www.dcc.unicamp.br/~zorzella     ::: : ::: : 
  `.::' `.::'                                            `::.' `::.'

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 11:55:51 -0800 (PST)
From: "Scott J. Kramer" <sjk@graham.com>
To: Eric Smith <eric@picturenet.co.za>
Cc: flexfax@sgi.com
Subject: Re: OCR
Sender: owner-flexfax@celestial.com

On Thu,  2 Jan 1997 14:56 +0200, Eric Smith wrote:

    Can anyone recommend an OCR utility to use in conjunction with hylafax.
    I travel with a pocket VT100 Terminal Emulator and would like to read 
    incoming faxes arriving at my server.  I figure this is the only way to 
    do this.

Are you trying to convert faxes to ASCII format?  There are utilities
for converting TIFF fax format to PostScript (`fax2ps' or `tiff2ps')
and PostScript to ASCII (`ps2ascii'), but I suspect the results would
be rather lame, especially when a fax contains graphics.

-sjk

-- 
Scott J. Kramer				Graham Technology Solutions
UNIX Systems Administrator		20823 Stevens Creek Blvd., Suite 440
<sjk@graham.com>			Cupertino, CA  95014
http://www.graham.com			+1.408.366.8001

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 21:06:10 +0100 (MET)
From: "Lorenzo M. Catucci" <lorenzo@argon.roma2.infn.it>
To: flexfax@sgi.com
Subject: little problems with HylaFAX
Sender: owner-flexfax@celestial.com

Dear readers, I'm here to ask for some help with the program (you knew it,
didn't you?) I just installed v4.0pl0, and I'm having two kind of 
different problems: 
1 MacFLEX problems, does someone know the new address to get in touch with
rob?
2 sendfax problem (this is the worst): look at this transcript and
(please) tell me what I'm doing wrong:

------------------------------------------------------------------------------
argon:~$ sendfax -c"commento" -d"Gigliola Merusi@09421835" -x "Camping HELIOPOL
IS" -r "argomento del fax" -v newfile.ps > logging
----------------------------------------logging--------------------------------
match against (..., 512)
rule: offset 0 string = "%!" -- success (result postscript, rule "")
Apply DisplayNumber rules to "09421835"
--> return result "09421835"
COVER SHEET "/usr/local/bin/faxcover -c 'commento' -f 'Lorenzo M. Catucci' -n '09421835' -s 'default' -t 'Gigliola Merusi' -p '1'"
request id is 59 (group id 59) for host localhost (1 file)
-------------------------------------------------------------------------------

Hope someone could help me...

Yours 


lorenzo maria catucci

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: nicolc@elsie.econ.uregina.ca (Chris Nicol)
Subject: Short Pages Cut
To: flexfax@sgi.com
Date: Thu, 2 Jan 1997 14:06:29 -0600 (CST)
Sender: owner-flexfax@celestial.com

Hi. I just installed version 4.0pl1 of hylafax on a Linux machine
running kernel version 2.0.27. Everything seems to work fine, except
that, when a dociment sent with sendfax is short (doesn't take up a
full page of text), the page gets cut after the text, and does not end
up being an 8.5x11 in page. All the text gets transmitted, but the
page is cut after the text. Any ideas?

Here is a log from a transmission where this happened.

(I am using a USR Sportster 33.6 FAX modem, running it in Class 1 mode
-- under a previous version of Hylafax, I could not get Class 2.0 to
work reliably with this modem).



Jan 02 13:10:29.37: [ 1723]: SESSION BEGIN 00000008 13065854815
Jan 02 13:10:29.38: [ 1723]: SEND FAX: JOB 5 DEST 585-4815 COMMID 00000008
Jan 02 13:10:29.38: [ 1723]: DELAY 2600 ms
Jan 02 13:10:31.99: [ 1723]: <-- [17:ATE0V1Q0X4S0=0H0\r]
Jan 02 13:10:32.13: [ 1723]: --> [2:OK]
Jan 02 13:10:32.13: [ 1723]: <-- [32:ATS8=2S7=60&H1&I0&R2S13=1&D2&C1\r]
Jan 02 13:10:32.27: [ 1723]: --> [2:OK]
Jan 02 13:10:32.27: [ 1723]: <-- [12:AT+FCLASS=1\r]
Jan 02 13:10:32.41: [ 1723]: --> [2:OK]
Jan 02 13:10:32.41: [ 1723]: <-- [12:AT&H1&I0&R2\r]
Jan 02 13:10:32.55: [ 1723]: --> [2:OK]
Jan 02 13:10:32.55: [ 1723]: <-- [21:AT+FCLASS=0&H1&I0&R2\r]
Jan 02 13:10:32.69: [ 1723]: --> [2:OK]
Jan 02 13:10:32.69: [ 1723]: <-- [7:ATL1M1\r]
Jan 02 13:10:32.83: [ 1723]: --> [2:OK]
Jan 02 13:10:32.84: [ 1723]: <-- [12:AT+FCLASS=1\r]
Jan 02 13:10:33.08: [ 1723]: --> [2:OK]
Jan 02 13:10:33.08: [ 1723]: <-- [12:AT&H1&I0&R2\r]
Jan 02 13:10:33.32: [ 1723]: --> [2:OK]
Jan 02 13:10:33.32: [ 1723]: DIAL 5854815
Jan 02 13:10:33.32: [ 1723]: <-- [12:ATDT5854815\r]
Jan 02 13:10:51.20: [ 1723]: --> [7:CONNECT]
Jan 02 13:10:52.81: [ 1723]: --> [2:OK]
Jan 02 13:10:52.81: [ 1723]: <-- [9:AT+FRH=3\r]
Jan 02 13:10:52.82: [ 1723]: --> [7:CONNECT]
Jan 02 13:10:53.50: [ 1723]: --> [2:OK]
Jan 02 13:10:53.50: [ 1723]: REMOTE CSI "3065854815"
Jan 02 13:10:53.50: [ 1723]: <-- [9:AT+FRH=3\r]
Jan 02 13:10:53.51: [ 1723]: --> [7:CONNECT]
Jan 02 13:10:53.77: [ 1723]: --> [2:OK]
Jan 02 13:10:53.77: [ 1723]: REMOTE best rate 9600 bit/s
Jan 02 13:10:53.77: [ 1723]: REMOTE max page width 1728 pixels in 215 mm
Jan 02 13:10:53.77: [ 1723]: REMOTE max unlimited page length 
Jan 02 13:10:53.77: [ 1723]: REMOTE best vres 7.7 line/mm
Jan 02 13:10:53.77: [ 1723]: REMOTE best format 2-D MR
Jan 02 13:10:53.77: [ 1723]: REMOTE best 10 ms, 5 ms/scanline
Jan 02 13:10:53.77: [ 1723]: USE 9600 bit/s
Jan 02 13:10:53.77: [ 1723]: USE 10 ms, 5 ms/scanline
Jan 02 13:10:53.77: [ 1723]: SEND file "docq/doc5.cover;70"
Jan 02 13:10:53.77: [ 1723]: USE page width 1728 pixels in 215 mm
Jan 02 13:10:53.77: [ 1723]: USE unlimited page length 
Jan 02 13:10:53.77: [ 1723]: USE 3.85 line/mm
Jan 02 13:10:53.77: [ 1723]: USE 1-D MR
Jan 02 13:10:53.77: [ 1723]: SEND training at v.29 9600 bit/s
Jan 02 13:10:53.77: [ 1723]: <-- [9:AT+FTH=3\r]
Jan 02 13:10:54.01: [ 1723]: --> [7:CONNECT]
Jan 02 13:10:54.01: [ 1723]: <-- data [23]
Jan 02 13:10:54.01: [ 1723]: <-- data [2]
Jan 02 13:10:54.03: [ 1723]: --> [7:CONNECT]
Jan 02 13:10:54.03: [ 1723]: <-- data [6]
Jan 02 13:10:54.03: [ 1723]: <-- data [2]
Jan 02 13:10:55.98: [ 1723]: --> [2:OK]
Jan 02 13:10:55.98: [ 1723]: DELAY 75 ms
Jan 02 13:10:56.07: [ 1723]: <-- [10:AT+FTM=96\r]
Jan 02 13:10:56.39: [ 1723]: --> [7:CONNECT]
Jan 02 13:10:56.39: [ 1723]: <-- data [1024]
Jan 02 13:10:56.39: [ 1723]: <-- data [776]
Jan 02 13:10:56.39: [ 1723]: <-- data [2]
Jan 02 13:10:57.92: [ 1723]: --> [2:OK]
Jan 02 13:10:57.92: [ 1723]: <-- [9:AT+FRH=3\r]
Jan 02 13:10:58.30: [ 1723]: --> [7:CONNECT]
Jan 02 13:10:59.36: [ 1723]: --> [2:OK]
Jan 02 13:10:59.36: [ 1723]: TRAINING succeeded
Jan 02 13:10:59.36: [ 1723]: <-- [10:AT+FTM=96\r]
Jan 02 13:10:59.79: [ 1723]: --> [7:CONNECT]
Jan 02 13:10:59.79: [ 1723]: SEND begin page
Jan 02 13:10:59.80: [ 1723]: <-- data [1028]
Jan 02 13:10:59.80: [ 1723]: <-- data [1027]
Jan 02 13:10:59.80: [ 1723]: <-- data [1027]
Jan 02 13:10:59.80: [ 1723]: <-- data [1024]
Jan 02 13:10:59.80: [ 1723]: <-- data [1027]
Jan 02 13:11:00.80: [ 1723]: <-- data [1024]
Jan 02 13:11:00.80: [ 1723]: <-- data [1026]
Jan 02 13:11:00.80: [ 1723]: <-- data [1024]
Jan 02 13:11:01.82: [ 1723]: <-- data [1027]
Jan 02 13:11:02.87: [ 1723]: <-- data [1026]
Jan 02 13:11:03.92: [ 1723]: <-- data [1030]
Jan 02 13:11:03.92: [ 1723]: <-- data [1024]
Jan 02 13:11:04.97: [ 1723]: <-- data [630]
Jan 02 13:11:06.07: [ 1723]: SENT 12917 bytes of data
Jan 02 13:11:06.08: [ 1723]: <-- data [1027]
Jan 02 13:11:06.08: [ 1723]: <-- data [1024]
Jan 02 13:11:07.12: [ 1723]: <-- data [1024]
Jan 02 13:11:08.17: [ 1723]: <-- data [532]
Jan 02 13:11:08.20: [ 1723]: SENT 3604 bytes of data
Jan 02 13:11:08.20: [ 1723]: SEND 1D RTC
Jan 02 13:11:08.20: [ 1723]: <-- data [29]
Jan 02 13:11:08.20: [ 1723]: <-- data [2]
Jan 02 13:11:08.20: [ 1723]: SEND end page
Jan 02 13:11:13.62: [ 1723]: --> [2:OK]
Jan 02 13:11:13.62: [ 1723]: DELAY 75 ms
Jan 02 13:11:13.71: [ 1723]: SEND send MPS (more pages, same document)
Jan 02 13:11:13.71: [ 1723]: <-- [9:AT+FTH=3\r]
Jan 02 13:11:13.86: [ 1723]: --> [7:CONNECT]
Jan 02 13:11:13.86: [ 1723]: <-- data [3]
Jan 02 13:11:13.86: [ 1723]: <-- data [2]
Jan 02 13:11:15.04: [ 1723]: --> [2:OK]
Jan 02 13:11:15.04: [ 1723]: <-- [9:AT+FRH=3\r]
Jan 02 13:11:18.14: [ 1723]: --> [0:]
Jan 02 13:11:18.15: [ 1723]: MODEM <Empty line>
Jan 02 13:11:18.15: [ 1723]: <-- data [1]
Jan 02 13:11:18.17: [ 1723]: --> [2:OK]
Jan 02 13:11:18.17: [ 1723]: SEND send MPS (more pages, same document)
Jan 02 13:11:18.17: [ 1723]: <-- [9:AT+FTH=3\r]
Jan 02 13:11:18.20: [ 1723]: --> [7:CONNECT]
Jan 02 13:11:18.20: [ 1723]: <-- data [3]
Jan 02 13:11:18.20: [ 1723]: <-- data [2]
Jan 02 13:11:19.38: [ 1723]: --> [2:OK]
Jan 02 13:11:19.38: [ 1723]: <-- [9:AT+FRH=3\r]
Jan 02 13:11:19.90: [ 1723]: --> [7:CONNECT]
Jan 02 13:11:20.85: [ 1723]: --> [2:OK]
Jan 02 13:11:20.85: [ 1723]: SEND recv MCF (message confirmation)
Jan 02 13:11:20.85: [ 1723]: SEND FAX (00000008): FROM nicolc@dora.econ.uregina.ca TO 585-4815 (page 1 of 2 sent in 0:27)
Jan 02 13:11:20.85: [ 1723]: SEND FAX (00000008): FROM nicolc@dora.econ.uregina.ca TO 585-4815 (docq/doc5.cover;70 sent in 0:27)
Jan 02 13:11:20.85: [ 1723]: SEND file "docq/doc9.ps;70"
Jan 02 13:11:20.85: [ 1723]: USE page width 1728 pixels in 215 mm
Jan 02 13:11:20.86: [ 1723]: USE unlimited page length 
Jan 02 13:11:20.86: [ 1723]: USE 3.85 line/mm
Jan 02 13:11:20.86: [ 1723]: USE 1-D MR
Jan 02 13:11:20.86: [ 1723]: <-- [10:AT+FTM=96\r]
Jan 02 13:11:21.29: [ 1723]: --> [7:CONNECT]
Jan 02 13:11:21.29: [ 1723]: SEND begin page
Jan 02 13:11:21.30: [ 1723]: <-- data [1029]
Jan 02 13:11:21.30: [ 1723]: <-- data [1024]
Jan 02 13:11:21.30: [ 1723]: <-- data [1024]
Jan 02 13:11:21.30: [ 1723]: <-- data [1024]
Jan 02 13:11:21.30: [ 1723]: <-- data [1025]
Jan 02 13:11:22.30: [ 1723]: <-- data [1027]
Jan 02 13:11:22.30: [ 1723]: <-- data [1025]
Jan 02 13:11:22.30: [ 1723]: <-- data [1025]
Jan 02 13:11:23.27: [ 1723]: <-- data [1025]
Jan 02 13:11:24.32: [ 1723]: <-- data [1026]
Jan 02 13:11:25.42: [ 1723]: <-- data [1024]
Jan 02 13:11:25.42: [ 1723]: <-- data [228]
Jan 02 13:11:26.52: [ 1723]: SENT 11492 bytes of data
Jan 02 13:11:26.52: [ 1723]: SEND 1D RTC
Jan 02 13:11:26.52: [ 1723]: <-- data [29]
Jan 02 13:11:26.52: [ 1723]: <-- data [2]
Jan 02 13:11:26.52: [ 1723]: SEND end page
Jan 02 13:11:30.93: [ 1723]: --> [2:OK]
Jan 02 13:11:30.95: [ 1723]: DELAY 95 ms
Jan 02 13:11:31.06: [ 1723]: SEND send EOP (no more pages or documents)
Jan 02 13:11:31.06: [ 1723]: <-- [9:AT+FTH=3\r]
Jan 02 13:11:31.21: [ 1723]: --> [7:CONNECT]
Jan 02 13:11:31.21: [ 1723]: <-- data [3]
Jan 02 13:11:31.21: [ 1723]: <-- data [2]
Jan 02 13:11:32.39: [ 1723]: --> [2:OK]
Jan 02 13:11:32.39: [ 1723]: <-- [9:AT+FRH=3\r]
Jan 02 13:11:33.05: [ 1723]: --> [7:CONNECT]
Jan 02 13:11:33.85: [ 1723]: --> [2:OK]
Jan 02 13:11:33.85: [ 1723]: SEND recv MCF (message confirmation)
Jan 02 13:11:33.85: [ 1723]: SEND FAX (00000008): FROM nicolc@dora.econ.uregina.ca TO 585-4815 (page 2 of 2 sent in 0:13)
Jan 02 13:11:33.85: [ 1723]: SEND FAX (00000008): FROM nicolc@dora.econ.uregina.ca TO 585-4815 (docq/doc9.ps;70 sent in 0:13)
Jan 02 13:11:33.85: [ 1723]: <-- [9:AT+FTH=3\r]
Jan 02 13:11:34.09: [ 1723]: --> [7:CONNECT]
Jan 02 13:11:34.09: [ 1723]: <-- data [3]
Jan 02 13:11:34.09: [ 1723]: <-- data [2]
Jan 02 13:11:35.26: [ 1723]: --> [2:OK]
Jan 02 13:11:35.26: [ 1723]: <-- [5:ATH0\r]
Jan 02 13:11:35.49: [ 1723]: --> [2:OK]
Jan 02 13:11:35.49: [ 1723]: SESSION END


Thanks for any help.

Chris Nicol.

(PS: Never had this problem with v 3.0pl1. CN)
_______________________________________________________________________________
Dr. Chris Nicol, Economics     Phone:  (306) 585-4182; FAX: 585-4815
University of Regina           E-Mail: nicolc@elsie.econ.uregina.ca
Saskatchewan, S4S 0A2, CANADA.         nicolc@cas.uregina.ca

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 19:01:42 -0200
From: Luiz Otavio Lautenschlaeger Zorzella <zorzella@dcc.unicamp.br>
To: flexfax@sgi.com
Subject: bug fix! in mime accents
Sender: owner-flexfax@celestial.com


I tracked and (I think) I killed the mime accents bug in
faxmail. Here's what I did:

at MIMEState.c++, in lin4 401, I changed from:

	buf.put(line, cc-1);		// everything up to ``="''

to

	copyQP (buf, line, cc-1);       // everything up to ``="''
	
Any comments?

Z  .:.   .:.     Luiz Ot'avio Lautenschl"ager Zorzella    .:.   .:.  
  :   : :   :                                            :   : :   : 
  : .:: : .::    zorzella@dcc.unicamp.br                 ::. : ::. : 
  : ::: : :::    http://www.dcc.unicamp.br/~zorzella     ::: : ::: : 
  `.::' `.::'                                            `::.' `::.'

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: nicolc@elsie.econ.uregina.ca (Chris Nicol)
cc: flexfax@sgi.com
Subject: Re: Short Pages Cut 
Date: Thu, 02 Jan 1997 16:05:09 -0500
From: "Thomas A. Szybist" <szybist@boxhill.com>
Sender: owner-flexfax@celestial.com

> Hi. I just installed version 4.0pl1 of hylafax on a Linux machine
> running kernel version 2.0.27. Everything seems to work fine, except
> that, when a dociment sent with sendfax is short (doesn't take up a
> full page of text), the page gets cut after the text, and does not end
> up being an 8.5x11 in page. All the text gets transmitted, but the
> page is cut after the text. Any ideas?
> 
> Here is a log from a transmission where this happened.
> 
> (I am using a USR Sportster 33.6 FAX modem, running it in Class 1 mode
> -- under a previous version of Hylafax, I could not get Class 2.0 to
> work reliably with this modem).
> 
> 
> 
> Jan 02 13:10:29.37: [ 1723]: SESSION BEGIN 00000008 13065854815
> Jan 02 13:10:29.38: [ 1723]: SEND FAX: JOB 5 DEST 585-4815 COMMID 00000008
> Jan 02 13:10:29.38: [ 1723]: DELAY 2600 ms
> Jan 02 13:10:31.99: [ 1723]: <-- [17:ATE0V1Q0X4S0=0H0\r]
> Jan 02 13:10:32.13: [ 1723]: --> [2:OK]
> Jan 02 13:10:32.13: [ 1723]: <-- [32:ATS8=2S7=60&H1&I0&R2S13=1&D2&C1\r]
> Jan 02 13:10:32.27: [ 1723]: --> [2:OK]
> Jan 02 13:10:32.27: [ 1723]: <-- [12:AT+FCLASS=1\r]
> Jan 02 13:10:32.41: [ 1723]: --> [2:OK]
> Jan 02 13:10:32.41: [ 1723]: <-- [12:AT&H1&I0&R2\r]
> Jan 02 13:10:32.55: [ 1723]: --> [2:OK]
> Jan 02 13:10:32.55: [ 1723]: <-- [21:AT+FCLASS=0&H1&I0&R2\r]
> Jan 02 13:10:32.69: [ 1723]: --> [2:OK]
> Jan 02 13:10:32.69: [ 1723]: <-- [7:ATL1M1\r]
> Jan 02 13:10:32.83: [ 1723]: --> [2:OK]
> Jan 02 13:10:32.84: [ 1723]: <-- [12:AT+FCLASS=1\r]
> Jan 02 13:10:33.08: [ 1723]: --> [2:OK]
> Jan 02 13:10:33.08: [ 1723]: <-- [12:AT&H1&I0&R2\r]
> Jan 02 13:10:33.32: [ 1723]: --> [2:OK]
> Jan 02 13:10:33.32: [ 1723]: DIAL 5854815
> Jan 02 13:10:33.32: [ 1723]: <-- [12:ATDT5854815\r]
> Jan 02 13:10:51.20: [ 1723]: --> [7:CONNECT]
> Jan 02 13:10:52.81: [ 1723]: --> [2:OK]
> Jan 02 13:10:52.81: [ 1723]: <-- [9:AT+FRH=3\r]
> Jan 02 13:10:52.82: [ 1723]: --> [7:CONNECT]
> Jan 02 13:10:53.50: [ 1723]: --> [2:OK]
> Jan 02 13:10:53.50: [ 1723]: REMOTE CSI "3065854815"
> Jan 02 13:10:53.50: [ 1723]: <-- [9:AT+FRH=3\r]
> Jan 02 13:10:53.51: [ 1723]: --> [7:CONNECT]
> Jan 02 13:10:53.77: [ 1723]: --> [2:OK]
> Jan 02 13:10:53.77: [ 1723]: REMOTE best rate 9600 bit/s
> Jan 02 13:10:53.77: [ 1723]: REMOTE max page width 1728 pixels in 215 mm
> Jan 02 13:10:53.77: [ 1723]: REMOTE max unlimited page length 
> Jan 02 13:10:53.77: [ 1723]: REMOTE best vres 7.7 line/mm
> Jan 02 13:10:53.77: [ 1723]: REMOTE best format 2-D MR
> Jan 02 13:10:53.77: [ 1723]: REMOTE best 10 ms, 5 ms/scanline
> Jan 02 13:10:53.77: [ 1723]: USE 9600 bit/s
> Jan 02 13:10:53.77: [ 1723]: USE 10 ms, 5 ms/scanline
> Jan 02 13:10:53.77: [ 1723]: SEND file "docq/doc5.cover;70"
> Jan 02 13:10:53.77: [ 1723]: USE page width 1728 pixels in 215 mm
> Jan 02 13:10:53.77: [ 1723]: USE unlimited page length 
> Jan 02 13:10:53.77: [ 1723]: USE 3.85 line/mm
> Jan 02 13:10:53.77: [ 1723]: USE 1-D MR
> Jan 02 13:10:53.77: [ 1723]: SEND training at v.29 9600 bit/s
> Jan 02 13:10:53.77: [ 1723]: <-- [9:AT+FTH=3\r]
> Jan 02 13:10:54.01: [ 1723]: --> [7:CONNECT]
> Jan 02 13:10:54.01: [ 1723]: <-- data [23]
> Jan 02 13:10:54.01: [ 1723]: <-- data [2]
> Jan 02 13:10:54.03: [ 1723]: --> [7:CONNECT]
> Jan 02 13:10:54.03: [ 1723]: <-- data [6]
> Jan 02 13:10:54.03: [ 1723]: <-- data [2]
> Jan 02 13:10:55.98: [ 1723]: --> [2:OK]
> Jan 02 13:10:55.98: [ 1723]: DELAY 75 ms
> Jan 02 13:10:56.07: [ 1723]: <-- [10:AT+FTM=96\r]
> Jan 02 13:10:56.39: [ 1723]: --> [7:CONNECT]
> Jan 02 13:10:56.39: [ 1723]: <-- data [1024]
> Jan 02 13:10:56.39: [ 1723]: <-- data [776]
> Jan 02 13:10:56.39: [ 1723]: <-- data [2]
> Jan 02 13:10:57.92: [ 1723]: --> [2:OK]
> Jan 02 13:10:57.92: [ 1723]: <-- [9:AT+FRH=3\r]
> Jan 02 13:10:58.30: [ 1723]: --> [7:CONNECT]
> Jan 02 13:10:59.36: [ 1723]: --> [2:OK]
> Jan 02 13:10:59.36: [ 1723]: TRAINING succeeded
> Jan 02 13:10:59.36: [ 1723]: <-- [10:AT+FTM=96\r]
> Jan 02 13:10:59.79: [ 1723]: --> [7:CONNECT]
> Jan 02 13:10:59.79: [ 1723]: SEND begin page
> Jan 02 13:10:59.80: [ 1723]: <-- data [1028]
> Jan 02 13:10:59.80: [ 1723]: <-- data [1027]
> Jan 02 13:10:59.80: [ 1723]: <-- data [1027]
> Jan 02 13:10:59.80: [ 1723]: <-- data [1024]
> Jan 02 13:10:59.80: [ 1723]: <-- data [1027]
> Jan 02 13:11:00.80: [ 1723]: <-- data [1024]
> Jan 02 13:11:00.80: [ 1723]: <-- data [1026]
> Jan 02 13:11:00.80: [ 1723]: <-- data [1024]
> Jan 02 13:11:01.82: [ 1723]: <-- data [1027]
> Jan 02 13:11:02.87: [ 1723]: <-- data [1026]
> Jan 02 13:11:03.92: [ 1723]: <-- data [1030]
> Jan 02 13:11:03.92: [ 1723]: <-- data [1024]
> Jan 02 13:11:04.97: [ 1723]: <-- data [630]
> Jan 02 13:11:06.07: [ 1723]: SENT 12917 bytes of data
> Jan 02 13:11:06.08: [ 1723]: <-- data [1027]
> Jan 02 13:11:06.08: [ 1723]: <-- data [1024]
> Jan 02 13:11:07.12: [ 1723]: <-- data [1024]
> Jan 02 13:11:08.17: [ 1723]: <-- data [532]
> Jan 02 13:11:08.20: [ 1723]: SENT 3604 bytes of data
> Jan 02 13:11:08.20: [ 1723]: SEND 1D RTC
> Jan 02 13:11:08.20: [ 1723]: <-- data [29]
> Jan 02 13:11:08.20: [ 1723]: <-- data [2]
> Jan 02 13:11:08.20: [ 1723]: SEND end page
> Jan 02 13:11:13.62: [ 1723]: --> [2:OK]
> Jan 02 13:11:13.62: [ 1723]: DELAY 75 ms
> Jan 02 13:11:13.71: [ 1723]: SEND send MPS (more pages, same document)
> Jan 02 13:11:13.71: [ 1723]: <-- [9:AT+FTH=3\r]
> Jan 02 13:11:13.86: [ 1723]: --> [7:CONNECT]
> Jan 02 13:11:13.86: [ 1723]: <-- data [3]
> Jan 02 13:11:13.86: [ 1723]: <-- data [2]
> Jan 02 13:11:15.04: [ 1723]: --> [2:OK]
> Jan 02 13:11:15.04: [ 1723]: <-- [9:AT+FRH=3\r]
> Jan 02 13:11:18.14: [ 1723]: --> [0:]
> Jan 02 13:11:18.15: [ 1723]: MODEM <Empty line>
> Jan 02 13:11:18.15: [ 1723]: <-- data [1]
> Jan 02 13:11:18.17: [ 1723]: --> [2:OK]
> Jan 02 13:11:18.17: [ 1723]: SEND send MPS (more pages, same document)
> Jan 02 13:11:18.17: [ 1723]: <-- [9:AT+FTH=3\r]
> Jan 02 13:11:18.20: [ 1723]: --> [7:CONNECT]
> Jan 02 13:11:18.20: [ 1723]: <-- data [3]
> Jan 02 13:11:18.20: [ 1723]: <-- data [2]
> Jan 02 13:11:19.38: [ 1723]: --> [2:OK]
> Jan 02 13:11:19.38: [ 1723]: <-- [9:AT+FRH=3\r]
> Jan 02 13:11:19.90: [ 1723]: --> [7:CONNECT]
> Jan 02 13:11:20.85: [ 1723]: --> [2:OK]
> Jan 02 13:11:20.85: [ 1723]: SEND recv MCF (message confirmation)
> Jan 02 13:11:20.85: [ 1723]: SEND FAX (00000008): FROM nicolc@dora.econ.uregina.ca TO 585-4815 (page 1 of 2 sent in 0:27)
> Jan 02 13:11:20.85: [ 1723]: SEND FAX (00000008): FROM nicolc@dora.econ.uregina.ca TO 585-4815 (docq/doc5.cover;70 sent in 0:27)
> Jan 02 13:11:20.85: [ 1723]: SEND file "docq/doc9.ps;70"
> Jan 02 13:11:20.85: [ 1723]: USE page width 1728 pixels in 215 mm
> Jan 02 13:11:20.86: [ 1723]: USE unlimited page length 
> Jan 02 13:11:20.86: [ 1723]: USE 3.85 line/mm
> Jan 02 13:11:20.86: [ 1723]: USE 1-D MR
> Jan 02 13:11:20.86: [ 1723]: <-- [10:AT+FTM=96\r]
> Jan 02 13:11:21.29: [ 1723]: --> [7:CONNECT]
> Jan 02 13:11:21.29: [ 1723]: SEND begin page
> Jan 02 13:11:21.30: [ 1723]: <-- data [1029]
> Jan 02 13:11:21.30: [ 1723]: <-- data [1024]
> Jan 02 13:11:21.30: [ 1723]: <-- data [1024]
> Jan 02 13:11:21.30: [ 1723]: <-- data [1024]
> Jan 02 13:11:21.30: [ 1723]: <-- data [1025]
> Jan 02 13:11:22.30: [ 1723]: <-- data [1027]
> Jan 02 13:11:22.30: [ 1723]: <-- data [1025]
> Jan 02 13:11:22.30: [ 1723]: <-- data [1025]
> Jan 02 13:11:23.27: [ 1723]: <-- data [1025]
> Jan 02 13:11:24.32: [ 1723]: <-- data [1026]
> Jan 02 13:11:25.42: [ 1723]: <-- data [1024]
> Jan 02 13:11:25.42: [ 1723]: <-- data [228]
> Jan 02 13:11:26.52: [ 1723]: SENT 11492 bytes of data
> Jan 02 13:11:26.52: [ 1723]: SEND 1D RTC
> Jan 02 13:11:26.52: [ 1723]: <-- data [29]
> Jan 02 13:11:26.52: [ 1723]: <-- data [2]
> Jan 02 13:11:26.52: [ 1723]: SEND end page
> Jan 02 13:11:30.93: [ 1723]: --> [2:OK]
> Jan 02 13:11:30.95: [ 1723]: DELAY 95 ms
> Jan 02 13:11:31.06: [ 1723]: SEND send EOP (no more pages or documents)
> Jan 02 13:11:31.06: [ 1723]: <-- [9:AT+FTH=3\r]
> Jan 02 13:11:31.21: [ 1723]: --> [7:CONNECT]
> Jan 02 13:11:31.21: [ 1723]: <-- data [3]
> Jan 02 13:11:31.21: [ 1723]: <-- data [2]
> Jan 02 13:11:32.39: [ 1723]: --> [2:OK]
> Jan 02 13:11:32.39: [ 1723]: <-- [9:AT+FRH=3\r]
> Jan 02 13:11:33.05: [ 1723]: --> [7:CONNECT]
> Jan 02 13:11:33.85: [ 1723]: --> [2:OK]
> Jan 02 13:11:33.85: [ 1723]: SEND recv MCF (message confirmation)
> Jan 02 13:11:33.85: [ 1723]: SEND FAX (00000008): FROM nicolc@dora.econ.uregina.ca TO 585-4815 (page 2 of 2 sent in 0:13)
> Jan 02 13:11:33.85: [ 1723]: SEND FAX (00000008): FROM nicolc@dora.econ.uregina.ca TO 585-4815 (docq/doc9.ps;70 sent in 0:13)
> Jan 02 13:11:33.85: [ 1723]: <-- [9:AT+FTH=3\r]
> Jan 02 13:11:34.09: [ 1723]: --> [7:CONNECT]
> Jan 02 13:11:34.09: [ 1723]: <-- data [3]
> Jan 02 13:11:34.09: [ 1723]: <-- data [2]
> Jan 02 13:11:35.26: [ 1723]: --> [2:OK]
> Jan 02 13:11:35.26: [ 1723]: <-- [5:ATH0\r]
> Jan 02 13:11:35.49: [ 1723]: --> [2:OK]
> Jan 02 13:11:35.49: [ 1723]: SESSION END
> 
> 
> Thanks for any help.
> 
> Chris Nicol.
> 
> (PS: Never had this problem with v 3.0pl1. CN)
> _______________________________________________________________________________
> Dr. Chris Nicol, Economics     Phone:  (306) 585-4182; FAX: 585-4815
> University of Regina           E-Mail: nicolc@elsie.econ.uregina.ca
> Saskatchewan, S4S 0A2, CANADA.         nicolc@cas.uregina.ca

Check out pagechop in the config manpage

Tom Szybist
szybist@boxhill.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 13:36:12 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: flexfax@sgi.com
Subject: problems with fonts for textfmt
Sender: owner-flexfax@celestial.com

Hi,

I just installed hylafax 4.0, binary distribution for Linux.

I also installed ghostscript 3.33.

When trying to test sendfax, I get the error:
/usr/local/sbin/textfmt: No font metric information found for "Courier-Bold".

I must be missing something as I can't find the fonts directory under the
gs 3.33 directory... what I have there is

bdftops.ps   gs_init.ps   gs_pfile.ps  gslp.ps      pdf_main.ps type1enc.ps
decrypt.ps   gs_iso_e.ps  gs_res.ps    impath.ps    prfont.ps   type1ops.ps
font2c.ps    gs_kanji.ps  gs_setpd.ps  landscap.ps  printafm.ps wftopfa.ps
gs_btokn.ps  gs_ksb_e.ps  gs_statd.ps  level1.ps    ps2ascii.ps wrfont.ps
gs_ccfnt.ps  gs_lev2.ps   gs_std_e.ps  packfile.ps  ps2epsi.ps
gs_cidfn.ps  gs_mex_e.ps  gs_sym_e.ps  pdf_2ps.ps   ps2image.ps
gs_dbt_e.ps  gs_mro_e.ps  gs_type0.ps  pdf_base.ps  pstoppm.ps
gs_dps1.ps   gs_pdf.ps    gs_type1.ps  pdf_draw.ps  quit.ps
gs_fonts.ps  gs_pdf_e.ps  gs_wan_e.ps  pdf_font.ps  showpage.ps

I'm not sure where I'm going wrong here....

TIA for any help.

Ricardo

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Steve Williams <steve@genie96.com>
Subject: Re: e-mail notification
To: mneto@buriti.com.br (Mario de Mello Bittencourt Neto)
Date: Thu, 2 Jan 1997 14:36:23 -0700 (MST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 
> Hi all, reading the man pages of sendfax I have noticed that there is a
> flag that allows e-mail notification whenever the fax is sent (the default
> is only when there is trouble I suppose).  Well since I plan to deliver
> fax in Portuguese I would like to edit the message that is sent with the
> email. Where is it defined ?
> 
> Tks, Mario.
> 

The shell script that is called to do the notification is in you spool
directory ( /var/spool/fax/ possibly ), bin/notify.  It uses notify.awk
( in the same directory ) to build the message.  So, /var/spool/fax/notify
is the the starting point.

Good Luck,

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

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: fikri@werty.wasantara.net.id
Date: Fri, 03 Jan 1997 04:47:31 +0700
To: flexfax@sgi.com
Subject: group 3 format TIFF
Sender: owner-flexfax@celestial.com


If I check the tiff file I got the message below :

FaxServer:/usr/local/sbin# tiffcheck /home/fikri/poster1.tif
REFORMAT+RESIZE+REIMAGE
Document is not a bilevel image (bits/sample 8).
Document requires reformatting, not in Group 3 format.
Document requires resizing to adjust page width (convert to 1728, document is 27
4).

what can I do to make the file TIFF in "Group 3 format"  ? 



-fikri-

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 1997 17:56:43 -0400 (ADT)
From: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
To: Luiz Otavio Lautenschlaeger Zorzella <zorzella@dcc.unicamp.br>
cc: flexfax@sgi.com
Subject: Re: bug fix! in mime accents
Sender: owner-flexfax@celestial.com

How about sendfax ?  Does it suffer from the same problem ?

Regards.

On Thu, 2 Jan 1997, Luiz Otavio Lautenschlaeger Zorzella wrote:

> 
> I tracked and (I think) I killed the mime accents bug in
> faxmail. Here's what I did:
> 
> at MIMEState.c++, in lin4 401, I changed from:
> 
> 	buf.put(line, cc-1);		// everything up to ``="''
> 
> to
> 
> 	copyQP (buf, line, cc-1);       // everything up to ``="''
> 	
> Any comments?
> 
> Z  .:.   .:.     Luiz Ot'avio Lautenschl"ager Zorzella    .:.   .:.  
>   :   : :   :                                            :   : :   : 
>   : .:: : .::    zorzella@dcc.unicamp.br                 ::. : ::. : 
>   : ::: : :::    http://www.dcc.unicamp.br/~zorzella     ::: : ::: : 
>   `.::' `.::'                                            `::.' `::.'
> 

+---------------------------------------------------------------------+
| Mario de Mello Bittencourt Neto                System Administrator |
| WebSlave !                                   Argo Internet Provider |
+---------------------------------------------------------------------+
| Key fingerprint = CB B8 0E 90 EE 9C D1 91  B5 5E B1 EC 83 4D 78 9B  |
+---------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 97 19:06:12 EST
From: raoul@kerberos.cirl
To: flexfax@sgi.com
Subject: Re: OCR
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com


Scott Kramer at MIT says:
   On Thu,  2 Jan 1997 14:56 +0200, Eric Smith wrote:

       Can anyone recommend an OCR utility to use in conjunction with hylafax.
       I travel with a pocket VT100 Terminal Emulator and would like to read 
       incoming faxes arriving at my server.  I figure this is the only way to 
       do this.

   Are you trying to convert faxes to ASCII format?  There are utilities
   for converting TIFF fax format to PostScript (`fax2ps' or `tiff2ps')
   and PostScript to ASCII (`ps2ascii'), but I suspect the results would
   be rather lame, especially when a fax contains graphics.

No good, Scott. The fax2ps converts the received tiffg3 to bitmapped
Postscript, suitable for printing with a Postscript printer or
ghostscript.

This guy wants text. He needs a commercial OCR package, such as Omnipage
Pro or others. I've used the modest OCR with the Paperport Vx software, but
not in the automated fashion he is looking for (the Paperport was on a Mac,
my Hylafax server is a Sun). The results were OK....

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

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 2 Jan 97 19:08:15 EST
From: raoul@kerberos.cirl
To: flexfax@sgi.com
Subject: [lorenzo@argon.roma2.infn.it: little problems with HylaFAX]
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com

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


Lorenzo Catuccie writes:

  Dear readers, I'm here to ask for some help with the program (you knew it,
  didn't you?) I just installed v4.0pl0, and I'm having two kind of 
  different problems: 
  1 MacFLEX problems, does someone know the new address to get in touch with
  rob?
  2 sendfax problem (this is the worst): look at this transcript and
  (please) tell me what I'm doing wrong:

  - ------------------------------------------------------------------------------
  argon:~$ sendfax -c"commento" -d"Gigliola Merusi@09421835" -x "Camping HELIOPOL

Well, for one thing, try writing 

	sendfax -c "commento" -d "Gigliola Merusi@09421835" -x "Camping HELIOPOL

Don't forget the spaces.

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

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMsxN6j/+ItycgIJRAQHd3wP/XHR94YOjqZ7+W8cmFMEUuFJ0uvLzo+pJ
VMghu4aIR5st6CSap20hViOM3BDFL7FpxN7q+BRzbuwhuFhRqbHoxPooQAfsFHG4
EvBkuhLiKuMvyV3rjZl9S/ahex7J5hVe2E/Ohog6b7Sib9nyWXcOFhsIagGU+i/a
vj1CioYVqYE=
=t/mK
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: OCR
To: sjk@graham.com (Scott J. Kramer)
Date: Fri, 3 Jan 1997 08:18:00 +0100 (MET)
Cc: eric@picturenet.co.za, flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Scott J. Kramer wrote:
    
    On Thu,  2 Jan 1997 14:56 +0200, Eric Smith wrote:
    
        Can anyone recommend an OCR utility to use in conjunction with hylafax.
        I travel with a pocket VT100 Terminal Emulator and would like to read 
        incoming faxes arriving at my server.  I figure this is the only way to 
        do this.
    
    Are you trying to convert faxes to ASCII format?  There are utilities
    for converting TIFF fax format to PostScript (`fax2ps' or `tiff2ps')
    and PostScript to ASCII (`ps2ascii'), but I suspect the results would
    be rather lame, especially when a fax contains graphics.

I can't imagine that ps2ascii gives you any usefull strings if the
PostScript was made from a TIFF file.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: little problems with HylaFAX
To: lorenzo@argon.roma2.infn.it (Lorenzo M. Catucci)
Date: Fri, 3 Jan 1997 08:27:06 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Lorenzo M. Catucci wrote:
    
    <....>

    2 sendfax problem (this is the worst): look at this transcript and
    (please) tell me what I'm doing wrong:
    
    ------------------------------------------------------------------------------
    argon:~$ sendfax -c"commento" -d"Gigliola Merusi@09421835" -x "Camping HELIOPOL
    IS" -r "argomento del fax" -v newfile.ps > logging
    ----------------------------------------logging--------------------------------
    match against (..., 512)
    rule: offset 0 string = "%!" -- success (result postscript, rule "")
    Apply DisplayNumber rules to "09421835"
    --> return result "09421835"
    COVER SHEET "/usr/local/bin/faxcover -c 'commento' -f 'Lorenzo M. Catucci' -n '09421835' -s 'default' -t 'Gigliola Merusi' -p '1'"
    request id is 59 (group id 59) for host localhost (1 file)
    -------------------------------------------------------------------------------
    
    Hope someone could help me...

You didn't explain what your problem is. If your problem
is the missing strings from your sendfax(1) command at your
cover-page you should read the man page of sendfax(1)
for the right order of the arguments.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
From: Maverick Research Inc Pte Ltd <maverick@pacific.net.sg>
Subject: Re: OCR
Cc: "Scott J. Kramer" <sjk@graham.com>
Date: Fri, 3 Jan 1997 15:29:06 +0800
Sender: owner-flexfax@celestial.com

At 11:55 AM 1/2/97 -0800, you wrote:
>On Thu,  2 Jan 1997 14:56 +0200, Eric Smith wrote:
>
>    Can anyone recommend an OCR utility to use in conjunction with hylafax.
>    I travel with a pocket VT100 Terminal Emulator and would like to read 
>    incoming faxes arriving at my server.  I figure this is the only way to 
>    do this.
>
>Are you trying to convert faxes to ASCII format?  There are utilities
>for converting TIFF fax format to PostScript (`fax2ps' or `tiff2ps')
>and PostScript to ASCII (`ps2ascii'), but I suspect the results would
>be rather lame, especially when a fax contains graphics.

Correct me if i am wrong but isn't TIFF Fax format a bitmap format ? Since there
is no OCR component in these routines (xxx2ps) or ps2ascii so I think this
approach 
won't work at all (besides failing on graphics). I'd love to hear about OCR
packages 
though. 

Suresh.
0--------------------------------O-------------------------------------0
| Suresh Thennarangam            |   Internet: maverick@pacific.net.sg |
| Maverick Research Inc Pte Ltd  |   Tel: (65) 841-1983                |
| Ghim Moh Estate PO Box 1103    |   Fax: (65) 463-2415                |
| Singapore 912704               |   Pager:  940-345-92                |
0--------------------------------O-------------------------------------0

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: e-mail notification
To: mneto@buriti.com.br (Mario de Mello Bittencourt Neto)
Date: Fri, 3 Jan 1997 08:45:30 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Mario de Mello Bittencourt Neto wrote:
    
    Hi all, reading the man pages of sendfax I have noticed that there is a
    flag that allows e-mail notification whenever the fax is sent (the default
    is only when there is trouble I suppose).  Well since I plan to deliver
    fax in Portuguese I would like to edit the message that is sent with the
    email. Where is it defined ?

What about reading the man page notify(1M)? And if you can't find
the source files with grep(1) you better shouldn't edit them :-)

	matthias

-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

I'm away from Saturday, Jan. 4 to Jan. 14 for USENIX '97 Conference in Anaheim.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Wolfgang Baudler" <baudler@lulu.gsf.de>
Date: Fri, 3 Jan 1997 09:11:34 +0100
X-no-archive: yes
X-Face: '66dS68B{d&G{<va3%f=a`X5xCZI+=0(&BA8>FU5YVZ7[c,.Us2J*!JR`x~Ih=p`_o$j[byFh?+/zQ`dtF=|}=z!>q`-$k"SapvS?@G`.4%\]_25?yLyE]J31
Reply-To: baudler@gsf.de
To: flexfax@sgi.com
Subject: faxstat simple question
Cc: baudler@lulu.gsf.de
Sender: owner-flexfax@celestial.com

Hello,

I have a simple question about the faxstat command:

If I execute 'faxstat -r' to view the list of received faxes
I get for example:

HylaFAX scheduler on caravaggio.gsf.de: Running
Modem ttyf2 (+49.89.31874243): Running and idle

Protect Page  Owner        Sender/TSI  Recvd@ Filename
-rw-r--    2  3        49 089 2010846 17Dec96 fax00060.tif
-rw-r--    9  3                       25Oct96 fax00057.tif
-rw-r--    1  3                       10Oct96 fax00056.tif
-rw-r--    2  3        +49.89.3157391 29Sep96 fax00055.tif
-rw-r--    5  3        +49 89 4610834 04Dec96 fax00059.tif
-rw-r--    1  3                       14Nov96 fax00058.tif

What is the sort criteria in this list, and how can I change it so that
the list is sorted by the receive-date? This random order is annoying.

Sorry if I missed this info in the docs somewhere.

Bye

Wolfgang




-- 
-------------------------------------------------------
Wolfgang Baudler
mailto:baudler@gsf.de  Tel.: +49.89.31874463
                       Fax.: +49.89.31874243
Home-Page: http://lulu.gsf.de:8888        
-------------------------------------------------------
           **** earth is a beta site. ****

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 3 Jan 97 10:20 MET
From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>
To: flexfax@sgi.com
Subject: Re: e-mail notification
Organization: CNUCE-CNR, Via S.Maria 36, Pisa - Italy +39-50-593211
Sender: owner-flexfax@celestial.com

				       I would like to edit the
   message that is sent with the email. Where is it defined ?
   
If I'm not wrong, it is a script called faxsend in the ~fax/bin directory.

-- 
Francesco Potorti`                  Voice:    +39-50-593203
Computer Network Division           Operator: +39-50-593211
CNUCE-CNR, Via Santa Maria 36       Fax:      +39-50-904052
56126 Pisa - Italy                  Email:    F.Potorti@cnuce.cnr.it

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Pete Ashdown <pashdown@xmission.com>
Subject: Re: OCR
To: raoul@cirl.meei.harvard.edu
Date: Fri, 3 Jan 1997 04:08:53 -0700 (MST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

raoul@kerberos.cirl said once upon a time:

>This guy wants text. He needs a commercial OCR package

What happened to gnuocr?  I have a version of it somewhere in my archives that
was like 0.001beta.  Did it ever progress to a viable package?

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: e-mail notification
To: F.Potorti@cnuce.cnr.it (Francesco Potorti`)
Date: Fri, 3 Jan 1997 16:34:38 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Francesco Potorti` wrote:
    
    				       I would like to edit the
       message that is sent with the email. Where is it defined ?
       
    If I'm not wrong, it is a script called faxsend in the ~fax/bin directory.

faxsend(1M) is doing the work and notify(1M) (it's bin/notify and
bin/notify.awk in the spooling area) are the scripts to notify the
user by email; you may chage the name of the script by setting
NotifyCmd: in the server config file (it's all in the man pages).

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Leslie Mikesell <les@Mcs.Net>
Subject: Re: tag line for incomming faxes.
To: Alex.Ongena@able.be (Alex Ongena)
Date: Fri, 3 Jan 1997 09:39:34 -0600 (CST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> I searched the docs but found no way to add a tag line on all incomming
> faxes ? It seems to exist only for outgoing fax.
> 
> I have a setup where all incomming faxes are directed automaticaly
> to my printer, but then I have no Date, time, page nmbr, total page nmbr,
> ID, ... ' information. (like you have on any fax machine)
> 
> Is it possible to let Hylafax add this information on top of all my
> incomming sheets ? (like it does on outgoing fax-es)
> 
> If not, is there somebody who has implemented this some way ?
> 
> If not, Why not ? it seems to be a feature that most of us can use,
> am I wrong ?

The tag line is most likely being added by the sending fax machine but
fax2ps is imaging it to full size and it ends up outside the printable
area on your printer.  Try the -S and -H options to ps2fax, using a
-H value that will scale the whole image within the printer's margins.

Les Mikesell
  les@mcs.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: group 3 format TIFF
To: fikri@werty.wasantara.net.id
Date: Fri, 3 Jan 1997 16:40:34 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

fikri@werty.wasantara.net.id wrote:
    
    If I check the tiff file I got the message below :
    
    FaxServer:/usr/local/sbin# tiffcheck /home/fikri/poster1.tif
    REFORMAT+RESIZE+REIMAGE
    Document is not a bilevel image (bits/sample 8).
    Document requires reformatting, not in Group 3 format.
    Document requires resizing to adjust page width (convert to 1728, document is 27
    4).
    
    what can I do to make the file TIFF in "Group 3 format"  ? 

I'm sure that there are better ways (any TIFF guru listening?)
but one way is using tiff2ps(1) to convert it to PostScript and
ps2fax(1M) of HylaFAX to convert it to TIFF/F or just send the
resulting PostScript file with sendfax(1).

	matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
Subject: Automatic distribution of Received fax with a shared modem
X-Face: &?_+O%;U'OPFTFpUR9(c\rTN*+m{#W;HDSu'hO#te_%%y(6]!HHY/x^n34a5pRNXviJr5@;1vM[='1B&UC93rtx\(Lt$<x%`H"a-]S[P+i_"P%Pp}`*"&:%.WkFTS)R,=*rEW`:e"zB"RFtT,k(M@a.A_%J%8TC]kj"OLdT6x7ueulp`R21\hdqSD]S?(yQQ'Sv+9@>7@Z^79[t(edAL[jBM0e{}~Pf%|>#)z&Q/nZ!7`L^DyIfw5#
Date: Fri, 03 Jan 1997 16:41:59 +0100
From: Lars-Ake Larzon <lln@sm.luth.se>
Sender: owner-flexfax@celestial.com

Hello

Together with some friends, I have discussed the possibility to have auto=
matic =

distribution of incoming facsimiles when using a shared fax modem. We cam=
e up =

with the idea to "expand" the phone number with a 4-digit code and then l=
et =

this code decide who the fax was for by letting the modem read the 4 digi=
ts =

before going into "fax mode". =


What I now wonder is: is this technically possible at all? Or does it alr=
eady =

exist any distribution system that can take an incoming facsimile from an=
y =

sender and redistribute it to the correct receiver? =


						=

						/Lars-=C5ke Larzon


+-------------------------------+------------------------------------+
| Lars-=C5ke Larzon               | Phone: +46-920-72885 (work)        |
| CDT/Dept. of Computer Science |        +46-920-49360 (home)        |
| University of Lule=E5           |   Fax: +46-920-72801 (work)        |
| S-971 87 Lule=E5                | Email: lln@sm.luth.se              | =

| SWEDEN                        |   WWW: http://www.sm.luth.se/~lln/ |
+-------------------------------+------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 3 Jan 97 12:04:53 EST
From: raoul@kerberos.cirl
To: flexfax@sgi.com
Subject: Re: OCR
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com


The GNU OCR package never got out of alpha, near as I can tell. And it
did *very* badly with faxes, I tried it with the former flexfax. Shame
really, but there are a lot of increasingly cheap and powerful OCR packages
available....

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

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Chris Fairbanks <chrisf@winterlan.com>
To: "'sam@engr.sgi.com'" <sam@engr.sgi.com>,
        "'flexfax@sgi.com'"
	 <flexfax@sgi.com>
Subject: FW: facsimile job 31 to 4861796 failed
Date: Fri, 3 Jan 1997 12:20:26 -0800
Sender: owner-flexfax@celestial.com

I was wondering if someone could help me.  I just install Hylafax 4.0pl1
on a Linux box running slackware kernel 2.0.24.  I have also just
installed ghostscript 4.03 and the std-fonts.  I can successfully fax
out a postscript file that is my system.  (ie one I did not create, like
the bind document)  But when I run sendfax to fax a text file (ie.
sendfax -d 5551111 /etc/hosts ) I get the following error in syslog.

Jan	3 11:46:03 homer FaxQuerer [373]: SUBMIT JOB 31
Jan	3 11:46:03 homer FaxQuerer [3261]: JOB 31: CONVERT DOCUMENT: exit
status 0x100
Jan	3 11:46:03 homer FaxQuerer [373]: NOTIFY: bin/notify "doneq/q31"
"format_failed" ""

I also get the following in an email to me.

			Thanks in advance,
			Chris


>----------
>From: 	Fax User[SMTP:fax@homer.wli.net]
>Sent: 	Thursday, January 02, 1997 7:46 PM
>To: 	root@homer.wli.net
>Subject: 	facsimile job 31 to 4861796 failed
>
>Your facsimile job to 4861796 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
>--nostringval--  --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: 4861796
>         JobID: 31
>       GroupID: 31
>        Sender: Homer root
>      Mailaddr: root@homer.wli.net
>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
>--nostringval--  --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/doc41.ps.31         6573 PostScript
>

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 03 Jan 1997 16:10:31 -0700
From: "Paul A. Scowen" <PAUL.SCOWEN@ASU.Edu>
Subject: Problems building Hylafax under dUNIX v4.0
To: flexfax@sgi.com
Organization: Dept. of Physics & Astronomy, Arizona State University
Sender: owner-flexfax@celestial.com

Hi,

I'm trying to build Hylafax under Digital UNIX v4.0 on an alpha system.
The rev of Hylafax is v4.0pl1.  I'm performing the build using gcc
version
2.7.2.1.  

I ran into some problems initially that were fixed by turning off the
REGEX
part of the configuration - for some reason the configure does not do
this
automatically.  Anyway, the build proceeds merrily until we get to one 
location and we get an unresolved loader error:

/usr/local/bin/gcc      -I.././zlib                       -D__ANSI_CPP__
-I. -I.. -I.././util  -I.././util -I/usr/local/include -I/usr/include -g
-O -o faxinfo faxinfo.o   -L/usr/local/lib  ../util/libfaxutil.a
../port/libport.a -L/usr/local/lib -ltiff -L../zlib -lz  -lutil -lm -lc 
collect2: ld returned 1 exit status
/usr/bin/ld:
Unresolved:
__builtin_va_start
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

Now this va_start function is according to the man pages for dUNIX
a part of the standard libc.a - and so should be linked in just
fine at this point.  However I can find no such definition by
doing an "ar -t" on the library.  The curious thing is that a
bunch of earlier routines that also use va_start() - its used up 
the wazoo all over the package - build just fine.  Any ideas what's
causing the problem - why is it that faxinfo causes the problem??

Thanks in advance.

Paul Scowen
ASU - Astronomy

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 3 Jan 1997 16:19:27 -0800 (PST)
From: Tim Rice <tim@trr.metro.NET>
Reply-To: Tim Rice <tim@trr.metro.NET>
To: HylaFax mailing list <flexfax@sgi.com>
Subject: SCO 3.2v5.0 binaries
Sender: owner-flexfax@celestial.com


    SCO 3.2v5.0 binaries are now available.
    These are ELF binaries, they will not run on 3.2v4.2

    ftp://ftp.sgi.com/sgi/fax/binary/INSTALL-hylafax-sco3.2v5.0-v4.0pl1
    ftp://ftp.sgi.com/sgi/fax/binary/hylafax-sco3.2v5.0-v4.0pl1-cpio.gz

    sum(C)
    39416 43 INSTALL-hylafax-sco3.2v5.0-v4.0pl1
    31293 6585 hylafax-sco3.2v5.0-v4.0pl1-cpio.gz
    
    MD5 (INSTALL-hylafax-sco3.2v5.0-v4.0pl1) = 82d8f793248c7f2e2ea7115552b1e9c7
    MD5 (hylafax-sco3.2v5.0-v4.0pl1-cpio.gz) = 5dcc26dbd9dd920184e99aa0522c6e78
    

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

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 4 Jan 1997 07:21:09 +0100 (MET)
From: "Lorenzo M. Catucci" <lorenzo@argon.roma2.infn.it>
To: Matthias Apitz <Matthias.Apitz@SOFTCON.de>
cc: flexfax@sgi.com
Subject: Re: little problems with HylaFAX
Sender: owner-flexfax@celestial.com



On Fri, 3 Jan 1997, Matthias Apitz wrote:
> 
> You didn't explain what your problem is. If your problem
> is the missing strings from your sendfax(1) command at your
> cover-page you should read the man page of sendfax(1)
> for the right order of the arguments.
> 
Dear Matthias,
	I just tried reading the man page once more, and I didn't find an
hint to the right argument order; hence, I think that the order is
meaningless. Never the less, I tried the order which appears in the man
page, and I got the very same result: sendfax doesn't tell faxcover
anything abot the way it should fill the Regarding: and the Company:
fields, regardless of the order in which I put the options on the command
line, and the fact that I put in a space between the option and the
strings. Hope this clarifies my problem. As a matter of fact, I'm using
4.0pl0 under linux 2.0.27 - libc 5.3.12

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 04 Jan 1997 18:16:00 +1100
From: Mike Crooks <mc@mmpowered.com.au>
To: flexfax@sgi.com
Subject: Unexpected +FHNG:2 response after successful page transmit
Sender: owner-flexfax@celestial.com

Hi folks,

I've searched through the Hylafax documentation and FAQ and searchable
mailing list and read my modem documentation as well as downloaded 
Rockwell's AT command reference manual for Fax Class 2 commands

but I'm still stymied ...

9 out of 10 times when transmitting a fax to a normal fax machine
(Sharp UX-222) from a NetComm SmartModem 288 the fax (1 or 2 pages)
goes through ok, but the fax machine gets a COM-3 line error at the
end.  The other 1 out of 10 times it works with no complaints.

A sample session log is:
--
Jan 03 17:37:50.13: [14439]: SESSION BEGIN 00000057 61396969455
Jan 03 17:37:50.13: [14439]: DELAY 2600 ms
Jan 03 17:37:53.73: [14439]: <-- [14:ATE0V1Q0S0=0H\r]
Jan 03 17:37:53.83: [14439]: --> [2:OK]
Jan 03 17:37:53.83: [14439]: <-- [21:ATS8=2S7=60&K3&D2&C1\r]
Jan 03 17:37:53.94: [14439]: --> [2:OK]
Jan 03 17:37:53.94: [14439]: <-- [12:AT+FCLASS=2\r]
Jan 03 17:37:54.03: [14439]: --> [2:OK]
Jan 03 17:37:54.03: [14439]: <-- [10:AT+FTBC=0\r]
Jan 03 17:37:54.12: [14439]: --> [2:OK]
Jan 03 17:37:54.12: [14439]: <-- [10:AT+FBOR=0\r]
Jan 03 17:37:54.21: [14439]: --> [2:OK]
Jan 03 17:37:54.21: [14439]: <-- [13:AT+FPHCTO=30\r]
Jan 03 17:37:54.30: [14439]: --> [2:OK]
Jan 03 17:37:54.30: [14439]: <-- [24:AT+FDCC=1,5,0,2,1,0,0,0\r]
Jan 03 17:37:54.39: [14439]: --> [2:OK]
Jan 03 17:37:54.39: [14439]: <-- [5:ATM0\r]
Jan 03 17:37:54.48: [14439]: --> [2:OK]
Jan 03 17:37:54.51: [14439]: <-- [12:AT+FCLASS=2\r]
Jan 03 17:37:54.70: [14439]: --> [2:OK]
Jan 03 17:37:54.70: [14439]: <-- [10:AT+FTBC=0\r]
Jan 03 17:37:54.89: [14439]: --> [2:OK]
Jan 03 17:37:54.89: [14439]: <-- [10:AT+FBOR=0\r]
Jan 03 17:37:55.08: [14439]: --> [2:OK]
Jan 03 17:37:55.08: [14439]: <-- [13:AT+FPHCTO=30\r]
Jan 03 17:37:55.27: [14439]: --> [2:OK]
Jan 03 17:37:55.27: [14439]: <-- [24:AT+FDCC=1,5,0,2,1,0,0,0\r]
Jan 03 17:37:55.46: [14439]: --> [2:OK]
Jan 03 17:37:55.46: [14439]: <-- [23:AT+FLID="+61396969455"\r]
Jan 03 17:37:55.65: [14439]: --> [2:OK]
Jan 03 17:37:55.65: [14439]: DIAL 96969455
Jan 03 17:37:55.65: [14439]: <-- [13:ATDT96969455\r]
Jan 03 17:38:06.56: [14439]: --> [7:RINGING]
Jan 03 17:38:13.02: [14439]: --> [5:+FCON]
Jan 03 17:38:13.02: [14439]: --> [108:+FNSF:00 00 31 00 4E B8 00 84 0D
DD 00 00 DD DD 00 00 DD DD DD DD DD 97 01 03 05 17 34 40 ED 22 90 00 00
10 ]
Jan 03 17:38:13.02: [14439]: REMOTE NSF "00 00 31 00 4E B8 00 84 0D DD
00 00 DD DD 00 00 DD DD DD DD DD 97 01 03 05 17 34 40 ED 22 90 00 00 10"
Jan 03 17:38:13.14: [14439]: --> [28:+FCSI:"      +61 3 96969455"]
Jan 03 17:38:13.14: [14439]: REMOTE CSI "+61 3 96969455"
Jan 03 17:38:13.14: [14439]: --> [21:+FDIS:1,3,0,2,0,0,0,4]
Jan 03 17:38:13.14: [14439]: --> [2:OK]
Jan 03 17:38:13.14: [14439]: REMOTE best rate 9600 bit/s
Jan 03 17:38:13.14: [14439]: REMOTE max page width 1728 pixels in 215 mm
Jan 03 17:38:13.14: [14439]: REMOTE max unlimited page length 
Jan 03 17:38:13.14: [14439]: REMOTE best vres 7.7 line/mm
Jan 03 17:38:13.14: [14439]: REMOTE best format 1-D MR
Jan 03 17:38:13.14: [14439]: REMOTE best 20 ms, 10 ms/scanline
Jan 03 17:38:13.15: [14439]: USE 9600 bit/s
Jan 03 17:38:13.15: [14439]: USE 20 ms, 10 ms/scanline
Jan 03 17:38:13.15: [14439]: SEND file "docq/doc23.ps;30"
Jan 03 17:38:13.15: [14439]: USE page width 1728 pixels in 215 mm
Jan 03 17:38:13.15: [14439]: USE unlimited page length 
Jan 03 17:38:13.15: [14439]: USE 3.85 line/mm
Jan 03 17:38:13.16: [14439]: USE 1-D MR
Jan 03 17:38:13.16: [14439]: <-- [24:AT+FDIS=0,3,0,2,0,0,0,4\r]
Jan 03 17:38:13.32: [14439]: --> [2:OK]
Jan 03 17:38:13.32: [14439]: <-- [7:AT+FDT\r]
Jan 03 17:38:19.31: [14439]: --> [21:+FDCS:0,3,0,2,0,0,0,4]
Jan 03 17:38:21.03: [14439]: --> [7:CONNECT]
Jan 03 17:38:21.03: [14439]: SEND wait for XON
Jan 03 17:38:21.03: [14439]: --> [1:]
Jan 03 17:38:21.03: [14439]: SEND begin page
Jan 03 17:38:21.04: [14439]: <-- data [1031]
[stuff deleted]
Jan 03 17:38:32.46: [14439]: SENT 16026 bytes of data
Jan 03 17:38:32.46: [14439]: <-- data [2]
Jan 03 17:38:33.00: [14439]: SEND end page
Jan 03 17:38:49.49: [14439]: --> [2:OK]
Jan 03 17:38:49.49: [14439]: SEND send EOP (no more pages or documents)
Jan 03 17:38:49.49: [14439]: <-- [9:AT+FET=2\r]
Jan 03 17:38:53.75: [14439]: --> [7:+FPTS:1]
Jan 03 17:38:53.75: [14439]: SEND recv MCF (message confirmation)
Jan 03 17:38:53.75: [14439]: SEND FAX (00000057): FROM melbwest TO
96969455 (page 1 of 1 sent in 0:40)
Jan 03 17:38:53.75: [14439]: SEND FAX (00000057): FROM melbwest TO
96969455 (docq/doc23.ps;30 sent in 0:40)
Jan 03 17:38:53.83: [14439]: <-- [4:ATH\r]
Jan 03 17:38:53.95: [14439]: --> [7:+FHNG:2]
Jan 03 17:38:53.95: [14439]: REMOTE HANGUP: Call aborted,  from +FK or
<CAN> (code 2)
Jan 03 17:38:53.95: [14439]: --> [2:OK]
Jan 03 17:38:53.95: [14439]: SESSION END
--

Note that the tail differs from the description in the Rockwell manual
which indicates that 
  <-- [9:AT+FET=2\r]
should get a reply of:
  --> [7:+FPTS:1]
  --> [7:+FHNG:0]
  --> [2:OK]

I'm beginning to suspect a timing issue.  Is it possible that
Hylafax is forcing a ATH while the modem is still waiting for the
line to drop before returning the +FHNG:0
Is it possible to delay Hylafax sending the ATH without hacking the
source?

I'm running Hylafax 4.0 beta 15 binary distibution for Solaris 2.5
I tried turning off the PageChop on the final page because I thought
it might be related, but it made no difference.

Regards, Mike.  

--
Mike Crooks                 Email: mc@mmpowered.com.au
mmpowered communications    ACN: 007 093 343   Phone:+61 3 96969499 
177 Clarendon St South Melbourne, Vic. 3205    Fax:  +61 3 96969455

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 4 Jan 1997 09:14:21 -0800 (PST)
From: Tim Rice <tim@trr.metro.NET>
To: "Paul A. Scowen" <PAUL.SCOWEN@ASU.Edu>
cc: flexfax@sgi.com
Subject: Re: Problems building Hylafax under dUNIX v4.0
Sender: owner-flexfax@celestial.com

On Fri, 3 Jan 1997, Paul A. Scowen wrote:

> Hi,
> 
> I'm trying to build Hylafax under Digital UNIX v4.0 on an alpha system.
> The rev of Hylafax is v4.0pl1.  I'm performing the build using gcc
> version
> 2.7.2.1.  
> 
> I ran into some problems initially that were fixed by turning off the
> REGEX
> part of the configuration - for some reason the configure does not do
> this
> automatically.  Anyway, the build proceeds merrily until we get to one 
> location and we get an unresolved loader error:
> 
> /usr/local/bin/gcc      -I.././zlib                       -D__ANSI_CPP__
> -I. -I.. -I.././util  -I.././util -I/usr/local/include -I/usr/include -g
> -O -o faxinfo faxinfo.o   -L/usr/local/lib  ../util/libfaxutil.a
> ../port/libport.a -L/usr/local/lib -ltiff -L../zlib -lz  -lutil -lm -lc 
> collect2: ld returned 1 exit status
> /usr/bin/ld:
> Unresolved:
> __builtin_va_start
> *** Exit 1
> Stop.
[snip]
I ran into similar problems compiling on SCO UNIX.
It turned out to be a system header file that was not setup to be used
with C++. Ie. it did not have something like this at the top

	#if defined(__cplusplus)
	extern "C" {
	#endif

and something like this at the bottom.

	#if defined(__cplusplus)
        	}
	#endif

Hope this helps.
> 
> Paul Scowen
> ASU - Astronomy
> 

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

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Don Thompson" <don@rapido.drumhill.prestel.co.uk>
Date: Sat, 4 Jan 1997 22:46:35 +0000
To: "Scott J. Kramer" <sjk@graham.com>, Eric Smith <eric@picturenet.co.za>
Subject: Re: OCR
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

On Jan 2, 11:55am, Scott J. Kramer wrote:
> Subject: Re: OCR
> On Thu,  2 Jan 1997 14:56 +0200, Eric Smith wrote:
>
>     Can anyone recommend an OCR utility to use in conjunction with hylafax.
>     I travel with a pocket VT100 Terminal Emulator and would like to read
>     incoming faxes arriving at my server.  I figure this is the only way to
>     do this.
>
> Are you trying to convert faxes to ASCII format?  There are utilities
> for converting TIFF fax format to PostScript (`fax2ps' or `tiff2ps')

Umm, won't that just produce a PostScript bitmap or image representation of the
TIFF/fax file.

> and PostScript to ASCII (`ps2ascii'), but I suspect the results would

whereas this will strip out text associated with a "show" command within a
PostScript file (which the converted TIFF won't contain).

Sorry, can't help on the OCR front.

> be rather lame, especially when a fax contains graphics.
>
> -sjk
>
> --
> Scott J. Kramer				Graham Technology Solutions
> UNIX Systems Administrator		20823 Stevens Creek Blvd., Suite 440
> <sjk@graham.com>			Cupertino, CA  95014
> http://www.graham.com			+1.408.366.8001
>
>-- End of excerpt from Scott J. Kramer



-- 

-+----------------------------------------------------------------------------+-
   Don Thompson, Technical Support Team - UNIX
   CFM Northern Ireland, Trident House, 301 Airport Rd West, Belfast, BT3 9AE
   Tel: 01232-734000, Fax: 01232-734040
-+----------------------------------------------------------------------------+-
   Home: don@drumhill.prestel.co.uk; Tel. 01232 826778[GSM-0802 493679]
-+----------------------------------------------------------------------------+-

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Don Thompson" <don@rapido.drumhill.prestel.co.uk>
Date: Sat, 4 Jan 1997 22:52:47 +0000
To: raoul@cirl.meei.harvard.edu, flexfax@sgi.com
Subject: Re: [lorenzo@argon.roma2.infn.it: little problems with HylaFAX]
Sender: owner-flexfax@celestial.com

On Jan 2,  7:08pm, raoul@kerberos.cirl wrote:
> Subject: [lorenzo@argon.roma2.infn.it: little problems with HylaFAX]
> -----BEGIN PGP SIGNED MESSAGE-----
>
>
> Lorenzo Catuccie writes:
>
>   Dear readers, I'm here to ask for some help with the program (you knew it,
>   didn't you?) I just installed v4.0pl0, and I'm having two kind of
>   different problems:
>   1 MacFLEX problems, does someone know the new address to get in touch with
>   rob?
>   2 sendfax problem (this is the worst): look at this transcript and
>   (please) tell me what I'm doing wrong:
>
>   -
------------------------------------------------------------------------------
>   argon:~$ sendfax -c"commento" -d"Gigliola Merusi@09421835" -x "Camping
HELIOPOL
>
> Well, for one thing, try writing
>
> 	sendfax -c "commento" -d "Gigliola Merusi@09421835" -x "Camping
HELIOPOL
>
> Don't forget the spaces.

I always form my sendfax commands:

	sendfax -c "commento" -d "Gigliola Merusi"@09421835 -x "Ca...etc

Only quoting the name part of the destination, no problems, use it all the
time.

>
> 			Nico Garcia
> 			Engineer, CIRL
> 			Mass. Eye and Ear Infirmary
> 			raoul@cirl.harvard.edu
>
>
>-- End of excerpt from raoul@kerberos.cirl



-- 

-+----------------------------------------------------------------------------+-
   Don Thompson, Technical Support Team - UNIX
   CFM Northern Ireland, Trident House, 301 Airport Rd West, Belfast, BT3 9AE
   Tel: 01232-734000, Fax: 01232-734040
-+----------------------------------------------------------------------------+-
   Home: don@drumhill.prestel.co.uk; Tel. 01232 826778[GSM-0802 493679]
-+----------------------------------------------------------------------------+-

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sun, 05 Jan 1997 17:35:11 +0900
From: Richard Sharpe <admin@ns.aus.com>
Subject: Using MS Word to generate coversheet templates
To: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

When I first saw the SGI logo that is part of the standard FAX cover sheet
generated by HylaFAX 4.0pl0, I got a shock (I spent 8.5 years with Digital
just prior to installing HylaFAX on an ULTRIX machine).

In addition, the customer wanted their own logo and other details on the
cover sheet, so I investigated using MS Word to generate the FAX Cover sheet
(faxcover.ps in /usr/local/lib/fax).

The faxcover program that is run for a coversheet builds a postscript
dictionary with all the parameters that you give it and others it can figure
out, like:

  To:
  From:
  Re:
  Comments:
  Company:

etc. It then whacks this on the front of the file faxcover.ps mentioned
above. The deault faxcover.ps then uses the variables defined in the
dictionary to stick useful info on the front sheet.

In building a cover sheet for my customer, I used MS Word, and pulled in
their standard logo and placed it where they wanted it (I used frames for
some of the stuff they wanted). I also defined a footer on the page and
placed the legal notice and contact numbers on the bottom of the page. I
also noticed and was told by other people that you want a plain font without
serifs. I used helvetica, but still noticed that the numeral 8 would not
print correctly on the other end (the top of the 8 seemed chopped off, but
it is still recognizable as an 8).

The main thing I did however, was to build a table to contain the info
merged in from the dictionary that faxcover generates. This table allowed me
to right align the labels and left align the text, like so:


                     Date: One fine day
                       To: Sam Leffler, Jr
               Fax Number: 1234567
                     From: An appreciative HylaFAX user
                  Company: NS Computer Software and Services
                       Re: HylaFAX is just great
                 Comments: In fact, it is better than sliced bread

In fact, what I did for the cells that would contain the value of the field
indicated was to put in something like replace-with-date-field so that I
could easily find the places where variable substitution was needed.

Now, it turns out that with tables, the MS postscript driver (at least for
WfWg 3.11) generates the following for each row of the table:

        gs 435 94 19 306 CB
        46 333 86 (To:) 86 SB
        gr
        gs 1068 94 454 306 CB
        477 333 nnnn (replace-with-to-field) nnnn SB
        gr

Where nnnn is the length that the text occupies in points.

That is, it generates two groups of postscrip, with a graphics save, a print
sequence and a graphics restore. Unfortunately the SB requires the lenght in
points of the text before and after the text or it does strange things, like
squish the text, or print like t      h      i     s.

So what I did was to change the postscript to this:

        gs 435 94 19 306 CB
        346 333 86 (To:) 86 SB
        gr
        gs 1068 94 454 306 CB
        477 333 to MAKEREAL FIXLEN SB
        gr

That is, for each block of 6 ps statements, I ignored the first part, and
changes the replace-with-xxx-field with the name of that field as specified
in the dictionary that gets plugged on the front. I also added those two ps
functions MAKEREAL and FIXLEN.

Here are all the definitions that I stick at the front of the coverpage.ps file:

/covpaglen 1 def
/nullstring () def
/MAKEREAL {
dup nullstring eq { (   ) exch pop } if
} def
/FIXLEN {
dup stringwidth pop exch dup stringwidth pop
} def
/ADDCPL {
dup length 1 add /cptemp exch string def cvi covpaglen add cptemp cvs
} def

The first two just define some constants. MAKEREAL checks to see if the
variable has a null value, and if so, sticks a few spaces on the stack so
that SB wont barf. FIXLEN computes the length in points of the string on the
top of the stack (using the currently defined font) and sticks that value on
the stack before and after the string so SB will work OK.

ADDCPL makes the page count correct in those cases where you want the page
count to include the coverpage. Of course, page count is estimated by
ghostscript using the comments passed to it, but what the hell.

The block of ps that specifies the page count looks like this:

gs 435 94 19 776 CB
270 803 162 (Pages:) 162 SB
gr
gs 435 94 19 870 CB
62 897 370 (\(including this\)) 370 SB
gr
gs 1068 94 454 776 CB
477 803 page-count MAKEREAL ADDCPL FIXLEN SB
gr

I also did some extra work to get the comments field printed out split up
the way faxcover generates it, but it should be obvious how to do that by now.

I hope that people find this discussion useful.
Regards
-------
Richard Sharpe, sharpe@ns.aus.com
NS Computer Software and Services P/L, 
Ph: +61-8-8281-0063, FAX: +61-8-8250-2080, WWW: http://www.ns.aus.com
NS is an OS-neutral, equal-HTTP-server opportunity employer!

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sun, 05 Jan 1997 17:35:11 +0900
From: Richard Sharpe <admin@ns.aus.com>
To: flexfax@sgi.com
Subject: Using MS Word to generate coversheet templates
Sender: owner-flexfax@celestial.com

When I first saw the SGI logo that is part of the standard FAX cover sheet
generated by HylaFAX 4.0pl0, I got a shock (I spent 8.5 years with Digital
just prior to installing HylaFAX on an ULTRIX machine).

In addition, the customer wanted their own logo and other details on the
cover sheet, so I investigated using MS Word to generate the FAX Cover sheet
(faxcover.ps in /usr/local/lib/fax).

The faxcover program that is run for a coversheet builds a postscript
dictionary with all the parameters that you give it and others it can figure
out, like:

  To:
  From:
  Re:
  Comments:
  Company:

etc. It then whacks this on the front of the file faxcover.ps mentioned
above. The deault faxcover.ps then uses the variables defined in the
dictionary to stick useful info on the front sheet.

In building a cover sheet for my customer, I used MS Word, and pulled in
their standard logo and placed it where they wanted it (I used frames for
some of the stuff they wanted). I also defined a footer on the page and
placed the legal notice and contact numbers on the bottom of the page. I
also noticed and was told by other people that you want a plain font without
serifs. I used helvetica, but still noticed that the numeral 8 would not
print correctly on the other end (the top of the 8 seemed chopped off, but
it is still recognizable as an 8).

The main thing I did however, was to build a table to contain the info
merged in from the dictionary that faxcover generates. This table allowed me
to right align the labels and left align the text, like so:


                     Date: One fine day
                       To: Sam Leffler, Jr
               Fax Number: 1234567
                     From: An appreciative HylaFAX user
                  Company: NS Computer Software and Services
                       Re: HylaFAX is just great
                 Comments: In fact, it is better than sliced bread

In fact, what I did for the cells that would contain the value of the field
indicated was to put in something like replace-with-date-field so that I
could easily find the places where variable substitution was needed.

Now, it turns out that with tables, the MS postscript driver (at least for
WfWg 3.11) generates the following for each row of the table:

        gs 435 94 19 306 CB
        46 333 86 (To:) 86 SB
        gr
        gs 1068 94 454 306 CB
        477 333 nnnn (replace-with-to-field) nnnn SB
        gr

Where nnnn is the length that the text occupies in points.

That is, it generates two groups of postscrip, with a graphics save, a print
sequence and a graphics restore. Unfortunately the SB requires the lenght in
points of the text before and after the text or it does strange things, like
squish the text, or print like t      h      i     s.

So what I did was to change the postscript to this:

        gs 435 94 19 306 CB
        346 333 86 (To:) 86 SB
        gr
        gs 1068 94 454 306 CB
        477 333 to MAKEREAL FIXLEN SB
        gr

That is, for each block of 6 ps statements, I ignored the first part, and
changes the replace-with-xxx-field with the name of that field as specified
in the dictionary that gets plugged on the front. I also added those two ps
functions MAKEREAL and FIXLEN.

Here are all the definitions that I stick at the front of the coverpage.ps file:

/covpaglen 1 def
/nullstring () def
/MAKEREAL {
dup nullstring eq { (   ) exch pop } if
} def
/FIXLEN {
dup stringwidth pop exch dup stringwidth pop
} def
/ADDCPL {
dup length 1 add /cptemp exch string def cvi covpaglen add cptemp cvs
} def

The first two just define some constants. MAKEREAL checks to see if the
variable has a null value, and if so, sticks a few spaces on the stack so
that SB wont barf. FIXLEN computes the length in points of the string on the
top of the stack (using the currently defined font) and sticks that value on
the stack before and after the string so SB will work OK.

ADDCPL makes the page count correct in those cases where you want the page
count to include the coverpage. Of course, page count is estimated by
ghostscript using the comments passed to it, but what the hell.

The block of ps that specifies the page count looks like this:

gs 435 94 19 776 CB
270 803 162 (Pages:) 162 SB
gr
gs 435 94 19 870 CB
62 897 370 (\(including this\)) 370 SB
gr
gs 1068 94 454 776 CB
477 803 page-count MAKEREAL ADDCPL FIXLEN SB
gr

I also did some extra work to get the comments field printed out split up
the way faxcover generates it, but it should be obvious how to do that by now.

I hope that people find this discussion useful.
Regards
-------
Richard Sharpe, sharpe@ns.aus.com
NS Computer Software and Services P/L, 
Ph: +61-8-8281-0063, FAX: +61-8-8250-2080, WWW: http://www.ns.aus.com
NS is an OS-neutral, equal-HTTP-server opportunity employer!

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sun, 05 Jan 1997 20:31:59 +0900
From: Richard Sharpe <admin@ns.aus.com>
Subject: Re: Using MS Word to generate coversheet templates, more info
To: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

Yesterday I send some notes on generating fax cover sheets using MS Word and
printing them to a file using a postscript driver.

Having looked at this issue some more in trying to answer a question from
someone out there, I have discovered that what I said was specific to
Postscript generated by PSCRIPT.DRV V3.5x from Windows for Workgroups, and
that PSCRIPT.DRV V4.0 from Windows 95 generates very different code.

In addition, it should be noted that I used FTP to transfer the file from
Windows to UNIX (which automagically converts CRLF to LF). Once on UNIX, I
could use vi or emacs to hand modify the postscript.

At 05:35 PM 5/01/97 +0900, Richard Sharpe wrote:
>When I first saw the SGI logo that is part of the standard FAX cover sheet
>generated by HylaFAX 4.0pl0, I got a shock (I spent 8.5 years with Digital
>just prior to installing HylaFAX on an ULTRIX machine).
>

[Deletia]

>Now, it turns out that with tables, the MS postscript driver (at least for
>WfWg 3.11) generates the following for each row of the table:
>
>        gs 435 94 19 306 CB
>        46 333 86 (To:) 86 SB
>        gr
>        gs 1068 94 454 306 CB
>        477 333 nnnn (replace-with-to-field) nnnn SB
>        gr
>
>Where nnnn is the length that the text occupies in points.
>
>That is, it generates two groups of postscrip, with a graphics save, a print
>sequence and a graphics restore. Unfortunately the SB requires the lenght in
>points of the text before and after the text or it does strange things, like
>squish the text, or print like t      h      i     s.
>
>So what I did was to change the postscript to this:
>
>        gs 435 94 19 306 CB
>        346 333 86 (To:) 86 SB
>        gr
>        gs 1068 94 454 306 CB
>        477 333 to MAKEREAL FIXLEN SB
>        gr
>
>That is, for each block of 6 ps statements, I ignored the first part, and
>changes the replace-with-xxx-field with the name of that field as specified
>in the dictionary that gets plugged on the front. I also added those two ps
>functions MAKEREAL and FIXLEN.
>
>Here are all the definitions that I stick at the front of the coverpage.ps
file:
>
>/covpaglen 1 def
>/nullstring () def
>/MAKEREAL {
>dup nullstring eq { (   ) exch pop } if
>} def
>/FIXLEN {
>dup stringwidth pop exch dup stringwidth pop
>} def
>/ADDCPL {
>dup length 1 add /cptemp exch string def cvi covpaglen add cptemp cvs
>} def
>
>The first two just define some constants. MAKEREAL checks to see if the
>variable has a null value, and if so, sticks a few spaces on the stack so
>that SB wont barf. FIXLEN computes the length in points of the string on the
>top of the stack (using the currently defined font) and sticks that value on
>the stack before and after the string so SB will work OK.
>
>ADDCPL makes the page count correct in those cases where you want the page
>count to include the coverpage. Of course, page count is estimated by
>ghostscript using the comments passed to it, but what the hell.
>
>The block of ps that specifies the page count looks like this:
>
>gs 435 94 19 776 CB
>270 803 162 (Pages:) 162 SB
>gr
>gs 435 94 19 870 CB
>62 897 370 (\(including this\)) 370 SB
>gr
>gs 1068 94 454 776 CB
>477 803 page-count MAKEREAL ADDCPL FIXLEN SB
>gr
>
>I also did some extra work to get the comments field printed out split up
>the way faxcover generates it, but it should be obvious how to do that by now.
>

As stated above this is relevant to postscript generated by the postscript
driver on Windows for WorkGroups 3.11. 

Windows 95 generates the following sort of postscript:

        Ji 
        729 618 M 
        -0.051 0 (Date:)A 
        ; : 0 0 2362 3383 rc 0 0 0 sco F0_58
        Ji 
        909 618 M 
        -0.120 0 (replace-with-date-field)A 
        ; : 0 0 2362 3383 rc 0 0 0 sco F0_58

Which appears to be much easier to deal with, but I will have to figure out
what the two numbers before the text mean ...

However, since I will be doing the same again soon for another site that has
Windows 95, I will probably look at this issue again. So, at another time I
will post notes on how to convert Win95 generated postscript to pick up the
info added by faxcover.

Regards
-------
Richard Sharpe, sharpe@ns.aus.com
NS Computer Software and Services P/L, 
Ph: +61-8-8281-0063, FAX: +61-8-8250-2080, WWW: http://www.ns.aus.com
NS is an OS-neutral, equal-HTTP-server opportunity employer!

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 06 Jan 1997 08:33:31 +0100
From: Ulrich Eckhardt <uli@rgw-express.de>
Organization: RGW Express Airfreight GmbH
To: Yngvi Sigurjonsson <yngvi@hagkaup.is>, uri@harmonic.co.il
CC: flexfax@sgi.com
Subject: Re: WHFC V0.2 available
Sender: owner-flexfax@celestial.com

Yngvi Sigurjonsson wrote:
>
> > For further informations see http://www.rgw-express.de/whfc
> >
> Hi,
> 
> Do I need to install whfc 1.0 first? Whenever I try to start whfc.exe
> and select "system preferences" I get a popup telling me I must
> "please fill a directory". What direcrtory must I fill?
> 
> I can't thank  you right now for a wonderful program, I haven't seen it work:)

Hi,

you need the directory for the user-settings. You must fill in this
directory in the "Directory for user-settings" line. You must also
have this directory. If you have multiple users, this directory should
be on the homedirectory (homedrive) of the users.

Uli
-- 
Ulrich Eckhardt		mailto:uli@rgw-express.de

Truly great madness can not be achieved without significant
intelligence. (Henrik Tikkanen)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 06 Jan 1997 08:40:29 +0100
From: Ulrich Eckhardt <uli@rgw-express.de>
Organization: RGW Express Airfreight GmbH
To: flexfax@sgi.com
Subject: WHFC V0.2a 
Sender: owner-flexfax@celestial.com

Hi,

i have released Version 0.2a alpha of whfc. This version
fixed the sendqueue bug. The send and receivequeue should now
work (hopefully).

Bugreports and suggestions for future enhancements are always
welcome (mailto:uli@rgw-express.de).

For further informations see http://www.rgw-express.de/whfc

have fun
uli
-- 
Ulrich Eckhardt		mailto:uli@rgw-express.de

Truly great madness can not be achieved without significant
intelligence. (Henrik Tikkanen)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 06 Jan 1997 08:40:29 +0100
Organization: RGW Express Airfreight GmbH
From: Ulrich Eckhardt <uli@rgw-express.de>
To: flexfax@sgi.com
Subject: WHFC V0.2a
Sender: owner-flexfax@celestial.com

Hi,

i have released Version 0.2a alpha of whfc. This version
fixed the sendqueue bug. The send and receivequeue should now
work (hopefully).

Bugreports and suggestions for future enhancements are always
welcome (mailto:uli@rgw-express.de).

For further informations see http://www.rgw-express.de/whfc

have fun
uli
-- 
Ulrich Eckhardt		mailto:uli@rgw-express.de

Truly great madness can not be achieved without significant
intelligence. (Henrik Tikkanen)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Elementary question - please excuse
To: flexfax@sgi.com
Date: Mon, 6 Jan 1997 16:41:57 +0800 (SGT)
From: <webmaster@singapore.com>
ReplyTo: <webmaster@singapore.com>
Sender: owner-flexfax@celestial.com

I am using Hylafax V4.0pl0.

After spending more than an hour searching the html docs and faqs,
I still couldn't figure out to move a job from the doneq back into
the sendq.
Thank you for your answer.

Best regards,

Suresh/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 06 Jan 1997 14:22:11 +0100
From: Dieter Meinert <Dieter.Meinert@gkss.de>
Subject: Problem receiving fax
To: flexfax@sgi.com
Reply-to: dieter.meinert@gkss.de
Sender: owner-flexfax@celestial.com

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


Hi all,
I recently installed hylafax 4.0 on my linux 2.0.0 box, and
managed to send out some facsimile. But I cannot receive any fax.
The machine accepts the connection, but then fails to receive
image data.

Modem Receive Fax Log

An attempt to receive facsimile on modem failed because:

    Missing EOL after 5 seconds (section 3.2/T.4)

    ---- Transcript of session follows ----

Jan 02 20:52:15.68: [  132]: SESSION BEGIN 00000010 49415282110
Jan 02 20:52:15.68: [  132]: <-- [4:ATA\r]
Jan 02 20:52:22.12: [  132]: --> [5:+FCON]
Jan 02 20:52:22.12: [  132]: ANSWER: FAX CONNECTION
Jan 02 20:52:22.12: [  132]: MODEM input buffering enabled
Jan 02 20:52:22.14: [  132]: RECV FAX: begin
Jan 02 20:52:24.18: [  132]: --> [28:+FTSI:"     +49 4152 872020"]
Jan 02 20:52:24.29: [  132]: REMOTE TSI "+49 4152 872020"
Jan 02 20:52:24.29: [  132]: --> [21:+FDCS:0,3,0,2,0,0,0,0]
Jan 02 20:52:24.29: [  132]: REMOTE wants 9600 bit/s
Jan 02 20:52:24.29: [  132]: REMOTE wants page width 1728 pixels in 215 mm
Jan 02 20:52:24.29: [  132]: REMOTE wants unlimited page length 
Jan 02 20:52:24.29: [  132]: REMOTE wants 3.85 line/mm
Jan 02 20:52:24.29: [  132]: REMOTE wants 1-D MR
Jan 02 20:52:24.48: [  132]: --> [2:OK]
Jan 02 20:52:24.49: [  132]: ACCEPT TSI "+49 4152 872020"
Jan 02 20:52:24.49: [  132]: <-- [7:AT+FDR\r]
Jan 02 20:52:27.06: [  132]: --> [5:+FCFR]
Jan 02 20:52:27.06: [  132]: --> [21:+FDCS:0,3,0,2,0,0,0,0]
Jan 02 20:52:27.06: [  132]: REMOTE wants 9600 bit/s
Jan 02 20:52:27.06: [  132]: REMOTE wants page width 1728 pixels in 215 mm
Jan 02 20:52:27.06: [  132]: REMOTE wants unlimited page length 
Jan 02 20:52:27.06: [  132]: REMOTE wants 3.85 line/mm
Jan 02 20:52:27.06: [  132]: REMOTE wants 1-D MR
Jan 02 20:52:27.83: [  132]: --> [7:CONNECT]
Jan 02 20:52:27.83: [  132]: RECV: begin page
Jan 02 20:52:27.85: [  132]: MODEM set XON/XOFF/FLUSH: input ignored, output generated
Jan 02 20:52:27.85: [  132]: RECV: send trigger 021
Jan 02 20:53:58.51: [  132]: MODEM TIMEOUT: reading from modem
Jan 02 20:53:58.51: [  132]: RECV: Missing EOL after 5 seconds
Jan 02 20:53:58.51: [  132]: MODEM set XON/XOFF/DRAIN: input interpreted, output disabled
Jan 02 20:53:58.51: [  132]: REMOTE HANGUP: Missing EOL after 5 seconds (section 3.2/T.4) (code 91)
Jan 02 20:53:58.55: [  132]: RECV FAX (00000010): recvq/fax00007.tif from +49 4152 872020, route to <unspecified>, 0 pages in 1:36
Jan 02 20:53:58.60: [  132]: RECV FAX: Missing EOL after 5 seconds (section 3.2/T.4)
Jan 02 20:53:58.60: [  132]: <-- [6:AT+FK\r]
Jan 02 20:53:58.82: [  132]: --> [7:+FHNG:2]
Jan 02 20:53:58.82: [  132]: REMOTE HANGUP: Call aborted,  from +FK or <CAN> (code 2)
Jan 02 20:53:58.82: [  132]: --> [2:OK]
Jan 02 20:53:58.82: [  132]: RECV FAX (00000010): session with +49 4152 872020 terminated abnormally: Missing EOL after 5 seconds (section 3.2/T.4)
Jan 02 20:53:58.82: [  132]: RECV FAX: bin/faxrcvd "recvq/fax00007.tif" "modem" "00000010" "Missing EOL after 5 seconds (section 3.2/T.4)"


I cannot find that EOL error mentioned in either FAQ or manuals,
and cannot even figure out where the error belongs to.
- From where is that ominous EOL expected: from the sending fax or
from my modem ?  
And does anyone know how to get around that ?

Tsch,
						Dieter 
 
  _____________________________*______________________________
 /                          *       dieter.meinert@gkss.de    \
 \ Dieter Meinert    (-      **     http://w3.gkss.de/~dieter/ \
  \__________________A______*__*_______________________________/

-----BEGIN PGP SIGNATURE-----
Version: 2.6

iQCVAgUBMtD8gPYksnFoaQ6JAQENzQQA0pSLtks61WZH8C8uS+mjh/INCK6owLTd
8jEV5KlUyxRFozQOtkjNiTuRFvNDlgUoApU/wBuRW3zcHRg41a7kpk4ly6ttfmja
UpaD9ArcazW8b+VXYPDzTPC41qkATvGxsPKw+sZ5Er+hUQrEvf568/mHxbwwhLe1
RSE249ffFH4=
=7zYU
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 6 Jan 1997 09:12:59 -0500 (EST)
From: Douglas Mauro <mailer@empireone.net>
To: fax <flexfax@sgi.com>
Subject: sendpage: HELP! HELP! 
Sender: owner-flexfax@celestial.com

(cc: bsdi mailing list)

OS:		BSDI 2.1
HylaFax:	"HylaFAX (tm) Version 3.0pl1113"
Modem:		Practical Peripherals 28.8
Examples:	Yes!

Quick Desc:
	Can't get sendpage to send an alphanumeric page via 300 baud 7-E-1

Long Desc: 
	I have been trying to trouble shoot my dailin line to send an
alphanumeric page.  I tried Win 3.1 / 95 and Procomm+. It came down to
setting the speed at 300.  I tried 1,000,000 times at 1200 but No Luck.
Naturally getting sendpage to 300 baud has been a bear!  It seems to work
fine at 1200, I mean it runs/dials and connects then gets disconnected just
like any other program I ran at 1200 baud.  But when I changed the
etc/config.ttyA1e ModemRate: to 300 it gave me errors and then hung. 

  I spoke with my modem company and they gave me an init string to force the
modem to 300 baud.  When I put this in

etc/config.ttyA1e
SendPageCmd:            at&f&c1&d2&q0s37=3

it didn't show up in the log along with the other AT strings.  I did put it
in the ATDT%s and it showed up when it tried to dial but who knows if that
really worked.  It made no diff. 

I still don't know what the diff is between:

etc/config
and
etc/config.ttyA1e

This started out as something fun to get some report pages to me on the 
weekends telling my server is/is not on fire....  Of course this is now 
a personal struggle to get this working!

I am willing to entertain ANY suggestions.

Thanks for the help!
  __                            
 /  )      _ / _  _  /|/| _   _ 
/(_/ ()(/ (/( (/_)  /   |(/(// ()
        _/
- Systems Administrator EmpireOne - 

Home-Page: http://www.empireone.net/~mauro/
E-Mail:    mauro@empireone.net
Support:   acct@empireone.net


Here are both examples of 1200 baud and 300 baud.


##########################################################################
Here is what happens at 1200 baud:
etc/config.ttyA1e:
ModemRate:	1200

$sendpage -d 98690590 -p 300420 "testing 1 2 3"

/var/log/daemon.log
FaxQueuer[24462]: Purge stale UUCP lock /var/spool/uucp/e
PageSend[24624]:  MODEM ROCKWELL RC288DPi/04-00971-720 34C
PageSend[24624]: PAGE FAILED: No initial ID response from paging central

fax/log/
Jan 04 16:41:11.78: [24624]: SESSION BEGIN
Jan 04 16:41:11.78: [24624]: DELAY 2600 ms
Jan 04 16:41:14.37: [24624]: <-- [14:ATE0V1Q0S0=0H0]
Jan 04 16:41:14.76: [24624]: --> [2:OK]
Jan 04 16:41:14.76: [24624]: <-- [20:ATS8=2S7=60&K3&D2&C1]
Jan 04 16:41:15.19: [24624]: --> [2:OK]
Jan 04 16:41:15.19: [24624]: <-- [4:ATM0]
Jan 04 16:41:15.49: [24624]: --> [2:OK]
Jan 04 16:41:15.51: [24624]: <-- [11:AT+FCLASS=0]
Jan 04 16:41:15.87: [24624]: --> [2:OK]
Jan 04 16:41:15.87: [24624]: DIAL 98690590
Jan 04 16:41:15.87: [24624]: <-- [12:ATDT98690590]
Jan 04 16:41:31.93: [24624]: --> [7:CONNECT]
Jan 04 16:41:31.93: [24624]: EXPECT ID (paging central identification)
Jan 04 16:41:37.93: [24624]: RECVunknown paging central response: 
Jan 04 16:41:39.93: [24624]: RECVunknown paging central response: 
Jan 04 16:41:41.93: [24624]: RECV: x
Jan 04 16:41:47.93: [24624]: RECVunknown paging central response: 
Jan 04 16:41:51.93: [24624]: PAGE FAILED: No initial ID response from paging ce
Jan 04 16:41:52.05: [24624]: <-- [4:ATH0]
Jan 04 16:41:52.36: [24624]: --> [2:OK]
Jan 04 16:41:52.37: [24624]: SESSION END

####################################################################3
Here is what happens at 300 baud:
etc/config.ttyA1e:
ModemRate:      300

$sendpage -d 98690590 -p 300420 "testing 1 2 3"

/var/log/daemon.log
Jan  4 16:54:46 kermit FaxQueuer[24462]: SUBMIT JOB "sendq/q45"
Jan  4 16:54:52 kermit PageSend[24823]: /dev/ttyA1e: Can not deduce modem type.

fax/log/
..nothing..

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 6 Jan 1997 11:11:10 -0400 (ADT)
From: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
To: flexfax@sgi.com
Subject: Strange Logging ?
Sender: owner-flexfax@celestial.com

Folks, I am using HylaFAX 4.0pl1 (pl0 with a patch applied to be precise)
and I have noted that the log files generated by faxcron became wrong (you
can check bellow) after I decide to use sendfax with command line option
-D and -f like this example :

sendfax -n -D -f 'mneto@buriti.com.br (Mario de Mello)' -d nro /tmp/foo

Well, the fax is delivered, I receive the notification to the correct
address BUT the int the log the sender becomes mneto@com.br. When I do not
ask for notification and simply use -f 'Mario de Mello' (for cover page
purposes - yes in this case I remove the -n) the sender becomes Mario de
Mello@buriti.com.br, automagically picking my domain.
Anyone has already experienced this ?

Thanks, Mario.

 ---------- Forwarded message ----------
Date: Sat, 4 Jan 1997 23:25:06 -0400
From: uucp <uucp@buriti.com.br>
To: FaxMaster@buriti.com.br

Facsimile transmitted since 01/03/97 23:25:

Warning, address clash, "elka@com. br" and "elka@com.br".
Sender          Pages     Time Pg/min Errs TypRate TypData
elka@com. br        2     0:52    2.3    0    9600  1-D MR
elka@com.br         2     0:52    2.3    0    9600  1-D MR
mneto@com.br        2     0:50    2.4    0    9600  1-D MR
----------------------------------------------------------
Total               6     2:34    2.3    0

Facsimile transmitted since last week:

Warning, address clash, "elka@com. br" and "elka@com.br".
Sender                                         Pages     Time Pg/min Errs TypRate TypData
Carlos Alberto O. de Freitas@buriti.com.br         2     0:52    2.3    0    9600  1-D MR
Mario Neto @buriti.com.br                          2     0:59    2.0    0    9600  1-D MR
Mario de Mello Bittencourt Neto @buriti.com.br     2     0:58    2.1    0    9600  1-D MR
davi@buriti.com.br                                 2     0:50    2.4    0    9600  1-D MR
elka@com. br                                       2     0:52    2.3    0    9600  1-D MR
elka@com.br                                        2     0:52    2.3    0    9600  1-D MR
mneto@com.br                                       9     3:20    2.7    0    9600  1-D MR
mota@com.br                                        8     3:18    2.4    0    9600  1-D MR
-----------------------------------------------------------------------------------------
Total                                             29    12:01    2.4    0

Facsimile received since 01/03/97 23:25:

Sender          Pages     Time Pg/min Errs TypRate TypData
----------------------------------------------------------
Total               0     0:00    0.0    0

Facsimile received since last week:

Sender          Pages     Time Pg/min Errs TypRate TypData
----------------------------------------------------------
Total               0     0:00    0.0    0

Report failed calls and associated session logs:

Purge remote device capabilities older than 30 days:

Truncate merged session logs older than 30 days:

Purge received facsimile older than 2 days:

Nothing to purge in the tmp directory.

Destinations being rejected (added since 01/03/97 23:25):

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: strauss.udel.edu: mike owned process doing -bs
Date: Mon, 6 Jan 1997 10:44:36 -0500 (EST)
From: Mike Porter <mike@copland.udel.edu>
To: Douglas Mauro <mailer@empireone.net>
cc: fax <flexfax@sgi.com>
Subject: Re: sendpage: HELP! HELP! 
Sender: owner-flexfax@celestial.com

On Mon, 6 Jan 1997, Douglas Mauro wrote:

> (cc: bsdi mailing list)
> 
> OS:		BSDI 2.1
> HylaFax:	"HylaFAX (tm) Version 3.0pl1113"

You should use a much newer version.  The notes below are relative
to version 4.0.

> Modem:		Practical Peripherals 28.8
> Examples:	Yes!
> 
> Quick Desc:
> 	Can't get sendpage to send an alphanumeric page via 300 baud 7-E-1
> 
> Long Desc: 
> 	I have been trying to trouble shoot my dailin line to send an
...
>   I spoke with my modem company and they gave me an init string to force the
> modem to 300 baud.  When I put this in
> 
> etc/config.ttyA1e
> SendPageCmd:            at&f&c1&d2&q0s37=3

Isn't it "PagerSetupCmds:"?  You are using version 3.0, and perhaps
you are in correct.  But, in 4.0, is is PagerSetupCmds.

This is what I came up with last night.  You would use a differemt
S37 value for 300 baud; my setup is for 1200 baud.  This is for a
Zoom 14.4 with a Rockwell chipset.

#
#  &Q6 - allow DCE-DTE buffering, but disable any error negotiation.
#  B0  - Here's the biggie.  Must use V.22 CCITT, which is not the default.
#        Bell is.
#  S37=5 - Set baud rate to 1200
#  N0  - Lock baud rate to S37 value
#  W2  - Enable the proper responses: only CONNECT DCE
#  S95 - Save as W2, but S95 can override W2, so must do both
#

PagerSetupCmds: AT&Q6B0S37=5N0W2S95=1

....
> I still don't know what the diff is between:
> 
> etc/config
> and
> etc/config.ttyA1e

One is for the server, one is for the specific modem.

Mike

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 6 Jan 1997 08:37:46 -0800 (PST)
From: "Scott J. Kramer" <sjk@graham.com>
To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Cc: eric@picturenet.co.za, flexfax@sgi.com
Subject: Re: OCR
Sender: owner-flexfax@celestial.com

On Fri,  3 Jan 1997 08:18 +0100, Matthias Apitz wrote:

    Scott J. Kramer wrote:
        
        On Thu,  2 Jan 1997 14:56 +0200, Eric Smith wrote:
        
            Can anyone recommend an OCR utility to use in conjunction with hylafax.
            I travel with a pocket VT100 Terminal Emulator and would like to read 
            incoming faxes arriving at my server.  I figure this is the only way to 
            do this.
        
        Are you trying to convert faxes to ASCII format?  There are utilities
        for converting TIFF fax format to PostScript (`fax2ps' or `tiff2ps')
        and PostScript to ASCII (`ps2ascii'), but I suspect the results would
        be rather lame, especially when a fax contains graphics.
    
    I can't imagine that ps2ascii gives you any usefull strings if the
    PostScript was made from a TIFF file.

Correct -- I wasn't thinking too clearly when I replied to Eric. :-)

-sjk

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 6 Jan 1997 13:54:54 -0500 (EST)
From: Douglas Mauro <mailer@empireone.net>
To: Mike Porter <mike@copland.udel.edu>
cc: fax <flexfax@sgi.com>
Subject: Re: sendpage: HELP! HELP! 
Sender: owner-flexfax@celestial.com


  With your help I made some ground but lost some at the same time :*(
I like this better than no ground moving at all.

  I can now connect with 1200 (I am so suprised) but I get a funny error
message and than once I see the ID= I get IDLE timeout. 

  I tried combos of the AT commands you had with no success.

  I'm so close!!!

Thanks for your help,
Douglas Mauro
mauro@empireone.net

Jan 06 13:36:31.22: [15275]: --> [2:OK]
Jan 06 13:36:31.22: [15275]: DIAL 98690590
Jan 06 13:36:31.22: [15275]: <-- [12:ATDT98690590]
Jan 06 13:36:46.11: [15275]: --> [12:ATDT98690590]
Jan 06 13:36:46.11: [15275]: PAGE FAILED: Unknown problem (check modem power)
Jan 06 13:36:46.11: [15275]: <-- [4:ATH0]
Jan 06 13:36:46.12: [15275]: --> [12:CONNECT 1200]
Jan 06 13:36:46.45: [15275]: --> [3:ID=]
Jan 06 13:36:51.45: [15275]: MODEM <Timeout>
Jan 06 13:36:51.47: [15275]: SESSION END
...hangs...no retries...



On Mon, 6 Jan 1997, Mike Porter wrote:

> One is for the server, one is for the specific modem.
> 
> Mike
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: strauss.udel.edu: mike owned process doing -bs
Date: Mon, 6 Jan 1997 14:52:53 -0500 (EST)
From: Mike Porter <mike@copland.udel.edu>
To: Douglas Mauro <mailer@empireone.net>
cc: fax <flexfax@sgi.com>
Subject: Re: sendpage: HELP! HELP! 
Sender: owner-flexfax@celestial.com

On Mon, 6 Jan 1997, Douglas Mauro wrote:

> 
>   With your help I made some ground but lost some at the same time :*(
> I like this better than no ground moving at all.
> 
>   I can now connect with 1200 (I am so suprised) but I get a funny error
> message and than once I see the ID= I get IDLE timeout. 
> 
>   I tried combos of the AT commands you had with no success.
> 
>   I'm so close!!!
> 
> Thanks for your help,
> Douglas Mauro
> mauro@empireone.net
> 
> Jan 06 13:36:31.22: [15275]: --> [2:OK]
> Jan 06 13:36:31.22: [15275]: DIAL 98690590
> Jan 06 13:36:31.22: [15275]: <-- [12:ATDT98690590]
> Jan 06 13:36:46.11: [15275]: --> [12:ATDT98690590]
> Jan 06 13:36:46.11: [15275]: PAGE FAILED: Unknown problem (check modem power)

I think you need to make sure echo is off.  The ATDT string is
being echoed, but HylaFAX should apparently see CONNECT as the next
string back from the modem.  Ie:

<-- [22:AT&Q6B0S37=5N0W2S95=1\r]
--> [2:OK]
DIAL 1xxxxxxxxxx
<-- [16:ATDT1xxxxxxxxxx\r]
--> [12:CONNECT 1200]
EXPECT ID (paging central identification)

I don't know why echo is on for you.  Perhaps you aren't running
faxgetty?  At any rate, my modem was sending asynchronous connect
messages back (messages that tell the DTE, DCE and error protocol),
and I too was seeing the 'PAGE FAILED' message.  Apparently, this
is what HylaFAX responds with when it reads something from the
modem that it does not expect.  ATW2 configures my modem to respond
with a simple CONNECT message.

Mike

> Jan 06 13:36:46.11: [15275]: <-- [4:ATH0]
> Jan 06 13:36:46.12: [15275]: --> [12:CONNECT 1200]
> Jan 06 13:36:46.45: [15275]: --> [3:ID=]
> Jan 06 13:36:51.45: [15275]: MODEM <Timeout>
> Jan 06 13:36:51.47: [15275]: SESSION END
> ...hangs...no retries...

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 6 Jan 1997 15:01:15 -0500 (EST)
From: Douglas Mauro <mailer@empireone.net>
To: Mike Porter <mike@copland.udel.edu>
cc: fax <flexfax@sgi.com>
Subject: Re: sendpage: HELP! HELP! 
Sender: owner-flexfax@celestial.com


  It works!  Turning off the echo was it!  I almost fell over when I got
my page.  I have already started writing some scripts for crontab that
will keep me up to 'tab' over the weekends and alert me to any crimes in
the off hours. 

Just for the record here is my config.
# config.ttyA??
# Modem Practical Peripherals PM288MT II V.34

PagerSetupCmds:		AT%C0B0E0&D2&Q6s37=5n0W2


  Thank you Mike!  You have been a great help!  Now I can sleep better at 
night, 'er if i'm not getting pages.

 Douglas Mauro

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 7 Jan 1997 09:04:28 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Ricardo Kleemann <ricardo@americasnet.com>
cc: flexfax@sgi.com
Subject: Re: problems with fonts for textfmt
Sender: owner-flexfax@celestial.com

On Thu, 2 Jan 1997, Ricardo Kleemann wrote:

> Hi,
> 
> I just installed hylafax 4.0, binary distribution for Linux.
> 
> I also installed ghostscript 3.33.
> 
> When trying to test sendfax, I get the error:
> /usr/local/sbin/textfmt: No font metric information found for "Courier-Bold".
> 
> I must be missing something as I can't find the fonts directory under the
> gs 3.33 directory... what I have there is

Your fonts should be living in /usr/local/lib/ghostscript/fonts. You
may have to move 'em there or set FontDir: to point somewhere where
Courier-Bold lives.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 7 Jan 1997 09:12:20 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Lars-Ake Larzon <lln@sm.luth.se>
cc: flexfax@sgi.com
Subject: Re: Automatic distribution of Received fax with a shared modem
Sender: owner-flexfax@celestial.com

On Fri, 3 Jan 1997, Lars-Ake Larzon wrote:

[snip]
> this code decide who the fax was for by letting the modem read the 4 digits
> before going into "fax mode".
>
> What I now wonder is: is this technically possible at all?

It is `possible' but I suspect you'd have to reprogram your modem so
that it will do this. In other words: not with off-the-shelf modems.

>Or does it
> already > exist any distribution system that can take an incoming facsimile
>from an > sender and redistribute it to the correct receiver? =

There's some work being done in that area. Check out the TODO file
with the sources, in particular:

   H  Use T.30 subaddress routing for received facsimile (needs database)

You may like to browse the sources and/or contact Sam about doing some
work in this are if you'd like.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 6 Jan 1997 15:00:19 -0600 (CST)
From: Bill Suetholz <bill@centonline.com>
To: Yngvi Sigurjonsson <yngvi@hagkaup.is>
Cc: Ulrich Eckhardt <uli@rgw-express.de>, uri@harmonic.co.il, flexfax@sgi.com
Subject: Re: WHFC V0.2 available
Sender: owner-flexfax@celestial.com

On Mon, 6 Jan 1997, Yngvi Sigurjonsson wrote:

> 
> > > 
> > > Do I need to install whfc 1.0 first? Whenever I try to start whfc.exe
> > > and select "system preferences" I get a popup telling me I must
> > > "please fill a directory". What direcrtory must I fill?
> > > 
> > > I can't thank  you right now for a wonderful program, I haven't seen it work:)
> > 
> > Hi,
> > 
> > you need the directory for the user-settings. You must fill in this
> > directory in the "Directory for user-settings" line. You must also
> > have this directory. If you have multiple users, this directory should
> > be on the homedirectory (homedrive) of the users.
> > 
> 
> I am not sure you quite get my problem, I am not able to fill any kind of 
> information, as soon as select "system preferences" I immediately get
> the popup telling me "please fill a directory." There is no textfield
> where I could possibly fill in any kind of information. And there definatly
> is no thing like "Directory for user-settings", is it possible that
> the form is somehow crashing and returning immediatly, without giving me 
> any change to fill it out?
> 
> Regards
> 	Yngvi
> 
> 

Get the new version.  That seems to fix this problem.  I had it too :-).

Bill Suetholz

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 7 Jan 1997 00:27:07 +0100 (MET)
From: "Lorenzo M. Catucci" <lorenzo@argon.roma2.infn.it>
To: flexfax@sgi.com
Subject: sendfax command: I got my answer... 
Sender: owner-flexfax@celestial.com


Dear readers, at the very first, thank you all for trying understand my
problem, and answer me. Now, after some more twiddling, I discovered that
the wrong assumpion was related to the command line grammar, and I think
it could be regarded as a SMALL documentation bug: it should be stated
with more evidence, I think, the detail that ALL OF THE OPTIONS PERTAINING
TO A FAX SHOULD BE PREPENDED TO THE DIALING OPTION. Now I did it, and the
problem is gone.

Comes the second problem: does anyone know the new e-mail of the author of
MacFlex, since eats.com is down since more than a week?

Yours, sincerely

lorenzo m catucci

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: little problems with HylaFAX
To: lorenzo@argon.roma2.infn.it (Lorenzo M. Catucci)
Date: Tue, 7 Jan 1997 05:27:46 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Lorenzo M. Catucci wrote:
    
    On Fri, 3 Jan 1997, Matthias Apitz wrote:
    > 
    > You didn't explain what your problem is. If your problem
    > is the missing strings from your sendfax(1) command at your
    > cover-page you should read the man page of sendfax(1)
    > for the right order of the arguments.
    > 
    Dear Matthias,
    	I just tried reading the man page once more, and I didn't find an
    hint to the right argument order; hence, I think that the order is
    meaningless. Never the less, I tried the order which appears in the man
    page, and I got the very same result: sendfax doesn't tell faxcover
    anything abot the way it should fill the Regarding: and the Company:
    fields, regardless of the order in which I put the options on the command
    line, and the fact that I put in a space between the option and the
    strings. Hope this clarifies my problem. As a matter of fact, I'm using
    4.0pl0 under linux 2.0.27 - libc 5.3.12

The man page of sendfax(1) states clearly:
The order of options on the command line is significant.
Each fax to be transmitted is assigned the current value of
parameters specified on the command line; e.g. whether or not to
generate a cover page.
This means that options that specify parameters for a particular
destination must precede the dialstring specified with the -d
option.

So the rigth order is:

$ sendfax -x "The Company" -y "The Department" -c "No Comment" ... -d ..."

Just try it.
    
	matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Elementary question - please excuse
To: webmaster@singapore.com
Date: Tue, 7 Jan 1997 05:34:31 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

webmaster@singapore.com wrote:
    
    I am using Hylafax V4.0pl0.
    
    After spending more than an hour searching the html docs and faqs,
    I still couldn't figure out to move a job from the doneq back into
    the sendq.
    Thank you for your answer.
    
Actually there is no way to do that with the existing
clients of HylaFAX.

	matthias


-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 7 Jan 1997 10:01:33 +0200 (GMT+0200)
From: Uri Shkolnik <uri@harmonic.co.il>
To: flexfax@sgi.com
Subject: SNPP & hfaxd
Sender: owner-flexfax@celestial.com

Hello,

My Q is about SNPP & hfaxd. (I have some problem with clients).
In the documentation it said: 

<=======>

"For example, the following entry might be used in the inetd.conf file to 
startup hfaxd to service SNPP requests: 

     snpp    stream  tcp     nowait  fax     /usr/local/sbin/hfaxd   
hfaxd -S -d

The -S option specifies that hfaxd should service SNPP requests using the 
standard input and
output descriptors and the -d option keeps hfaxd from detaching itself 
from the controlling tty. "

<=======>

But I run the hfaxd with the hylafax shell script which start the job:

> ps -auxw | grep snpp
uucp       192  0.0  0.0   72    0 ?  IW   Jan  5  0:00 
/usr/local/hylafax/lib/hfaxd -i hylafax -o fax -s snpp
>


In my /etc/services port 444 for snpp is included.


Do I need to add the snpp to my inet or not ???

Regards.

**************************************************
* Uri Shkolnik - System Administrator            *
* Harmonic Lightwaves (Israel)                   *
* Tel: 972 4 8550180 Ext. 122   Fax: ~~ 8550181  *
* Email: uri@harmonic.co.il                      *
**************************************************

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: vesdakon@algonet.se
To: flexfax@sgi.com
Subject: hfaxd problems on Linux
Date: Tue, 07 Jan 1997 08:02:38 +0000
Sender: owner-flexfax@celestial.com

I am trying to set up HylaFAX on my Linux. I downloaded binaries, but...
Linux 1.2.13, Caldera 1.0
hylafax-i386-linux-v4.0pl1-1.tar.gz
As I start hfaxd I get in syslog:
Jan  6 14:51:54 josua HylaFAX[274]: /etc/netconfig: Cannot open: No such file 
or directory
Jan  6 14:51:54 josua HylaFAX[274]: getpeername: Socket operation on non-socket
Jan  6 14:55:34 josua FaxQueuer[304]: No regular expression for modem class
Jan  6 14:55:34 josua FaxQueuer[304]: HylaFAX (tm) Version 4.0pl1
Jan  6 14:55:34 josua FaxQueuer[304]: Copyright (c) 1990-1996 Sam Leffler
Jan  6 14:55:34 josua FaxQueuer[304]: Copyright (c) 1991-1996 Silicon 
Graphics, Inc.
Anyone have an idea?
----------------------------------
Anders Vesterberg, Vesdakon Data

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 07 Jan 1997 09:50:45 +0100
From: Dieter Meinert <Dieter.Meinert@gkss.de>
Subject: Problem receiving fax
To: flexfax@sgi.com
Reply-to: dieter.meinert@gkss.de
Sender: owner-flexfax@celestial.com

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


Hi all,
I recently installed hylafax 4.0pl0 on my linux 2.0.0 box, and
managed to send out some facsimile. But I cannot receive any fax.
The machine accepts the connection, but then fails to receive
image data.

Modem Receive Fax Log:

An attempt to receive facsimile on modem failed because:

    Missing EOL after 5 seconds (section 3.2/T.4)

    ---- Transcript of session follows ----

Jan 02 20:52:15.68: [  132]: SESSION BEGIN 00000010 49415282110
Jan 02 20:52:15.68: [  132]: <-- [4:ATA\r]
Jan 02 20:52:22.12: [  132]: --> [5:+FCON]
Jan 02 20:52:22.12: [  132]: ANSWER: FAX CONNECTION
Jan 02 20:52:22.12: [  132]: MODEM input buffering enabled
Jan 02 20:52:22.14: [  132]: RECV FAX: begin
Jan 02 20:52:24.18: [  132]: --> [28:+FTSI:"     +49 4152 872020"]
Jan 02 20:52:24.29: [  132]: REMOTE TSI "+49 4152 872020"
Jan 02 20:52:24.29: [  132]: --> [21:+FDCS:0,3,0,2,0,0,0,0]
Jan 02 20:52:24.29: [  132]: REMOTE wants 9600 bit/s
Jan 02 20:52:24.29: [  132]: REMOTE wants page width 1728 pixels in 215 mm
Jan 02 20:52:24.29: [  132]: REMOTE wants unlimited page length 
Jan 02 20:52:24.29: [  132]: REMOTE wants 3.85 line/mm
Jan 02 20:52:24.29: [  132]: REMOTE wants 1-D MR
Jan 02 20:52:24.48: [  132]: --> [2:OK]
Jan 02 20:52:24.49: [  132]: ACCEPT TSI "+49 4152 872020"
Jan 02 20:52:24.49: [  132]: <-- [7:AT+FDR\r]
Jan 02 20:52:27.06: [  132]: --> [5:+FCFR]
Jan 02 20:52:27.06: [  132]: --> [21:+FDCS:0,3,0,2,0,0,0,0]
Jan 02 20:52:27.06: [  132]: REMOTE wants 9600 bit/s
Jan 02 20:52:27.06: [  132]: REMOTE wants page width 1728 pixels in 215 mm
Jan 02 20:52:27.06: [  132]: REMOTE wants unlimited page length 
Jan 02 20:52:27.06: [  132]: REMOTE wants 3.85 line/mm
Jan 02 20:52:27.06: [  132]: REMOTE wants 1-D MR
Jan 02 20:52:27.83: [  132]: --> [7:CONNECT]
Jan 02 20:52:27.83: [  132]: RECV: begin page
Jan 02 20:52:27.85: [  132]: MODEM set XON/XOFF/FLUSH: input ignored, output generated
Jan 02 20:52:27.85: [  132]: RECV: send trigger 021
Jan 02 20:53:58.51: [  132]: MODEM TIMEOUT: reading from modem
Jan 02 20:53:58.51: [  132]: RECV: Missing EOL after 5 seconds
Jan 02 20:53:58.51: [  132]: MODEM set XON/XOFF/DRAIN: input interpreted, output disabled
Jan 02 20:53:58.51: [  132]: REMOTE HANGUP: Missing EOL after 5 seconds (section 3.2/T.4) (code 91)
Jan 02 20:53:58.55: [  132]: RECV FAX (00000010): recvq/fax00007.tif from +49 4152 872020, route to <unspecified>, 0 pages in 1:36
Jan 02 20:53:58.60: [  132]: RECV FAX: Missing EOL after 5 seconds (section 3.2/T.4)
Jan 02 20:53:58.60: [  132]: <-- [6:AT+FK\r]
Jan 02 20:53:58.82: [  132]: --> [7:+FHNG:2]
Jan 02 20:53:58.82: [  132]: REMOTE HANGUP: Call aborted,  from +FK or <CAN> (code 2)
Jan 02 20:53:58.82: [  132]: --> [2:OK]
Jan 02 20:53:58.82: [  132]: RECV FAX (00000010): session with +49 4152 872020 terminated abnormally: Missing EOL after 5 seconds (section 3.2/T.4)
Jan 02 20:53:58.82: [  132]: RECV FAX: bin/faxrcvd "recvq/fax00007.tif" "modem" "00000010" "Missing EOL after 5 seconds (section 3.2/T.4)"


I cannot find that EOL error mentioned in either FAQ or manuals,
and cannot even figure out where the error belongs to.
- From where is that ominous EOL expected: from the sending fax or
from my modem ?  
And does anyone know how to get around that ?

Tsch,
						Dieter 
 
  _____________________________*______________________________
 /                          *       dieter.meinert@gkss.de    \
 \ Dieter Meinert    (-      **     http://w3.gkss.de/~dieter/ \
  \__________________A______*__*_______________________________/

-----BEGIN PGP SIGNATURE-----
Version: 2.6

iQCVAgUBMtIOYfYksnFoaQ6JAQEAqgP/QNaKdz6+7PtU/eCvwHDXSLFTTFeYKVST
2WzMRv0MycSDlnIK3DWjshQ6e/ytOv9sMIrnUG352FDTcRwqTL4zqt88ojDXsgWl
cjKseMmIne4q753Cx6lNBxg6kFv/Yu1gjlYOmzAo+Qzxp0j7hPApPWLzsg/rrzN1
cFBkLqM5yG4=
=o/sa
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Comments: Authenticated sender is <speedy@leon>
From: "Juergen Schneider" <kiss@gds.de>
Organization: KISS
To: fax <flexfax@sgi.com>
Date: Tue, 7 Jan 1997 11:32:21 +0000
Subject: Problems sending a fax
Reply-to: speedy@gds.de
CC: speedy@leon.gds.de
Priority: normal
Sender: owner-flexfax@celestial.com

Hi folks.

I'm using:
Linux leon 2.0.25 #2 Thu Dec 12 17:26:44 CET 1996 i486
with Modem:
MODEM MOTOROLA 28.8/Motorola 3400 28.8 External 68356 ROM  SW REV 2
and Hylafax Version:
220 leon.gds.de server (HylaFAX (tm) Version 4.0pl1) ready.

I am sitting here now a long time not getting the problem in my head.
I get only one half running. I have no problem to receive a fax, but I
cannot send one. 

When I try to send a fax as root, I get this:

root@leon:/mnt/hd2/home/speedy > sendfax -n *16 /etc/fstab
Trying fax device '/dev/cua1'... OK.
sendfax: cannot set fax station ID.

And syslog says:

Jan  7 11:04:43 leon FaxGetty[245]: ANSWER: Can not lock modem device
Jan  7 11:04:43 leon sendfax[1159]: cannot set fax station ID: No such
file or directory
Jan  7 11:07:45 leon FaxGetty[245]: MODEM MOTOROLA 28.8/Motorola 3400
28.8 External 68356 ROM  SW REV 2

When I try to send a fax as normal user, I get this:

speedy@leon:/mnt/hd2/home/speedy > sendfax -n *16 /etc/fstab
Trying fax device '/dev/cua1'... OK.
sendfax: cannot set fax station ID

And syslog says:

Jan  7 11:07:13 leon FaxGetty[245]: ANSWER: Can not lock modem device
Jan  7 11:07:13 leon sendfax[1166]: cannot set fax station ID: No such
file or directory 
Jan  7 11:07:45 leon FaxGetty[245]: MODEM MOTOROLA 28.8/Motorola 3400 
28.8 External 68356 ROM  SW REV 2

Maybe Im blind, but I dont know, what else to do. I have no
problems to login into the server:

Connected to leon.gds.de.
Escape character is '^]'.
220 leon.gds.de server (HylaFAX (tm) Version 4.0pl1) ready.
user root  
230 User root logged in.
stat
211-leon.gds.de HylaFAX server status:
    HylaFAX (tm) Version 4.0pl1
    Connected to leon.gds.de (194.77.222.23)
    Logged in as user root (uid 60002)
    "/" is the current directory
    Current job: (default)
    Time values are handled in GMT
    Idle timeout set to 900 seconds
    Using long replies
    No server down time currently scheduled
    HylaFAX scheduler reached at /FIFO (not connected)
    Server FIFO is /client/1105 (open)
    File cache: 15 lookups, 0 hits (0.0%), 1.1 avg probes
        15 entries (1.2 KB), 0 entries displaced, 0 entries flushed
    TYPE: ASCII; STRU: File; MODE: Stream; FORM: PS
    No client dataDocument was encoded with 2DMR, but client does not support this data
format connection
211 End of status

This is the LINUX-Site, but I habe Problems with the Windows-Client 
to. Im using Winflex to send pages from Windows. From this I get him 
dialing the number, but aber connecting to the remote fax, I have 
troubel again. 

I get always two errors, one is:

Modem does not support document page width, max page width 2432
pixels, image width 1686 pixels

The other:

Document was encoded with 2DMR, but client does not support this data
format

But most the first one. I really dont know, what it is. I look for 
it in the Manual for Motorola, but nothing to find.

The complete session log is in the Attachments.
File c00000038 describes the first error and file c00000037 the 
second. 

For Hylafax Im a beginner, so please dont get angry on beginner 
faults. 

Thanks. 

mvs Juergen Schneider
---------------------------------------------------------------------------
    _/  _/  _/_/_/  _/_/_/  _/_/_/ KommunikationsInformatikSystemeSchneider
   _/ _/     _/   _/      _/       Unternehmensberatung
  _/_/      _/    _/_/_/  _/_/_/   Juergen Schneider      Dipl-Ing. (FH)
 _/ _/     _/         _/      _/   Hauptstr. 43           K.-Informatik
_/   _/ _/_/_/  _/_/_/  _/_/_/     D-57644 Hattert
-----------------------------------Tel.:02662-2088        EMail:kiss@gds.de
-----------------------------------Mobil:0161-7203417
---------------------------------------------------------------------------
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Text from file 'c00000038'

Jan 06 07:38:25.13: [ 5266]: SESSION BEGIN 00000038 49266216
Jan 06 07:38:25.14: [ 5266]: SEND FAX: JOB 2 DEST *16 COMMID 00000038
Jan 06 07:38:25.14: [ 5266]: MODEM set DTR OFF
Jan 06 07:38:25.14: [ 5266]: DELAY 2600 ms
Jan 06 07:38:27.75: [ 5266]: MODEM set DTR ON
Jan 06 07:38:27.75: [ 5266]: MODEM set baud rate: 38400 baud, input flow RTS/CTS, output flow RTS/CTS
Jan 06 07:38:27.75: [ 5266]: MODEM flush i/o
Jan 06 07:38:27.75: [ 5266]: <-- [15:ATE0V1Q0S0=0H0\r]
Jan 06 07:38:27.80: [ 5266]: --> [14:ATE0V1Q0S0=0H0]
Jan 06 07:38:27.80: [ 5266]: --> [2:OK]
Jan 06 07:38:27.80: [ 5266]: <-- [23:ATS8=2S7=60&R\Q3&D3&C1\r]
Jan 06 07:38:27.85: [ 5266]: --> [2:OK]
Jan 06 07:38:27.85: [ 5266]: <-- [12:AT+FCLASS=1\r]
Jan 06 07:38:27.86: [ 5266]: --> [2:OK]
Jan 06 07:38:27.86: [ 5266]: <-- [9:AT+FAA=0\r]
Jan 06 07:38:27.87: [ 5266]: --> [2:OK]
Jan 06 07:38:27.87: [ 5266]: <-- [7:ATL1M1\r]
Jan 06 07:38:27.88: [ 5266]: --> [2:OK]
Jan 06 07:38:27.88: [ 5266]: MODEM input buffering enabled
Jan 06 07:38:27.88: [ 5266]: <-- [12:AT+FCLASS=1\r]
Jan 06 07:38:28.00: [ 5266]: --> [2:OK]
Jan 06 07:38:28.04: [ 5266]: DIAL *16
Jan 06 07:38:28.04: [ 5266]: <-- [8:ATDT*16\r]
Jan 06 07:38:41.14: [ 5266]: --> [7:CONNECT]
Jan 06 07:38:41.15: [ 5266]: MODEM input buffering disabled
Jan 06 07:38:48.15: [ 5266]: MODEM TIMEOUT: waiting for HDLC flags
Jan 06 07:38:48.15: [ 5266]: <-- data [1]
Jan 06 07:38:48.35: [ 5266]: MODEM TIMEOUT: reading line from modem
Jan 06 07:38:48.35: [ 5266]: MODEM <Timeout>
Jan 06 07:38:48.35: [ 5266]: MODEM TIMEOUT: receiving id frame
Jan 06 07:38:48.40: [ 5266]: DELAY 200 ms
Jan 06 07:38:48.61: [ 5266]: <-- [9:AT+FRH=3\r]
Jan 06 07:38:50.54: [ 5266]: --> [7:CONNECT]
Jan 06 07:38:52.18: [ 5266]: --> HDLC<25:FF C0 02 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 A4 F3>
Jan 06 07:38:52.18: [ 5266]: --> [2:OK]
Jan 06 07:38:52.18: [ 5266]: REMOTE CSI ""
Jan 06 07:38:52.18: [ 5266]: <-- [9:AT+FRH=3\r]
Jan 06 07:38:52.20: [ 5266]: --> [7:CONNECT]
Jan 06 07:38:52.67: [ 5266]: --> HDLC<9:FF C8 01 00 76 1F 00 CB 86>
Jan 06 07:38:52.67: [ 5266]: --> [2:OK]
Jan 06 07:38:52.67: [ 5266]: REMOTE best rate 14400 bit/s
Jan 06 07:38:52.67: [ 5266]: REMOTE max page width 1728 pixels in 215 mm
Jan 06 07:38:52.67: [ 5266]: REMOTE max unlimited page length 
Jan 06 07:38:52.67: [ 5266]: REMOTE best vres 7.7 line/mm
Jan 06 07:38:52.67: [ 5266]: REMOTE best format 1-D MR
Jan 06 07:38:52.67: [ 5266]: REMOTE best 0 ms/scanline
Jan 06 07:38:52.67: [ 5266]: USE 14400 bit/s
Jan 06 07:38:52.67: [ 5266]: USE 0 ms/scanline
Jan 06 07:38:52.67: [ 5266]: SEND file "docq/doc10.ps;30"
Jan 06 07:38:52.68: [ 5266]: Modem does not support document page width, max page width 2432 pixels, image width 1686 pixels
Jan 06 07:38:52.68: [ 5266]: <-- [9:AT+FTH=3\r]
Jan 06 07:38:52.71: [ 5266]: --> [7:CONNECT]
Jan 06 07:38:52.71: [ 5266]: <-- HDLC<3:FF C8 DF>
Jan 06 07:38:52.71: [ 5266]: <-- data [3]
Jan 06 07:38:52.71: [ 5266]: <-- data [2]
Jan 06 07:38:54.11: [ 5266]: --> [2:OK]
Jan 06 07:38:54.11: [ 5266]: MODEM input buffering enabled
Jan 06 07:38:54.11: [ 5266]: <-- [5:ATH0\r]
Jan 06 07:38:54.25: [ 5266]: --> [2:OK]
Jan 06 07:38:54.25: [ 5266]: MODEM set DTR OFF
Jan 06 07:38:54.25: [ 5266]: SESSION END
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Text from file 'c00000037'

Jan 06 07:37:26.20: [ 5259]: SESSION BEGIN 00000037 49266216
Jan 06 07:37:26.20: [ 5259]: SEND FAX: JOB 2 DEST *16 COMMID 00000037
Jan 06 07:37:26.20: [ 5259]: MODEM set DTR OFF
Jan 06 07:37:26.20: [ 5259]: DELAY 2600 ms
Jan 06 07:37:28.81: [ 5259]: MODEM set DTR ON
Jan 06 07:37:28.81: [ 5259]: MODEM set baud rate: 38400 baud, input flow RTS/CTS, output flow RTS/CTS
Jan 06 07:37:28.81: [ 5259]: MODEM flush i/o
Jan 06 07:37:28.81: [ 5259]: <-- [15:ATE0V1Q0S0=0H0\r]
Jan 06 07:37:28.86: [ 5259]: --> [14:ATE0V1Q0S0=0H0]
Jan 06 07:37:28.86: [ 5259]: --> [2:OK]
Jan 06 07:37:28.86: [ 5259]: <-- [23:ATS8=2S7=60&R\Q3&D3&C1\r]
Jan 06 07:37:28.91: [ 5259]: --> [2:OK]
Jan 06 07:37:28.91: [ 5259]: <-- [12:AT+FCLASS=1\r]
Jan 06 07:37:28.92: [ 5259]: --> [2:OK]
Jan 06 07:37:28.92: [ 5259]: <-- [9:AT+FAA=0\r]
Jan 06 07:37:28.93: [ 5259]: --> [2:OK]
Jan 06 07:37:28.93: [ 5259]: <-- [7:ATL1M1\r]
Jan 06 07:37:28.94: [ 5259]: --> [2:OK]
Jan 06 07:37:28.94: [ 5259]: MODEM input buffering enabled
Jan 06 07:37:28.96: [ 5259]: <-- [12:AT+FCLASS=1\r]
Jan 06 07:37:29.07: [ 5259]: --> [2:OK]
Jan 06 07:37:29.10: [ 5259]: DIAL *16
Jan 06 07:37:29.10: [ 5259]: <-- [8:ATDT*16\r]
Jan 06 07:38:03.69: [ 5259]: --> [7:CONNECT]
Jan 06 07:38:03.69: [ 5259]: MODEM input buffering disabled
Jan 06 07:38:10.90: [ 5259]: MODEM TIMEOUT: waiting for HDLC flags
Jan 06 07:38:10.90: [ 5259]: <-- data [1]
Jan 06 07:38:10.91: [ 5259]: --> [2:OK]
Jan 06 07:38:10.91: [ 5259]: DELAY 200 ms
Jan 06 07:38:11.12: [ 5259]: <-- [9:AT+FRH=3\r]
Jan 06 07:38:14.23: [ 5259]: --> [7:CONNECT]
Jan 06 07:38:15.87: [ 5259]: --> HDLC<25:FF C0 02 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 A4 F3>
Jan 06 07:38:15.87: [ 5259]: --> [2:OK]
Jan 06 07:38:15.87: [ 5259]: REMOTE CSI ""
Jan 06 07:38:15.87: [ 5259]: <-- [9:AT+FRH=3\r]
Jan 06 07:38:15.89: [ 5259]: --> [7:CONNECT]
Jan 06 07:38:16.36: [ 5259]: --> HDLC<9:FF C8 01 00 76 1F 00 CB 86>
Jan 06 07:38:16.36: [ 5259]: --> [2:OK]
Jan 06 07:38:16.36: [ 5259]: REMOTE best rate 14400 bit/s
Jan 06 07:38:16.36: [ 5259]: REMOTE max page width 1728 pixels in 215 mm
Jan 06 07:38:16.36: [ 5259]: REMOTE max unlimited page length 
Jan 06 07:38:16.36: [ 5259]: REMOTE best vres 7.7 line/mm
Jan 06 07:38:16.36: [ 5259]: REMOTE best format 1-D MR
Jan 06 07:38:16.36: [ 5259]: REMOTE best 0 ms/scanline
Jan 06 07:38:16.36: [ 5259]: USE 14400 bit/s
Jan 06 07:38:16.36: [ 5259]: USE 0 ms/scanline
Jan 06 07:38:16.36: [ 5259]: SEND file "docq/doc10.ps;70"
Jan 06 07:38:16.44: [ 5259]: Document was encoded with 2DMR, but client does not support this data format
Jan 06 07:38:16.44: [ 5259]: <-- [9:AT+FTH=3\r]
Jan 06 07:38:16.48: [ 5259]: --> [7:CONNECT]
Jan 06 07:38:16.48: [ 5259]: <-- HDLC<3:FF C8 DF>
Jan 06 07:38:16.48: [ 5259]: <-- data [3]
Jan 06 07:38:16.48: [ 5259]: <-- data [2]
Jan 06 07:38:17.87: [ 5259]: --> [2:OK]
Jan 06 07:38:17.87: [ 5259]: MODEM input buffering enabled
Jan 06 07:38:17.87: [ 5259]: <-- [5:ATH0\r]
Jan 06 07:38:18.01: [ 5259]: --> [2:OK]
Jan 06 07:38:18.01: [ 5259]: MODEM set DTR OFF
Jan 06 07:38:18.01: [ 5259]: SESSION END

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: raoul@cirl.meei.harvard.edu
Date: Tue, 7 Jan 97 09:33:37 EST
To: flexfax@sgi.com
Subject: Re: SNPP & hfaxd
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com


I would suggest that you not use inetd for this. HylaFAX sources
include a script, "hylafax", that will start and stop hfaxd service
and can be started from /etc/rc.local on those systems that use this,
or in the boot script directory on those systems that use that.

If it's not on your system, you can modify and use this one. I've
modified it to use the entries in /etc/services, rather than
hard-coding the port numbers. You'll need to edit SPOOL to
match your system's configuration.

Have I ever mentioned that Sam Leffler writes and uses exceedingly
clever shell scripts?

   #! /bin/sh
   #	$Id: hylafax.in,v 1.33 1996/06/26 14:58:03 sam Rel $
   #
   # Warning, this file was automatically created by the HylaFAX configure script
   #
   # HylaFAX Facsimile Software
   #
   # Copyright (c) 1990-1996 Sam Leffler
   # Copyright (c) 1991-1996 Silicon Graphics, Inc.
   # HylaFAX is a trademark of Silicon Graphics
   # 
   # 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.

   #
   # VERSION:	v4.0pl1
   # DATE:		Fri Nov 29 11:48:51 EST 1996
   # TARGET:	sparc-sun-sunos4.1.4
   #

   #
   # fax server control
   #
   # NB: This script assumes faxgetty processes are managed by init
   #
   SPOOL=/usr/local/spool/hylafax

   test -f $SPOOL/etc/setup.cache || {
       cat<<EOF

   FATAL ERROR: $SPOOL/etc/setup.cache is missing!

   The file $SPOOL/etc/setup.cache is not present.  This
   probably means the machine has not been setup using the faxsetup(1M)
   command.  Read the documentation on setting up HylaFAX before you
   startup a server system.

   EOF
       exit 1
   }
   . $SPOOL/etc/setup.cache

   IS_ON=/etc/chkconfig		# NB: chkconfig is IRIX-specific
   FAXQ=$SBIN/faxq
   HFAXD=$LIBEXEC/hfaxd
   FAXQUIT=$SBIN/faxquit
   KILLALL=/sbin/killall
   OLDFAXPORT=fax			# designated port for old protocol
   FAXPORT=hylafax			# designated port for new protocol
   SNPPPORT=snpp		# official port for SNPP

   if test ! -x $IS_ON ; then
       IS_ON=true
   fi

   if $IS_ON verbose ; then
       ECHO=echo
   else		# For a quiet startup and shutdown
       ECHO=:
   fi

   #
   # killall -SIGNAL process-name
   #
   # Emulate the necessary functionality if the
   # killall program doesn't do the expected...
   #
   if ($KILLALL -l >/dev/null) 2>/dev/null; then
       killall()
       {
	   $KILLALL $1 $2
       }
   else
       killall()
       {
	   # NB: ps ax should give an error on System V, so we try it first!
	   pid="`ps ax 2>/dev/null | $AWK \"\
		   /[\/ (]$2[ )]/	{print \\$1;}
		   /[\/ ]$2\$/	{print \\$1;}\"`"
	   test "$pid" ||
	       pid="`ps -e 2>/dev/null | $AWK \"/ $2[ ]*\$/ {print \\$1;}\"`"
	   test "$pid" && kill $1 $pid; return
       }
   fi

   case $1 in
   'start')
	   if $IS_ON fax && test -x $FAXQ; then
	       killall -15 faxq
	       killall -15 hfaxd
	       $ECHO "HylaFAX:\c"
	       $FAXQ; $ECHO " faxq\c"
	       $HFAXD -i $FAXPORT -o $OLDFAXPORT -s $SNPPPORT
		   $ECHO " hfaxd (w/ compatibility & SNPP)\c"
	       $ECHO "."
	   fi
	   ;;
   'stop')
	   $ECHO "Stopping HylaFAX Servers."
	   $FAXQUIT >/dev/null 2>&1
	   killall -15 hfaxd
	   ;;
   *)
	   echo "usage: /etc/init.d/hylafax {start|stop}"
	   ;;
   esac

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Karl Denninger  <karl@Mcs.Net>
Subject: FreeBSD fax server?  Multiport cards?  Config hints?
To: flexfax@sgi.com
Date: Tue, 7 Jan 1997 08:36:46 -0600 (CST)
Sender: owner-flexfax@celestial.com

Hi folks,

I have a requirement that I hope someone has had before and can give some
advice on....

I have at present a BSDI box (old revision) which runs our fax server.  It
has two standard serial ports and works fine.

But we need to expand it.  And the old hardware just isn't going to cut it I
suspect (its a 486/33!)  So I want to do a few things:

1)	Enhance the processor (ie: Pentium 166 or PPro 200)
2)	Move to PCI (which means ditching BSDI and going to FreeBSD)
3)	Add another six modems (which means going to an 8-port board)

I have a TON of Digiboard PC/8es (these are the Telebit versions, but
they're the same card -- just faster processors).

Anyone know (1) how to configure that card switch-wise to run in this
environment, (2) if it will work, and (3) any hints or tips?

Thanks in advance.

--
-- 
Karl Denninger (karl@MCS.Net)| MCSNet - The Finest Internet Connectivity
http://www.mcs.net/~karl     | T1's from $600 monthly to FULL DS-3 Service
			     | 99 Analog numbers, 77 ISDN, Web servers $75/mo
Voice: [+1 312 803-MCS1 x219]| Email to "info@mcs.net" WWW: http://www.mcs.net/
Fax:   [+1 312 248-9865]     | 2 FULL DS-3 Internet links; 400Mbps B/W Internal

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 7 Jan 1997 08:54:42 -0600 (CST)
From: Matt White <whitem@bofh.usask.ca>
To: flexfax@sgi.com
Subject: Phase Errors & ZyXEL
Sender: owner-flexfax@celestial.com

Configuration:

Linux 2.0.27 (on a 486DX33)
HylaFax 4.0pl1
ZyXEL 1496E+ modem with 6.14 ROMs

When a fax is sent from certain fax machines and fax modems (one is a
USR Sportster 14400) to my fax server, the machines connect but fail
regularly with a Phase B error.  Here is a sample log:

-------------
Jan 06 23:27:05.40: [17255]: SESSION BEGIN 00000058 13069667379
Jan 06 23:27:05.41: [17255]: <-- [4:ATA\r]
Jan 06 23:27:16.26: [17255]: --> [11:CONNECT FAX]
Jan 06 23:27:16.37: [17255]: MODEM input buffering enabled
Jan 06 23:27:16.37: [17255]: RECV FAX: begin
Jan 06 23:27:16.38: [17255]: --> [5:+FCON]
Jan 06 23:28:14.62: [17255]: --> [8:+FHNG:70]
Jan 06 23:28:14.80: [17255]: REMOTE HANGUP: Unspecified Receive Phase B error (code 70)
Jan 06 23:28:14.80: [17255]: --> [2:OK]
Jan 06 23:28:14.80: [17255]: RECV FAX: Unspecified Receive Phase B error
Jan 06 23:28:14.80: [17255]: RECV FAX: end
Jan 06 23:28:14.81: [17255]: SESSION END
------------- 

Does anyone have any ideas?  Sending faxes works beautifully...

---------------------------------------------------------------------
- Matt White                         whitem@arts.usask.ca           -
- Network Technical Support          http://arts.usask.ca/~whitem   -
- College of Arts & Science          University of Saskatchewan     -
---------------------------------------------------------------------
I used to think they were after me...
But they're just after my recipe.
	    - Joe Diffie..."Good Brown Gravy"

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 8 Jan 1997 08:58:04 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Hylafax Mailing list <flexfax@sgi.com>
Subject: Re: Phase Errors & ZyXEL
Sender: owner-flexfax@celestial.com

On Tue, 7 Jan 1997, Matt White wrote:

> Configuration:
> 
> Linux 2.0.27 (on a 486DX33)
> HylaFax 4.0pl1
> ZyXEL 1496E+ modem with 6.14 ROMs
> 
> When a fax is sent from certain fax machines and fax modems (one is a
> USR Sportster 14400) to my fax server, the machines connect but fail
> regularly with a Phase B error.
[snip]

If you've set up the fax server modem to run Class 1, the could happen
more than you'd like.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 7 Jan 1997 22:27:29 -0400 (ADT)
From: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
To: flexfax@sgi.com
Subject: Suggestions
Sender: owner-flexfax@celestial.com

Hi folks, I am using HylaFAX 4.0pl1 with Courier Modems. This works fine
but using a Courier for this service I think is too much since I do not
have THAT amount of work. I was wondering replacing it with a more
ordinary (" domestic") one, even a 14.4 because of the connection speed.
Does anybody hava any suggestion (if possible with price) that works ok ?

Thanks.

+---------------------------------------------------------------------+
| Mario de Mello Bittencourt Neto                System Administrator |
| WebSlave !                                   Argo Internet Provider |
+---------------------------------------------------------------------+
| Key fingerprint = CB B8 0E 90 EE 9C D1 91  B5 5E B1 EC 83 4D 78 9B  |
+---------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 8 Jan 1997 00:02:37 -0500 (EST)
From: David Gilbert <dgilbert@jaywon.pci.on.ca>
To: flexfax@sgi.com
Subject: Strange client-server problems on NetBSD
Sender: owner-flexfax@celestial.com

	I'm attempting to run Hylafax-4.0pl1 on NetBSD-1.2 (i386).  I
get the following response whether I start hfaxd -i hylafax or from
inetd with -I and whether I use telnet, faxstat -v or sendpage -v to
communicate with it.  I gather that it's trying to create the
secondary communications connection, but is failing.

[2:108:408]root@strike:/var/spool/fax> faxstat -v
Trying localhost (127.0.0.1) at port 4559...
Connected to localhost.pci.on.ca.
420 strike.pci.on.ca server cannot initialize: Could not create client/6590: Input/output error

	Hylafax required quite a few modifications to get it to
compile on NetBSD.  I'm willing to accept that we have bug related to
some misunderstanding here.  I will submit a set of diffs to make it
compile better when I have this (and other problems licked).

Dave

-- 
============================================================================
|David Gilbert, PCI, Richmond Hill, Ontario.  | Two things can only be     |
|Mail:      dgilbert@jaywon.pci.on.ca         |  equal if and only if they |
|http://www.pci.on.ca/~dgilbert               |   are precisely opposite.  |
=========================================================GLO================

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 08 Jan 1997 12:24:33 +0100
From: Ulrich Eckhardt <uli@rgw-express.de>
Organization: RGW Express Airfreight GmbH
To: HylaFax Mailing liste <flexfax@sgi.com>
Subject: WHFC Version 0.2b
Sender: owner-flexfax@celestial.com

Hi,

i have released version 0.2b of WHFC. The problems with opening
the system menue should hopefully fixed. If not please send me
a note because my system here doesn't show this problem every 
time.

You can get the new version under http://www.rgw-express.de/whfc

Enjoy
Uli 
-- 
Ulrich Eckhardt		mailto:uli@rgw-express.de

Truly great madness can not be achieved without significant
intelligence. (Henrik Tikkanen)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 08 Jan 1997 12:24:33 +0100
Organization: RGW Express Airfreight GmbH
From: Ulrich Eckhardt <uli@rgw-express.de>
To: HylaFax Mailing liste <flexfax@sgi.com>
Subject: WHFC Version 0.2b
Sender: owner-flexfax@celestial.com

Hi,

i have released version 0.2b of WHFC. The problems with opening
the system menue should hopefully fixed. If not please send me
a note because my system here doesn't show this problem every 
time.

You can get the new version under http://www.rgw-express.de/whfc

Enjoy
Uli 
-- 
Ulrich Eckhardt		mailto:uli@rgw-express.de

Truly great madness can not be achieved without significant
intelligence. (Henrik Tikkanen)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Ronald Wiplinger" <ronald@trace.com.tw>
To: "flexfax@sgi.com" <flexfax@sgi.com>
Date: Wed, 08 Jan 97 21:45:39 +0800
Reply-To: "Ronald Wiplinger" <ronald@trace.com.tw>
Priority: Normal
Subject: Waiting for modem to come ready
Sender: owner-flexfax@celestial.com

I have installed Hylafax 4.1 and try to use Dirk's and Bob's e-mail to fax gateway.

Somewhere I miss a part, since I can send faxes with sfax, but from the e-mail to fax 
gateway the fax will not be sent out. 

faxstat tells me:

Modem cua1 (+886.2.600.0132): Waiting for modm to come ready


bye

Ronald

....  for more information use:

*   http://www.trace.com.tw          *   gopher://gopher.trace.com.tw
*   ftp://ftp.trace.com.tw           *   telnet://bbs.trace.com.tw
*   sticky:  Ronald  gate.trace.com.tw  (the very fast way to reach me)
*   finger (ronald@trace.com.tw) for more info (address,pgp key, .....) 
*   for talk, P2P, InterCom (picture phone) ronald@gate.trace.com.tw
*   Tel: +886 2 609-0652, Fax: +886 2 600-0132, NET: +886 2 600-2318 



Ronald Wiplinger    [Taipei, 24h online] 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 8 Jan 1997 16:52:30 -0200
From: Luiz Otavio Lautenschlaeger Zorzella <zorzella@dcc.unicamp.br>
To: flexfax@sgi.com
Subject: bug fixes in hylafax. How to post?
Sender: owner-flexfax@celestial.com


I have 3 bug fixes related to accents & hylafax. I'll post them here,
and if I have to do something else, please tell me.

The first one is Matthias Apitz's reply to my correction on
textfmt. I'm posting again...

At line 849 of util/TextFmt.c++ , change:

	int c = *cp++;

to:

	int c = *cp++ & 0xff;

This fix actually doesn't work for me, probably due to a gcc bug, that
I'm trying to find now. So maybe it doesn't work for you too, but the
statement is correct.

The second & third fixes are in faxmail/MIMEState.c++


At line 311, change:

 	    c &= 0x7f;
to:
 	    c &= 0xff;

And at line 401, change:

	buf.put(line, cc-1);		// everything up to ``="''

to:

 	copyQP (buf, line, cc-1);



If you have anything to comment on this changes, or ask about them,
please tell me.

Thanks.

Z  .:.   .:.     Luiz Ot'avio Lautenschl"ager Zorzella    .:.   .:.  
  :   : :   :                                            :   : :   : 
  : .:: : .::    zorzella@dcc.unicamp.br                 ::. : ::. : 
  : ::: : :::    http://www.dcc.unicamp.br/~zorzella     ::: : ::: : 
  `.::' `.::'                                            `::.' `::.'

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 8 Jan 1997 14:39:10 -0500 (EST)
From: David Gilbert <dgilbert@jaywon.pci.on.ca>
To: flexfax@sgi.com
Subject: NFS in the FAQ?
Sender: owner-flexfax@celestial.com

	I have found my problem (that I mailed about yesterday).  It
turns out that at least one directory (the clients directory) cannot
be on an NFS drive.  Why did I find this out?  Well back when disks
actually cost money, I set up a small 386 to run the modems for my
house... to essentially take the serial interupt hit.

	Anyways, I only had a 40 meg disk for it... so it has root and
swap local, everything else NFS... including the var partition (where
fax lives).  

	Now the system is working --- I put a symbolic link for this
one directory --- and I can send pages and check status (don't have a
fax to send yet).  However, I get the following in my syslog with
every hfaxd access...

Jan  8 11:34:26 strike HylaFAX[8000]: /client/: Not a directory.

	which... I'm going to assume are harmless (if noisy) since the
system is working.

Dave.

-- 
============================================================================
|David Gilbert, PCI, Richmond Hill, Ontario.  | Two things can only be     |
|Mail:      dgilbert@jaywon.pci.on.ca         |  equal if and only if they |
|http://www.pci.on.ca/~dgilbert               |   are precisely opposite.  |
=========================================================GLO================

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 9 Jan 1997 08:54:37 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Dieter Meinert <Dieter.Meinert@gkss.de>
cc: flexfax@sgi.com
Subject: Re: Problem receiving fax
Sender: owner-flexfax@celestial.com

On Tue, 7 Jan 1997, Dieter Meinert wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
>
>
> Hi all,
> I recently installed hylafax 4.0pl0 on my linux 2.0.0 box, and
> managed to send out some facsimile. But I cannot receive any fax.
> The machine accepts the connection, but then fails to receive
> image data.

[snip]

> Jan 02 20:52:27.85: [  132]: RECV: send trigger 021
> Jan 02 20:53:58.51: [  132]: MODEM TIMEOUT: reading from modem
> Jan 02 20:53:58.51: [  132]: RECV: Missing EOL after 5 seconds

Try adding/changing:

    Class2RecvDataTrigger:  "\022"

man 4 config for more details.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
Reply-To: k.heydon@motiv.co.uk
X-url: http://www.ftech.net/~kevan/
Subject: Forcing pages and faxes down different modems?
Date: Thu, 09 Jan 1997 17:05:30 +0000
From: Kevan Heydon <kheydon@metallica.motiv.co.uk>
Sender: owner-flexfax@celestial.com


I have just installed our second modem for our HylaFax 4.0pl0 system it went 
without any problems and I can send faxes and pages through it. But the reason 
we got this second modem was purely to put faxes through for a customer so they 
are paying for the phone line and all call charges. Our first modem is used for 
paging support people when things go wrong with our system or customers 
systems. Obviously we do not want to send support pages down the second modem.

Now I can setup the SNPPSERVER environment variable to:

  cua_a@machine:444

so the correct default is used, but this can be overridden with the -h option 
on sendpage(1) so if someone here is 'playing' with this program they could end 
up sending stuff down the wrong modem. What I would like to do is disable pages 
completely from cua_b. Is this possible?

Many thanks for listening...

Kevan Heydon

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 9 Jan 1997 17:46:56 GMT
From: jon doelman <jdoelman@gwdi.com>
To: flexfax@sgi.com
Subject: HylaFAX4.0 w/OSF and DEC90TL
Sender: owner-flexfax@celestial.com


   I've recently ported the HylaFAX 4.0pl0 to our OSF3.2 system.   The
modem is connected thru a DEC90TL terminal server.  I have found that
the HylaFAX software is unwilling to send a fax unless the tty device
is previously opened by an other process.  I wrote a short program to
open the device then sleep forever, this seems to solve all my problems.
I am now able to send and receive fax. 
  This solution seems like a kluge.

  Do you know what is a more elegant solution?


  Sincerely Jon Doelman
            jdoelman@gwdi.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
Reply-To: k.heydon@motiv.co.uk
X-url: http://www.ftech.net/~kevan/
Subject: Re: Forcing pages and faxes down different modems?
Date: Thu, 09 Jan 1997 17:53:02 +0000
From: Kevan Heydon <kheydon@metallica.motiv.co.uk>
Sender: owner-flexfax@celestial.com


Just a quick follow up to ask a forgotten question. Is it possible to use the 
./fax/lib/sendpage.conf file to specify a particular modem. I could only find 
host and port specification and could not see anything obvious for modem. I 
would prefer to use this file over the SNPPSERVER environment variable.

Thanks again...

Kevan Heydon

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Stephan Wendl" <swendl@trek.amd.com>
Date: Thu, 9 Jan 1997 10:54:49 -0800
To: flexfax@sgi.com
Subject: tiff problem
Sender: owner-flexfax@celestial.com


I was wondering if anyone had come accross this problem or otherwise help me

I using the latest hylafax from the sgi ftp site to receive faxes and the
resulting tiff file seems to be garbled in the sense that I get a missing img
length record.


and I get many of those messages when trying to convert the img . or use tiff
dump from the release that was along with the hylafax release on the ftp site.
I downloaded that code withing the last two weeks.

invalid code, row=0, col=220, file offset=6, skip to eol
invalid code, row=2, col=24, file offset=11, skip to eol
invalid code, row=4, col=24, file offset=1a, skip to eol
invalid code, row=6, col=24, file offset=23, skip to eol
invalid code, row=8, col=24, file offset=2c, skip to eol
invalid code, row=10, col=24, file offset=35, skip to eol
invalid code, row=12, col=24, file offset=3e, skip to eol
invalid code, row=14, col=24, file offset=47, skip to eol
invalid code, row=16, col=24, file offset=50, skip to eol
invalid code, row=18, col=24, file offset=59, skip to eol
invalid code, row=21, col=0, file offset=68, skip to eol


I use an older version of flexfax (mgetty+vgetty) where I only occasionally get
the invalid code problem.

What do the invalid code msgs mean? bad transmission? Out of spec modem or fax?
and how can one fix this problem.


Any help would be appreciated.
thx

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: HylaFAX4.0 w/OSF and DEC90TL
To: jdoelman@gwdi.com (jon doelman)
Date: Thu, 9 Jan 1997 23:38:39 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

jon doelman wrote:
    
    
       I've recently ported the HylaFAX 4.0pl0 to our OSF3.2 system.   The
    modem is connected thru a DEC90TL terminal server.  I have found that
    the HylaFAX software is unwilling to send a fax unless the tty device
    is previously opened by an other process.  I wrote a short program to
    open the device then sleep forever, this seems to solve all my problems.
    I am now able to send and receive fax. 
      This solution seems like a kluge.
    
      Do you know what is a more elegant solution?
    
You should enable the server and sessionTrace to see what your complain
"unwilling to send a fax" really means. Without such trace noone
can help you out.

	matthias

-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Mark Lehrer <mark@lehrer.nlcomm.com>
Subject: textfmt error
To: flexfax@sgi.com
Date: Thu, 9 Jan 1997 23:04:29 -0500 (EST)
Sender: owner-flexfax@celestial.com


System: Red Hat 4.0

I grabbed the .rpm file that was made available here and managed to
get most things going.  I installed GhostScript from Red Hat's ftp
site; but textfmt seems to be giving me some trouble; could someone
please give me a quick pointer as to where textfmt wants to find
font metrics?  I added a symbolic link so that /usr/lib/ghostscript
existed but that didn't seem to help.

Thanks,
Mark

./textfmt -B -f Courier-Bold -p 11 -s default >/tmp//faxsnda04770 </etc/resolv.conf
./textfmt: No font metric information found for "Courier-Bold".
Usage: ./textfmt [-1] [-2] [-B] [-c] [-D] [-f fontname] [-m N] [-o #] [-p #] [-r] [-U] [-Ml=#,r=#,t=#,b=#] [-V #] files... >out.ps

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 15:20:33 +0800
From: Steel Tsai <steel@mail.ntis.com.tw>
Reply-To: steel@mail.ntis.com.tw
Organization: NTIS
To: flexfax@sgi.com
Subject: How to send the Chinese word email to fax machine
Sender: owner-flexfax@celestial.com

hi
	If we are send the email to the fax machine in the English environment
that is a very easy to do it. We can change the word to postscript or
tiff format. If we want to change the chinese word to postscript or tiff
format, I do not known how to do it whether or not there are any tools. 


Steel Tsai

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 10:11:02 +0200 (GMT+0200)
From: Uri Shkolnik <uri@harmonic.co.il>
To: flexfax@sgi.com
Subject: An error - Why
Sender: owner-flexfax@celestial.com

Hi,

My system: SunOs4.1.4/Sparce20, Hylafax 4.0 (bin). 
My modem: MULTI-TECH SYSTEMS MT2834ZDXI/0312

I get this error:

Jan 10 01:51:14 sun FaxGetty[191]: <-- [31:AT+FLID="Harmonic Lightwaves "\r]
Jan 10 01:51:14 sun FaxGetty[191]: --> [2:OK]
Jan 10 01:51:14 sun FaxGetty[191]: <-- [18:AT+FAA=0+FCLASS=2\r]
Jan 10 01:51:14 sun FaxGetty[191]: --> [5:ERROR]
Jan 10 01:51:14 sun FaxGetty[191]: MODEM Command error

???

**************************************************
* Uri Shkolnik - System Administrator            *
* Harmonic Lightwaves (Israel)                   *
* Tel: 972 4 8550180 Ext. 122   Fax: ~~ 8550181  *
* Email: uri@harmonic.co.il                      *
**************************************************

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 97 09:25 MET
From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>
To: Mark Lehrer <mark@lehrer.nlcomm.com>
CC: flexfax@sgi.com
Subject: Re: textfmt error
Organization: CNUCE-CNR, Via S.Maria 36, Pisa - Italy +39-50-593211
Sender: owner-flexfax@celestial.com

							 could someone
   please give me a quick pointer as to where textfmt wants to find
   font metrics?

This is a RTFM response :).  Look at man 4 config to learn about a
variable that will let you specify the correct directory for fonts.
If you install Hylafax after ghostscript, however, it should learn
about the correct directory by itself.

-- 
Francesco Potorti`                  Voice:    +39-50-593203
Computer Network Division           Operator: +39-50-593211
CNUCE-CNR, Via Santa Maria 36       Fax:      +39-50-904052
56126 Pisa - Italy                  Email:    F.Potorti@cnuce.cnr.it

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 16:29:34 +0800 (HKT)
From: Cary Leung <cary@cary.com>
To: Steel Tsai <steel@mail.ntis.com.tw>
cc: flexfax@sgi.com
Subject: Re: How to send the Chinese word email to fax machine
Sender: owner-flexfax@celestial.com

Hi All,


On Fri, 10 Jan 1997, Steel Tsai wrote:

> hi
> 	If we are send the email to the fax machine in the English environment
> that is a very easy to do it. We can change the word to postscript or
> tiff format. If we want to change the chinese word to postscript or tiff
> format, I do not known how to do it whether or not there are any tools. 
> 
> 
> Steel Tsai
> 

You can try to URL http://www.cary.com/carycom/fax.html

This can sent chinese word to world.


Cary Leung,
cary@cary.com
(System Admin)
CARYCOM (H.K.) LTD

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 97 10:39:30 +0100
To: flexfax@sgi.com
From: Onno Janssen <onno@phs.philips.nl>
Subject: "Universal Computer Protocol" support
Sender: owner-flexfax@celestial.com

Anybody out there who has added the "Universal Computer Protocol" to pagesend?
This protocol is used to communicate with many Short Message Service Centers
for sending text messages to GSM phones.

Onno

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: harpenden.lysator.liu.se: Unifelhel set sender to nifelhel.stele.idasys.se!stefan using -f
>Message-Id: <m0vigvW-000EmzC@nifelhel.kanard.se>
From: stefan@nifelhel.stele.idasys.se (Stefan Pettersson)
Subject: New dialrules for Sweden with Tele2
To: flexfax@sgi.com
Date: Fri, 10 Jan 1997 14:23:18 +0100 (MET)
Reply-To: spp@lysator.liu.se (Stefan Pettersson)
Organization: Kanard AB
X-Question: Is this header larger than the message body again?
Sender: owner-flexfax@celestial.com

This is a new etc/dialrules.tele2 for use in Sweden with long distance
operator Tele2 AB and local operator Telia AB.
You have to change the data base in the middle.

-------------8<------------------------------------------------------------
! $Header: /usr/people/sam/fax/./etc/RCS/dialrules.europe,v 1.3 1995/01/23 20:37:42 sam Rel $
!
! HylaFAX (tm) Dialing String Processing Rules
!   for much of Europe.
!
! From: "Ed Cole" <ed@neu.sgi.com>
!
! This file describes how to process user-specified dialing strings
! to create two items:
!
! CanonicalNumber: a unique string that is derived from all dialing
! strings to the same destination phone number.  This string is used
! by the fax server for ``naming'' the destination. 
!
! DialString: the string passed to the modem for use in dialing the
! telephone.  This string should be void of any characters that might
! confuse the modem.
!
!
! *** This file is for use in Sweden with long distance operator Tele2 AB
! *** and local operator Telia AB.
! *** You have to change the near and regional numbers below to your needs.
! *** etc/config should be something like:
! ***   CountryCode:            46
! ***   AreaCode:               589
! ***   LongDistancePrefix:     0
! ***   InternationalPrefix:    007
! ***   DialStringRules:        etc/dialrules.tele2
! *** Stefan Pettersson, 97-01-10, spp@lysator.liu.se
!
!
Area=${AreaCode}		! local area code
Country=${CountryCode}		! local country code
IDPrefix=${InternationalPrefix}	! prefix for placing an international call
LDPrefix=${LongDistancePrefix}	! prefix for placing a long distance call
!
WS=" 	"			! our notion of white space
!
! Convert a phone number to a canonical format:
!
!    +<country><areacode><rest>
!
! by (possibly) stripping off leading dialing prefixes for
! long distance and/or international dialing.
!
CanonicalNumber := [
#.*                     =                       ! strip calling card stuff
[^+0-9]+                =                       ! strip white space etc.
^${IDPrefix}            = +                     ! replace int. dialing code
^${LDPrefix}            = +${Country}           ! STD call (long distance)
^[^+]                   = +${Country}${Area}&   ! else cononicalize
]
!
! Process a dialing string according to local requirements.
! These rules do only one transformation: they convert in-country
! international calls to long-distance calls.
!
DialString := [
[-${WS}.]+              =              ! strip syntactic sugar

^009                    = 007          ! change operator
^00746${Area}           =              ! local phone call
^0070${Area}            =              ! local phone call
^00746                  = s            ! long distance
^0070                   = s            ! long distance
^007                    = i            ! international call
^0${Area}               =              ! local phone call
! *** The following area codes never use 007-prefix:
^020                    = r20          ! toll free (never 007) (even 0200)
^016                    = r16          ! near
^019                    = r19          ! near
^0221                   = r221         ! near
^0227                   = r227         ! near
^0581                   = r581         ! near
^0150                   = r150         ! regional
^0151                   = r151         ! regional
^0152                   = r152         ! regional
^0157                   = r157         ! regional
^021                    = r21          ! regional
^0220                   = r220         ! regional
^0222                   = r222         ! regional
^0240                   = r240         ! regional
^0580                   = r580         ! regional
^0582                   = r582         ! regional
^0585                   = r585         ! regional
^0586                   = r586         ! regional
^0587                   = r587         ! regional
! *** end-never
^0                      = s            ! long distance

^r                      = 0            ! regional
^s                      = 0070         ! long distance
^i                      = 007          ! international

^[+]46${Area}           =              ! local phone call
^[+]46                  = 0070         ! STD call (long distance)
^[+]                    = 007          ! international call
]

!Original:
!^${IDPrefix}${Country}  = ${LDPrefix}           ! STD call (long distance)
! ^[+]${Country}          = ${LDPrefix}           ! STD call (long distance)
-------------8<------------------------------------------------------------

-- 
Stefan Pettersson                  Voice +46-70-5933800   Kanard AB
spp@lysator.liu.se                 Fax +46-589-14585      Vretberga
finger spp@lysator.liu.se for my public key               S-732 96  ARBOGA
    "Who is General Failure, and why is he reading my hard disk?"

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 15:43:31 +0100
From: Dieter Meinert <Dieter.Meinert@gkss.de>
Subject: More problems receiving fax
To: flexfax@sgi.com
Reply-to: dieter.meinert@gkss.de
Sender: owner-flexfax@celestial.com


Hi folks,
thanks for the answer to my previous posting.

I installed Hylafax v4.0 on a linux 2.0.0 box

Now after changing Class2RecvDataTrigger to "\022"
the fax is received, but error checking gives bad results for
all but one line, and drops the message.

I cannot find keywords DIS or DTC in my documentation and faq, maybe its
been truncated...

the messages I get from hylafax:


An attempt to receive facsimile on modem failed because:

    COMREC invalid command received/no DIS or DTC

    ---- Transcript of session follows ----

Jan 09 10:21:08.58: [  132]: SESSION BEGIN 00000012 49415282110
Jan 09 10:21:08.58: [  132]: <-- [4:ATA\r]
Jan 09 10:21:15.03: [  132]: --> [5:+FCON]
Jan 09 10:21:15.03: [  132]: ANSWER: FAX CONNECTION
Jan 09 10:21:15.03: [  132]: MODEM input buffering enabled
Jan 09 10:21:15.04: [  132]: RECV FAX: begin
Jan 09 10:21:17.09: [  132]: --> [28:+FTSI:"     +49 4152 872020"]
Jan 09 10:21:17.09: [  132]: REMOTE TSI "+49 4152 872020"
Jan 09 10:21:17.09: [  132]: --> [21:+FDCS:0,3,0,2,0,0,0,0]
Jan 09 10:21:17.09: [  132]: REMOTE wants 9600 bit/s
Jan 09 10:21:17.09: [  132]: REMOTE wants page width 1728 pixels in 215 mm
Jan 09 10:21:17.09: [  132]: REMOTE wants unlimited page length 
Jan 09 10:21:17.09: [  132]: REMOTE wants 3.85 line/mm
Jan 09 10:21:17.09: [  132]: REMOTE wants 1-D MR
Jan 09 10:21:17.38: [  132]: --> [2:OK]
Jan 09 10:21:17.41: [  132]: ACCEPT TSI "+49 4152 872020"
Jan 09 10:21:17.41: [  132]: <-- [7:AT+FDR\r]
Jan 09 10:21:19.96: [  132]: --> [5:+FCFR]
Jan 09 10:21:20.01: [  132]: --> [21:+FDCS:0,3,0,2,0,0,0,0]
Jan 09 10:21:20.01: [  132]: REMOTE wants 9600 bit/s
Jan 09 10:21:20.01: [  132]: REMOTE wants page width 1728 pixels in 215 mm
Jan 09 10:21:20.01: [  132]: REMOTE wants unlimited page length 
Jan 09 10:21:20.01: [  132]: REMOTE wants 3.85 line/mm
Jan 09 10:21:20.01: [  132]: REMOTE wants 1-D MR
Jan 09 10:21:20.74: [  132]: --> [7:CONNECT]
Jan 09 10:21:20.74: [  132]: RECV: begin page
Jan 09 10:21:20.76: [  132]: MODEM set XON/XOFF/FLUSH: input ignored, output generated
Jan 09 10:21:20.77: [  132]: RECV: send trigger 022
Jan 09 10:21:30.88: [  132]: RECV: 112 total lines, 111 bad lines, 111 consecutive bad lines
Jan 09 10:21:30.91: [  132]: MODEM set XON/XOFF/DRAIN: input interpreted, output disabled
Jan 09 10:21:30.91: [  132]: --> [7:+FPTS:1]
Jan 09 10:21:32.17: [  132]: --> [6:+FET:2]
Jan 09 10:21:32.17: [  132]: RECV recv EOP (no more pages or documents)
Jan 09 10:21:32.17: [  132]: --> [2:OK]
Jan 09 10:21:32.17: [  132]: RECV: REJECT page quality, 0% good lines (95% required)
Jan 09 10:21:32.17: [  132]: RECV send RTN (retrain negative)
Jan 09 10:21:32.17: [  132]: <-- [10:AT+FPTS=2\r]
Jan 09 10:21:32.39: [  132]: --> [2:OK]
Jan 09 10:21:32.39: [  132]: <-- [7:AT+FDR\r]
Jan 09 10:21:35.31: [  132]: --> [8:+FHNG:23]
Jan 09 10:21:35.31: [  132]: REMOTE HANGUP: COMREC invalid command received/no DIS or DTC (code 23)
Jan 09 10:21:35.35: [  132]: RECV FAX (00000012): recvq/fax00008.tif from +49 4152 872020, route to <unspecified>, 0 pages in 0:20
Jan 09 10:21:35.41: [  132]: RECV FAX: COMREC invalid command received/no DIS or DTC
Jan 09 10:21:35.41: [  132]: RECV FAX (00000012): session with +49 4152 872020 terminated abnormally: COMREC invalid command received/no DIS or DTC
Jan 09 10:21:35.41: [  132]: RECV FAX: bin/faxrcvd "recvq/fax00008.tif" "modem" "00000012" "COMREC invalid command received/no DIS or DTC"

I wonder wether the "COMREC invalid command.." lines are symptoms
of the problem or follow from the "REJECT page quality..." error,
and what might cause that...


Tsch,
						Dieter 
 
  _____________________________*______________________________
 /                          *       dieter.meinert@gkss.de    \
 \ Dieter Meinert    (-      **     http://w3.gkss.de/~dieter/ \
  \__________________A______*__*_______________________________/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: Hurwitz.suse.de: choeger owned process doing -bs
Date: Fri, 10 Jan 1997 17:02:38 +0100 (CET)
From: Carsten Hoeger <choeger@suse.de>
To: flexfax@sgi.com
Subject: Problems with Postscript Documents
Sender: owner-flexfax@celestial.com

Hello,

I have successfully compiled the HylaFax-Server v4.0pl1 on a Linux-System.
I use ghostscript v4.03
When I try to send a postscript-document, compiled with latex, converted
with dvips v5.58f, the server tells me:

Modem does not support document page width, max page width 1728 pixels,
image width 1686 pixels

The document doesn`t contain the setpagedevice option !!!

I have examinated the converted tiff-image with an Image-Viewer. This one
told me, that it is 1686 pixels wide. 

So, what's going on?

mfG,
	Carsten Hoeger
------
Carsten Hoeger  - S.u.S.E. GmbH -  Gebhardtstr. 2  -  90762 Fuerth  -  Germany
fon +49-911-740530     -    fax +49-911-3206727    -    mailbox +49-911-3247122

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: An error - Why
To: uri@harmonic.co.il (Uri Shkolnik)
Date: Fri, 10 Jan 1997 17:15:23 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Uri Shkolnik wrote:
    
    Hi,
    
    My system: SunOs4.1.4/Sparce20, Hylafax 4.0 (bin). 
    My modem: MULTI-TECH SYSTEMS MT2834ZDXI/0312
    
    I get this error:
    
    Jan 10 01:51:14 sun FaxGetty[191]: <-- [31:AT+FLID="Harmonic Lightwaves "\r]
    Jan 10 01:51:14 sun FaxGetty[191]: --> [2:OK]
    Jan 10 01:51:14 sun FaxGetty[191]: <-- [18:AT+FAA=0+FCLASS=2\r]
    Jan 10 01:51:14 sun FaxGetty[191]: --> [5:ERROR]
    Jan 10 01:51:14 sun FaxGetty[191]: MODEM Command error

Please check your settings for ModemSetupAACmd in the modem
config file; I can't understand why you're sending "+FCLASS=2"
again, the modem is already in class2 or class2.0 mode because
it understands "+FLID=..." correctly.

	matthias

-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 08:23:20 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: flexfax@celestial.com
Subject: Anyone know about phone menu programs?
Sender: owner-flexfax@celestial.com

Hi guys,

This is a little offtopic but it does relate to integrating hylafax with a
type of menu system... ;)

Anyone know if it's possible to do the following:

Have a system with 2 lines, where 1 is a phone menu system which collects
data, and the second is a hylafax line for incoming faxes.

Someone sending a fax would dial a number, and would get the phone menu
system; they'd input some data, and then _somehow_ the call would be
transferred to the second line, where faxgetty would answer, and at that
time the sender would hit the "send" button on his fax machine...

Is this possible? Is there software to implement phone menu systems, and
most importantly, is it possible to implement this call transfer from one
line to another, where the second line would then ring, have faxgetty pick
it up, and then receive the fax?

Thanks for any suggestions.
Ricardo

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 08:29:13 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: Carsten Hoeger <choeger@suse.de>
cc: flexfax@sgi.com
Subject: Re: Problems with Postscript Documents
Sender: owner-flexfax@celestial.com

Hi,

Sorry I don't have an answer, but I do have a question... ;)

I've tried compiling the hylafax source on linux 2.0.25 without success...
:(

I even had to temporarily modify /usr/include/limits.h so the compile
wouldn't bomb, and then I still have problems compiling some of the c++
code (for example, RegEx.c++ won't compile, complaining about
REG_STARTEND, even though REG_STARTEND is properly defined in regex.h). I
gave up trying to figure out what the compile probs were, and still can't
use hylafax because the binary distribution is giving me a weird error
(about gs "wrapper" being suid) that no one responded to me about... :(

Makes hylafax newbies feel pretty bad, not getting answers to posted
questions...

 Anyone have any suggestions? 

TIA
Ricardo

On Fri, 10 Jan 1997, Carsten Hoeger wrote:

> Hello,
> 
> I have successfully compiled the HylaFax-Server v4.0pl1 on a Linux-System.
> I use ghostscript v4.03
> When I try to send a postscript-document, compiled with latex, converted
> with dvips v5.58f, the server tells me:
> 
> Modem does not support document page width, max page width 1728 pixels,
> image width 1686 pixels
> 
> The document doesn`t contain the setpagedevice option !!!
> 
> I have examinated the converted tiff-image with an Image-Viewer. This one
> told me, that it is 1686 pixels wide. 
> 
> So, what's going on?
> 
> mfG,
> 	Carsten Hoeger
> ------
> Carsten Hoeger  - S.u.S.E. GmbH -  Gebhardtstr. 2  -  90762 Fuerth  -  Germany
> fon +49-911-740530     -    fax +49-911-3206727    -    mailbox +49-911-3247122
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: Hurwitz.suse.de: choeger owned process doing -bs
Date: Fri, 10 Jan 1997 17:53:26 +0100 (CET)
From: Carsten Hoeger <choeger@suse.de>
To: Ricardo Kleemann <ricardo@americasnet.com>
cc: flexfax@sgi.com
Subject: Re: Problems with Postscript Documents
Sender: owner-flexfax@celestial.com

On Fri, 10 Jan 1997, Ricardo Kleemann wrote:

> Hi,
> 
> Sorry I don't have an answer, but I do have a question... ;)
> 
> I've tried compiling the hylafax source on linux 2.0.25 without success...
> :(
> 
> I even had to temporarily modify /usr/include/limits.h so the compile
> wouldn't bomb, and then I still have problems compiling some of the c++
> code (for example, RegEx.c++ won't compile, complaining about
> REG_STARTEND, even though REG_STARTEND is properly defined in regex.h). I
> gave up trying to figure out what the compile probs were, and still can't
> use hylafax because the binary distribution is giving me a weird error
> (about gs "wrapper" being suid) that no one responded to me about... :(

Whats the version of your gcc (gcc -v)?
How old is your distribution?
What kind of distribution?
Whats the version of your libc (ldconfig -p |grep libc)? 

mfG,
	Carsten Hoeger
------
Carsten Hoeger  - S.u.S.E. GmbH -  Gebhardtstr. 2  -  90762 Fuerth  -  Germany
fon +49-911-740530     -    fax +49-911-3206727    -    mailbox +49-911-3247122

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 09:06:42 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: Carsten Hoeger <choeger@suse.de>
cc: flexfax@sgi.com
Subject: Re: Problems with Postscript Documents
Sender: owner-flexfax@celestial.com

Hi, thanks for the quick reply!

On Fri, 10 Jan 1997, Carsten Hoeger wrote:

> On Fri, 10 Jan 1997, Ricardo Kleemann wrote:
> 
> > Hi,
> > 
> > Sorry I don't have an answer, but I do have a question... ;)
> > 
> > I've tried compiling the hylafax source on linux 2.0.25 without success...
> > :(
> > 
> > I even had to temporarily modify /usr/include/limits.h so the compile
> > wouldn't bomb, and then I still have problems compiling some of the c++
> > code (for example, RegEx.c++ won't compile, complaining about
> > REG_STARTEND, even though REG_STARTEND is properly defined in regex.h). I
> > gave up trying to figure out what the compile probs were, and still can't
> > use hylafax because the binary distribution is giving me a weird error
> > (about gs "wrapper" being suid) that no one responded to me about... :(
> 
> Whats the version of your gcc (gcc -v)?
2.7.2

> How old is your distribution?
recent, kernel 2.0.25 Debian 1.1 distribution (3 mos old)

> What kind of distribution?
Debian

> Whats the version of your libc (ldconfig -p |grep libc)? 
        32 - DLL libcurses.so.0 => /lib/libcurses.so.0.1.2
        33 - ELF libcom_err.so.2 => /lib/libcom_err.so.2.0
        34 - ELF libc.so.5 => /lib/libc.so.5.4.13
        35 - DLL libc.so.4 => /lib/libc.so.4.6.27

Thanks again,
Ricardo

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: raoul@cirl.meei.harvard.edu
Date: Fri, 10 Jan 97 12:50:33 EST
To: uri@harmonic.co.il
Cc: flexfax@sgi.com
Subject: Re: An error - Why
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com

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


Uri, call the Multi-tech company, and ask them what is the correct
sequency to set up auto-detect. Or, try various codes in
ModemSetupAACmd in your modem configuration file, such as AT+FAA=1,
AT+FCLASS=0+FAA=1, AT+FCLASS=1+FAA=1, AT+FCLASS=2+FAA=1. Which code
works depends on the brand of modem.

Also, read the "config" man page for more details on reconfiguring
your modem.




-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMtaBZD/+ItycgIJRAQHiqgP8Dh4IzKdYMX0pWwqLKEU3Umu1xqOCyZVK
7P7D4gwOVsssPcRyHAAAuOA18bIYwYpiKMsFSQEwC8driBaMJztZ7YT+QJtDxJ50
3ivHhY+sKPd3nIB5ijxU/FJtAuyote8A1Qj4+5EjBXzaf7gl2BUSyYbDXxzNzYyJ
9fzA/7xUk6M=
=hYXu
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: fikri@upandang.wasantara.net.id
Date: Sat, 11 Jan 1997 01:37:13 +0700
To: flexfax@sgi.com
Subject: attachment file 
Sender: owner-flexfax@celestial.com

I use HylaFAX 4.0pl ...
If I try to send email by eudora 2.0 with attachment file example : *.doc
*.gif *.jpg etc.
How can I configure fax server to convert that files automatically ?

-fikri-

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: strauss.udel.edu: mike owned process doing -bs
Date: Fri, 10 Jan 1997 13:43:59 -0500 (EST)
From: Mike Porter <mike@copland.udel.edu>
To: Carsten Hoeger <choeger@suse.de>
cc: Ricardo Kleemann <ricardo@americasnet.com>, flexfax@sgi.com
Subject: Re: Problems with Postscript Documents
Sender: owner-flexfax@celestial.com

On Fri, 10 Jan 1997, Carsten Hoeger wrote:
> On Fri, 10 Jan 1997, Ricardo Kleemann wrote:
> 
> > Hi,
> > 
> > Sorry I don't have an answer, but I do have a question... ;)
> > 
> > I've tried compiling the hylafax source on linux 2.0.25 without success...
> > :(
> > 
> > I even had to temporarily modify /usr/include/limits.h so the compile
> > wouldn't bomb, and then I still have problems compiling some of the c++
> > code (for example, RegEx.c++ won't compile, complaining about
> > REG_STARTEND, even though REG_STARTEND is properly defined in regex.h). I
> > gave up trying to figure out what the compile probs were, and still can't
> > use hylafax because the binary distribution is giving me a weird error
> > (about gs "wrapper" being suid) that no one responded to me about... :(

You have an include (-I/usr/include) which is causing the regex.h
file in /usr/include to be used instead of the one that came with
HylaFAX.  The only solution I could come up with that allowed me to
use say Tiff from /usr/include, but yet not pick up regex from
/usr/include was to create a temp directory in the hylafax
directory, and then make symbolic links for anything that I need
from /usr/include that would cause a -I/usr/include to be
generated.  For instance, to use tiff from /usr/include, I did:

mkdir usr-include
ln -s /usr/include/tiffio.h usr-include/tiffio.h

Then, I told the configuration process to look for tiff in
usr-include.

Don't know if this is the best way or not...

but, in short:  don't specify /usr/include in any of the
configuration parameters.  There is a similar situation that occurs
with libz, I think.  I just renamed libz.a in /usr/lib to something
else.  Or you could install the libz that comes with HylaFAX in
/usr/lib.

Mike

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: strauss.udel.edu: mike owned process doing -bs
Date: Fri, 10 Jan 1997 14:12:18 -0500 (EST)
From: Mike Porter <mike@copland.udel.edu>
To: flexfax@sgi.com
Subject: Paging Problem, Solution
Sender: owner-flexfax@celestial.com

I had been having trouble getting a late model (do not have the
model number handy) Multi-tech to handshake with a paging company.

The problem turned out to be the '@' at the end of the dial
string.  Normally, this is used to help detect dialing non-modems,
but in this case it apparently delayed the handshake long enough to
create a problem.

The '@' is usually not a problem with this particular modem - we've
been using it for FAXing for some time now.  Also, the modem was
able to contact some paging companies, but not the one really
needed!

Mike

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Comments: Authenticated sender is <speedy@leon>
From: "Juergen Schneider" <kiss@gds.de>
Organization: KISS
To: fax <flexfax@sgi.com>
Date: Fri, 10 Jan 1997 19:17:13 +0000
Subject: (Fwd) Problems sending a fax
Reply-to: speedy@gds.de
Priority: normal
Sender: owner-flexfax@celestial.com

Repost, because I got no answer. And still no fax sending.

------- Forwarded Message Follows -------
From:          Self <speedy>
To:            fax <flexfax@sgi.com>
Subject:       Problems sending a fax
Cc:            speedy@leon.gds.de
Reply-to:      speedy@gds.de
Date:          Tue, 7 Jan 1997 11:32:14

Hi folks.

Im using:
Linux leon 2.0.25 #2 Thu Dec 12 17:26:44 CET 1996 i486
with Modem:
MODEM MOTOROLA 28.8/Motorola 3400 28.8 External 68356 ROM  SW REV 2
and Hylafax Version:
220 leon.gds.de server (HylaFAX (tm) Version 4.0pl1) ready.

I am sitting here now a long time not getting the problem in my head.
I get only one half running. I have no problem to receive a fax, but I
cannot send one. 

When I try to send a fax as root, I get this:

root@leon:/mnt/hd2/home/speedy > sendfax -n *16 /etc/fstab
Trying fax device '/dev/cua1'... OK.
sendfax: cannot set fax station ID.

And syslog says:

Jan  7 11:04:43 leon FaxGetty[245]: ANSWER: Can not lock modem device
Jan  7 11:04:43 leon sendfax[1159]: cannot set fax station ID: No such
file or directory
Jan  7 11:07:45 leon FaxGetty[245]: MODEM MOTOROLA 28.8/Motorola 3400
28.8 External 68356 ROM  SW REV 2

When I try to send a fax as normal user, I get this:

speedy@leon:/mnt/hd2/home/speedy > sendfax -n *16 /etc/fstab
Trying fax device '/dev/cua1'... OK.
sendfax: cannot set fax station ID

And syslog says:

Jan  7 11:07:13 leon FaxGetty[245]: ANSWER: Can not lock modem device
Jan  7 11:07:13 leon sendfax[1166]: cannot set fax station ID: No such
file or directory 
Jan  7 11:07:45 leon FaxGetty[245]: MODEM MOTOROLA 28.8/Motorola 3400 
28.8 External 68356 ROM  SW REV 2

Maybe Im blind, but I dont know, what else to do. I have no
problems to login into the server:

Connected to leon.gds.de.
Escape character is '^]'.
220 leon.gds.de server (HylaFAX (tm) Version 4.0pl1) ready.
user root  
230 User root logged in.
stat
211-leon.gds.de HylaFAX server status:
    HylaFAX (tm) Version 4.0pl1
    Connected to leon.gds.de (194.77.222.23)
    Logged in as user root (uid 60002)
    "/" is the current directory
    Current job: (default)
    Time values are handled in GMT
    Idle timeout set to 900 seconds
    Using long replies
    No server down time currently scheduled
    HylaFAX scheduler reached at /FIFO (not connected)
    Server FIFO is /client/1105 (open)
    File cache: 15 lookups, 0 hits (0.0%), 1.1 avg probes
        15 entries (1.2 KB), 0 entries displaced, 0 entries flushed
    TYPE: ASCII; STRU: File; MODE: Stream; FORM: PS
    No client dataDocument was encoded with 2DMR, but client does not support this data
format connection
211 End of status

This is the LINUX-Site, but I habe Problems with the Windows-Client 
to. Im using Winflex to send pages from Windows. From this I get him 
dialing the number, but aber connecting to the remote fax, I have 
troubel again. 

I get always two errors, one is:

Modem does not support document page width, max page width 2432
pixels, image width 1686 pixels

The other:

Document was encoded with 2DMR, but client does not support this data
format

But most the first one. I really dont know, what it is. I look for 
it in the Manual for Motorola, but nothing to find.

The complete session log is in the Attachments.
File c00000038 describes the first error and file c00000037 the 
second. 

For Hylafax Im a beginner, so please dont get angry on beginner 
faults. 

Thanks. 


Attachments:
  Z:\var\spool\fax\log\c00000038
  Z:\var\spool\fax\log\c00000037
mvs Juergen Schneider
---------------------------------------------------------------------------
    _/  _/  _/_/_/  _/_/_/  _/_/_/ KommunikationsInformatikSystemeSchneider
   _/ _/     _/   _/      _/       Unternehmensberatung
  _/_/      _/    _/_/_/  _/_/_/   Juergen Schneider      Dipl-Ing. (FH)
 _/ _/     _/         _/      _/   Hauptstr. 43           K.-Informatik
_/   _/ _/_/_/  _/_/_/  _/_/_/     D-57644 Hattert
-----------------------------------Tel.:02662-2088        EMail:kiss@gds.de
-----------------------------------Mobil:0161-7203417
---------------------------------------------------------------------------

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: tigger.cc.uic.edu: bobj owned process doing -bs
Date: Fri, 10 Jan 1997 13:40:51 -0600 (CST)
From: Bob Jackiewicz 312-413-1258 <bobj@uic.edu>
To: flexfax@sgi.com
Subject: ECM fix
Sender: owner-flexfax@celestial.com

I was going through old flexfax patches I had laying around, when I came
across this one, which didn't seem to make it into v4.0pl1. It's
originally from:

Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

posted on Wed, 18 Sep 1996 11:41:08 +1200 (NZST).

*** util/SendFaxJob.h-org       Fri Aug 30 15:24:57 1996
--- util/SendFaxJob.h   Wed Sep 18 11:20:55 1996
***************
*** 103,109 ****
      u_int     minsp;                  // minimum transmit speed
      u_int     desiredbr;              // upper bound on transmit speed
      u_int     desiredst;              // min-scanline-time to use
!     u_int     desiredec;              // enable/disable use of ECM
      u_int     desireddf;              // data format to use
      FaxPageChop       pagechop;               // page chop handling
      float     chopthreshold;          // white space threshold for chopping
--- 103,109 ----
      u_int     minsp;                  // minimum transmit speed
      u_int     desiredbr;              // upper bound on transmit speed
      u_int     desiredst;              // min-scanline-time to use
!     fxBool    desiredec;              // enable/disable use of ECM
      u_int     desireddf;              // data format to use
      FaxPageChop       pagechop;               // page chop handling
      float     chopthreshold;          // white space threshold for chopping

Bob Jackiewicz            UIC Academic Computer Center           bobj@uic.edu
University of Illinois at Chicago                            Network Services

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 21:25:29 +0100
To: flexfax@sgi.com
From: szoboszlai@arch.bme.hu (SZOBOSZLAI Mihaly)
Subject: Re: COMREC invalid command received/no DIS or DTC
Cc: dieter.meinert@gkss.de
Sender: owner-flexfax@celestial.com

>
>I cannot find keywords DIS or DTC in my documentation and faq, maybe its
>been truncated...
>
>the messages I get from hylafax:
>
>
>An attempt to receive facsimile on modem failed because:
>
>    COMREC invalid command received/no DIS or DTC
>

Excatly the same happened to me for a long while. Finally I discovered,
that the modem I have have didn't have fax capability.

Be sure that your destination is a faxmodem (or a fax machine) not only a
data modem.

Hope it helps,

Mihaly

PS.

>I cannot find keywords DIS or DTC in my documentation and faq, maybe its
>been truncated...

Dear list subscribers:
For new users and for making a valuable archive of this mailing list give
more specific Subject: field of your mail.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Yngvi Sigurjonsson <yngvi@hagkaup.is>
Subject: Re: "Universal Computer Protocol" support
To: onno@phs.philips.nl (Onno Janssen)
Date: Fri, 10 Jan 1997 21:23:36 +0000 (GMT)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> Anybody out there who has added the "Universal Computer Protocol" to pagesend?
> This protocol is used to communicate with many Short Message Service Centers
> for sending text messages to GSM phones.
> 

Just after I got your mail I received a description of the UCP/EMI protocol
and started fiddleing with the pageSendApp. I managed to get a message 
through. (I hardcoded the message into the program) I am not sure where
to go from here, should the pageSendApp try to figure out if weither
it is sending to IXO/TAP or UCP/EMI? Or should there be a field in the 
pagermap telling the system which type of message center it is dealing
with?

I will investgate further and let you know, has anyone else done something
similar? My guess is that Sam does not have access to SMS.

Regards
	Yngvi

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 10 Jan 1997 18:39:00 -0700 (MST)
From: John Patrick Poet <john@BlueSkyTours.COM>
To: Mike Porter <mike@copland.udel.edu>
cc: Carsten Hoeger <choeger@suse.de>,
        Ricardo Kleemann <ricardo@americasnet.com>, flexfax@sgi.com
Subject: Re: Problems with Postscript Documents
X-Loop: john@BlueSkyTours.COM
Sender: owner-flexfax@celestial.com

On Fri, 10 Jan 1997, Mike Porter wrote:

> You have an include (-I/usr/include) which is causing the regex.h
> file in /usr/include to be used instead of the one that came with
> HylaFAX.  

Right.  My solution was to modify util/RegEx.h so the include of regex.h
looked like:

#include "../regex/regex.h"

instead of

#include "regex.h"

That forced it to use the right one.

John
--

|         |
+--+  ==  |  John Patrick Poet          Blue Sky Tours
|  |      |  System Admin/programmer    10832 Prospect Ave., N.E.
|     +---+  john@BlueSkyTours.COM      Albuquerque, N.M. 87112
|     |      Ph. 505 293 9462           Fx. 505 293 6902

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 11 Jan 97 05:18:06 UT
From: "Bakhit Nurzhanov" <bakhit@msn.com>
To: flexfax@sgi.com
Subject: AT FAX Commands
Sender: owner-flexfax@celestial.com

Hi, everybody. I am using HylaFAX v4.0pl1 on SCO UNIX 4.2v3.2. Everything 
works great, except that faxgetty seems to conflict with UUCP. 
My questions are:
(1) where I can find fax-modem fax AT commands. I am using AT&T Paradyne 8325 
modem, and its documentation doesn't contain fax-commands, except one: 
AT+FCLASS=0|1|2 ?
(2) does AT+CLASS=0 sets modem in data FAX mode, or is it just DATA mode ?
(3) does anybody have luck using faxgetty/HylaFAX and UUCP on the same port ?

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: poplar.cs.sc.edu: fernande owned process doing -bs
Date: Sat, 11 Jan 1997 01:55:29 -0500 (EST)
From: Gabriel Fernandez <fernande@CS.Sc.EDU>
To: flexfax@sgi.com
Subject: HylaFAX v4.0pl1  with USR Courier V.Everything
Sender: owner-flexfax@celestial.com

To whom it may concern:

   I downloaded the latest version of HylaFAX (V4.0pl1) and tried to use
it with my USR Courier V.Everything. Unfortunately it does not work. Here
is a description of the model and the incompatibilities/bugs that I found.

MODEM:
  Manufacturer: U.S. Robotics
  Model: Courier V.Everything
  Latest Firmware Revision Tried: Supervisor 09/20/96 DSP 07/29/96

OPERATING SYSTEM:
  Linux Distribution: Slackware96
  Linux Kernel Version: 2.0.27
  GCC Version: 2.7.2
  TIFF Library Version: 3.4

SYSTEM:
  CPU: Pentium 75MHz
  RAM: 64MB

INFO:
  My system is stnadalone, so I would like just to send and receive faxes
in the simplest way. This seems not to be possible. I don't seems to find
information about running the client programs without too much hussle.

  I have decided to use the fax server to try the program. However, I
always get the same error, it does not matter what program I call.

>faxstat
Service not available, remote server closed connection
>ftp localhost 4559
Connected to localhost.
421 Service not available, remote server has closed connection
ftp> quit
>telnet localhost 4559
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
>

   I have gone through all the man pages and the troubleshooting
documentation. There is not any error similar to this one. I checked that
the compilation procedure was bug-free and everything checked correctly
except for a couple of getty programs (/sbin/vgetty and /sbin/egetty),
which I read are not indispensible.

   I have run hfaxd with inetd and alone. I has not worked either way.

   Messages in /var/adm/messages are

Jan 11 01:53:53 apricot HylaFAX[1301]: HylaFAX INET Protocol Server: restarted.

   Messages in /var/adm/syslog are

Jan 11 01:45:55 apricot HylaFAX[1257]: CAUGHT SIGNAL 11
Jan 11 01:49:01 apricot HylaFAX[1283]: CAUGHT SIGNAL 11
Jan 11 01:53:30 apricot HylaFAX[1225]: CAUGHT SIGNAL 11

(one for everytime the connection was dropped).

   Can anybody help me?

   Thanks,

	Gabriel

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 11 Jan 1997 08:20:12 -0800 (PST)
From: Tim Rice <tim@trr.metro.NET>
Reply-To: Tim Rice <tim@trr.metro.NET>
To: Bakhit Nurzhanov <bakhit@msn.com>
cc: flexfax@sgi.com
Subject: Re: AT FAX Commands
Sender: owner-flexfax@celestial.com

On Sat, 11 Jan 1997, Bakhit Nurzhanov wrote:

> Hi, everybody. I am using HylaFAX v4.0pl1 on SCO UNIX 4.2v3.2. Everything 
                                             Isn't that 3.2v4.2 ?
> works great, except that faxgetty seems to conflict with UUCP. 

Incoming and outgoing? Or just outgoing?
I had to modify my Dialers entry for my AT&T DataPort to do outgoing
data calls.

DataPort =,-,   "" AT+FCLASS=0\r\p\c \r\nOK\r\n ATDT\T\r\d\d\d\d\d\c CONNECT

Before changing the Dialers file I was limited to incoming/outgoing fax,
and incoming data.

> My questions are:
> (1) where I can find fax-modem fax AT commands. I am using AT&T Paradyne 8325 

Try the US Robotics Fax Back service (800 762 6163) and request document
number 10450. (Thanks to Glenn Burkhardt <glenn@aoi.ultranet.com> for
this pointer in an earlier post)

> modem, and its documentation doesn't contain fax-commands, except one: 
> AT+FCLASS=0|1|2 ?
> (2) does AT+CLASS=0 sets modem in data FAX mode, or is it just DATA mode ?

I think just DATA, but faxgetty will reinitialize after the call.

> (3) does anybody have luck using faxgetty/HylaFAX and UUCP on the same port ?
Yes. (SCO 3.2v4.2)
> 

--
Tim Rice			Multitalents	(707) 887-1469 (voice)
tim@trr.metro.net		Keeper of the HylaFAX SCO binaries

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: raoul@cirl.meei.harvard.edu
Date: Sat, 11 Jan 97 12:58:35 EST
To: flexfax@sgi.com
Subject: [bakhit@msn.com: AT FAX Commands]
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com

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


   Hi, everybody. I am using HylaFAX v4.0pl1 on SCO UNIX 4.2v3.2. Everything 
   works great, except that faxgetty seems to conflict with UUCP. 
   My questions are:
   (1) where I can find fax-modem fax AT commands. I am using AT&T Paradyne 8325 
   modem, and its documentation doesn't contain fax-commands, except one: 
   AT+FCLASS=0|1|2 ?

Gack. Call AT&T and demand the command set.

   (2) does AT+CLASS=0 sets modem in data FAX mode, or is it just DATA mode ?

You mean AT+FCLASS=0; this is data mode, unless you also have +FAA=1, in
which case it *may* do auto-adaptive mode (handling it as data or fax
depending on the incoming call). The correct settings for auto-adaptive
depends on both for many brands of modem, which is silly but true.

   (3) does anybody have luck using faxgetty/HylaFAX and UUCP on the same port ?

I do, under SunOS. Check that your lock files are consistently binary
or ascii for both UUCP and HylaFAX, that the lock files are configured
to use the same directory, and that the modems are using the same
device names for both software. In particular, avoid using ttya for
one software and cua0 for the other, which is the "split-device" trick
which HylaFAX does not support.

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


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMtfUxD/+ItycgIJRAQEs4gP+IO9OPKIbdgCKNj6pByApl7lBmnTuIFXW
l/GR3YSmXozOE3jbU+LyGa2De7t2z9LSCkvawlayLduAQeLJ4TD9NOzsMxQR4ks7
oUV1pO1xJud93RBshGXl/ddLikXgBu2u+ElakDaQmGOwFuOoE9SBurYnklloZOvp
F0DlaE6rNUA=
=9i8C
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 11 Jan 1997 15:17:41 -0500
To: Ricardo Kleemann <ricardo@americasnet.com>
From: Ivan Kohler <ivan@voicenet.com>
Subject: Re: recvq file incomplete ...
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

At 03:09 PM 1/15/97 -0800, Ricardo Kleemann wrote:
>Hi guys,
>
>Today I did my first test receiving a fax.
>The modem picked up and answered properly; the log file tells me
>everything went ok. No errors shown on the log.
>
>It also shows:
>RECV: 84 total lines, 0 bad lines, 0 consecutive bad lines
>
>However, the recvq file, named c00006.tif, is only 1491 bytes. I brought
>up the image and it looks like it was only the first few
>"lines", it is basically 8.5" wide and only 1/2" long/tall.
>
>Why would the transmission be ok, as reported by the log, but the fax
>image so small?

84 lines *is* a fax only (about) 1/2" long.  Without seeing your logging
information, I of course can't be sure (and I'm no HylaFax guru), but it
looks simply like someone sent you a tiny fax (or there was a transmission
error that somehow aborted the connection).

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 13 Jan 1997 13:05:28 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Hylafax Mailing list <flexfax@sgi.com>
Subject: Re: ECM fix
Sender: owner-flexfax@celestial.com

On Fri, 10 Jan 1997, Bob Jackiewicz 312-413-1258 wrote:

> I was going through old flexfax patches I had laying around, when I came
> across this one, which didn't seem to make it into v4.0pl1. It's
> originally from:
> 
[patch from me snipped]

The code appears to have been fixed in some other manner; the error
that the patch fixed doesn't trip anymore, ie:

	sendfax -E ...

does what it should.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 13 Jan 1997 13:10:27 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Dieter Meinert <Dieter.Meinert@gkss.de>
cc: flexfax@sgi.com
Subject: Re: More problems receiving fax
Sender: owner-flexfax@celestial.com

On Fri, 10 Jan 1997, Dieter Meinert wrote:

> Jan 09 10:21:30.88: [  132]: RECV: 112 total lines, 111 bad lines, 111 consecutive bad lines

This error usually occurs due to some problems with the modem not having
the correct fill order. Try adding/changing the following to your modem
config file:

    ModemRecvFillOrder:		MSB2LSB

or vice versa. man 4 config for more details.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Alan Ng <ang@7-Eleven.com.hk>
To: "'flexfax@sgi.com'" <flexfax@sgi.com>
Cc: "'Colin Rice'" <crice@7-Eleven.com.hk>,
        "'Alistair Clay'"
	 <aclay@7-Eleven.com.hk>
Subject: Two independent fax queue possible or not ? 
Date: Mon, 13 Jan 1997 12:38:59 +-800
Sender: owner-flexfax@celestial.com

Hello,

My Setup : 	HylaFAX, Version 3.0 
		SCO UnixWare 2.1 
		Tricord (Intel based with 2 80586/90MHz CPU 64MB RAM 4GB HDD) with 		16 ports DigiBoard use 4 modems 

Server on localhost:term/a10s for +852.1234 5678: Running and idle.
Server on localhost:term/a09s for +852.1234 5679: Running and idle.
Server on localhost:term/a11s for +852.1234 5680: Running and idle.
Server on localhost:term/a12s for +852.1234 5681: Running and idle.

Is it possible for me to add 4 more modems and make two independent fax queues on the same HylaFAX server and  how can I make the choice as to which queue the fax is sent?

Right now I am using the following statements to send the fax out from one of our servers.

/opt/bin/sendfax -n -l -h $FAXSERVER -x "ABCDEFGH ASIA" -D -f $FAXNOTIFY -d 12345678  /optgrape/mmds/transfer/fax/out/intf0205.71234.r.1
sleep 5
/opt/bin/sendfax -n -h $FAXSERVER -x "ABCDEFGH LIMITED" -D -f $FAXNOTIFY -d 23456789  /optgrape/mmds/transfer/fax/out/intf0205.71234.r.2
sleep 5

Are these features available in the newer release? Your thoughts appreciated.

Thanks,
ALAN


Alan Ng
----------------------------------------------
Email : ang@7-Eleven.com.hk


Attachment Converted: c:\program files\eudora\attach\Two independent fax queue possi

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 13 Jan 1997 10:35:33 -0500
From: Jim Bernard <jim.bernard@sdrc.com>
Organization: Structural Dynamics Research Corporation
To: flexfax@sgi.com
Subject: facsimile job not completed before appointed deadline
Sender: owner-flexfax@celestial.com

I have a send-only HylaFAX installation on a SGI Indy using a SupraFax
288 modem. This is primarily used for sending various
notifications/confirmations to customers at the end of the day. 

The installation/configuration went smoothly, and I have not had any
problems with local, long distance, and international calls. I typically
will send 50 - 70 jobs to the fax queue at once via some batch jobs, and
the server seems to handle these with no problem. However, on a couple
of occasions, I have had to send 400 - 500 jobs at once.

When this happens, the server processes the first 20-30 jobs with no
problem, but then begins marking most of the later jobs as "blocked by
concurrent jobs". Eventually, all of these jobs time out with a log file
such as:

Your facsimile job to (www)xxx-yyyy could not be completed before the
appointed deadline.

    ---- Unsent job status ----

   Destination: (www)xxx-yyyy
         JobID: 3066
       GroupID: 3066
        Sender: zzzzzzzz
      Mailaddr: zzzzzzzzzzzzzz
Submitted From: localhost
    Page Width: 215 (mm)
   Page Length: 279 (mm)
    Resolution: 98 (lpi)
        Status: Blocked by concurrent jobs
       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 question is where is this "appointed deadline" set? In the
documentation for the server config file, I have found entries for time
intervals between attempts (Job*, etc.), but nothing that specifies the
max length of time a job can spend in the queue. Looking at the time
stamps in the log files and knowing when the jobs were submitted, the
"appointed deadline" appears to be 3 hours after the job was submitted.
Using grep, I could find no parameters that were 180 (minutes in 3 hr)
or 10800 (sec's in 3 hr).

How can I lengthen the deadline or eliminate this problem?

TIA,

-- 
Jim Bernard

SDRC Operations, Inc.                   E-mail: Jim.Bernard@sdrc.com
NAO National Applications Support       Fax:    +1.513.576.2010
2000 Eastman Drive                      WWW:    http://www.sdrc.com/
Milford, Ohio 45150

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: <john@arris12.McCallDesign.COM>
Date: Mon, 13 Jan 1997 07:49:21 -0800
To: flexfax@sgi.com
Subject: faxmgr2
Sender: owner-flexfax@celestial.com

like to know if there is a gui front end to the new halyfax3/4, similar to
faxmgr2, i've tried to install it after i installed falyfax, but the dist.
require flexfax, i am not sure if i should do so, will flexfax overwrites
anything of halyfax?


-- 
John Chan
snailmail:
c/o McCall Design
550 Kearny Street
Suite 710
San Francisco,
Ca  94108
415.288.8157
415.288.8181 f
e-mail:
john@McCallDesign.COM

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 13 Jan 1997 12:14:24 -0400 (ADT)
From: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
Reply-To: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
To: flexfax@sgi.com
Subject: DestControls
Sender: owner-flexfax@celestial.com

Hi folks I am trying to configure the destctrls file to deny some numbers
(and non-local calls) from my server.
I friend sent me this
^4400.* RejectNotice = "Sorry, we can't let you dial International"
^[+]4400.* RejectNotice = "Sorry, we can't let you dial International"
^4418100.* RejectNotice = "Sorry, we can't let you dial International"

Which I have changed the 44 to 55 since my contry code is 55. I have added
the DestControls: variable pointing to "etc/destctrls" and sigterm and
reloaded faxq.
Unfortunately it stills allow such usage.

Any ideias ?

Thanks.

YEs. I have read the docs, but my regex knowleadge is very poor.
I want to avoid something like 55920XX - non local calls 55921XX -
international calls..

+---------------------------------------------------------------------+
| Mario de Mello Bittencourt Neto                System Administrator |
| WebSlave !                                   Argo Internet Provider |
+---------------------------------------------------------------------+
| Key fingerprint = CB B8 0E 90 EE 9C D1 91  B5 5E B1 EC 83 4D 78 9B  |
+---------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 13 Jan 1997 13:35:28 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: flexfax@sgi.com
Subject: how to change baud rate for sendpage
Sender: owner-flexfax@celestial.com

Hi,

How do we configure sendpage so that it will drop the baud rate when
trying to send a page?

I have yet to successfully use sendpage... :(

Ricardo

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 13 Jan 1997 17:02:50 -0700 (MST)
From: John Patrick Poet <john@BlueSkyTours.COM>
To: HylaFax <flexfax@sgi.com>
Subject: Requeueing failed faxes.
X-Loop: john@BlueSkyTours.COM
Sender: owner-flexfax@celestial.com


I know this subject has been brought up before, but when I search the
mailing list archives for "requeue" it does not turn up anything.

How does one requeue a failed fax under Hylafax 4.0pl1?  I have searched the
FAQ, the web page and the man pages, but nowhere is this subject discussed.
There are references to how it is done in theory, but not practice.

Thanks for any help,

John
--

|         |
+--+  ==  |  John Patrick Poet          Blue Sky Tours
|  |      |  System Admin/programmer    10832 Prospect Ave., N.E.
|     +---+  john@BlueSkyTours.COM      Albuquerque, N.M. 87112
|     |      Ph. 505 293 9462           Fx. 505 293 6902

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Ed Cooley <ecooley@strategy5.com>
To: "'FlexFAX Mailing List'" <flexfax@sgi.com>
Subject: Unixware 2.0 incoming data problem.
Date: Mon, 13 Jan 1997 23:14:50 -0600
Sender: owner-flexfax@celestial.com

I have HFAX configured and working.  I am attempting to use incoming data calls and keep getting the following log messages:

Jan 13 23:06:54 HylaFAX[12902]: HylaFAX INET Protocol Server: restarted.
Jan 13 23:06:54 FaxQueuer[12903]: HylaFAX (tm) Version 4.0pl1
Jan 13 23:06:54 FaxQueuer[12903]: Copyright (c) 1990-1996 Sam Leffler
Jan 13 23:06:54 FaxQueuer[12903]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Jan 13 23:06:54 FaxGetty[12901]: OPEN /dev/tty00h
Jan 13 23:07:00 FaxGetty[12901]: MODEM AT&T HSM288xCF/CL2 V4.00
Jan 13 23:07:23 FaxGetty[12901]: Unable to set RT scheduling parameters: Invalid argument
Jan 13 23:07:38 FaxGetty[12901]: ANSWER: DATA CONNECTION
Jan 13 23:07:38 FaxGetty[12901]: GETTY: START "/usr/lib/saf/ttymon -g -h -t 60 -l ff_38400", pid 12920
Jan 13 23:07:43 FaxGetty[12901]: GETTY: exit status 0400
Jan 13 23:07:58 FaxGetty[12901]: /dev/tty00h: Can not initialize modem.
Jan 13 23:08:35 FaxGetty[12901]: MODEM AT&T HSM288xCF/CL2 V4.00

The incoming call gets connected and then gets a:

ATE0V1Q0S0=0H0

Which I assume is Hyla faxgetty trying to reset the modem.

When running, the following processes are active:

    root 12903     1   TS  80  0 23:06:54 ?        0:00 /usr/local/lib/HylaFAX-v4.0/sbin/faxq 
    root 12901     1   TS  80  0 23:06:54 pts/6    0:00 /usr/local/lib/HylaFAX-v4.0/sbin/faxgetty tty00h 
    root 12902     1   TS  80  0 23:06:54 ?        0:00 /usr/local/lib/HylaFAX-v4.0/sbin/hfaxd -i hylafax 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 14 Jan 97 12:13 MET
From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>
To: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
CC: HylaFAX users list <flexfax@sgi.com>
Subject: Re: DestControls
Organization: CNUCE-CNR, Via S.Maria 36, Pisa - Italy +39-50-593211
Sender: owner-flexfax@celestial.com

   
   Hi folks I am trying to configure the destctrls file to deny some numbers
   (and non-local calls) from my server.
   I friend sent me this
   ^4400.* RejectNotice = "Sorry, we can't let you dial International"
   ^[+]4400.* RejectNotice = "Sorry, we can't let you dial International"
   ^4418100.* RejectNotice = "Sorry, we can't let you dial International"

??  I believe you should deny all numbers starting with your local
international prefix (00 in britain, if I'm not wrong).  So I would
say "^00.*", "^+[^5].*" and "+5[^5].*", that is, all number beginning
with 00, and all numbers beginning with + followed by a number
different from 55 (supposing the international code of your country is
55).

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: "Universal Computer Protocol" support
To: yngvi@hagkaup.is (Yngvi Sigurjonsson)
Date: Tue, 14 Jan 1997 14:42:08 +0100 (MET)
Cc: onno@phs.philips.nl, flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Yngvi Sigurjonsson wrote:
    
    > Anybody out there who has added the "Universal Computer Protocol" to pagesend?
    > This protocol is used to communicate with many Short Message Service Centers
    > for sending text messages to GSM phones.
    > 
    
    Just after I got your mail I received a description of the UCP/EMI protocol
    and started fiddleing with the pageSendApp. I managed to get a message 
    through. (I hardcoded the message into the program) I am not sure where
    to go from here, should the pageSendApp try to figure out if weither
    it is sending to IXO/TAP or UCP/EMI? Or should there be a field in the 
    pagermap telling the system which type of message center it is dealing
    with?
    
    I will investgate further and let you know, has anyone else done something
    similar? My guess is that Sam does not have access to SMS.

I've discussed this topic some weeks ago with Sam and the rigth
place should be the spool/info/{number} file where pageSendApp
should place an entry (or the sysadmin does that) after
figuring out what protocol the provider uses.

	matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 14 Jan 1997 14:46:37 +0100
From: Marcello Torriani <torriani@ariadne.it>
Organization: Ariadne
To: flexfax@sgi.com
Subject: faxmail problem
Sender: owner-flexfax@celestial.com

I have just installed the package for solaris (hylafax v4.0pl0 binary
1.0) and it works fine.
the only problem is faxmail that seems not to work properly.
this is what I have done:
- generated a mail message with netscape with a postscript attached
- processed this mail message with faxmail
- viewed the result to verify that the postscript attached was there (ok
was there)
- printed the result, viewed the result with ghostscript and so on, but
the attached postscript was invisible (or very little)

anyone can help me ?

thanks in advance
Mt
-- 
Marcello Torriani

Consulting                               voice:  +39 382 40 75 38
Ariadne                                  fax:    +39 382 40 74 50
via Campeggi 13                          e-mail: torriani@ariadne.it
27020 Torre d'Isola (PV) - ITALY         web: http://www.ariadne.it/
web mirror:      http://www.cib.unibo.it/guests/ariadne/Welcome.html
X-POP3-Rcpt: philw@derrick
Sender: owner-flexfax@celestial.com
Date: Tue, 14 Jan 1997 07:54:51 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: Howard Moftich <howardm@lsil.com>
cc: flexfax@sgi.com
Subject: Re: how to change baud rate for sendpage 
Sender: owner-flexfax@celestial.com

Thanks! :)

Anyone have the commands that would apply to a Cardinal (Rockwell chipset)
modem?



On Tue, 14 Jan 1997, Howard Moftich wrote:

> 
> I do this in the config file.
> 
> PagerSetupCmds:         ATS50=2S180=0   # 1200 baud, no error control
> 
> but your modems command set is probably different than mine (a Telebit)
> -- 
> 
> +----------------------------------------------------------------+
> | Howard Moftich                                                 |
> | Manager, U.S. Compute Resources                                |
> | Snailmail:   LSI Logic Corp.        Internet: howardm@lsil.com |
> |              9 Hillside Ave.               Phone: 617.890.0180 |
> |              Waltham, MA 02154 USA           FAX: 617.890.6158 |
> +----------------------------------------------------------------+
> -----BEGIN PGP PUBLIC KEY BLOCK-----
> Version: 2.6.2
> 
> mQCNAy9U/yEAAAEEAJp1sat1UmX7PReDe6YbgSBjsQKd6e7XbufIRBUnBEc3zwQ/
> 8iEsr5jEWTCHlkjZfX+nP7/xrovGcbjGNd4TlUgnb96nUmdfXUpEy0GqcuNhj9Wo
> WxCWXBw0zcyqF1L8N8Otgk87qzS429o6XJ9ehfDhWiWLAoVGOdGfflQdHoZdAAUR
> tCFIb3dhcmQgTW9mdGljaCA8aG93YXJkbUBsc2lsLmNvbT4=
> =C7jT
> -----END PGP PUBLIC KEY BLOCK-----
> 
> 
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Unixware 2.0 incoming data problem.
To: ecooley@strategy5.com (Ed Cooley)
Date: Tue, 14 Jan 1997 17:28:20 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Ed Cooley wrote:
    
    I have HFAX configured and working.  I am attempting to use incoming data calls and keep getting the following log messages:
    
    Jan 13 23:06:54 HylaFAX[12902]: HylaFAX INET Protocol Server: restarted.
    Jan 13 23:06:54 FaxQueuer[12903]: HylaFAX (tm) Version 4.0pl1
    Jan 13 23:06:54 FaxQueuer[12903]: Copyright (c) 1990-1996 Sam Leffler
    Jan 13 23:06:54 FaxQueuer[12903]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
    Jan 13 23:06:54 FaxGetty[12901]: OPEN /dev/tty00h
    Jan 13 23:07:00 FaxGetty[12901]: MODEM AT&T HSM288xCF/CL2 V4.00
    Jan 13 23:07:23 FaxGetty[12901]: Unable to set RT scheduling parameters: Invalid argument
    Jan 13 23:07:38 FaxGetty[12901]: ANSWER: DATA CONNECTION
    Jan 13 23:07:38 FaxGetty[12901]: GETTY: START "/usr/lib/saf/ttymon -g -h -t 60 -l ff_38400", pid 12920
    Jan 13 23:07:43 FaxGetty[12901]: GETTY: exit status 0400
    Jan 13 23:07:58 FaxGetty[12901]: /dev/tty00h: Can not initialize modem.
    Jan 13 23:08:35 FaxGetty[12901]: MODEM AT&T HSM288xCF/CL2 V4.00
    
    The incoming call gets connected and then gets a:
    
    ATE0V1Q0S0=0H0
    
    Which I assume is Hyla faxgetty trying to reset the modem.
    
    When running, the following processes are active:
    
        root 12903     1   TS  80  0 23:06:54 ?        0:00 /usr/local/lib/HylaFAX-v4.0/sbin/faxq 
        root 12901     1   TS  80  0 23:06:54 pts/6    0:00 /usr/local/lib/HylaFAX-v4.0/sbin/faxgetty tty00h 
        root 12902     1   TS  80  0 23:06:54 ?        0:00 /usr/local/lib/HylaFAX-v4.0/sbin/hfaxd -i hylafax 

Please set the values for SessionTracing and ServerTracing to include
the modem command dialog to see what's going on; without this trace level
one can only guess what the problem is. It seems that you should
set ModemWaitForConnect value in your modem config file -- but this
is only a wild guess...

	matthias

-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: <john@arris12.McCallDesign.COM>
Date: Tue, 14 Jan 1997 09:25:34 -0800
To: flexfax@sgi.com
Subject: faxmgr2
Sender: owner-flexfax@celestial.com

what ever happen to fax manager (currently version 2) for use with halyfax?

will it be continue in the future?

-- 
John Chan
snailmail:
c/o McCall Design
550 Kearny Street
Suite 710
San Francisco,
Ca  94108
415.288.8157
415.288.8181 f
e-mail:
john@McCallDesign.COM

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 14 Jan 1997 12:27:27 -0500 (EST)
From: Douglas Mauro <mailer@empireone.net>
To: Ricardo Kleemann <ricardo@americasnet.com>
cc: flexfax@sgi.com
Subject: Re: how to change baud rate for sendpage
Sender: owner-flexfax@celestial.com


  Best thing to is read config(5F) ... I know, I know not the answer you
wanted so here ya go. 

 /var/spool/fax/etc/config.tty??? 

You will see 

"ModemRate:		1200"

change this to whatever you want.  I had real problems trying to drop it
down to 300.  It just wouldn't take it.  So what I did was use

"PagerSetupCmds: 		AT???"

This is modem specific!!! 

Below is my AT string for a Prac Peri modem.  Make sure you turn off echo 
and you will get more errors about power and your modem ^_^.

Hope this helps and if it doesn't send me some mail and I'll throw some 
more stuff at ya'

Douglas Mauro
mauro@empireone.net

# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
# Practical Peripherals MP288MT II V.34
#
ModemType:		Class1		# use this to supply a hint
ModemRate:		1200
ModemFlowControl:	rtscts		# default
PagerSetupCmds:		AT%C0B0E0&D2&Q6s37=5n0W2M1L2
#PagerSetupCmds:		AT&F&C1&D2&Q0s37=5n0
#


On Mon, 13 Jan 1997, Ricardo Kleemann wrote:

> Hi,
> 
> How do we configure sendpage so that it will drop the baud rate when
> trying to send a page?
> 
> I have yet to successfully use sendpage... :(
> 
> Ricardo
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Ed Cooley <ecooley@strategy5.com>
To: "'FlexFAX Mailing List'" <flexfax@sgi.com>
Subject: Unixware 2.0 incoming data call problem
Date: Tue, 14 Jan 1997 12:09:43 -0600
Sender: owner-flexfax@celestial.com

    
    I have HFAX configured and working.  I am attempting to use incoming data calls and keep getting the following log messages:
    
    Jan 13 23:06:54 HylaFAX[12902]: HylaFAX INET Protocol Server: restarted.
    Jan 13 23:06:54 FaxQueuer[12903]: HylaFAX (tm) Version 4.0pl1
    Jan 13 23:06:54 FaxQueuer[12903]: Copyright (c) 1990-1996 Sam Leffler
    Jan 13 23:06:54 FaxQueuer[12903]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
    Jan 13 23:06:54 FaxGetty[12901]: OPEN /dev/tty00h
    Jan 13 23:07:00 FaxGetty[12901]: MODEM AT&T HSM288xCF/CL2 V4.00
    Jan 13 23:07:23 FaxGetty[12901]: Unable to set RT scheduling parameters: Invalid argument
    Jan 13 23:07:38 FaxGetty[12901]: ANSWER: DATA CONNECTION
    Jan 13 23:07:38 FaxGetty[12901]: GETTY: START "/usr/lib/saf/ttymon -g -h -t 60 -l ff_38400", pid 12920
    Jan 13 23:07:43 FaxGetty[12901]: GETTY: exit status 0400
    Jan 13 23:07:58 FaxGetty[12901]: /dev/tty00h: Can not initialize modem.
    Jan 13 23:08:35 FaxGetty[12901]: MODEM AT&T HSM288xCF/CL2 V4.00
    
    The incoming call gets connected and then gets a:
    
    ATE0V1Q0S0=0H0
    
    Which I assume is Hyla faxgetty trying to reset the modem.
    
    When running, the following processes are active:
    
        root 12903     1   TS  80  0 23:06:54 ?        0:00 /usr/local/lib/HylaFAX-v4.0/sbin/faxq 
        root 12901     1   TS  80  0 23:06:54 pts/6    0:00 /usr/local/lib/HylaFAX-v4.0/sbin/faxgetty tty00h 
        root 12902     1   TS  80  0 23:06:54 ?        0:00 /usr/local/lib/HylaFAX-v4.0/sbin/hfaxd -i hylafax 

I have included detailed log and my config file.

Thanks,
Ed Cooley

  

Attachment Converted: c:\program files\eudora\attach\osmlog

Attachment Converted: c:\program files\eudora\attach\config.tty00h

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 14 Jan 1997 18:44:22 GMT
From: Frank Terhaar-Yonkers <fty@cisco.com>
To: flexfax@sgi.com
Subject: USR & Class 2.0 (transmit phase errors) - redux
X-Face: ,fjtWiMPydUaSQl%8[eTg`u:^BXt&T)Sny(6w\*U"5D9H[Z$kG%Q/z;Z=NwrPiXf-aMF3R) Rsand$,]26-8>5@HD(A3A79gN|0%NHsdek4mT8E,>j+\w!~d2#nH;~NV!5a0"`5$Cj8d\or(Jy/JQ_ |uc;C[filmZ(~#lre*l:<H96J/0-JCQ-nR>|O%d/PJFy`.5w8)sMZ-)QI3TaV"j'k
Sender: owner-flexfax@celestial.com


Well folks.  I bit the bullet and sent the 33.6 sportster back to USR for the 
firmware upgrade (the prom is soldered in - sheesh).  

Guess what, it still doesn't work with the upgraded firmware.  
Back to Class 1 ..


\\\\////\\\\////\\\\\////\\\\\////\\\\////\\\\////\\\\////\\\\////\\\\////\\\\
Frank Terhaar-Yonkers
Cisco Systems, Inc.
Engineering Services, W2 F3 5
7025 Kit Creek Road  PO Box 14987
Research Triangle Park,  North Carolina  27709
fty@cisco.com   voice (919)472-2101   FAX (919)472-2940
pager (800)796-7363 pin 1008366 -or- fty@airnote.net

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 14 Jan 1997 15:12:33 -0400
To: flexfax@sgi.com
From: "Brian L. Heess" <brian@earthlink.net>
Subject: HylaFAX pkg for FreeBSD
Sender: owner-flexfax@celestial.com


I installed this package and figured out how to configure it.

No the problem is that I don't seem to have hfaxd.  I found a
/usr/local/sbin/fax.recv but it doesn't accept the same params as
hfaxd.

Am I missing something or how is it supposed to be run in FreeBSD?

Cheers!

-Brian

--
Brian L. Heess, brian@thru.net  | Voice: 201-288-1136 / Fax: 201-288-0213
VP Technology                   | Home: 201-387-2574 / 201-287-0739
Vanguard InterActive, Inc.      | brian@commline.com
http://vanguard.thru.net        | http://www.commline.com
http://www.commline.com   (DM & BONG)  bong-info@commline.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 14 Jan 1997 18:36:57 -0500 (EST)
From: Gabriel Fernandez <fernande@cs.sc.edu>
To: flexfax@sgi.com
Subject: Re: Hylafax v4.0 and Linux
Sender: owner-flexfax@celestial.com

Hi,

   I am still unable to run the software under Linux. The compilation is
successful and without any warnings or errors (except for a complaint
about /sbin/egetty and /sbin/vgetty being missing). Anyway, all the
configuration files seem to be correct, but the far server does not run. 
The hfaxd daemon loads into memory but is unable to activate the service. 
Therefore, the client applications complain about "service is not
available". 

   For example, it accepts commands such as

        telnet localhost 4559

but not

        telnet localhost hylafax

even though hylafax is defined in the /etc/services file. 

   In general, even though I am able to connect to localhost, the programs
exit with a "service not available" error. 

   Just as a reference my machine is not connect to any network except for
a PPP connect to an internet provider. Therefore, I would like just to run
the hylafax programs as standalone programs, if possible. If not, the fax
server option would be fine with me if I could make it work correctly. 

   Any ideas? 

	Gabriel

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 14 Jan 1997 20:04:37 -0500
From: "Jian Wang" <jianw@nortel.ca>
Organization: Northern Telecom
To: flexfax@sgi.com
Subject: problem with setup up server in a linux machine.
Sender: owner-flexfax@celestial.com

Hi, 

I complied and make install seccessfully the HylaFax v4.0Pl1 
(I downloaded from www.vix.com) on my PC which runs the latest
Lunix version (kernal 2.0.0?). But I got problem to setup HylaFax.

My PC have a microcom 28.8K fax/data modem connected, and 
is configured as loopback (i.e. IP = 127.0.01). What I want is
to setup the fax server and client in my PC so that I can 
send and recieve fax in linux. 

But When I run faxsetup after I compile and make install as 
supper user, I got problem add user fax. The faxsetup 
complains "command useradd unknown". I check the Linux, 
there is no command useradd in bash. 

I tried to get arround this by not adding user fax. Then I configured
modem, add modem, and complete the faxsetup script, but
I still got problem run sendfax, which complain server is
not on, can not connect to server on port 4675 (I am not sure
of this port number, it should be the default). I also checked 
the process, there is no faxd or faxq runing at all. 

Can someone give me a hand on this? Thanks in advance...


Jian

				      

 ---- ----   / ---|---       Dept of 1T16            _   _ ___ __    
     |      /|----|---|-     Mail Stop 182      |\ |/ ,`|_) | |_ |  
  ___ ___    |_---|---       jianw@nortel.ca    | \|\'_/| \ | |__|__ 
     |       |/ --|---       ESN: 613 763-6119  POBox 3511, Station C 
     |       |\ --|---       SKY, T7, F9, Pf6   Ottawa, ON K1Y 4H7 
 ---- ----   -/-------------------------------------------------------

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 1997 11:13:43 +0700 (GMT+0700)
From: Fidi Abdul Hafidz <hafidz@trabas.co.id>
To: flexfax@sgi.com
Subject: Paging Protocol
Sender: owner-flexfax@celestial.com


Hii, Everyone

I have successful to use sendpage to paging terminal. But now I have 
trouble to talk winth TNPP. Does some one know that protocol, can I to 
use PAGESEND in Hyla.

If someone know about TNPP, please contact me. I'm very-very need that 
information.

Thanks alot

Fidi Abdul Hafidz

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 1997 00:30:43 -0500 (EST)
From: Gabriel Fernandez <fernande@cs.sc.edu>
Reply-To: Gabriel Fernandez <fernande@cs.sc.edu>
To: Jian Wang <jianw@nortel.ca>
cc: flexfax@sgi.com
Subject: Re: problem with setup up server in a linux machine.
Sender: owner-flexfax@celestial.com

Hi,

   We are on the same boat. I actually got a little farther than you. ;-)
But I haven't been able to make it run completely. Somehow, the fax server
does not go up. It has connection problems.

   Let me tell you what to do with the faxseup script.

   When you run the fax setup, somehow, the shell script has some default
values for programs that automatically add/remove a user from the
/etc/passwd file. Those values are wrong for linux. At least, under
Slackware there is no useradd command.

   Check the file /usr/local/sbin/faxsetup.linux (or wherever you
faxsetup script is installed) and you will see the default values. The
correct command is /sbin/adduser without parameters (the parameters the
script has for useradd don't work). However, you have to
be sure the user and group id's are the same as the UUCP "user" and that
the password is "*". The easiest test is to rename that file to something
like /usr/local/sbin/faxsetup.linux.copy and re-run the faxsetup
script. You will see that the process will stop with an error saying
that it was not able to add the fax user.

   Add the user by hand. Just edit the file /etc/passwd and copy the line
with the configuration for uucp. Change the short name to "fax", the full
name to "Fax User" or something similar, the work directory to
"/var/spool/fax", and the shell to "/bin/false". The user id is 10 and the
user id is 14 by default. You "must" use the same numbers (as far as I
understand).

   After you have created the user "fax", re-run the faxsetup script. It
will find that the user fax already exists and that has the correct
values. The rest of the process should run smoothly. I also got some
warnings about the files /sbin/vgetty and sbin/egetty. I understand they
are no "vital", because they are used only if you have a voice option for
the modem.

   If you finish sucessfully, then you will be in the same situation as I
am. :-(

   I also have a loopback setup with Linux kernel 2.0.27. My modem is USR
Courier V.Everything. I have not been able to make the "hfaxd -i 4559" to
run correctly. Somehow, it is not able to establish the connection and the
fax server is never up.

   Everytime I do "faxstat" or try to run any other command, I always get
an error message saying "Service not available".

   I am not sure whether you need "faxq" to send faxes. I think I read
that it is useful only if you want to maintain queues.

   Let me know if you are able to make the fax server to run and what
changes you made. Notice that the "hosts" files should be accesible by
everyone and that it should contain

	localhost
	127.0.0.1

   That's all I know.... Good luck,

	Gabriel

---
Gabriel Fernandez		Wavelets rule!
Computer Science Department	Wavelets are cool!
University of South Carolina	Wavelets smooth your life!
Columbia, SC 29208		Wavelets transform your dimensions!

E-mail: fernande@cs.sc.edu	URL: http://www.cs.sc.edu/~fernande/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 1997 08:21:12 +0100 (MET)
From: "C.W.P. Schoenmakers" <cschoen@solair1.inter.NL.net>
To: Gabriel Fernandez <fernande@cs.sc.edu>
Cc: flexfax@sgi.com
Subject: Re: Hylafax v4.0 and Linux
Sender: owner-flexfax@celestial.com

Hello,

My humble question: is your TCP layer running?

regards, 

kees


On Tue, 14 Jan 1997, Gabriel Fernandez wrote:

> Hi,
> 
>    I am still unable to run the software under Linux. The compilation is
> successful and without any warnings or errors (except for a complaint
> about /sbin/egetty and /sbin/vgetty being missing). Anyway, all the
> configuration files seem to be correct, but the far server does not run. 
> The hfaxd daemon loads into memory but is unable to activate the service. 
> Therefore, the client applications complain about "service is not
> available". 
> 
>    For example, it accepts commands such as
> 
>         telnet localhost 4559
> 
> but not
> 
>         telnet localhost hylafax
> 
> even though hylafax is defined in the /etc/services file. 
> 
>    In general, even though I am able to connect to localhost, the programs
> exit with a "service not available" error. 
> 
>    Just as a reference my machine is not connect to any network except for
> a PPP connect to an internet provider. Therefore, I would like just to run
> the hylafax programs as standalone programs, if possible. If not, the fax
> server option would be fine with me if I could make it work correctly. 
> 
>    Any ideas? 
> 
> 	Gabriel
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Unixware 2.0 incoming data call problem
To: ecooley@strategy5.com (Ed Cooley)
Date: Wed, 15 Jan 1997 10:24:22 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Ed Cooley wrote:
    
    <... stuff deleted ...>

    I have included detailed log and my config file.

Please show also the SessionTrace (from spool/log/); the ServerTrace
looks ok;

	matthias

-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 97 11:24:02 EST
From: glenn@aoi.ultranet.com (Glenn Burkhardt)
To: flexfax@sgi.com
Subject: Re: An error - Why
Sender: owner-flexfax@celestial.com

----------
X-Sun-Data-Type: text
X-Sun-Data-Description: text
X-Sun-Data-Name: text
X-Sun-Content-Lines: 37

> From owner-flexfax@celestial.com Wed Jan 15 08:13:35 1997
> Sender: owner-flexfax@celestial.com
> Subject: Re: An error - Why
> To: uri@harmonic.co.il (Uri Shkolnik)
> Date: Fri, 10 Jan 1997 17:15:23 +0100 (MET)
> Cc: flexfax@sgi.com
> From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
> Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
> Organization: SoftcoN GmbH
> Phone: +49 89 61308-51 (company)
> Operating-System: UNIX_SV 4.2 1
> X-Mailer: ELM [version 2.4 PL23]
> Mime-Version: 1.0
> Content-Type> : > text/plain> ; > charset=ISO-8859-1> 
> Content-Transfer-Encoding: 8bit
> Sender: owner-flexfax@celestial.com
> Content-Length: 1023
> 
> Uri Shkolnik wrote:
>     
>     Hi,
>     
>     My system: SunOs4.1.4/Sparce20, Hylafax 4.0 (bin). 
>     My modem: MULTI-TECH SYSTEMS MT2834ZDXI/0312
>     
>     I get this error:
>     
>     Jan 10 01:51:14 sun FaxGetty[191]: <-- [31:AT+FLID="Harmonic Lightwaves "\r]
>     Jan 10 01:51:14 sun FaxGetty[191]: --> [2:OK]
>     Jan 10 01:51:14 sun FaxGetty[191]: <-- [18:AT+FAA=0+FCLASS=2\r]
>     Jan 10 01:51:14 sun FaxGetty[191]: --> [5:ERROR]
>     Jan 10 01:51:14 sun FaxGetty[191]: MODEM Command error

I'm attaching a config file that works for me on SunOS 4.1.4 with a MultiTech
MT2834ZDX.


----------
X-Sun-Data-Type: default
X-Sun-Data-Description: default
X-Sun-Data-Name: config.mt2834
X-Sun-Content-Lines: 87

# $Header: /usr/people/sam/irix/fax/config/RCS/mt-1432,v 1.22 1996/01/19 06:33:32 sam Exp $
#
# 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 Multi-Tech MT1432, MT224BA, and MT1932ZDX modems.
#
# MT1432	firmware rev 0307 I or newer
# MT132BG	rev 0109A
# MT1932ZDX	rev 0109H
#
# Note that MT1432 modems come in several varieties:
#
# MT1432BA	uses Rockwell data pump
# MT1432BA/A	uses AT&T data pump
# MT1432BG	MT1432BA tweaked for German FCC
# MT1432MK	(for UK?)
#
# The modem has been tried with both XON/XOFF and RTS/CTS flow
# control; this configuration is for hardware flow control.
#
#
CountryCode:		1
AreaCode:		508
FAXNumber:		+1.508.453.2906
LongDistancePrefix:	1
InternationalPrefix:	011
DialStringRules:	etc/dialrules
ServerTracing:		1
SessionTracing:		11
RecvFileMode:		0644
LogFileMode:		0644
DeviceMode:		0600
RingsBeforeAnswer:	1
SpeakerVolume:		off
GettyArgs:		"DIAL.38400 -"
LocalIdentifier:	"AOI INTERNATIONAL"
TagLineFont:		etc/lutRS18.pcf
TagLineFormat:		"From %%l|%c|Page %%p of %%t"
MaxRecvPages:		25
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:		Class2		# use class 2 interface
ModemRate:		38400		# lock rate for DCE-DTE communication
ModemFlowControl:	rtscts 		# default
#
ModemHardFlowCmd:	AT&E4		# hardware flow control
ModemSoftFlowCmd:	AT&E5		# software flow control
ModemSetupDTRCmd:	AT&D3		# setup so DTR drop resets modem
ModemSetupDCDCmd:	AT&C1		# setup so DCD reflects carrier (or not)
ModemSetupAACmd:	AT+FAA=1	# enable adaptive-answer in class 2
#
# NB: some models get confused by the @
#
ModemDialCmd:		ATDT%s@		# T for tone dialing, @ for silence
#
Class2RecvDataTrigger:	"\022"		# character sent to modem to start recv
#
# use rtscts for data connections
#ModemAnswerDataBeginCmd: "+++AT&E4O\n<waitfor:CONNECT>"	

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 1997 18:01:36 +0100
From: Markus Storm <Markus.Storm@mediaways.net>
Organization: mediaways GmbH, Guetersloh, germany
To: flexfax@sgi.com
Subject: Fax Polling
Sender: owner-flexfax@celestial.com

Hi,

I'm new to HylaFAX and would appreciate if someone can comment on
whether it can do the following for me:

We are in need of a special fax polling service .
Someone with a fax machine dials XXXXXX-YY. All XXXXXX-numbers
go to the same modem attached to the HylaFAX machine.
Depending on YY, I want to fax the caller a document. YY decides which
one to send.

Can this be done ? If so, how ?

Thanks in advance for your help,

rgds,

Markus

-- 
/////////////////////////////////////////////////////////////
  Markus Storm, mediaWays GmbH, Guetersloh, Germany
  Markus.Storm@mediaways.net     voice: ++49 +5241 80-7867

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: 15 Jan 1997 13:10 EST
To: fernande@cs.sc.edu
Cc: flexfax@sgi.com
From: "Jian Wang" <jianw@nortel.ca>
Subject: Re: problem with setup up server in a linux machine.
Sender: owner-flexfax@celestial.com

Hi, Gabrienal:

Thank you very much for your help. Actually, I manually added
fax uer into passwd file, but I still could not started up
hfaxd.  I have the same problem mention in your mail.  I 
could run faxsetup completely, adding fax modem, specifying
the fax modem.  However, when I invoked faxsend, it complained
can not connect to localhost, service unavailable....via port 
4995(?). I check my hosts file, it is "localhost\n 127.0.0.1.

Did you have any progress, or some one can give us a help?


You take care,







In message "problem with setup up server in a linux machine.", fernande@cs.sc.edu writes:

> Hi,
> 
>    We are on the same boat. I actually got a little farther than you. ;-)
> But I haven't been able to make it run completely. Somehow, the fax server
> does not go up. It has connection problems.
> 
>    Let me tell you what to do with the faxseup script.
> 
>    When you run the fax setup, somehow, the shell script has some default
> values for programs that automatically add/remove a user from the
> /etc/passwd file. Those values are wrong for linux. At least, under
> Slackware there is no useradd command.
> 
>    Check the file /usr/local/sbin/faxsetup.linux (or wherever you
> faxsetup script is installed) and you will see the default values. The
> correct command is /sbin/adduser without parameters (the parameters the
> script has for useradd don't work). However, you have to
> be sure the user and group id's are the same as the UUCP "user" and that
> the password is "*". The easiest test is to rename that file to something
> like /usr/local/sbin/faxsetup.linux.copy and re-run the faxsetup
> script. You will see that the process will stop with an error saying
> that it was not able to add the fax user.
> 
>    Add the user by hand. Just edit the file /etc/passwd and copy the line
> with the configuration for uucp. Change the short name to "fax", the full
> name to "Fax User" or something similar, the work directory to
> "/var/spool/fax", and the shell to "/bin/false". The user id is 10 and the
> user id is 14 by default. You "must" use the same numbers (as far as I
> understand).
> 
>    After you have created the user "fax", re-run the faxsetup script. It
> will find that the user fax already exists and that has the correct
> values. The rest of the process should run smoothly. I also got some
> warnings about the files /sbin/vgetty and sbin/egetty. I understand they
> are no "vital", because they are used only if you have a voice option for
> the modem.
> 
>    If you finish sucessfully, then you will be in the same situation as I
> am. :-(
> 
>    I also have a loopback setup with Linux kernel 2.0.27. My modem is USR
> Courier V.Everything. I have not been able to make the "hfaxd -i 4559" to
> run correctly. Somehow, it is not able to establish the connection and the
> fax server is never up.
> 
>    Everytime I do "faxstat" or try to run any other command, I always get
> an error message saying "Service not available".
> 
>    I am not sure whether you need "faxq" to send faxes. I think I read
> that it is useful only if you want to maintain queues.
> 
>    Let me know if you are able to make the fax server to run and what
> changes you made. Notice that the "hosts" files should be accesible by
> everyone and that it should contain
> 
> 	localhost
> 	127.0.0.1
> 
>    That's all I know.... Good luck,
> 
> 	Gabriel
> 
> ---
> Gabriel Fernandez		Wavelets rule!
> Computer Science Department	Wavelets are cool!
> University of South Carolina	Wavelets smooth your life!
> Columbia, SC 29208		Wavelets transform your dimensions!
> 
> E-mail: fernande@cs.sc.edu	URL: http://www.cs.sc.edu/~fernande/
> 
> 
> 
> 
>                                

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: poplar.cs.sc.edu: fernande owned process doing -bs
Date: Wed, 15 Jan 1997 13:57:14 -0500 (EST)
From: Gabriel Fernandez <fernande@CS.Sc.EDU>
To: flexfax@sgi.com
Subject: Re: Hylafax v4.0 and Linux
Sender: owner-flexfax@celestial.com

Hi,

> Wait: what does your machine's *own* /etc/hosts file look like, and how
> are you determining machine names on your subnet? DNS?

   Well, since I have a loopback setup the content of /etc/hosts is simply
a line

	127.0.0.1 localhost

   I don't use local DNS. When I connect to internet, I use a PPP
connection and use a remote DNS.

   Could that be a problem?

   Thanks,

	Gabriel

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: poplar.cs.sc.edu: fernande owned process doing -bs
Date: Wed, 15 Jan 1997 14:04:53 -0500 (EST)
From: Gabriel Fernandez <fernande@CS.Sc.EDU>
To: flexfax@sgi.com
Subject: Re: problem with setup up server in a linux machine.
Sender: owner-flexfax@celestial.com

Hi again:

> Thank you very much for your help. Actually, I manually added
> fax uer into passwd file, but I still could not started up
> hfaxd.  I have the same problem mention in your mail.  I
> could run faxsetup completely, adding fax modem, specifying
> the fax modem.  However, when I invoked faxsend, it complained
> can not connect to localhost, service unavailable....via port
> 4995(?). I check my hosts file, it is "localhost\n 127.0.0.1.

   The connection with localhost is a problem of permissions with
HylaFax's hosts file. It should be accessible by everybody. As for the
problem with "Service unavailable via port 4559", I am still stuck.

   You should check that /etc/services has the ports for hylafax and snnp.
Besides that, I don't know what else to check. I think it may be a problem
with the loopback setup. I remember having a similar problem with rplay
once. It works under the same philosophy: you run a sound server, and then
you play sounds as client applications. I could not figure out how to make
it work.

   Bye,

	Gabriel

---
Gabriel Fernandez		Wavelets rule!
Computer Science Department	Wavelets are cool!
University of South Carolina	Wavelets smooth your life!
Columbia, SC 29208		Wavelets transform your dimensions!

E-mail: fernande@cs.sc.edu	URL: http://www.cs.sc.edu/~fernande/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 16 Jan 1997 08:44:21 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Hylafax Mailing list <flexfax@sgi.com>
Subject: Re: Hylafax v4.0 and Linux
Sender: owner-flexfax@celestial.com

On Tue, 14 Jan 1997, Gabriel Fernandez wrote:

[snip]
>         telnet localhost hylafax
> 
> even though hylafax is defined in the /etc/services file. 
> 
>    In general, even though I am able to connect to localhost, the programs
> exit with a "service not available" error. 

Hmm; conflicting numbers? Bad protocol? It'd help if you give us a
peek at your /etc/services file.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 1997 15:09:17 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: flexfax@sgi.com
Subject: recvq file incomplete ...
Sender: owner-flexfax@celestial.com

Hi guys,

Today I did my first test receiving a fax.
The modem picked up and answered properly; the log file tells me
everything went ok. No errors shown on the log.

It also shows:
RECV: 84 total lines, 0 bad lines, 0 consecutive bad lines

However, the recvq file, named c00006.tif, is only 1491 bytes. I brought
up the image and it looks like it was only the first few
"lines", it is basically 8.5" wide and only 1/2" long/tall.

Why would the transmission be ok, as reported by the log, but the fax
image so small?

TIA for any help.

Ricardo

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 1997 19:00:42 -0500 (EST)
From: Gabriel Fernandez <fernande@cs.sc.edu>
To: flexfax@sgi.com
Subject: Re: HylaFAX v4.0 and Linux
Sender: owner-flexfax@celestial.com

Hi again,

   I checked the /etc/service file ant it has the following two lines at
the end.

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

I also checked /var/spool/fax/etc/hosts and the permissions are 644 and
the content is

localhost
127.0.0.1

   Here is an example of what's going on:

Command (root):
hfaxd -i 4559

Result: (/var/adm/messages)
Jan 15 18:37:54 apricot HylaFAX[168]: HylaFAX INET Protocol Server: restarted.
(nothing else)

Command (user):
ps -aef | grep fax

Result (command line):
  220  ?  S     0:00 /usr/local/sbin/hfaxd -i 4559 

Command (user):
faxstat -v -v

Result: (command line)
Trying localhost (127.0.0.1) at port 4559...
Connected to localhost.
Service not available, remote server closed connection.

Result: (/var/adm/syslog)
Jan 15 18:38:09 apricot HylaFAX[192]: CAUGHT SIGNAL 11

I get the same error with any other command that I try.

   The content of my /etc/hosts file is:
127.0.0.1       localhost

   I don't know what else to check. Thanks for any help you can provide.

---
Gabriel Fernandez		Wavelets rule!
Computer Science Department	Wavelets are cool!
University of South Carolina	Wavelets smooth your life!
Columbia, SC 29208		Wavelets transform your dimensions!

E-mail: fernande@cs.sc.edu	URL: http://www.cs.sc.edu/~fernande/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: raoul@cirl.meei.harvard.edu
Date: Wed, 15 Jan 97 19:46:06 EST
To: flexfax@sgi.com
Subject: [fernande@CS.Sc.EDU: Re: Hylafax v4.0 and Linux]
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com

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


    Hi,

    > Wait: what does your machine's *own* /etc/hosts file look like, and how
    > are you determining machine names on your subnet? DNS?

       Well, since I have a loopback setup the content of /etc/hosts is simply
    a line

	    127.0.0.1 localhost

       I don't use local DNS. When I connect to internet, I use a PPP
    connection and use a remote DNS.

       Could that be a problem?

I detect the distinct odor of a problem. Not being a Linux wizard,
but rather a SunOS geek, I would see what you get for "hostname",
then do an "nslookup hostname" to see if you have any other IP address
associated with your site.

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


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMt16Rj/+ItycgIJRAQE8ogP+M85In76xktTjZ1TlLAfddTyHAX1JSjDn
nxRvD5G+ydKyN6npzTk4i+rPQnAJztLKo79D4TuNO7Xex2EzCr2pQEzAZBZoCJK+
p5Gks7r0r7HlBPvaZ5/MK71nkvs9L459PYpuDRIIurla+oqjT5Z7njifhoGDWKYS
pTHZeCdpuho=
=bjav
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 1997 17:03:02 -0800
From: Brian Ng <brian@www.frtnet.com>
To: flexfax@sgi.com
Subject: faxing tiff and gif problem
Sender: owner-flexfax@celestial.com

hi,
	I am using hylaxfax 4.0pl0 with free bsdi 2.1 and a zyxel omni
288s modem

	I encountered problem when fax a tiff file .The tiff file sent 
was too small, It is only 1728 * 2528 , which occupies only 2/3
of the page  . Is there any way to restrict the size of the image to
occupy the whole page ? 'cause I thing the image when they send out is
24xx in width 

	Besides, is there any way to send  a bi-level gif file
thru the hylafax ?

	Thanks in advance for your help

Brian Ng.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 15 Jan 1997 22:23:42 -0500 (EST)
From: Gabriel Fernandez <fernande@cs.sc.edu>
To: Hylafax Mailing list <flexfax@sgi.com>
Subject: Re: Hylafax v4.0 and Linux
Sender: owner-flexfax@celestial.com

Hi,

   This is my /etc/services file.

#
# Network services, Internet style
#
# Note that it is presently the policy of IANA to assign a single well-known
# port number for both TCP and UDP; hence, most entries here have two entries
# even if the protocol doesn't support UDP operations.
# Updated from RFC 1340, ``Assigned Numbers'' (July 1992).  Not all ports
# are included, only the more common ones.
#
#	from: @(#)services	5.8 (Berkeley) 5/9/91
#	$Id: services,v 1.9 1993/11/08 19:49:15 cgd Exp $
#
tcpmux		1/tcp		# TCP port service multiplexer
echo		7/tcp
echo		7/udp
discard		9/tcp		sink null
discard		9/udp		sink null
systat		11/tcp		users
daytime		13/tcp
daytime		13/udp
netstat		15/tcp
qotd		17/tcp		quote
msp		18/tcp		# message send protocol
msp		18/udp		# message send protocol
chargen		19/tcp		ttytst source
chargen		19/udp		ttytst source
ftp		21/tcp
# 22 - unassigned
telnet		23/tcp
# 24 - private
smtp		25/tcp		mail
# 26 - unassigned
time		37/tcp		timserver
time		37/udp		timserver
rlp		39/udp		resource	# resource location
nameserver	42/tcp		name		# IEN 116
whois		43/tcp		nicname
domain		53/tcp		nameserver	# name-domain server
domain		53/udp		nameserver
mtp		57/tcp				# deprecated
bootps		67/tcp		# BOOTP server
bootps		67/udp
bootpc		68/tcp		# BOOTP client
bootpc		68/udp
tftp		69/udp
gopher		70/tcp		# Internet Gopher
gopher		70/udp
rje		77/tcp		netrjs
finger		79/tcp
www		80/tcp		http	# WorldWideWeb HTTP
www		80/udp			# HyperText Transfer Protocol
link		87/tcp		ttylink
kerberos	88/tcp		krb5	# Kerberos v5
kerberos	88/udp
supdup		95/tcp
# 100 - reserved
hostnames	101/tcp		hostname	# usually from sri-nic
iso-tsap	102/tcp		tsap		# part of ISODE.
csnet-ns	105/tcp		cso-ns	# also used by CSO name server
csnet-ns	105/udp		cso-ns
rtelnet		107/tcp		# Remote Telnet
rtelnet		107/udp
pop2		109/tcp		postoffice	# POP version 2
pop2		109/udp
pop3		110/tcp		# POP version 3
pop3		110/udp
sunrpc		111/tcp
sunrpc		111/udp
auth		113/tcp		tap ident authentication
sftp		115/tcp
uucp-path	117/tcp
nntp		119/tcp		readnews untp	# USENET News Transfer Protocol
ntp		123/tcp
ntp		123/udp				# Network Time Protocol
netbios-ns	137/tcp				# NETBIOS Name Service
netbios-ns	137/udp
netbios-dgm	138/tcp				# NETBIOS Datagram Service
netbios-dgm	138/udp
netbios-ssn	139/tcp				# NETBIOS session service
netbios-ssn	139/udp
imap2		143/tcp				# Interim Mail Access Proto v2
imap2		143/udp
snmp		161/udp				# Simple Net Mgmt Proto
snmp-trap	162/udp		snmptrap	# Traps for SNMP
cmip-man	163/tcp				# ISO mgmt over IP (CMOT)
cmip-man	163/udp
cmip-agent	164/tcp
cmip-agent	164/udp
xdmcp		177/tcp				# X Display Mgr. Control Proto
xdmcp		177/udp
nextstep	178/tcp		NeXTStep NextStep	# NeXTStep window
nextstep	178/udp		NeXTStep NextStep	# server
bgp		179/tcp				# Border Gateway Proto.
bgp		179/udp
prospero	191/tcp				# Cliff Neuman's Prospero
prospero	191/udp
irc		194/tcp				# Internet Relay Chat
irc		194/udp
smux		199/tcp				# SNMP Unix Multiplexer
smux		199/udp
at-rtmp		201/tcp				# AppleTalk routing
at-rtmp		201/udp
at-nbp		202/tcp				# AppleTalk name binding
at-nbp		202/udp
at-echo		204/tcp				# AppleTalk echo
at-echo		204/udp
at-zis		206/tcp				# AppleTalk zone information
at-zis		206/udp
z3950		210/tcp		wais		# NISO Z39.50 database
z3950		210/udp		wais
ipx		213/tcp				# IPX
ipx		213/udp
imap3		220/tcp				# Interactive Mail Access
imap3		220/udp				# Protocol v3
ulistserv	372/tcp				# UNIX Listserv
ulistserv	372/udp
#
# UNIX specific services
#
exec		512/tcp
biff		512/udp		comsat
login		513/tcp
who		513/udp		whod
shell		514/tcp		cmd		# no passwords used
syslog		514/udp
printer		515/tcp		spooler		# line printer spooler
talk		517/udp
ntalk		518/udp
route		520/udp		router routed	# RIP
timed		525/udp		timeserver
tempo		526/tcp		newdate
courier		530/tcp		rpc
conference	531/tcp		chat
netnews		532/tcp		readnews
netwall		533/udp				# -for emergency broadcasts
uucp		540/tcp		uucpd		# uucp daemon
remotefs	556/tcp		rfs_server rfs	# Brunhoff remote filesystem
klogin		543/tcp				# Kerberized `rlogin' (v5)
kshell		544/tcp				# Kerberized `rsh' (v5)
kerberos-adm	749/tcp				# Kerberos `kadmin' (v5)
#
webster		765/tcp				# Network dictionary
webster		765/udp
#
# From ``Assigned Numbers'':
#
#> The Registered Ports are not controlled by the IANA and on most systems
#> can be used by ordinary user processes or programs executed by ordinary
#> users.
#
#> Ports are used in the TCP [45,106] to name the ends of logical
#> connections which carry long term conversations.  For the purpose of
#> providing services to unknown callers, a service contact port is
#> defined.  This list specifies the port used by the server process as its
#> contact port.  While the IANA can not control uses of these ports it
#> does register or list uses of these ports as a convienence to the
#> community.
#
ingreslock	1524/tcp
ingreslock	1524/udp
prospero-np	1525/tcp		# Prospero non-privileged
prospero-np	1525/udp
rfe		5002/tcp		# Radio Free Ethernet
rfe		5002/udp		# Actually uses UDP only
#
#
# Kerberos (Project Athena/MIT) services
# Note that these are for Kerberos v4, and are unofficial.  Sites running
# v4 should uncomment these and comment out the v5 entries above.
#
#kerberos	750/udp		kdc	# Kerberos (server) udp
#kerberos	750/tcp		kdc	# Kerberos (server) tcp
krbupdate	760/tcp		kreg	# Kerberos registration
kpasswd		761/tcp		kpwd	# Kerberos "passwd"
#klogin		543/tcp			# Kerberos rlogin
eklogin		2105/tcp		# Kerberos encrypted rlogin
#kshell		544/tcp		krcmd	# Kerberos remote shell
#
# Unofficial but necessary (for NetBSD) services
#
supfilesrv	871/tcp			# SUP server
supfiledbg	1127/tcp		# SUP debugging
#
# Added for the HylaFax setup prpocedure for a fax server
#
hylafax		4559/tcp		# HylaFAX client-server protocol
snpp		444/tcp			# Simple Network Paging Protocol

   Any problem here?

   Thanks,

---
Gabriel Fernandez		Wavelets rule!
Computer Science Department	Wavelets are cool!
University of South Carolina	Wavelets smooth your life!
Columbia, SC 29208		Wavelets transform your dimensions!

E-mail: fernande@cs.sc.edu	URL: http://www.cs.sc.edu/~fernande/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 16 Jan 97 08:11:33 GMT
To: flexfax@sgi.com
From: Colin Phillips <cp@adv.sbc.sony.co.jp>
Subject: NT Hylafax Client
Sender: owner-flexfax@celestial.com

I'm sorry if I missed this information in the FAQ or the website, but is
there support for a Windows NT client with Hylafax ?

We use Winflex on our Windows 3.1 PCs and our SunOS server very
successfully. It runs on NT, and can check fax rx/tx status, but fails to
pick-up print requests & bring up the pop-up form.

Any hints / clues / suggestions very gratefully received.

Colin Phillips.
/**************************************************************/
/** Colin Phillips,  Project Manager,  Digital Consumer R&D  **/
/** Sony UK Ltd,    Jays Close, Viables, Basingstoke,        **/
/** Hampshire, England. RG22 4SB.                            **/
/** Tel. +44 1256 483569       Fax. +44 1256 483591          **/
/** E-mail: cp@adv.sbc.sony.co.jp                            **/
/**************************************************************/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 16 Jan 1997 10:12:08 -0400
To: Francesco Potorti` <F.Potorti@cnuce.cnr.it>
From: "Brian L. Heess" <brian@earthlink.net>
Subject: Re: HylaFAX pkg for FreeBSD
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

>hfaxd should be there.  Have a second look, and reinstall it if you
>are sure hfaxd is not there.

Really.  I did the install from the package installer in /stand/sysinstall.

Ok, removed it and added it again...  Look below, no hfaxd....

Thanks for any help!

-Brian

Results of a 'locate fax' with man pages removed.  Also, yes, I rebuilt the
locate database.

/usr/local/bin/fax2ps
/usr/local/bin/fax2tiff
/usr/local/bin/faxalter
/usr/local/bin/faxcover
/usr/local/bin/faxmail
/usr/local/bin/faxrm
/usr/local/bin/faxstat
/usr/local/bin/sendfax
/usr/local/lib/fax
/usr/local/lib/fax/faxcover.ps
/usr/local/lib/fax/pagesizes
/usr/local/lib/fax/typerules
/usr/local/sbin/faxabort
/usr/local/sbin/faxaddmodem
/usr/local/sbin/faxanswer
/usr/local/sbin/faxcron
/usr/local/sbin/faxd.recv
/usr/local/sbin/faxgetty
/usr/local/sbin/faxinfo
/usr/local/sbin/faxmsg
/usr/local/sbin/faxq
/usr/local/sbin/faxquit
/usr/local/sbin/faxsend
/var/db/pkg/hylafax-3.0.1
/var/db/pkg/hylafax-3.0.1/+COMMENT
/var/db/pkg/hylafax-3.0.1/+CONTENTS
/var/db/pkg/hylafax-3.0.1/+DESC
/var/spool/fax
/var/spool/fax/bin
/var/spool/fax/bin/faxrcvd
/var/spool/fax/bin/mkcover
/var/spool/fax/bin/notify
/var/spool/fax/bin/notify.awk
/var/spool/fax/bin/pollrcvd
/var/spool/fax/bin/ps2fax
/var/spool/fax/bin/ps2fax.dps
/var/spool/fax/bin/ps2fax.gs
/var/spool/fax/bin/transcript
/var/spool/fax/config
/var/spool/fax/config/att-dataport
/var/spool/fax/config/att-dataport-2
/var/spool/fax/config/att-dataport-2.0
/var/spool/fax/config/cirrus
/var/spool/fax/config/class1
/var/spool/fax/config/class2
/var/spool/fax/config/class2.0
/var/spool/fax/config/dsi-scout+
/var/spool/fax/config/e-tech
/var/spool/fax/config/everex-2496d
/var/spool/fax/config/exar
/var/spool/fax/config/gvc-288
/var/spool/fax/config/gvc-288-2
/var/spool/fax/config/intel-400e
/var/spool/fax/config/moto-288
/var/spool/fax/config/mt-1432
/var/spool/fax/config/nuvo-voyager
/var/spool/fax/config/ppi-pm14400fxmt
/var/spool/fax/config/ppi-pm14400fxsa
/var/spool/fax/config/rc144ac
/var/spool/fax/config/rc144ac-1
/var/spool/fax/config/rc288dpi
/var/spool/fax/config/rc288dpi-1
/var/spool/fax/config/rc32acl
/var/spool/fax/config/rc32acl-1
/var/spool/fax/config/skel
/var/spool/fax/config/telebit-qblazer
/var/spool/fax/config/telebit-t3000
/var/spool/fax/config/telebit-wb
/var/spool/fax/config/tricom2842
/var/spool/fax/config/uds-fastalk
/var/spool/fax/config/usr-2.0
/var/spool/fax/config/usr-rts
/var/spool/fax/config/usr-xon
/var/spool/fax/config/zyxel-1496e
/var/spool/fax/config/zyxel-1496e-1
/var/spool/fax/config/zyxel-1496e-2.0
/var/spool/fax/COPYRIGHT
/var/spool/fax/docq
/var/spool/fax/etc
/var/spool/fax/etc/config
/var/spool/fax/etc/config.cuaa2
/var/spool/fax/etc/cover.templ
/var/spool/fax/etc/dialrules
/var/spool/fax/etc/dialrules.europe
/var/spool/fax/etc/dialrules.sf-ba
/var/spool/fax/etc/dpsprinter.ps
/var/spool/fax/etc/hosts
/var/spool/fax/etc/lutRS18.pcf
/var/spool/fax/etc/xferlog
/var/spool/fax/FIFO
/var/spool/fax/FIFO.cuaa2
/var/spool/fax/info
/var/spool/fax/log
/var/spool/fax/recvq
/var/spool/fax/sendq
/var/spool/fax/status
/var/spool/fax/tmp

--
Brian L. Heess, brian@thru.net  | Voice: 201-288-1136 / Fax: 201-288-0213
VP Technology                   | Home: 201-387-2574 / 201-287-0739
Vanguard InterActive, Inc.      | brian@commline.com
http://vanguard.thru.net        | http://www.commline.com
brian@earthlink.net		| (DM & BONG)  bong-info@commline.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: strauss.udel.edu: mike owned process doing -bs
Date: Thu, 16 Jan 1997 09:34:40 -0500 (EST)
From: Mike Porter <mike@copland.udel.edu>
To: Gabriel Fernandez <fernande@cs.sc.edu>
cc: flexfax@sgi.com
Subject: Re: HylaFAX v4.0 and Linux
Sender: owner-flexfax@celestial.com

On Wed, 15 Jan 1997, Gabriel Fernandez wrote:
> Result: (/var/adm/syslog)
> Jan 15 18:38:09 apricot HylaFAX[192]: CAUGHT SIGNAL 11

This is not too good.  Every time I've ever seen signal 11, it's
a hardware problem.  See http://www.bitwizard.nl/sig11/

Mike

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 16 Jan 1997 07:55:49 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: Francesco Potorti` <F.Potorti@cnuce.cnr.it>
cc: flexfax@sgi.com
Subject: Re: recvq file incomplete ...
Sender: owner-flexfax@celestial.com

Hmmm I didn't quite understand what you meant...

The fax that was sent was a complete sheet; the log reports 84 lines, but
only a few lines got written.

If I have something set incorrectly, please tell me where to look and how
to fix it... :)

Thanks!
Ricardo

On Thu, 16 Jan 1997, Francesco Potorti` wrote:

>    However, the recvq file, named c00006.tif, is only 1491 bytes. I brought
>    up the image and it looks like it was only the first few
>    "lines", it is basically 8.5" wide and only 1/2" long/tall.
>    
>    Why would the transmission be ok, as reported by the log, but the fax
>    image so small?
> 
> If I'm not wrong, the default installation truncates a short page.
> That is, if you write just a line, it will send a short page
> containing that line only, not a complete sheet.  There is an option
> that governs this behaviour.
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 16 Jan 1997 14:49:54 -0500 (EST)
From: Gabriel Fernandez <fernande@cs.sc.edu>
To: flexfax@sgi.com
Subject: Re: HylaFAX and Linux solved, or is it?
Sender: owner-flexfax@celestial.com

To all the Linux sufferers:

   I finally got the thing to run. :-D

   Thanks to Nico and the other person who suggested me to use lsof (whose
name I don't remember 'cause I mistakenly deleted his e-mail) I finally
convinced myself that the problem was with the network setup.

   The only problem is that it does not work automatically. I always have
to add the route manually to make it work, but anyway. Here is what it
should be done.

   First of all, by using lsof I checked that hylafax is listening to the
port 4559:

GF@apricot[~][51]>/usr/local/etc/lsof -i :4559
COMMAND     PID     USER   FD   TYPE     DEVICE   SIZE/OFF      INODE NAME
hfaxd       174     root    4u  inet 0x031e4a04        0t0        TCP *:hylafax

   For those who want to get it, here is the info:
lsof 3.84 (latest revision at ftp://vic.cc.purdue.edu/pub/tools/unix/lsof)

   The installation is easy, but I had to recompile the kernel because
lsof wants you to have /System.map. I did not have it because I
installed the latest kernel manually, and when you do 'make clean' this
file gets deleted. (Hint: after you recompile and install the kernel, copy
/usr/src/linux/System.map to /System.map). If you have not installed a
new kernel, but you are using the one that came with the distribution,
the file should be under /boot/System.map (at least with Slackware96).
Copy it to /System.map or make a symlink.

   Enough of lsof...

   Another way to check that hylafax is running and "listening", you can
run:

GF@apricot[~][59]>netstat -ta
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address          Foreign Address        (State)
User
tcp        0      0 *:hylafax              *:*                    LISTEN
root

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 16 Jan 97 15:51:27 EST
From: Alan Crosswell <alan@watsun.cc.columbia.edu>
To: Mike Porter <mike@copland.udel.edu>
Cc: Gabriel Fernandez <fernande@cs.sc.edu>, flexfax@sgi.com
Subject: Re: HylaFAX v4.0 and Linux
Sender: owner-flexfax@celestial.com

> On Wed, 15 Jan 1997, Gabriel Fernandez wrote:
> > Result: (/var/adm/syslog)
> > Jan 15 18:38:09 apricot HylaFAX[192]: CAUGHT SIGNAL 11
> 
> This is not too good.  Every time I've ever seen signal 11, it's
> a hardware problem.  See http://www.bitwizard.nl/sig11/
> 
> Mike
> 
> 

You're kidding, right?  SIG 11 is segementation violation which can
be achieved as simply as by writing to a bad pointer.
/a

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 16 Jan 1997 12:53:24 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: Ivan Kohler <ivan@voicenet.com>
cc: flexfax@sgi.com
Subject: Re: recvq file incomplete ...
Sender: owner-flexfax@celestial.com

Hmmm interesting...

The fax was one that I sent myself... and it was a full page.

below is the log, which states 84 lines and states no errors... :(

If anyone can help me out on this one... ;) Thanks!

--------------------------------------------------------------------
Jan 15 07:48:57.27: [  320]: SESSION BEGIN 00000011 17148558041
Jan 15 07:48:57.34: [  320]: <-- [4:ATA\r]
Jan 15 07:48:58.61: [  320]: --> [3:FAX]
Jan 15 07:48:58.64: [  320]: ANSWER: FAX CONNECTION
Jan 15 07:48:58.65: [  320]: RECV FAX: begin
Jan 15 07:49:04.39: [  320]: --> [5:+FCON]
Jan 15 07:49:06.01: [  320]: --> [29:+FTSI: "           183935268"]
Jan 15 07:49:06.01: [  320]: REMOTE TSI "183935268"
Jan 15 07:49:06.42: [  320]: --> [22:+FDCS: 0,5,0,0,1,0,0,0]
Jan 15 07:49:06.46: [  320]: REMOTE wants 14400 bit/s
Jan 15 07:49:06.46: [  320]: REMOTE wants page width 1728 pixels in 215 mm
Jan 15 07:49:06.46: [  320]: REMOTE wants A4 page length (297 mm)
Jan 15 07:49:06.46: [  320]: REMOTE wants 3.85 line/mm
Jan 15 07:49:06.46: [  320]: REMOTE wants 2-D MR
Jan 15 07:49:06.46: [  320]: --> [2:OK]
Jan 15 07:49:06.46: [  320]: <-- [7:AT+FDR\r]
Jan 15 07:49:09.39: [  320]: --> [5:+FCFR]
Jan 15 07:49:11.65: [  320]: --> [22:+FDCS: 0,5,0,0,1,0,0,0]
Jan 15 07:49:11.65: [  320]: REMOTE wants 14400 bit/s
Jan 15 07:49:11.65: [  320]: REMOTE wants page width 1728 pixels in 215 mm
Jan 15 07:49:11.65: [  320]: REMOTE wants A4 page length (297 mm)
Jan 15 07:49:11.65: [  320]: REMOTE wants 3.85 line/mm
Jan 15 07:49:11.65: [  320]: REMOTE wants 2-D MR
Jan 15 07:49:11.65: [  320]: --> [7:CONNECT]
Jan 15 07:49:11.65: [  320]: RECV: begin page
Jan 15 07:49:11.67: [  320]: RECV: send trigger 021
Jan 15 07:49:11.67: [  320]: <-- data [1]
Jan 15 07:49:43.80: [  320]: RECV: 84 total lines, 0 bad lines, 0 consecutive bad lines
Jan 15 07:49:43.80: [  320]: --> [17:+FPTS: 2,2219,0,0]
Jan 15 07:49:44.38: [  320]: --> [7:+FET: 2]
Jan 15 07:49:44.38: [  320]: RECV recv EOP (no more pages or documents)
Jan 15 07:49:44.38: [  320]: --> [2:OK]
Jan 15 07:49:44.39: [  320]: RECV send MCF (message confirmation)
Jan 15 07:49:44.40: [  320]: RECV FAX (00000011): from 183935268, page 1 in 0:38, A4, 3.85 line/mm, 2-D MR
Jan 15 07:49:44.40: [  320]: RECV FAX (00000011): recvq/fax00006.tif from 183935268, route to <unspecified>, 1 pages in 0:46
Jan 15 07:49:44.44: [  320]: <-- [7:AT+FDR\r]
Jan 15 07:49:47.25: [  320]: --> [8:+FHNG: 0]
Jan 15 07:49:47.25: [  320]: REMOTE HANGUP: Normal and proper end of connection (code 0)
Jan 15 07:49:47.25: [  320]: RECV FAX: bin/faxrcvd "recvq/fax00006.tif" "ttyS2" "00000011" ""
Jan 15 07:49:48.61: [  320]: RECV FAX: end
Jan 15 07:49:48.61: [  320]: SESSION END


On Sat, 11 Jan 1997, Ivan Kohler wrote:

> At 03:09 PM 1/15/97 -0800, Ricardo Kleemann wrote:
> >Hi guys,
> >
> >Today I did my first test receiving a fax.
> >The modem picked up and answered properly; the log file tells me
> >everything went ok. No errors shown on the log.
> >
> >It also shows:
> >RECV: 84 total lines, 0 bad lines, 0 consecutive bad lines
> >
> >However, the recvq file, named c00006.tif, is only 1491 bytes. I brought
> >up the image and it looks like it was only the first few
> >"lines", it is basically 8.5" wide and only 1/2" long/tall.
> >
> >Why would the transmission be ok, as reported by the log, but the fax
> >image so small?
> 
> 84 lines *is* a fax only (about) 1/2" long.  Without seeing your logging
> information, I of course can't be sure (and I'm no HylaFax guru), but it
> looks simply like someone sent you a tiny fax (or there was a transmission
> error that somehow aborted the connection).
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 17 Jan 1997 04:58:12 -0500 (EST)
From: Gabriel Fernandez <fernande@cs.sc.edu>
To: flexfax@sgi.com
Subject: Re: HylaFax and Linux solved (2)
Sender: owner-flexfax@celestial.com

Hi again:

   I have the slight suspicion the message got truncated. :-(  That's sad,
because I had written a _lot_.

   Anyway, let me summarize what I said . . .

Problem: Incomplete Network Configuration (loopback does not have a route)

Solution:
   I mentioned that 1) alone solved my problem, but when I restarted the
system things were like before. I decided to add step two to be more
consistent and have a "dummy" network.

1) Add route to localhost:
	/sbin/route add localhost or /sbin/route add 127.0.0.1
2) Build a dummy network:
   2.1) Give an IP to your machine
	/etc/hosts -> 127.0.0.2   <your_name>
   2.2) Create a dummy device
	/sbin/ifconfig dummy 127.0.0.2
   2.3) Add route to it
	/sbin/route add 127.0.0.2

   This solved my problems, so far. I added those entries to
/etc/rc.d/rc.inet1 to make it automatic. I haven't rebooted the system
again to see if it actually works.

   As for how to send a fax, I have no idea yet. I submitted a fax
and it was sent to the queue and never sent out. (?) BTW, check that
/var/spool/fax/etc/hosts has permissions 600.

   Let me know if you figure out how to make the thing work "smoothly".
TkHylaFAX is worth downloading. It makes things quite easier.

   Good luck,

	Gabriel

---
Gabriel Fernandez		Wavelets rule!
Computer Science Department	Wavelets are cool!
University of South Carolina	Wavelets smooth your life!
Columbia, SC 29208		Wavelets transform your dimensions!

E-mail: fernande@cs.sc.edu	URL: http://www.cs.sc.edu/~fernande/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 17 Jan 1997 17:21:07 +0100 (MET)
From: Tobias Edvardsson <tobias@globecom.net>
To: Ricardo Kleemann <ricardo@americasnet.com>
cc: Ivan Kohler <ivan@voicenet.com>, flexfax@sgi.com
Subject: Re: recvq file incomplete ...
Sender: owner-flexfax@celestial.com

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

Hi!

I'm having the same trouble but with about every tenth recivied fax I got
the message posted to me from HylaFax:

recvq/fax00016.tif (ftp://futur.globecom.net:4559/recvq/fax00016.tif):
Could not open recvq/fax00016.tif; either not TIFF or corrupted.
ReceivedOn: cua1
CommID:     c00000505 (ftp://futur.globecom.net:4559/log/c00000505)

...and the logfile says:

Jan 17 17:00:39.83: [ 5148]: SESSION BEGIN 00000505 46317273737
Jan 17 17:00:39.83: [ 5148]: <-- [4:ATA\r]
Jan 17 17:00:58.74: [ 5148]: --> [4:+FCO]
Jan 17 17:00:58.74: [ 5148]: ANSWER: FAX CONNECTION
Jan 17 17:00:58.82: [ 5148]: RECV FAX: begin
Jan 17 17:01:00.40: [ 5148]: --> [27:+FTI:"                    "]
Jan 17 17:01:00.40: [ 5148]: REMOTE TSI ""
Jan 17 17:01:00.67: [ 5148]: --> [20:+FCS:0,3,0,2,0,0,0,5]
Jan 17 17:01:00.67: [ 5148]: REMOTE wants 9600 bit/s
Jan 17 17:01:00.67: [ 5148]: REMOTE wants page width 1728 pixels in 215 mm
Jan 17 17:01:00.67: [ 5148]: REMOTE wants unlimited page length 
Jan 17 17:01:00.67: [ 5148]: REMOTE wants 3.85 line/mm
Jan 17 17:01:00.67: [ 5148]: REMOTE wants 1-D MR
Jan 17 17:01:00.86: [ 5148]: --> [2:OK]
Jan 17 17:01:00.86: [ 5148]: <-- [7:AT+FDR\r]
Jan 17 17:01:07.39: [ 5148]: --> [27:+FTI:"                    "]
Jan 17 17:01:07.39: [ 5148]: REMOTE TSI ""
Jan 17 17:01:07.66: [ 5148]: --> [20:+FCS:0,2,0,2,0,0,0,5]
Jan 17 17:01:07.66: [ 5148]: REMOTE wants 7200 bit/s
Jan 17 17:01:07.66: [ 5148]: REMOTE wants page width 1728 pixels in 215 mm
Jan 17 17:01:07.66: [ 5148]: REMOTE wants unlimited page length 
Jan 17 17:01:07.66: [ 5148]: REMOTE wants 3.85 line/mm
Jan 17 17:01:07.66: [ 5148]: REMOTE wants 1-D MR
Jan 17 17:01:09.86: [ 5148]: --> [20:+FCS:0,2,0,2,0,0,0,5]
Jan 17 17:01:09.86: [ 5148]: REMOTE wants 7200 bit/s
Jan 17 17:01:09.86: [ 5148]: REMOTE wants page width 1728 pixels in 215 mm
Jan 17 17:01:09.86: [ 5148]: REMOTE wants unlimited page length 
Jan 17 17:01:09.86: [ 5148]: REMOTE wants 3.85 line/mm
Jan 17 17:01:09.86: [ 5148]: REMOTE wants 1-D MR
Jan 17 17:01:11.64: [ 5148]: --> [7:CONNECT]
Jan 17 17:01:11.64: [ 5148]: RECV: begin page
Jan 17 17:01:11.64: [ 5148]: RECV: send trigger 022
Jan 17 17:01:11.64: [ 5148]: <-- data [1]
Jan 17 17:02:39.23: [ 5148]: RECV: 0 total lines, 0 bad lines, 0
consecutive bad lines
Jan 17 17:02:39.23: [ 5148]: --> [14:+FPS:1,0,0,0,0]
Jan 17 17:02:44.60: [ 5148]: --> [6:+FET:2]
Jan 17 17:02:44.60: [ 5148]: RECV recv EOP (no more pages or documents)
Jan 17 17:02:44.60: [ 5148]: --> [2:OK]
Jan 17 17:02:44.60: [ 5148]: RECV send MCF (message confirmation)
Jan 17 17:02:44.60: [ 5148]: RECV FAX (00000505): from , page 1 in 1:44,
INF, 3.
85 line/mm, 1-D MR
Jan 17 17:02:44.60: [ 5148]: RECV FAX (00000505): recvq/fax00016.tif from
, rout
e to <unspecified>, 1 pages in 1:46
Jan 17 17:02:44.60: [ 5148]: <-- [7:AT+FDR\r]
Jan 17 17:02:47.72: [ 5148]: --> [7:+FHS:00]
Jan 17 17:02:47.72: [ 5148]: REMOTE HANGUP: Normal and proper end of
connection (code 0)
Jan 17 17:02:47.72: [ 5148]: RECV FAX: bin/faxrcvd "recvq/fax00016.tif"
"cua1" "00000505" ""
Jan 17 17:02:48.40: [ 5148]: RECV FAX: end
Jan 17 17:02:48.41: [ 5148]: SESSION END

I can't understand whats wrong! Please help.

On Thu, 16 Jan 1997, Ricardo Kleemann wrote:
> Hmmm interesting...
> The fax was one that I sent myself... and it was a full page.
> below is the log, which states 84 lines and states no errors... :(
> If anyone can help me out on this one... ;) Thanks!


Best Regards,

Tobias Edvardsson
- --
       \\|//
      -(@ @)-
===oOO==(_)==OOo==========================================================
Tobias Edvardsson            TEL: +46-(0)31-727 37 00      Rullagergatan 9
GlobeCom Network, Inc.       GSM: +46-(0)70-626 94 10      415 26 Gteborg
IRC:    [*Psyker*]           FAX: +46-(0)31-727 37 37               Sweden
E-Mail: te@globecom.net      WEB: http://globecom..net/
==========================================================================

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: noconv

iQCVAwUBMt+m9vaHesvDtROJAQE1+wP/TWKXIJ6zAWAbOVomkn63J+kz0q759giY
T7whcac645lI6xaIkahq9NVeJh6KmvOJ9P5afeWLUH2mqGnHf/FJnU7LU/Ga6RZK
GFXdxLdlqhZ3F75BHFl2QONFixfkUjYe8SfzHDTilelnhQzV0JHkC0zwqSJQ7pGg
0Cnxlt41/Qg=
=iqX3
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: <john@arris12.McCallDesign.COM>
Date: Fri, 17 Jan 1997 09:04:54 -0800
To: flexfax@sgi.com
Subject: faxmgrs
Sender: owner-flexfax@celestial.com

i posted the question before, will you please let me know if i can get faxmgr2
to with with halyfax, and is there a new version of faxmgr2 ?

-- 
John Chan
snailmail:
c/o McCall Design
550 Kearny Street
Suite 710
San Francisco,
Ca  94108
415.288.8157
415.288.8181 f
e-mail:
john@McCallDesign.COM

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 17 Jan 1997 12:52:20 -0600
From: scurcio <scurcio@champion.aclic.com>
Reply-To: scurcio@champion.aclic.com
Organization: ACLIC
To: flexfax@sgi.com
Subject: Inbound Fax Handling
Sender: owner-flexfax@celestial.com

I am interested in using the Hylafax system but i wanted to know if it
supported inbound fax routing and if so can it be routed to a users
desktop? What inbound routing methods are supported with hylafax?
-- 

Thanks,
Sam

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: tigger.cc.uic.edu: bobj owned process doing -bs
Date: Fri, 17 Jan 1997 13:17:11 -0600 (CST)
From: Bob Jackiewicz 312-413-1258 <bobj@uic.edu>
To: Ronald Wiplinger <ronald@trace.com.tw>
cc: "flexfax@sgi.com" <flexfax@sgi.com>
Subject: Re: E-mail Faxgateway
Sender: owner-flexfax@celestial.com

Make sure that the perl script compiles fine. Use

   perl -c faxmailer-agent

and make sure that the status is "OK."

On Sun, 29 Dec 1996, Ronald Wiplinger wrote:

> Now I try to install the Faxgateway:
> I would like to use the version of Bob ("Ronald"   6000132@fax.trace.com.tw).
> 
> I guess I followed the packages of Dirk and Bob, but I get whenever I try to send an 
> e-mail as fax an unrecoverable error
> 
> 554 <....>... unknown mailer error 255
> 
> When I look closer at the mailer definition in sendmail.cf than I find the 
> S=16 and R=26 (copied from the docs), but my sendmail does not have a rule 16 nor 
> a rule 26. I tried to change it to the rules of Msmtp S=11/31 R=21, but I get the same 
> result.

Bob Jackiewicz            UIC Academic Computer Center           bobj@uic.edu
University of Illinois at Chicago                            Network Services

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Mark Lehrer <mark@lehrer.nlcomm.com>
Subject: Please help, I beg you (textfmt question)
To: flexfax@sgi.com
Date: Fri, 17 Jan 1997 16:15:52 -0500 (EST)
Sender: owner-flexfax@celestial.com


I have installed ghostscript, and I am using hylafax 4.0; but sendfax
bombs with the following message:


/usr/local/sbin/textfmt: No font metric information found for "Courier-Bold".
Usage: /usr/local/sbin/textfmt [-1] [-2] [-B] [-c] [-D] [-f fontname] [-m N] [-o #] [-p #] [-r] [-U] [-Ml=#,r=#,t=#,b=#] [-V #] files... >out.ps
Default options: -f Courier -1 -p 11bp -o 0
Error converting data; command was "/usr/local/sbin/textfmt -B -f Courier-Bold -p 11 -s default >/tmp//faxsnda20702 </etc/smb.conf.orig"



I tried this on a Red Hat system, and on a Slackware system.  I started
to trace it through gdb but it was non-obvious how to correct this.  Could
someone please point me in the right direction here?  This is a very
frustrating problem.

Thanks!
Mark

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 17 Jan 1997 18:00:15 -0400 (ADT)
From: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
To: flexfax@sgi.com
Subject: Using ghostscript 4.03 and HylaFAX
Sender: owner-flexfax@celestial.com

Hi, I have upgraded the gs from 2.6.2 to 4.03. The gs itself is working.
The install package installed it in /usr/local/bin and
/usr/local/lib/ghostscript instead of the /usr/bin and 
/usr/lib/ghostscript of the previous version.

What do I need to do to make HylaFAX's programs work with the new paths ?
Do I need to recompile or just a .conf

Thanks. 

+---------------------------------------------------------------------+
| Mario de Mello Bittencourt Neto                System Administrator |
| WebSlave !                                   Argo Internet Provider |
+---------------------------------------------------------------------+
| Key fingerprint = CB B8 0E 90 EE 9C D1 91  B5 5E B1 EC 83 4D 78 9B  |
+---------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Matthew Rice <Matthew.Rice@ftlsol.com>
Subject: Re: Please help, I beg you (textfmt question)
To: mark@lehrer.nlcomm.com (Mark Lehrer)
Date: Fri, 17 Jan 1997 17:25:11 -0500 (EST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

I've seen a lot of problems with ghostscript's installation of fonts.
You could try doing an strace(1) to see what files textfmt thinks that
it should be opening.

Good luck,

> I have installed ghostscript, and I am using hylafax 4.0; but sendfax
> bombs with the following message:
> 
> /usr/local/sbin/textfmt: No font metric information found for "Courier-Bold".
> Usage: /usr/local/sbin/textfmt [-1] [-2] [-B] [-c] [-D] [-f fontname] [-m N] [-o #] [-p #] [-r] [-U] [-Ml=#,r=#,t=#,b=#] [-V #] files... >out.ps
> Default options: -f Courier -1 -p 11bp -o 0
> Error converting data; command was "/usr/local/sbin/textfmt -B -f Courier-Bold -p 11 -s default >/tmp//faxsnda20702 </etc/smb.conf.orig"

-- 
Matthew Rice                             e-mail: matthew.rice@ftlsol.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 18 Jan 1997 07:42:02 +0900
From: Richard Sharpe <admin@ns.aus.com>
Subject: Re: Please help, I beg you (textfmt question)
To: Mark Lehrer <mark@lehrer.nlcomm.com>
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

At 04:15 PM 17/01/97 -0500, you wrote:
>
>I have installed ghostscript, and I am using hylafax 4.0; but sendfax
>bombs with the following message:
>
>
>/usr/local/sbin/textfmt: No font metric information found for "Courier-Bold".
>Usage: /usr/local/sbin/textfmt [-1] [-2] [-B] [-c] [-D] [-f fontname] [-m
N] [-o #] [-p #] [-r] [-U] [-Ml=#,r=#,t=#,b=#] [-V #] files... >out.ps
>Default options: -f Courier -1 -p 11bp -o 0
>Error converting data; command was "/usr/local/sbin/textfmt -B -f
Courier-Bold -p 11 -s default >/tmp//faxsnda20702 </etc/smb.conf.orig"

You are sending a text job, and through the typerules file textfmt has been
called. It cannot find your AFM files. Are they in the right place? Use find
to check if you have a file called Courier-Bold.* on your system, then check
the paths in the HylaFAX build to ensure that textfmt can find them.

This works OK for me even on an ULTRIX system, although I modified my FONT
path to point to the display postscript fonts supplied with ULTRIX.

>I tried this on a Red Hat system, and on a Slackware system.  I started
>to trace it through gdb but it was non-obvious how to correct this.  Could
>someone please point me in the right direction here?  This is a very
>frustrating problem.
>
>Thanks!
>Mark
>
Regards
-------
Richard Sharpe, sharpe@ns.aus.com
NS Computer Software and Services P/L, 
Ph: +61-8-8281-0063, FAX: +61-8-8250-2080, WWW: http://www.ns.aus.com
NS is an OS-neutral, equal-HTTP-server opportunity employer!

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 17 Jan 1997 18:25:15 -0500
To: flexfax@sgi.com
From: rob@shop.net (Rob Hall)
Subject: Information wanted for Windows 95/NT clients
Sender: owner-flexfax@celestial.com

Does anyone know of any windows 95/NT clients to internface with the
hylafax server ?  The FAQ on the hylafax home page was hopelessly out of
date. 

I am ideally looking for a client that would allow you to send
pre-converted documents (ie:  We send the same document over and over all
day long ... to simply attach it and go would be a dream).

Rob.

--
  Rob Hall                                voice  (613) 224-2400
  CEO                                       fax  (613) 225-7733
  Internet Shop.Net Inc.                   info  sales@shop.net
  rob@shop.net                              www  http://www.shop.net/
   
				   

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 18 Jan 1997 01:32:24 +0000
From: Andrew Johnson <anj@ast.cam.ac.uk>
Organization: Royal Greenwich Observatory, Cambridge (UK)
To: flexfax@sgi.com
Subject: Page width problem
Sender: owner-flexfax@celestial.com

This isn't a repeat of the classic "1734" one folks...

I can send faxes with sendfax, tkhylafax and Windows Write via Winflex,
but not a job from Word 6.0a for Windows via Winflex (Laine's A4
version).  The fax is being rejected with "Modem does not support
document page width, max page width 2432 pixels, image width 1686
pixels" [see session log extract below].

I have converted this doc.ps file using ps2fax with the same options
which the server uses, and tiffinfo says yes it is 1686 pixels wide. 
I'm testing to a local A4 Fax machine, and according to the data in the
log it ought to accept this without any problem (where has 2432 come
from anyhow?).

Anyone got any ideas?

Oh yes, and why does faxstat always say (of the idle modem):
	Modem cua/a (+44.1223.374823): Waiting for modem to come ready

- Andrew


Sun SPARC classic, Solaris 2.5.1, HylaFax v4.0pl1, gcc 2.7.2, gs 3.53
US Robotics Sportster 14,400 Fax modem (Class 2.0) rev 044-5.1, DSP rev
11.1
DELL 333D running Windoze 4WG 3.11, Sun PC-NFS 5.0w.


Session Log, Preamble omitted:
------------------------------
Jan 17 16:09:31.73: [22287]: DIAL 4700
Jan 17 16:09:31.73: [22287]: <-- [9:ATDT4700\r]
Jan 17 16:09:46.37: [22287]: --> [4:+FCO]
Jan 17 16:09:48.71: [22287]: -->
[91:+FNF:0000119000855D10522047204F2043414D42524944474520010E010F00840086043939393980C001020100]
Jan 17 16:09:48.71: [22287]: REMOTE NSF
"0000119000855D10522047204F2043414D42524944474520010E010F00840086043939393980C001020100"
Jan 17 16:09:49.40: [22287]: --> [26:+CI:"          0223374700"]
Jan 17 16:09:49.70: [22287]: --> [20:+FIS:1,3,0,2,1,0,0,0]
Jan 17 16:09:49.70: [22287]: --> [2:OK]
Jan 17 16:09:49.71: [22287]: REMOTE best rate 9600 bit/s
Jan 17 16:09:49.71: [22287]: REMOTE max page width 1728 pixels in 215 mm
Jan 17 16:09:49.72: [22287]: REMOTE max unlimited page length
Jan 17 16:09:49.72: [22287]: REMOTE best vres 7.7 line/mm
Jan 17 16:09:49.72: [22287]: REMOTE best format 2-D MR
Jan 17 16:09:49.73: [22287]: REMOTE best 0 ms/scanline
Jan 17 16:09:49.73: [22287]: USE 9600 bit/s
Jan 17 16:09:49.73: [22287]: USE 0 ms/scanline
Jan 17 16:09:49.74: [22287]: SEND file "docq/doc10.cover;30"
Jan 17 16:09:49.75: [22287]: USE page width 1728 pixels in 215 mm
Jan 17 16:09:49.75: [22287]: USE unlimited page length
Jan 17 16:09:49.76: [22287]: USE 3.85 line/mm
Jan 17 16:09:49.76: [22287]: USE 1-D MR
Jan 17 16:09:49.77: [22287]: <-- [23:AT+FIS=0,3,0,2,0,0,0,0\r]
Jan 17 16:09:49.92: [22287]: --> [2:OK]
Jan 17 16:09:49.92: [22287]: <-- [7:AT+FDT\r]
Jan 17 16:09:50.08: [22287]: --> [20:+FCS:0,3,0,2,0,0,0,0]
Jan 17 16:09:55.84: [22287]: --> [7:CONNECT]
Jan 17 16:09:55.84: [22287]: SEND begin page
Jan 17 16:09:55.86: [22287]: <-- data [1026]
...
(Cover page data, sent Ok)
...
Jan 17 16:09:59.84: [22287]: <-- data [659]
Jan 17 16:09:59.85: [22287]: SENT 13971 bytes of data
Jan 17 16:09:59.85: [22287]: SEND 1D RTC
Jan 17 16:09:59.86: [22287]: <-- data [9]
Jan 17 16:10:01.66: [22287]: SEND end page
Jan 17 16:10:01.67: [22287]: SEND send MPS (more pages, same document)
Jan 17 16:10:01.67: [22287]: <-- data [2]
Jan 17 16:10:10.34: [22287]: --> [2:OK]
Jan 17 16:10:10.35: [22287]: SEND recv MCF (message confirmation)
Jan 17 16:10:10.36: [22287]: SEND FAX (00000022): FROM anj@roosta TO
4700 (page
1 of 2 sent in 0:21)
Jan 17 16:10:10.36: [22287]: SEND FAX (00000022): FROM anj@roosta TO
4700 (docq/doc10.cover;30 sent in 0:21)
Jan 17 16:10:10.43: [22287]: SEND file "docq/doc18.ps;30"
Jan 17 16:10:10.44: [22287]: Modem does not support document page width,
max page width 2432 pixels, image width 1686 pixels
Jan 17 16:10:10.45: [22287]: <-- [5:ATH0\r]
Jan 17 16:10:10.80: [22287]: --> [2:OK]
Jan 17 16:10:10.81: [22287]: SESSION END

-- 
   ___
 .'   `.	Andrew Johnson, Head of Electronics
/ Royal )	Royal Greenwich Observatory
\ Greenwich	Madingley Road, Cambridge, CB3 0EZ
| Observatory	Tel: +44 1223 374823   Fax: 374700
+----------	WWW: http://www.ast.cam.ac.uk/~anj

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Matthew Rice <Matthew.Rice@ftlsol.com>
Subject: Re: Using ghostscript 4.03 and HylaFAX
To: mneto@buriti.com.br (Mario de Mello Bittencourt Neto)
Date: Sat, 18 Jan 1997 01:32:43 -0500 (EST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> Hi, I have upgraded the gs from 2.6.2 to 4.03. The gs itself is working.
> The install package installed it in /usr/local/bin and
> /usr/local/lib/ghostscript instead of the /usr/bin and 
> /usr/lib/ghostscript of the previous version.
> 
> What do I need to do to make HylaFAX's programs work with the new paths ?
> Do I need to recompile or just a .conf

You should be able to change /var/spool/fax/etc/setup.cache to get 
things working.  Could you let me know if this worked?

Regards,
-- 
Matthew Rice                             e-mail: matthew.rice@ftlsol.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 18 Jan 1997 16:19:03 -0500 (EST)
From: System Administrator <root@beyond-the-illusion.com>
Reply-To: "J.S. Kinsley" <jerry@beyond-the-illusion.com>
To: flexfax@sgi.com
Subject: sendpage nightmare!!
Sender: owner-flexfax@celestial.com

Hello everyone.

I need some help getting sendpage working on the following system.  

AMD 486 DX4 100MHz
RedHat 4.0 Linux with 2.0.22 kernel
HylaFAX v4.0pl1
AMD 486 DX/4 100MHzSupraFAXModem 288 with ROM version V1.440-25-V34_DS
USA Mobile NorthEast Ohio Paging Service  (1200BPS 7E1 XON/XOFF)

I have been through the mailinglist archives, but none of the examples
I found seem to work.  Most would not even get me to the CONNECT 1200
message.  My current config is below:

SessionTracing:		4111

ModemType:		Class2		# use this to supply a hint
ModemRate:		19200
ModemFlowControl:	rtscts		# XON/XOFF flow control assumed

#
# USA MOBILE Pager Service Commands
#

PagerSetupCmds:		ATE0B0S37=5N0W2&Q6F4
PagerMaxMsgLength:	128
IXOService:		``PG''
IXODeviceID:		``1''
IXOMaxUnknown:		20
IXOIDProbe:		2
IXOIDTimeout:		60
IXOLoginRetries:	3
IXOLoginTimeout:	60
IXOGATimeout:		60
IXOXmitRetries:		4
IXOXmitTimeout:		60
IXOAckTimeout:		60

I have kicked up all the timeout values in an effort to rule out
errors caused by timeouts.  I have tried numerous combinations of 1200
to 38400 and XONXOFF and RTSCTS in the ModemRate and ModemFlowControl
fields respectively.  In addition, I have tried numerous combinations
on modem commands in the PagerSetupCmds field.   The current
configuration is the only one that has gotten me as far as the "ID="
prompt at the pager terminal on numerous occasions.  I have attempted
to get technical information from USA Mobile, but all they can tell me
is the connect parameters, and tell me for anymore information to call
the 1-800 number for the software.  The terminal access number is
18006889259 and my pager ID is 9813324 if anyone wants to see if the
terminal works with their coniguration.  Make sure you include your
e-mail address.  Below is a session tracing log for the above
parameters.  

Jan 18 14:56:03.37: [10694]: SESSION BEGIN 00000091 18006889259
Jan 18 14:56:03.40: [10694]: SEND PAGE: JOB 36 DEST 18006889259 COMMID 00000091
Jan 18 14:56:03.40: [10694]: MODEM set DTR OFF
Jan 18 14:56:03.40: [10694]: DELAY 2600 ms
Jan 18 14:56:06.01: [10694]: MODEM set DTR ON
Jan 18 14:56:06.01: [10694]: MODEM set baud rate: 19200 baud, input flow RTS/CTS, output flow RTS/CTS
Jan 18 14:56:06.01: [10694]: MODEM flush i/o
Jan 18 14:56:06.01: [10694]: <-- [15:ATE0V1Q0S0=0H0\r]
Jan 18 14:56:06.03: [10694]: --> [2:OK]
Jan 18 14:56:06.03: [10694]: <-- [21:ATS8=2S7=90&K3&D2&C1\r]
Jan 18 14:56:06.05: [10694]: --> [2:OK]
Jan 18 14:56:06.05: [10694]: <-- [5:ATM0\r]
Jan 18 14:56:06.06: [10694]: --> [2:OK]
Jan 18 14:56:06.06: [10694]: MODEM set parity: 7 bits, even parity
Jan 18 14:56:06.06: [10694]: MODEM input buffering enabled
Jan 18 14:56:06.36: [10694]: <-- [12:AT+FCLASS=0\r]
Jan 18 14:56:06.47: [10694]: --> [2:OK]
Jan 18 14:56:06.47: [10694]: <-- [21:ATE0B0S37=5N0W2&Q6F4\r]
Jan 18 14:56:06.59: [10694]: --> [2:OK]
Jan 18 14:56:06.59: [10694]: DIAL 18006889259
Jan 18 14:56:06.59: [10694]: <-- [20:ATM2L3DT18006889259\r]
Jan 18 14:56:25.26: [10694]: --> [12:CONNECT 1200]
Jan 18 14:56:25.26: [10694]: EXPECT ID (paging central identification)
Jan 18 14:56:25.26: [10694]: <-- <1:\015>
Jan 18 14:56:26.06: [10694]: --> <3:ID=>
Jan 18 14:56:26.06: [10694]: RECV ID ("ID=")
Jan 18 14:56:26.06: [10694]: SEND device identification/login request
Jan 18 14:56:26.06: [10694]: <-- <13:\033``PG''``1''\015>
Jan 18 14:56:27.06: [10694]: --> <3:ID=>
Jan 18 14:56:27.06: [10694]: RECV: ID=
Jan 18 14:56:35.28: [10694]: --> <24:TDD's Enter M and RETURN>
Jan 18 14:56:35.28: [10694]: RECV: TDD's Enter M and RETURN
Jan 18 14:56:35.28: [10694]: --> <3:ID=>
Jan 18 14:56:35.28: [10694]: RECV: ID=
Jan 18 14:57:16.54: [10694]: --> <10:NO CARRIER>
Jan 18 14:57:16.54: [10694]: RECV: NO CARRIER
Jan 18 14:58:16.54: [10694]: MODEM TIMEOUT: reading line from modem
Jan 18 14:58:16.54: [10694]: PAGE FAILED: Protocol failure: timeout waiting for response from paging central
Jan 18 14:58:16.54: [10694]: <-- [5:ATH0\r]
Jan 18 14:58:16.66: [10694]: --> [2:OK]
Jan 18 14:58:16.66: [10694]: MODEM input buffering enabled
Jan 18 14:58:16.66: [10694]: MODEM set DTR OFF
Jan 18 14:58:16.66: [10694]: SESSION END

I am not really sure if the problem is with my configuration, or with
the paging terminal itself.  Any help would be greatly appreciated.
Thanks in advance.

Regards,
Jerry Kinsley

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sun, 19 Jan 1997 09:42:24 +0900
From: Richard Sharpe <admin@ns.aus.com>
Subject: Re: Please help, I beg you (textfmt question)
To: Mark Lehrer <mark@lehrer.nlcomm.com>
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

Hi Mark,

At 04:15 PM 17/01/97 -0500, you wrote:
>
>I have installed ghostscript, and I am using hylafax 4.0; but sendfax
>bombs with the following message:
>
>
>/usr/local/sbin/textfmt: No font metric information found for "Courier-Bold".
>Usage: /usr/local/sbin/textfmt [-1] [-2] [-B] [-c] [-D] [-f fontname] [-m
N] [-o #] [-p #] [-r] [-U] [-Ml=#,r=#,t=#,b=#] [-V #] files... >out.ps
>Default options: -f Courier -1 -p 11bp -o 0
>Error converting data; command was "/usr/local/sbin/textfmt -B -f
Courier-Bold -p 11 -s default >/tmp//faxsnda20702 </etc/smb.conf.orig"

textfmt uses _FONT_AFMDIR to find the afm file for the font specified on its
command line. If a file with .afm cannot be found then it looks for a file
without the .afm. (actually, TextFmt.c++ does it, not textfmt.c++)

On my Linux system, I found the font files in /usr/lib/ghostscript/fonts. On
the ULTRIX system I worked on, they were in a different directory.

Do you have ghostscript installed? Do you have the ghostscript fonts installed?

If you look in config.h (I think) you will find the definition of
_FONT_AFMDIR for HylaFAX and you can check if the config is correct.

>Thanks!
>Mark


Regards
-------
Richard Sharpe, sharpe@ns.aus.com
NS Computer Software and Services P/L, 
Ph: +61-8-8281-0063, FAX: +61-8-8250-2080, WWW: http://www.ns.aus.com
NS is an OS-neutral, equal-HTTP-server opportunity employer!

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 18 Jan 1997 18:49:37 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: Mark Lehrer <mark@lehrer.nlcomm.com>
cc: flexfax@sgi.com
Subject: Re: Please help, I beg you (textfmt question)
Sender: owner-flexfax@celestial.com

I had the same problems. Make sure you're pointing to the font directory
properly (usually /usr/lib/ghostscript/fonts and that the fonts are
properly installed.

On Fri, 17 Jan 1997, Mark Lehrer wrote:

> 
> I have installed ghostscript, and I am using hylafax 4.0; but sendfax
> bombs with the following message:
> 
> 
> /usr/local/sbin/textfmt: No font metric information found for "Courier-Bold".
> Usage: /usr/local/sbin/textfmt [-1] [-2] [-B] [-c] [-D] [-f fontname] [-m N] [-o #] [-p #] [-r] [-U] [-Ml=#,r=#,t=#,b=#] [-V #] files... >out.ps
> Default options: -f Courier -1 -p 11bp -o 0
> Error converting data; command was "/usr/local/sbin/textfmt -B -f Courier-Bold -p 11 -s default >/tmp//faxsnda20702 </etc/smb.conf.orig"
> 
> 
> 
> I tried this on a Red Hat system, and on a Slackware system.  I started
> to trace it through gdb but it was non-obvious how to correct this.  Could
> someone please point me in the right direction here?  This is a very
> frustrating problem.
> 
> Thanks!
> Mark
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 18 Jan 1997 22:51:29 -0500 (EST)
From: "J.S. Kinsley" <jerry@beyond-the-illusion.com>
Reply-To: "J.S. Kinsley" <jerry@beyond-the-illusion.com>
To: flexfax@sgi.com
Subject: sendpage nightmare resolved!!
Sender: owner-flexfax@celestial.com


> Hello everyone.
> 
> I need some help getting sendpage working on the following system.  
> 
> AMD 486 DX4 100MHz
> RedHat 4.0 Linux with 2.0.22 kernel
> HylaFAX v4.0pl1
> AMD 486 DX/4 100MHzSupraFAXModem 288 with ROM version
> V1.440-25-V34_DS
> USA Mobile NorthEast Ohio Paging Service  (1200BPS 7E1 XON/XOFF)
> 
> I have been through the mailinglist archives, but none of the
> examples I found seem to work.  Most would not even get me to the
> CONNECT 1200 message.  My current config is below:
> 
> SessionTracing:		4111
> 
> ModemType:		Class2		# use this to supply a hint
> ModemRate:		19200
> ModemFlowControl:	rtscts		# XON/XOFF flow control 
>
>
> #
> # USA MOBILE Pager Service Commands
> #
> 
> PagerSetupCmds:		ATE0B0S37=5N0W2&Q6F4
> PagerMaxMsgLength:	128
> IXOService:		``PG''
> IXODeviceID:		``1''

--- SNIP ---

I solved the problem I was having getting sendpage to work properly.
The cause of the problem was in the above lines.  The correct
configuration is below.

PagerSetupCmds: ATE0B0S37=5N0W2
IXOService:	PG
IXODeviceID:	1

The problem was occuring when the pager terminal was asking for the
service and device ID.  The config man page showed both parameters
with ``'' around them.  When sendpage sent the information to the
terminal it was sending ``PG''``1'' instead of PG1.  Upon removing the
quote characters it worked perfectly.  Now to tackle the fax end of
the software. ;-)

Regards,
Jerry

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sun, 19 Jan 1997 08:11:57 -0500
From: mckenney@cmcl3.cims.nyu.edu (Alan M. McKenney)
To: flexfax@sgi.com
Subject: Can't receive incoming faxes.
Reply-to: mckenney@cims.nyu.edu
Sender: owner-flexfax@celestial.com


    I just set up HylaFAX on my system, and can't get it to receive
faxes.  It sends faxes, and handles incoming and outgoing data calls
OK.  But incoming faxes fail with a hangup just after the connection
is made.

Computer:  75 MHz Pentium system, OEM = Intel.
OS:        Linux 1.2.13.  
	(System purchased from VAResearch w/ Linux installed.)

Version of HylaFAX: v4.0pl1
Modem: SupraFAXmodem 144LC
	Hylafax thinks it's a: Rockwell RC32ACL Class 2.
	ATI3 returns: V1.400-C05-CS29
	AT+FCLASS=? returns: 0,1,2

We tried sending me faxes from 2 different machines, and changing
the initial baud rate.  Unfortunately, the manual for my fax modem
has *no* documentation on any fax commands.  Anyway, the logs
are identical, except for date/time.

Everything else worked without a hitch the first time.


Here is the log for one of these unsuccessful calls
(for obvious reasons, I have replaced my modem's # with # signs):


Jan 17 10:16:40.75: [ 7763]: SESSION BEGIN 00000003 ###########
Jan 17 10:16:40.76: [ 7763]: <-- [4:ATA\r]
Jan 17 10:16:42.33: [ 7763]: --> [3:FAX]
Jan 17 10:16:45.61: [ 7763]: --> [7:CONNECT]
Jan 17 10:16:45.61: [ 7763]: ANSWER: FAX CONNECTION
Jan 17 10:16:45.61: [ 7763]: RECV FAX: begin
Jan 17 10:16:51.25: [ 7763]: --> [5:ERROR]
Jan 17 10:16:51.25: [ 7763]: REMOTE HANGUP: Unspecified Receive Phase B error (code 70)
Jan 17 10:16:51.25: [ 7763]: RECV FAX: Unspecified Receive Phase B error
Jan 17 10:16:51.25: [ 7763]: RECV FAX: end
Jan 17 10:16:51.25: [ 7763]: SESSION END


    Any ideas why this is happening?


Alan McKenney        E-mail:  mckenney@cims.nyu.edu         (INTERNET)
Guest at: Courant Institute,NYU,USA

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sun, 19 Jan 1997 16:51:56 -0500
To: Frank DiMambro <frd@berlioz.nsc.com>
From: Ivan Kohler <ivan@voicenet.com>
Subject: Re: Compileing for Solaris2.4 with the Solaris compilers.
Cc: "'flexfax@sgi.com'" <flexfax@sgi.com>
Sender: owner-flexfax@celestial.com

First you need to use the Sun C/C++ compiler to compile gcc, install gcc
and the gcc C++ libraries, then use gcc to compile Hylafax.  <grin>

At 02:13 AM 1/24/97 -0800, Frank DiMambro wrote:
>Hi
>   Has anyone out there been able to configure and compile the HylaFax 
>source on a Sun Solaris2.4 machine using the Sun C compiler version 3.0.1 
>and the C++ compiler V.4.0. If so can you please
>help me out I really want to see this software working.
>	regards
>	Frank
>
>
>

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 20 Jan 1997 01:22:51 -0500
To: Rob Newberry <rob@eats.com>, flexfax@sgi.com
From: Stelios Valavanis <stel@onshore.com>
Subject: Re: New Release of MacFlex - Macintosh client for HylaFAX!
Cc: rob@eats.com (Rob Newberry)
Sender: owner-flexfax@celestial.com

rob, some questions i hope you don't mind answering.

>New features:
>  * the FAX Builder lets you "build" a FAX from multiple
>    print jobs

and it seems these can be saved in their fax format for later sending or
frequent sending, yes?

>  * new better looking U/I, courtesy of a rewrite in PowerPlant
>  * notification of successful sending of FAX (the most
>    requested new feature)

so this does some kind of messaging with the server to know a fax was
actually sent not just gone to the server, right?

 _________________________________________________________________
  stel valavanis     stel@onShore.com     http://www.onShore.com/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Can't receive incoming faxes.
To: mckenney@cims.nyu.edu
Date: Mon, 20 Jan 1997 11:00:54 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Alan M. McKenney wrote:
    
    
        I just set up HylaFAX on my system, and can't get it to receive
    faxes.  It sends faxes, and handles incoming and outgoing data calls
    OK.  But incoming faxes fail with a hangup just after the connection
    is made.
    
    Computer:  75 MHz Pentium system, OEM = Intel.
    OS:        Linux 1.2.13.  
    	(System purchased from VAResearch w/ Linux installed.)
    
    Version of HylaFAX: v4.0pl1
    Modem: SupraFAXmodem 144LC
    	Hylafax thinks it's a: Rockwell RC32ACL Class 2.
    	ATI3 returns: V1.400-C05-CS29
    	AT+FCLASS=? returns: 0,1,2
    
    We tried sending me faxes from 2 different machines, and changing
    the initial baud rate.  Unfortunately, the manual for my fax modem
    has *no* documentation on any fax commands.  Anyway, the logs
    are identical, except for date/time.
    
    Everything else worked without a hitch the first time.
    
    
    Here is the log for one of these unsuccessful calls
    (for obvious reasons, I have replaced my modem's # with # signs):

	<... session log deleted ...>

Please show a ServerTracing to see how the modem was initialized;

	matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com, sam@engr.sgi.com
Subject: No way to send faxex with hylafax and US-Robotics Courier modem
X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@
X-Url: http://www.francenet.fr/
Date: Mon, 20 Jan 1997 12:11:07 +0100
From: Gildas Perrot <perrot@francenet.fr>
Sender: owner-flexfax@celestial.com

Hi,

I have installed Hylafax provided by BSD/OS 2.1 (version 3.0). I am using a 
USRobotics Courier HST Dual Standard V.34 Fax-modem and I have run 
successfully 'faxaddmodem' to configure Hylafax. This one has found the modem 
model and give me the choice of Class 1 or 2.0. I have chosen the second one.

I have launch the command 'faxq -m tty00' (I have checked with 'tip tty00' 
that everything is OK).
Now my problem is that when I try to do 'sendfax' a document, I have this 
error message in logs :

Jan 20 11:16:45 epiphore FaxQueuer[17504]: HylaFAX (tm) Version 3.0pl1113
Jan 20 11:16:45 epiphore FaxQueuer[17504]: Copyright (c) 1990-1995 Sam Leffler
Jan 20 11:16:45 epiphore FaxQueuer[17504]: Copyright (c) 1991-1995 Silicon 
Graph
ics, Inc.
Jan 20 11:19:37 epiphore FaxQueuer[17504]: SUBMIT JOB "sendq/q1"
Jan 20 11:20:01 epiphore FaxSend[17532]: /dev/tty00: Can not deduce modem type.

I don't know why it is trying to deduce modem type since it is already defined 
in config.tty00. Anyway,
AT+FCLASS=? return :
0,1,2.0

Any idea about this problem ? Thanks a llot in advance for your help.

Gildas.
-- 
Gildas PERROT, perrot@francenet.fr         __o
FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
http://www.francenet.fr            ---- (_)/ (_)

From perrot@epiphore.francenet.fr  Wed Feb 17 13:54:46 1999
Date: Mon, 20 Jan 1997 12:11:07 +0100
To:  flexfax@sgi.com, sam@engr.sgi.com
From:  Gildas Perrot <perrot@epiphore.francenet.fr>
Subject:  No way to send faxex with hylafax and US-Robotics Courier modem=


> Hi,
> =

> I have installed Hylafax provided by BSD/OS 2.1 (version 3.0). I am usi=
ng a =

> USRobotics Courier HST Dual Standard V.34 Fax-modem and I have run =

> successfully 'faxaddmodem' to configure Hylafax. This one has found the=
 modem =

> model and give me the choice of Class 1 or 2.0. I have chosen the secon=
d one.
> =

> I have launch the command 'faxq -m tty00' (I have checked with 'tip tty=
00' =

> that everything is OK).
> Now my problem is that when I try to do 'sendfax' a document, I have th=
is =

> error message in logs :
> =

> Jan 20 11:16:45 epiphore FaxQueuer[17504]: HylaFAX (tm) Version 3.0pl11=
13
> Jan 20 11:16:45 epiphore FaxQueuer[17504]: Copyright (c) 1990-1995 Sam =
Leffler
> Jan 20 11:16:45 epiphore FaxQueuer[17504]: Copyright (c) 1991-1995 Sili=
con =

> Graph
> ics, Inc.
> Jan 20 11:19:37 epiphore FaxQueuer[17504]: SUBMIT JOB "sendq/q1"
> Jan 20 11:20:01 epiphore FaxSend[17532]: /dev/tty00: Can not deduce mod=
em type.
> =

> I don't know why it is trying to deduce modem type since it is already =
defined =

> in config.tty00. Anyway,
> AT+FCLASS=3D? return :
> 0,1,2.0
> =

> Any idea about this problem ? Thanks a llot in advance for your help.
> =

> Gildas.
> -- =

> Gildas PERROT, perrot@francenet.fr         __o
> FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
> http://www.francenet.fr            ---- (_)/ (_)
> =

> =

> =


------- End of Replied message

-- =

Gildas PERROT, perrot@francenet.fr         __o
FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
http://www.francenet.fr            ---- (_)/ (_)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 20 Jan 1997 11:46:21 +0000 (GMT)
From: David Brownlee <david@mono.org>
To: flexfax@celestial.com
Subject: Fax jobs entering suspended state
Sender: owner-flexfax@celestial.com

	We are setting up hylafax to send out bulk faxouts to all the	
	shops & distributers we deal with, and are encountering a few
	small problems.

   Requeing/priority/suspended state:

	The default 'raise priority for retry' is very bad for us -
	if we are sending out several batches of (potentially) over
	600 destinations we need to get as many faxes through as quickly
	as possible, before the modems are tied down in retrys.
	
	We have modified notify to automatically run "faxalter -P 240 $jobid &"
	for any bulk jobs that are requeued, but habe noticed some jobs
	ending up in a suspended state ('T') in faxstat.

	Is there some way of getting hylafax to _reduce_ the priority
	for requeing on certain jobs, or alternatively does anyone
	have any idea of why the jobs are ending up in a suspended state?

    IRIX 5.3 vs IRIX 6.2 - hardware flow control:

	We are hacing real problems getting hardware flowcontrol to work.
	It appeared to work ok on an IRIX 6.2 machine, but we have to
	run the modem rack on a machine which is running 5.3 - does anyone
	know if upgrading to 6.2 will improve matters re hw flow control?
	(The exhibited behaviour was the end of faxes getting corrupted).

	We have also had the occasional modem lock up totally, and some
	initialisation problems with faxgetty, but we're talking to
	Central Data regarding those at the moment :)

	Setup:  Hylafax v4.0pl1, IRIX 5.3 binaries from ftp site, but
	        using Aladdin Ghostscript 4.01.

	Modems: Multitech (pcmcia), in Central data scsi<->pcmcia modem
	        rack.

	Thanks again to Sam for produceing such a good package, and thanks
	in advance to anyone on the list who can help!
	
		David/abs	david@{mono.org,southern.com,mhm-internet.com}

System Manager: Southern Studios Ltd, PO Box 59, London N22 1AR.
Satisfied User: NetBSD, free Un*x {i386,sparc,mac68k,+more} 'www.netbsd.org'.
  System Admin: MHM Internet, 14 Barley Mow Passage, Chiswick, London W4 4PH.
         SysOP: Monochrome, Largest UK Internet BBS - 'telnet mono.org'.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 20 Jan 1997 15:04:10 -0200
From: Luiz Otavio Lautenschlaeger Zorzella <zorzella@dcc.unicamp.br>
To: flexfax@sgi.com
Subject: help me upgrade, please
Sender: owner-flexfax@celestial.com


I have HylaFax4.0pl0 installed in my system, and I compiled pl1. Now I
want to install pl1, but I'm affraid just making "make install"
without "faxsetup" could not be enough.

Please, take away my fears, and tell me I don't need to reconfigure it
all, and "make install" is enough...

I'm waiting for this to upgrade...

Z  .:.   .:.     Luiz Ot'avio Lautenschl"ager Zorzella    .:.   .:.  
  :   : :   :                                            :   : :   : 
  : .:: : .::    zorzella@dcc.unicamp.br                 ::. : ::. : 
  : ::: : :::    http://www.dcc.unicamp.br/~zorzella     ::: : ::: : 
  `.::' `.::'                                            `::.' `::.'

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com, sam@engr.sgi.com
Subject: Re: No way to send faxex with hylafax and US-Robotics Courier modem 
X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@
X-Url: http://www.francenet.fr/
Date: Mon, 20 Jan 1997 18:26:56 +0100
From: Gildas Perrot <perrot@francenet.fr>
Sender: owner-flexfax@celestial.com

I found my problem : AT commands for my USR modem were not correct : AT&K 
instead of AT&H commands. Furthermore, I found that being in debug modes 
greater than default ones gives "COMREC error in transmit Phase B/got DCN".

Now I have solved my problems, I was woundering if there is some document to 
explain the interest of version 4.0 vs 3.0 of Hylafax.
Please answer me directly since I am not registered to mailing list.

Thanks a lot in advance.		Gildas.

------- Replied message

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Steve Williams <steve@genie96.com>
Subject: Re: help me upgrade, please
To: zorzella@dcc.unicamp.br (Luiz Otavio Lautenschlaeger Zorzella)
Date: Mon, 20 Jan 1997 15:09:57 -0700 (MST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 
> 
> I have HylaFax4.0pl0 installed in my system, and I compiled pl1. Now I
> want to install pl1, but I'm affraid just making "make install"
> without "faxsetup" could not be enough.
> 
> Please, take away my fears, and tell me I don't need to reconfigure it
> all, and "make install" is enough...
> 
> I'm waiting for this to upgrade...
> 

Yes, it should be fine.  Make sure that NONE of the executables from pl0 
are running when you do the "make install".  For example, hfaxd, faxgetty,
faxq.

If you have done customization to any files ( faxcover.ps, notify,... ),
I would make a backup copy of them as well, just to make sure.  The install
script SHOULD notice that they are different & put a message "Local Changes
to XXXX", but it's better to be save than sorry.

The config files won't be touched, & all should be OK.

Good Luck,
-- 
	Steve Williams, Calgary, Alberta, Canada
	Genie Computer Systems Inc.
	steve@genie96.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: <john@arris12.McCallDesign.COM>
Date: Mon, 20 Jan 1997 14:54:43 -0800
To: flexfax@sgi.com
Subject: 2.2.2pl1 flexfax
Sender: owner-flexfax@celestial.com

currently, flexfax keep sending a at+flcass=2 to the modem, which keeps me from
using the same modem for internet purposes ( need to set the  AT+fclass=0)

if i change the inittab from off to respawn (which is a no-no mentioned in the
README)


any suggestion ? how i can fix this problem.....upgrade???? to which version:


i am not sure if i want to use hylafax yet, i have to do more customizing
inorder to use it with FAXMGR2


-- 
John Chan
snailmail:
c/o McCall Design
550 Kearny Street
Suite 710
San Francisco,
Ca  94108
415.288.8157
415.288.8181 f
e-mail:
john@McCallDesign.COM

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: help me upgrade, please
To: zorzella@dcc.unicamp.br (Luiz Otavio Lautenschlaeger Zorzella)
Date: Tue, 21 Jan 1997 05:26:44 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Luiz Otavio Lautenschlaeger Zorzella wrote:
    
    
    I have HylaFax4.0pl0 installed in my system, and I compiled pl1. Now I
    want to install pl1, but I'm affraid just making "make install"
    without "faxsetup" could not be enough.
    
    Please, take away my fears, and tell me I don't need to reconfigure it
    all, and "make install" is enough...
    
    I'm waiting for this to upgrade...
    
You should
- save files you later want to re-use (like spool/etc/hosts)
- remove all HylaFAX files;
- make install
- faxsetup
- copy files back you've saved

	matthias

-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: No way to send faxex with hylafax and US-Robotics Courier modem
To: perrot@francenet.fr (Gildas Perrot)
Date: Tue, 21 Jan 1997 05:31:58 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Gildas Perrot wrote:
    
    I found my problem : AT commands for my USR modem were not correct : AT&K=
     =
    
    instead of AT&H commands. Furthermore, I found that being in debug modes =
    
    greater than default ones gives "COMREC error in transmit Phase B/got DCN=
    ".
    
    Now I have solved my problems, I was woundering if there is some document=
     to =
    
    explain the interest of version 4.0 vs 3.0 of Hylafax.

see source tree html/beta*.html

    Please answer me directly since I am not registered to mailing list.

then you'll miss a lot of answers to your future questions;

	matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: help me upgrade, please
To: steve@genie96.com (Steve Williams)
Date: Tue, 21 Jan 1997 14:22:59 +0100 (MET)
Cc: zorzella@dcc.unicamp.br, flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Steve Williams wrote:
    
    > 
    > 
    > I have HylaFax4.0pl0 installed in my system, and I compiled pl1. Now I
    > want to install pl1, but I'm affraid just making "make install"
    > without "faxsetup" could not be enough.
    > 
    > Please, take away my fears, and tell me I don't need to reconfigure it
    > all, and "make install" is enough...
    > 
    > I'm waiting for this to upgrade...
    > 
    
    Yes, it should be fine.  Make sure that NONE of the executables from pl0 
    are running when you do the "make install".  For example, hfaxd, faxgetty,
    faxq.
    
    If you have done customization to any files ( faxcover.ps, notify,... ),
    I would make a backup copy of them as well, just to make sure.  The install
    script SHOULD notice that they are different & put a message "Local Changes
    to XXXX", but it's better to be save than sorry.
    
    The config files won't be touched, & all should be OK.

I'm not really sure about that; e.g. this would not work if you've
changed the location of the spooling area or some other values
before running ./configure;

faxsetup(1M) writes a file etc/setup.cache which all other
server scripts include for getting the environment; if this
file no longer reflect your values from ./configure HylaFAX
will not work;

	matthias

-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
Subject: text "crushed" on fax output and sending retries
X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@
X-Url: http://www.francenet.fr/
Date: Tue, 21 Jan 1997 18:34:41 +0100
From: Gildas Perrot <perrot@francenet.fr>
Sender: owner-flexfax@celestial.com

Hi everybody,

1) I found that when sending faxes with *hylafax 3.0 pl1*, the output is 
disappointing. Characters are a lot wider than higher (they look like is they 
were crushed). However, the Postscript output (obtained by 'faxmail') looks OK.
Any idea about that problem ?

2) I could not find the information of what is and how to configure :
	- the delay allowed to get an answer from the remote fax
	- the number of tries after no answer or busy signals
	- the periodicity of tries after no answer or busy signals

Thanks in advance for your help.		Gildas.
-- 
Gildas PERROT, perrot@francenet.fr         __o
FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
http://www.francenet.fr            ---- (_)/ (_)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Steve Williams <steve@genie96.com>
Subject: Re: help me upgrade, please
To: Matthias.Apitz@SOFTCON.de
Date: Tue, 21 Jan 1997 12:02:41 -0700 (MST)
Cc: zorzella@dcc.unicamp.br, flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 
> Steve Williams wrote:
>     
>     > 
>     > 
>     > I have HylaFax4.0pl0 installed in my system, and I compiled pl1. Now I
>     > want to install pl1, but I'm affraid just making "make install"
>     > without "faxsetup" could not be enough.
>     > 
>     > Please, take away my fears, and tell me I don't need to reconfigure it
>     > all, and "make install" is enough...
>     > 
>     > I'm waiting for this to upgrade...
>     > 
>     
>     Yes, it should be fine.  Make sure that NONE of the executables from pl0 
>     are running when you do the "make install".  For example, hfaxd, faxgetty,
>     faxq.
>     
>     If you have done customization to any files ( faxcover.ps, notify,... ),
>     I would make a backup copy of them as well, just to make sure.  The install
>     script SHOULD notice that they are different & put a message "Local Changes
>     to XXXX", but it's better to be save than sorry.
>     
>     The config files won't be touched, & all should be OK.
> 
> I'm not really sure about that; e.g. this would not work if you've
> changed the location of the spooling area or some other values
> before running ./configure;
> 
> faxsetup(1M) writes a file etc/setup.cache which all other
> server scripts include for getting the environment; if this
> file no longer reflect your values from ./configure HylaFAX
> will not work;
> 

Yes, you are correct.  I was "blinded" by the way that I have been 
doing things here, & a) did not consider the whole picture
		     b) did not explain myself good enough.

I have a "config.site" that I preserve across builds of different Patch
Levels.  By putting this into my build directory of the new patch level 
BEFORE I run ./configure, I am sure to have the same configuration, given
that nothing radical has changed in the source code itself.

This is the step that I have been doing for so long, I forgot that most
people would NOT be doing this.

Sorry about the confusion...

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

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 21 Jan 1997 13:37:04 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: flexfax@sgi.com
Subject: converting tiff to other formats?
Sender: owner-flexfax@celestial.com

Hi!

I know there's a tiff2ps and a gif2tiff, etc...

Isn't there something like tiff2gif? or tiff2<something else>???

If anyone knows, please let me know!

Ricardo

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 22 Jan 1997 11:53:41 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: john@arris12.McCallDesign.COM
cc: flexfax@sgi.com
Subject: Re: 2.2.2pl1 flexfax
Sender: owner-flexfax@celestial.com

On Mon, 20 Jan 1997 john@arris12.McCallDesign.COM wrote:

> currently, flexfax keep sending a at+flcass=2 to the modem, which keeps me from
> using the same modem for internet purposes ( need to set the  AT+fclass=0)

If you intend to use the same modem for dialing out, you have to make
sure that the initialization string prior to dialing does the `right'
thing: eg:
	AT&F&D2...

This ensures that you're dialing out in Class 0 mode.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 21 Jan 1997 19:37:15 -0500
To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
From: Ivan Kohler <ivan@voicenet.com>
Subject: Re: CLARIFICATION: Help with timing issues
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

At 08:33 AM 1/26/97 +0100, Matthias Apitz wrote:
>David Hoffman wrote:
>    
>    I have now received a few messages in response to my first note 
>    (posted below). I assumed that since this mailing group was supposed 
>    to be related to flexfax / hylafax, that it would be assumed that 
>    that was what I was writing about. Sorry for the confusion.
>    
>    However, I am asking about the timing of re-queued messages in 
>    HYLAFAX. For example, an alphapage request is queued and for some 
>    reason fails on the first attempt. It is re-scheduled for 15 minutes 
>    later. I would like to set this to a shorter time, say 1 minute 
>    later.  Any help???
>    
>read the manual; check sendpage(1) for the flag -l and hfaxd(1M) for
>the config values of PriorityMap and RetryTimeMap
>
>BTW: If you have looked through all of the documentation did you
>notice that the spelling is ``HylaFAX'' and not HYLAFAX and also not
>hylafax or anything else?

Hello matthias,

While I and others appriciate you taking the time to answer questions about
HylaFAX (yes, I spelled and capitialized it correctly)... does it really
matter?

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 22 Jan 1997 09:02:15 +0100
From: Dieter Meinert <Dieter.Meinert@gkss.de>
Subject: Re: converting tiff to other formats?
To: ricardo@americasnet.com
Cc: flexfax@sgi.com
Reply-to: dieter.meinert@gkss.de
Sender: owner-flexfax@celestial.com

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


 
Hi, Ricardo,

If You fetch the pbmplus library by Jeff Poskanzer from next ftp
server you'll get converters for LOTS
of different formats, although not a single one but two coupled
converters, e.g. tifftopbm and pbmtogif to transform a tiff file
to gif format.
As far as I know the PBMPLUS compiles on any given platform.
|=>  
|=>  Hi!
|=>  
|=>  I know there's a tiff2ps and a gif2tiff, etc...
|=>  
|=>  Isn't there something like tiff2gif? or tiff2<something else>???
|=>  
|=>  If anyone knows, please let me know!
|=>  
|=>  Ricardo
|=>  


Regards
						Dieter 
 
  _____________________________*______________________________
 /                          *       dieter.meinert@gkss.de    \
 \ Dieter Meinert    (-      **     http://w3.gkss.de/~dieter/ \
  \__________________A______*__*_______________________________/

-----BEGIN PGP SIGNATURE-----
Version: 2.6

iQCVAgUBMuXJhPYksnFoaQ6JAQHctgP+NlVYz0lgvKkNtQQwPeGgYIckzluPrDnW
ZAUD7fELczVOGBEwaTEX+l85S6Oxijz6GdIuN/JITd/QO8qXBwuN7al/+c86IOet
ue126euFT174FGv0BfFnz2AC7vNXSHciVQCzm7qanVFM0SrfzzJsTmoHNmv4wLhY
JiZDGX3wlLI=
=EaNP
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Dan and Joanne Tucker <danjo@xnet.com>
Subject: DIDOS!
To: flexfax@sgi.com
Date: Wed, 22 Jan 1997 02:06:33 -0600 (CST)
Sender: owner-flexfax@celestial.com

Damn Im Dumb Or Something!

I can not for the life of me, and after 2 days get HylaFAX working
the way I want, and I can't figure it out!

The important stuff :

Linux 2.0.28
HylaFAX 4.0PL1
Hayes OPTIMA 28.8 V.34V.FC + Fax
Diald 0.15.2 

Now I can autoconnect to my ISP with Diald - Ok
    I can fax out - Ok
    I receive faxes - Ok
    I can dial into my network - BBBZZZZZZZZZZzzzzzzzzzzzzzzz

The OPTIMA is only a Class 1 Fax/Modem.  I realize that may cause
problems.  But as I sit here - dazed and confused - I have tried
about every combo of getty and Rotation and Adaptive As - I better
stop there!

I have tried "fax data" and "data fax".  I have tried AT+FCLASS=0;A
nad AT+FCLASS=1;A but it seems it always drops int FAX CONNECTION
and then if I swap the config it will come up data but won't connect.
(I thought that was GOOD 8-/ ) But then it won't switch to Fax if it
isn't a data connect!

Anybody out there who can give me a clue???

I mean, the out going faxes look great, the incomming faxes look great,
Diald works great.  Now all I have to do is get data working and I can
do remote administration with one modem!  It's gotta WORK!

Whew - do I feel better.  Really, I need some help.

BC

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
Subject: 2 questions : several configs for one 'faxq' process
X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@
X-Url: http://www.francenet.fr/
Date: Wed, 22 Jan 1997 10:00:31 +0100
From: Gildas Perrot <perrot@francenet.fr>
Sender: owner-flexfax@celestial.com

Hi everybody,

I would like to have several configs for one 'faxq' process in order to be 
able to send faxes as they were from different sites. For example, I want to 
be able to have different cover sheets and also different "LocalIdentifier", 
ie, the faxnumber of the originator which appears on the top of each fax page.

To be able to do that, I would like to know if there is a way to modify 
LocalIdentifier outside the config.<tty> file. Furthermore, I need to know how 
to send a cover page and then a 'sendfax -n' in a same connections. Is it as 
simple than concatenate the PS files of the cover and of the fax itself ?

Thanks in advance for your help.		Gildas.
-- 
Gildas PERROT, perrot@francenet.fr         __o
FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
http://www.francenet.fr            ---- (_)/ (_)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 22 Jan 1997 14:13:35 +0200
From: Peter Stern <peter@wiscpa.weizmann.ac.il>
Organization: Chemical Physics Dept, Weizmann Institute of Science
To: flexfax@sgi.com
Subject: faxmail
Sender: owner-flexfax@celestial.com

I recently installed hylafax-v4.0pl1 on Digital Unix v4.0.
It seems to work fine.  I set up faxmail according to the
instructions in faxmail/mailfax.sh-sendmail and that works
fine too.

What I would like to do is be able to send a fax from any
machine on my local network by sending e-mail to the faxserver
machine.  To send a fax locally, the way it is setup I use:

mail 1234567@user.fax  

from the local faxserver node, "wiscpa."  
I naively thought that the way to send a fax from another 
node, sy "wiscpg," would be to:

mail 1234567%user.fax@wiscpa 

and indeed, looking through the archives I found a reply from
Sam Leffler to a similar query entitled:  "bang path faxmailing?"
in which he proposes the following solution:

You can use "user%number.fax@machine.domain.net"

(whether you use user%number or number%user is just a question
of how you modified sendmail.cf).  But doing that, my mail is 
returned, unsent (see below).  What am I missing here?  Is it a
configuration problem?  Is it a permissions problem?  I admit 
that I know almost nothing about configuring sendmail.

TIA,
Peter

-- 
Peter Stern
Chemical Physics Department
Weizmann Institute of Science
76100 Rehovot, ISRAEL


Message 175/177 Mail Delivery Subsystem            Jan 22, 97 10:15:59
am +0200

>From MAILER-DAEMON@wiscpa.weizmann.ac.il Wed Jan 22 10:16:01 1997
Received: by wiscpg.weizmann.ac.il; id AA27858; Wed, 22 Jan 1997
10:16:00 +0200
Received: by wiscpa.weizmann.ac.il; id AA19444; Wed, 22 Jan 1997
10:15:59 +0200
Date: Wed, 22 Jan 1997 10:15:59 +0200
From: Mail Delivery Subsystem <MAILER-DAEMON@wiscpa.weizmann.ac.il>
Subject: Returned mail: Host unknown
Message-Id: <9701220815.AA19444@wiscpa.weizmann.ac.il>
To: peter@wiscpg.weizmann.ac.il
Status: RO

   ----- Transcript of session follows -----
421 peter.fax (smtp)... Deferred: Not owner
554 <4123%peter.FAX@wiscpa.weizmann.ac.il>... 550 Host unknown
(Authoritative answer from name server): Not owner

   ----- Unsent message follows -----
Received: by wiscpa.weizmann.ac.il; id AA24307; Wed, 22 Jan 1997
10:15:59 +0200
Received: by wiscpg.weizmann.ac.il; id AA27867; Wed, 22 Jan 1997
10:15:58 +0200
From: Peter Stern <peter@wiscpg.weizmann.ac.il>
Message-Id: <9701220815.AA27867@wiscpg.weizmann.ac.il>
Subject: Test
To: 4123%peter.FAX@wiscpa.weizmann.ac.il
Date: Wed, 22 Jan 1997 10:15:58 +0200 (IST)
X-Mailer: ELM [version 2.4ME+ PL29 (25)]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 5         

Test

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 22 Jan 1997 14:04:44 -0500
To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
From: Ivan Kohler <ivan@voicenet.com>
Subject: Re: CLARIFICATION: Help with timing issues
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

At 08:25 AM 1/27/97 +0100, Matthias Apitz wrote:
>Ivan Kohler wrote:
>    
>    At 08:33 AM 1/26/97 +0100, Matthias Apitz wrote:
>    >David Hoffman wrote:
>    >    
>    >    I have now received a few messages in response to my first note 
>    >    (posted below). I assumed that since this mailing group was
supposed 
>    >    to be related to flexfax / hylafax, that it would be assumed that 
>    >    that was what I was writing about. Sorry for the confusion.
>    >    
>    >    However, I am asking about the timing of re-queued messages in 
>    >    HYLAFAX. For example, an alphapage request is queued and for some 
>    >    reason fails on the first attempt. It is re-scheduled for 15
minutes 
>    >    later. I would like to set this to a shorter time, say 1 minute 
>    >    later.  Any help???
>    >    
>    >read the manual; check sendpage(1) for the flag -l and hfaxd(1M) for
>    >the config values of PriorityMap and RetryTimeMap
>    >
>    >BTW: If you have looked through all of the documentation did you
>    >notice that the spelling is ``HylaFAX'' and not HYLAFAX and also not
>    >hylafax or anything else?
>    
>    Hello matthias,
>    
>    While I and others appriciate you taking the time to answer questions
about
>    HylaFAX (yes, I spelled and capitialized it correctly)... does it really
>    matter?
>
>HylaFAX is software. Writing, solving problems and debugging
>this and other software start allways with understanding the bits
>of this software. The bits of the word HylaFAX and hylafax are
>very different (don't know if my bad English let you understand
>my point that I mean precision with the word "bit"). That's also
>why one should provide correct and precise information (like version,
>type of operating system, trace-files, command line arguments etc.)
>if one is asking for help or complaining about bugs. None of
>this information was included in the original email of David.
>I had a private email discussion with David and it later showed
>up that he is using the old version v3.0 and my hint about hfaxd(1M)
>was wrong (there was no hfaxd(1M) in v3.0)). Take this for an
>example that without precise information in the question every answer
>maybe wrong or useless.
>
>Despide of this HylaFAX(tm) is a trademark,

I agree.  I've done my share of RTFM'ing and telling people to RTFM.  I'm
just saying that there is absolutely no reason to be anal (uptight) about
how people spell, capitalize and punctuate HylaFAX or hylafax or HYLAFAX or
_hYlA-fAx_.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 22 Jan 1997 20:55:27 +0100 (MET)
From: "C.W.P. Schoenmakers" <cschoen@solair1.inter.NL.net>
To: ricardo@americasnet.com
Cc: flexfax@sgi.com
Subject: tiff to other
Sender: owner-flexfax@celestial.com


Hello,

A package with extensive conversion capabilities is:

ImageMagick, it has an X viewer and also 'convert' (non-X) which can
convert   from / to

GIF, TIFF, BMP, PS, EPS, XBM, XPM, X etc, approx 60 different formats.

I build it on SCO3.2v4.2 with XFREE.

it's ftp site (for different platform binaries and source): 

ftp.wizards.dupont.com/pub/ImageMagick/......

Hope this may help others too.

Kees 


|=>  
|=>  Hi!
|=>  
|=>  I know there's a tiff2ps and a gif2tiff, etc...
|=>  
|=>  Isn't there something like tiff2gif? or tiff2<something else>???
|=>  
|=>  If anyone knows, please let me know!
|=>  
|=>  Ricardo
|=>  

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 22 Jan 1997 17:08:05 -0500
From: mckenney@cmcl3.cims.nyu.edu (Alan M. McKenney)
To: flexfax@sgi.com
Subject: Take 2: Can't receive incoming faxen [more info in msg.]
Sender: owner-flexfax@celestial.com

    [ I sent this before, but w/o the /var/adm/messages stuff.   ]
    [ I got two messages to set up ServerTracing and post again, ]
    [ So here it is.                                             ]


    I just set up HylaFAX on my system, and can't get it to receive
faxes.  It sends faxes, and handles incoming and outgoing data calls
OK.  But incoming faxes fail with a hangup just after the connection
is made.

Computer:  75 MHz Pentium system, OEM = Intel.
OS:        Linux 1.2.13.  
	(System purchased from VAResearch w/ Linux installed.)

Version of HylaFAX: v4.0pl1
Modem: SupraFAXmodem 144LC
	Hylafax thinks it's a: Rockwell RC32ACL Class 2.
	ATI3 returns: V1.400-C05-CS29
	AT+FCLASS=? returns: 0,1,2

We tried sending me faxes from 2 different machines, and changing
the initial baud rate.  Unfortunately, the manual for my fax modem
has *no* documentation on any fax commands.  Anyway, the logs
are identical, except for date/time.

Everything else worked without a hitch the first time.


Here is the log for one of these unsuccessful calls
(for obvious reasons, I have replaced my modem's # with # signs):

Jan 20 14:54:58.40: [   67]: SESSION BEGIN 00000009 ###########
Jan 20 14:54:58.49: [   67]: <-- [4:ATA\r]
Jan 20 14:55:10.57: [   67]: --> [3:FAX]
Jan 20 14:55:13.88: [   67]: --> [7:CONNECT]
Jan 20 14:55:13.89: [   67]: ANSWER: FAX CONNECTION
Jan 20 14:55:13.97: [   67]: RECV FAX: begin
Jan 20 14:55:19.79: [   67]: --> [5:ERROR]
Jan 20 14:55:19.89: [   67]: REMOTE HANGUP: Unspecified Receive Phase B error (code 70)
Jan 20 14:55:19.90: [   67]: RECV FAX: Unspecified Receive Phase B error
Jan 20 14:55:19.92: [   67]: RECV FAX: end
Jan 20 14:55:19.93: [   67]: SESSION END

Here are the messages from /var/adm/messages with the string "fax"
in them (I used ServerTracing = 45 ):


Jan 20 09:50:15 terence FaxGetty[67]: OPEN /dev/cua1
Jan 20 09:50:21 terence FaxGetty[67]: MODEM ROCKWELL RC32ACL/V1.400-C05-CS29
Jan 20 11:00:05 terence FaxGetty[67]: ANSWER: Can not lock modem device
Jan 20 13:03:08 terence FaxGetty[67]: MODEM set DTR OFF
Jan 20 13:03:11 terence FaxGetty[67]: MODEM set DTR ON
Jan 20 13:03:11 terence FaxGetty[67]: MODEM set baud rate: 38400 baud, input flow RTS/CTS, output flow RTS/CTS
Jan 20 13:03:11 terence FaxGetty[67]: MODEM flush i/o
Jan 20 13:03:11 terence FaxGetty[67]: <-- [15:ATE0V1Q0S0=0H0\r]
Jan 20 13:03:11 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:11 terence FaxGetty[67]: <-- [21:ATS8=2S7=60&K3&D2&C1\r]
Jan 20 13:03:11 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:11 terence FaxGetty[67]: <-- [12:AT+FCLASS=?\r]
Jan 20 13:03:11 terence FaxGetty[67]: --> [5:0,1,2]
Jan 20 13:03:11 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:11 terence FaxGetty[67]: MODEM Supports "Data"
Jan 20 13:03:11 terence FaxGetty[67]: MODEM Supports "Class 1"
Jan 20 13:03:11 terence FaxGetty[67]: MODEM Supports "Class 2"
Jan 20 13:03:11 terence FaxGetty[67]: <-- [12:AT+FCLASS=2\r]
Jan 20 13:03:12 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:12 terence FaxGetty[67]: <-- [9:AT+FMFR?\r]
Jan 20 13:03:12 terence FaxGetty[67]: --> [20:ROCKWELL            ]
Jan 20 13:03:12 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:12 terence FaxGetty[67]: MODEM: Mfr ROCKWELL
Jan 20 13:03:12 terence FaxGetty[67]: <-- [9:AT+FMDL?\r]
Jan 20 13:03:12 terence FaxGetty[67]: --> [20:RC32ACL             ]
Jan 20 13:03:12 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:12 terence FaxGetty[67]: <-- [9:AT+FREV?\r]
Jan 20 13:03:12 terence FaxGetty[67]: --> [15:V1.400-C05-CS29]
Jan 20 13:03:12 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:12 terence FaxGetty[67]: MODEM: Model RC32ACL
Jan 20 13:03:12 terence FaxGetty[67]: MODEM: Revision V1.400-C05-CS29
Jan 20 13:03:12 terence FaxGetty[67]: <-- [10:AT+FDCC=?\r]
Jan 20 13:03:12 terence FaxGetty[67]: --> [39:(0,1),(0-5),(0-2),(0-2),(0,1),0,0,(0-7)]
Jan 20 13:03:12 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 3.85 line/mm
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 7.7 line/mm
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 2400 bit/s
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 4800 bit/s
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 7200 bit/s
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 9600 bit/s
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 12000 bit/s
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 14400 bit/s
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports page width 1728 pixels in 215 mm
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports page width 2048 pixels in 255 mm
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports page width 2432 pixels in 303 mm
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports A4 page length (297 mm)
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports B4 page length (364 mm)
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports unlimited page length 
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 1-D MR
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 2-D MR
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 0 ms/scanline
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 5 ms/scanline
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 10 ms, 5 ms/scanline
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 10 ms/scanline
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 20 ms, 10 ms/scanline
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 20 ms/scanline
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 40 ms, 20 ms/scanline
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports 40 ms/scanline
Jan 20 13:03:12 terence FaxGetty[67]: <-- [9:AT+FCQ=?\r]
Jan 20 13:03:12 terence FaxGetty[67]: --> [1:0]
Jan 20 13:03:12 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:12 terence FaxGetty[67]: MODEM Supports no copy quality checking
Jan 20 13:03:12 terence FaxGetty[67]: <-- [9:AT+FAP=?\r]
Jan 20 13:03:12 terence FaxGetty[67]: --> [5:ERROR]
Jan 20 13:03:12 terence FaxGetty[67]: <-- [10:AT+FSPL=?\r]
Jan 20 13:03:13 terence FaxGetty[67]: --> [1:0]
Jan 20 13:03:13 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:13 terence FaxGetty[67]: <-- [12:AT+FCLASS=2\r]
Jan 20 13:03:13 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:13 terence FaxGetty[67]: <-- [10:AT+FTBC=0\r]
Jan 20 13:03:13 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:13 terence FaxGetty[67]: <-- [10:AT+FBOR=0\r]
Jan 20 13:03:13 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:13 terence FaxGetty[67]: <-- [13:AT+FPHCTO=30\r]
Jan 20 13:03:13 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:13 terence FaxGetty[67]: <-- [24:AT+FDCC=1,5,2,2,1,0,0,0\r]
Jan 20 13:03:13 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:13 terence FaxGetty[67]: MODEM ROCKWELL RC32ACL/V1.400-C05-CS29
Jan 20 13:03:13 terence FaxGetty[67]: <-- [7:ATL1M1\r]
Jan 20 13:03:13 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:13 terence FaxGetty[67]: <-- [9:AT+FCR=1\r]
Jan 20 13:03:14 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:14 terence FaxGetty[67]: <-- [26:AT+FLID="+1 914 332 7719"\r]
Jan 20 13:03:14 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:14 terence FaxGetty[67]: <-- [19:AT+FCLASS=0;+FAA=1\r]
Jan 20 13:03:14 terence FaxGetty[67]: --> [2:OK]
Jan 20 13:03:14 terence FaxGetty[67]: MODEM input buffering disabled
Jan 20 14:54:56 terence FaxGetty[67]: MODEM input buffering enabled
Jan 20 14:54:57 terence FaxGetty[67]: --> [4:RING]
Jan 20 14:54:57 terence FaxGetty[67]: MODEM input buffering enabled
Jan 20 14:55:13 terence FaxGetty[67]: ANSWER: FAX CONNECTION
Jan 20 14:55:19 terence FaxGetty[67]: <-- [5:ATH0\r]
Jan 20 14:55:21 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:21 terence FaxGetty[67]: MODEM set DTR OFF
Jan 20 14:55:21 terence FaxGetty[67]: MODEM set DTR OFF
Jan 20 14:55:24 terence FaxGetty[67]: MODEM set DTR ON
Jan 20 14:55:24 terence FaxGetty[67]: MODEM set baud rate: 38400 baud, input flow RTS/CTS, output flow RTS/CTS
Jan 20 14:55:24 terence FaxGetty[67]: MODEM flush i/o
Jan 20 14:55:24 terence FaxGetty[67]: <-- [15:ATE0V1Q0S0=0H0\r]
Jan 20 14:55:24 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:24 terence FaxGetty[67]: <-- [21:ATS8=2S7=60&K3&D2&C1\r]
Jan 20 14:55:24 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:24 terence FaxGetty[67]: <-- [12:AT+FCLASS=?\r]
Jan 20 14:55:24 terence FaxGetty[67]: --> [5:0,1,2]
Jan 20 14:55:24 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:24 terence FaxGetty[67]: MODEM Supports "Data"
Jan 20 14:55:24 terence FaxGetty[67]: MODEM Supports "Class 1"
Jan 20 14:55:24 terence FaxGetty[67]: MODEM Supports "Class 2"
Jan 20 14:55:24 terence FaxGetty[67]: <-- [12:AT+FCLASS=2\r]
Jan 20 14:55:24 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:24 terence FaxGetty[67]: <-- [9:AT+FMFR?\r]
Jan 20 14:55:25 terence FaxGetty[67]: --> [20:ROCKWELL            ]
Jan 20 14:55:25 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:25 terence FaxGetty[67]: MODEM: Mfr ROCKWELL
Jan 20 14:55:25 terence FaxGetty[67]: <-- [9:AT+FMDL?\r]
Jan 20 14:55:25 terence FaxGetty[67]: --> [20:RC32ACL             ]
Jan 20 14:55:25 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:25 terence FaxGetty[67]: <-- [9:AT+FREV?\r]
Jan 20 14:55:25 terence FaxGetty[67]: --> [15:V1.400-C05-CS29]
Jan 20 14:55:25 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:25 terence FaxGetty[67]: MODEM: Model RC32ACL
Jan 20 14:55:25 terence FaxGetty[67]: MODEM: Revision V1.400-C05-CS29
Jan 20 14:55:25 terence FaxGetty[67]: <-- [10:AT+FDCC=?\r]
Jan 20 14:55:25 terence FaxGetty[67]: --> [39:(0,1),(0-5),(0-2),(0-2),(0,1),0,0,(0-7)]
Jan 20 14:55:25 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 3.85 line/mm
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 7.7 line/mm
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 2400 bit/s
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 4800 bit/s
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 7200 bit/s
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 9600 bit/s
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 12000 bit/s
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 14400 bit/s
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports page width 1728 pixels in 215 mm
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports page width 2048 pixels in 255 mm
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports page width 2432 pixels in 303 mm
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports A4 page length (297 mm)
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports B4 page length (364 mm)
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports unlimited page length 
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 1-D MR
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 2-D MR
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 0 ms/scanline
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 5 ms/scanline
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 10 ms, 5 ms/scanline
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 10 ms/scanline
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 20 ms, 10 ms/scanline
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 20 ms/scanline
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 40 ms, 20 ms/scanline
Jan 20 14:55:25 terence FaxGetty[67]: MODEM Supports 40 ms/scanline
Jan 20 14:55:25 terence FaxGetty[67]: <-- [9:AT+FCQ=?\r]
Jan 20 14:55:26 terence FaxGetty[67]: --> [1:0]
Jan 20 14:55:26 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:26 terence FaxGetty[67]: MODEM Supports no copy quality checking
Jan 20 14:55:26 terence FaxGetty[67]: <-- [9:AT+FAP=?\r]
Jan 20 14:55:26 terence FaxGetty[67]: --> [5:ERROR]
Jan 20 14:55:26 terence FaxGetty[67]: <-- [10:AT+FSPL=?\r]
Jan 20 14:55:26 terence FaxGetty[67]: --> [1:0]
Jan 20 14:55:26 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:26 terence FaxGetty[67]: <-- [12:AT+FCLASS=2\r]
Jan 20 14:55:27 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:27 terence FaxGetty[67]: <-- [10:AT+FTBC=0\r]
Jan 20 14:55:27 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:27 terence FaxGetty[67]: <-- [10:AT+FBOR=0\r]
Jan 20 14:55:27 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:27 terence FaxGetty[67]: <-- [13:AT+FPHCTO=30\r]
Jan 20 14:55:27 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:27 terence FaxGetty[67]: <-- [24:AT+FDCC=1,5,2,2,1,0,0,0\r]
Jan 20 14:55:28 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:28 terence FaxGetty[67]: MODEM ROCKWELL RC32ACL/V1.400-C05-CS29
Jan 20 14:55:28 terence FaxGetty[67]: <-- [7:ATL1M1\r]
Jan 20 14:55:28 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:28 terence FaxGetty[67]: <-- [9:AT+FCR=1\r]
Jan 20 14:55:28 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:28 terence FaxGetty[67]: <-- [26:AT+FLID="+1 914 332 7719"\r]
Jan 20 14:55:28 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:28 terence FaxGetty[67]: <-- [19:AT+FCLASS=0;+FAA=1\r]
Jan 20 14:55:29 terence FaxGetty[67]: --> [2:OK]
Jan 20 14:55:29 terence FaxGetty[67]: MODEM input buffering disabled


    Any ideas why this is happening?


Alan McKenney        E-mail:  mckenney@cims.nyu.edu         (INTERNET)
Guest at: Courant Institute,NYU,USA

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 22 Jan 1997 18:03:05 -0800 (PST)
From: Ricardo Kleemann <ricardo@americasnet.com>
To: flexfax@sgi.com
Subject: settings for Cardinal (Rockwell) Modems? - Please help
Sender: owner-flexfax@celestial.com

Hi!

Anyone have the proper settings for a Cardinal 33.6 faxmodem?

I have yet to receive a "clean" fax... :(

At first they were coming in partially, only a few lines.

When I finally was able to get something that looked right, the resulting
tiff file is bad or corrupted... :(

Please help...

Ricardo

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 23 Jan 1997 15:43:39 +0700
From: fikri <fikri@upandang.wasantara.net.id>
To: flexfax@sgi.com
Subject: Re: group 3 format TIFF
Sender: owner-flexfax@celestial.com

> If I check the tiff file I got the message below :
> 
> FaxServer:/usr/local/sbin# tiffcheck /home/fikri/poster1.tif
> REFORMAT+RESIZE+REIMAGE
> Document is not a bilevel image (bits/sample 8).
> Document requires reformatting, not in Group 3 format.
> Document requires resizing to adjust page width (convert to 1728, document is 27
> 4).
> 
> what can I do to make the file TIFF in "Group 3 format"  ?
> 
> -fikri-

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
Subject: PS -> TIFF bad quality (text crushed)
Cc: sam@engr.sgi.com, flexfaq@softcon.de
X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@
X-Url: http://www.francenet.fr/
Date: Thu, 23 Jan 1997 09:54:33 +0100
From: Gildas Perrot <perrot@francenet.fr>
Sender: owner-flexfax@celestial.com

Hi,

I am using Hylafax 3.0pl1 provided on BSD/OS 2.1 and I configured it to send 
email by faxes using 'faxmail | sendfax' command.  I found that the quality of 
fax output was bad (text crushed, ie wider that higher). The PS output of 
faxmail is OK. On the other side, the TIFF output of 'ps2fax' is as bad as the 
fax output. The problem seems to come from the utility but how to solve it ? 
Does the upgrade to 4.0pl1 will solve it ?

Thanks in advance for your help.		Gildas.
-- 
Gildas PERROT, perrot@francenet.fr         __o
FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
http://www.francenet.fr            ---- (_)/ (_)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 23 Jan 1997 11:17:49 -0500
From: "Paul T. Hayes" <paul.hayes@twcable.com>
Organization: Time Warner Cable - Full Service Network
To: flexfax@sgi.com
Subject: Build Error under IRIX 5.3 with CC (C++ 4.0)
Sender: owner-flexfax@celestial.com

Building HylaFAX v4.0pl1 under IRIX 5.3 on an Indy with CC (C++ 4.0)
Using "+a1 +w +p -g" for C++ compiler options. (via configure)

Apparently I'm running into a build error associated with
my compilers support of nested types which is mentioned
a couple of times in the HylaFAX web pages (Building/IRIX Guidance),
however my compiler documentation claims support of nested classes
and configure doesn't complain either.

I can build HylaFAX successfully using the GNU tools,
but when I use CC (SGI/C++ 4.0) the following error occurs for
DestControl.c++ and Job.c++:

--- DestControl.o ---
"faxQueueApp.h", line 74: error(3206): function
          "faxQueueApp::SchedTimeout::~SchedTimeout" was referenced but
not defined
        ~SchedTimeout();
         ^

"faxQueueApp.h", line 75: error(3206): function
          "faxQueueApp::SchedTimeout::timerExpired" was referenced but
not defined
        void timerExpired(long, long);
             ^

The error also occurs later when #including the file HylaClient.h.
Both errors occur within a nested class.

Any suggestions would be appreciated as to how I can get HylaFAX to
compile using the IRIX C++ 4.0 compiler OR please let me know if I am
completely off track with my "diagnosis".

Thanks in advance,
Paul
-- 

-------------------------------------------------------------
Paul T. Hayes
Time Warner Cable - Full Service Network
2301 Lucien Way                 Email: paul.hayes@twcable.com
Suite 395                       Phone: (407) 667-6079
Maitland, FL 32751              Fax: (407) 667-2366
-------------------------------------------------------------

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Woody Lee <woody@gergu3.tamu.edu>
Subject: Build problem on DEC AXP
To: flexfax@sgi.com
Date: Thu, 23 Jan 1997 11:21:52 -0600 (CST)
Sender: owner-flexfax@celestial.com

Hello-

I am having some trouble building hylaFAX 4.0pl10 on a DEC AXP running
DU3.2a.

Here is the error I am getting:

/usr/local/bin/gcc      -I.././zlib                       -D__ANSI_CPP__
-I. -I.. -I.././util  -I.././util -I/usr/local/include -I.././regex -g -O
-x c++ -c SendFaxClient.c++
SendFaxClient.c++: In method `unsigned char
SendFaxClient::makeCoverPage(const class SendFaxJob &, class fxStr &, class
fxStr &)':
SendFaxClient.c++:199: call of overloaded `strrchr' is ambiguous
/usr/local/lib/g++-include/std/cstring.h:47: candidates are: strrchr(char
*, int)
/usr/local/lib/g++-include/std/cstring.h:44:                 strrchr(const
char *, int)
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.


I checked the www site and couldn't find anything that seemed to address
this.  Has anyone come across this?


-- 
-=-=-  woody@gergu3.tamu.edu  -=|=-   http://gergu3.tamu.edu/~woody  -=-=-
Woody Lee, Research Associate   | "That's the whole problem with science.
GERG - Texas A&M University     |  You've got a bunch of empiricists trying 
727 Graham Road  MS 3149        |  to describe things of unimaginable wonder."
College Station, TX 77845       |                 - Calvin (& Hobbes)
-=-=-Phone: (409) 862-2323x122-=|=-       FAX: (409) 862-1347        -=-=-

"Why does it [government] not cherish its wise minority?. . . Why does it 
always crucify Christ, and excommunicate Copernicus and Luther, and 
pronounce Washington and Franklin rebels?" 
                                       Henry David Thoreau (1817-1862)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Mark Musone <musone@afterfive.com>
Subject: A few mail -> fax questions
To: flexfax@sgi.com
Date: Thu, 23 Jan 1997 12:38:45 -0500 (EST)
Sender: owner-flexfax@celestial.com

Hi, I have a simple (?) email ->fax question.

i've have mailfax and faxmail running for quite some time,
and it runs wonderfully :^)

I have faxmail do a direct delivery to sendfax..

My question is: can i, have faxmail tell sendfax to NOT send
a confirmation email message??

Basically i'd like to pass the -N option to sendfax..
(right now i have notification enabled in hyla.conf for delivery and errors)

what I want is that anyone using sendfax will get a confirmation
email, but people using the email->fax gateway will not get
a notification..

Along those lines, in an even better solution that i'm
looking for is if, through the email headers, I can 
have it not email a confirmation back..

that way some people that use the email -> fax gateway
will get a confirmation, while others will not.

I looked into MailUser faxmail header, but that's just for 
logging into the fax server, not for the email notifications..


				Thanks for any help!

				Mark Musone
				After Five Technology

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 24 Jan 1997 06:51:57 +0900
From: Richard Sharpe <admin@ns.aus.com>
Subject: Re: Sendfax corrupt PS for multiple pages
To: David Batterham <dkbat1@mugc.cc.monash.edu.au>
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

At 03:19 PM 23/01/97 -1000, you wrote:
>
>Hi All,
>
[Snip]

>The problem occurs when sendfax sends a Postscript document I have
>formatted with textfmt. I have used no unusual arguments - just -B -r and
>p 7. This makes a ps file in landscape at 7 points. This works fine until
>the faxed document is over a page. When this occurs the second page printe
>below the first and its leftmost margin is equal to the rightmost margin
>of the first page - thus it flows off the page and is truncated.
>
>Would this be a problem with the postscript or with sendfax?
>
>For further information, I suspect that multiple pages work ok in a plain
>text document converted with textfmt but this document has HARD FORMATTED
>form feeds (pagebreak) in it, these are the ^L character (0x0C in hex).
>The problem occurs directly after this ^L. Is there anotehr character I
>should use to signify page breaks?

I had similar problems, and found that I needed to be very careful with the
parameters I put in the typerules file. I also wanted to change the margins
being used because I found the top default margin of .85 inch to be too much.

I found that margins are in points, so a -Mt=30,b=15 was enough to change
the margin to a smaller value. I experimented with textfmt and sending the
result to a laser printer until it was all right. 

Eventually everything was OK, though. I would question your use of a 7 point
font. I don't think it is going to be legible at the other end. We used 11
point with a 13 point line spacing. We also had hard page breaks in the file
and it all worked OK once I got the flags correct. I think I also used -C to
specify no-wrap of the text.

>Any and all help appreciated.
>
>Dave.
>-------------------
>David Batterham
>Energy Brix Australia Corp
>Australia, VIC, Morwell 3840
>Phone +61 0351204112
>
Regards
-------
Richard Sharpe, sharpe@ns.aus.com
NS Computer Software and Services P/L, 
Ph: +61-8-8281-0063, FAX: +61-8-8250-2080, WWW: http://www.ns.aus.com
NS is an OS-neutral, equal-HTTP-server opportunity employer!

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: raoul@cirl.meei.harvard.edu
Date: Thu, 23 Jan 97 18:30:08 EST
To: dkbat1@mugc.cc.monash.edu.au
Cc: flexfax@sgi.com
Subject: Re: Sendfax corrupt PS for multiple pages
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com

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


Well, if you don't like what textfmt does to it, you have some options.
You could re-write the textfmt to do smarter things with ^L, since
the source code is available and such a fix might be appreciated. You
could put a filter in front of textfmt to throw out ^L. You could
install the GNU enscript from ftp://aeneas.mit.edu/pub/gnu/, and
use that to turn your text into postscript before textfmt gets
at it.


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMuf0eT/+ItycgIJRAQGHjAP/etYBdtcWtatD5np6CNOB4HVKmAN5oO0O
ztyZ2+1NXhFsG74y0wApxRyqx7q0BVtG2P9+XHPvzjSVSv0IEcfOVyk5I6X3f9jm
YO3uUw/S8XvvkxAl0t9yzdvoQ873EdIRcz0ms9OX2DK404DxSVb7AlMmrZ29XpfQ
QOkhKAoU4Bw=
=kwbg
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 23 Jan 1997 15:19:57 -1000 (EST)
From: David Batterham <dkbat1@mugc.cc.monash.edu.au>
Subject: Sendfax corrupt PS for multiple pages
To: flexfax@sgi.com
Sender: owner-flexfax@celestial.com


Hi All,

I have installed and am using hylafax in a fairly large network. I am
setting up hylafax to automatically fax orders from our stores system
(MINCOM). I have done this by writing a client / server setup that acts as
a print spooler on the originating machine and sends the order to the fax
server machine. The server application on the fax server machine then
calls sendfax to send the order as a fax. The setup is actually more
complex than this but this description is adequate for now.

The problem occurs when sendfax sends a Postscript document I have
formatted with textfmt. I have used no unusual arguments - just -B -r and
p 7. This makes a ps file in landscape at 7 points. This works fine until
the faxed document is over a page. When this occurs the second page printe
below the first and its leftmost margin is equal to the rightmost margin
of the first page - thus it flows off the page and is truncated.

Would this be a problem with the postscript or with sendfax?

For further information, I suspect that multiple pages work ok in a plain
text document converted with textfmt but this document has HARD FORMATTED
form feeds (pagebreak) in it, these are the ^L character (0x0C in hex).
The problem occurs directly after this ^L. Is there anotehr character I
should use to signify page breaks?

Any and all help appreciated.

Dave.
-------------------
David Batterham
Energy Brix Australia Corp
Australia, VIC, Morwell 3840
Phone +61 0351204112

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Frank DiMambro <frd@berlioz.nsc.com>
To: "'flexfax@sgi.com'" <flexfax@sgi.com>
Subject: Compileing for Solaris2.4 with the Solaris compilers.
Date: Fri, 24 Jan 1997 02:13:49 -0800
Encoding: 7 TEXT
Sender: owner-flexfax@celestial.com

Hi
   Has anyone out there been able to configure and compile the HylaFax 
source on a Sun Solaris2.4 machine using the Sun C compiler version 3.0.1 
and the C++ compiler V.4.0. If so can you please
help me out I really want to see this software working.
	regards
	Frank

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com, sam@engr.sgi.com, flexfaq@softcon.de
Subject: RESENT : PS -> TIFF bad quality (text crushed)
X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@
X-Url: http://www.francenet.fr/
Date: Fri, 24 Jan 1997 14:49:40 +0100
From: Gildas Perrot <perrot@francenet.fr>
Sender: owner-flexfax@celestial.com

Hi,

I am using Hylafax 3.0pl1 provided on BSD/OS 2.1 and I configured it to send 
email by faxes using 'faxmail | sendfax' command.  I found that the quality of 
fax output was bad (text crushed, ie wider that higher). The PS output of 
faxmail is OK. On the other side, the TIFF output of 'ps2fax' is as bad as the 
fax output. The problem seems to come from the utility but how to solve it ? 
Does the upgrade to 4.0pl1 will solve it ?

Thanks in advance for your help.		Gildas.
-- 
Gildas PERROT, perrot@francenet.fr         __o
FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
http://www.francenet.fr            ---- (_)/ (_)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 24 Jan 1997 08:24:58 -1000 (EST)
From: David Batterham <dkbat1@mugc.cc.monash.edu.au>
Subject: Re: Sendfax corrupt PS for multiple pages
To: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

On Thu, 23 Jan 1997 raoul@cirl.meei.harvard.edu wrote:

> Try using "ps2fax" to convert the postscript directly, then use
> "fax2ps" to turn it back into postscript and see what you get. Or use
> "viewfax" from ftp://ftp.sgi.com/sgi/fax/contrib/ to examine it, and
> "ghostview" from ftp://aeneas.mit.edu/pub/gnu/ to examine the original
> and resulting Postscript.
> 

I did as you suggest. Both the postscript and the tiff version look
basically the same. Here's a meagre representation with XXX for page 1 and
YYY for page 2.



XXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXX
                YYYYYYYYYYYYYY
                YYYYYYYYYYYYYY 
                YYYYYYYYYYYYYY
                YYYYYYYYYYYYYY

                   ^
                   | This is about where the page is cut off in landscape.

The part where the problem occurs is between the two pages - or rather
where the pagebreak is mean't to be. This is signified in the original
ascii code as a (^L) or hex 0x0c. I am now convinced that TEXTFMT does not
like this page break symbol. Is there another way to get textfmt to break
pages in designated spots - other than padding out with blank lines ??
Maybe another symbol is required to signify a page break?

Otherwise is there another utility other than textfmt that would work
properly?

Any help on this one greatly appreciated...

Catch Ya,
Dave.
David Batterham
Energy Brix Australia

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: Hurwitz.suse.de: choeger owned process doing -bs
Date: Fri, 24 Jan 1997 19:43:39 +0100 (CET)
From: Carsten Hoeger <choeger@suse.de>
To: "Alan M. McKenney" <mckenney@cmcl3.cims.nyu.edu>
cc: flexfax@sgi.com
Subject: Re: Take 2: Can't receive incoming faxen [more info in msg.]
Sender: owner-flexfax@celestial.com

On Wed, 22 Jan 1997, Alan M. McKenney wrote:

>     I just set up HylaFAX on my system, and can't get it to receive
> faxes.  It sends faxes, and handles incoming and outgoing data calls
> OK.  But incoming faxes fail with a hangup just after the connection
> is made.
> 
> Computer:  75 MHz Pentium system, OEM = Intel.
> OS:        Linux 1.2.13.  
> 	(System purchased from VAResearch w/ Linux installed.)
> 
> Version of HylaFAX: v4.0pl1
> Modem: SupraFAXmodem 144LC
> 	Hylafax thinks it's a: Rockwell RC32ACL Class 2.
> 	ATI3 returns: V1.400-C05-CS29
> 	AT+FCLASS=? returns: 0,1,2
> 
> We tried sending me faxes from 2 different machines, and changing
> the initial baud rate.  Unfortunately, the manual for my fax modem
> has *no* documentation on any fax commands.  Anyway, the logs
> are identical, except for date/time.
> 
> Everything else worked without a hitch the first time.
> 
> 
> Here is the log for one of these unsuccessful calls
> (for obvious reasons, I have replaced my modem's # with # signs):
> 
> Jan 20 14:54:58.40: [   67]: SESSION BEGIN 00000009 ###########
> Jan 20 14:54:58.49: [   67]: <-- [4:ATA\r]
> Jan 20 14:55:10.57: [   67]: --> [3:FAX]
> Jan 20 14:55:13.88: [   67]: --> [7:CONNECT]
> Jan 20 14:55:13.89: [   67]: ANSWER: FAX CONNECTION
> Jan 20 14:55:13.97: [   67]: RECV FAX: begin
> Jan 20 14:55:19.79: [   67]: --> [5:ERROR]
> Jan 20 14:55:19.89: [   67]: REMOTE HANGUP: Unspecified Receive Phase B error (code 70)
> Jan 20 14:55:19.90: [   67]: RECV FAX: Unspecified Receive Phase B error
> Jan 20 14:55:19.92: [   67]: RECV FAX: end
> Jan 20 14:55:19.93: [   67]: SESSION END

I had the same problem with an USRobotics-Modem.
I solved it by reducing the DTE/DCE-Rate to 19200 bps...

mfG,
	Carsten Hoeger
------
Carsten Hoeger  - S.u.S.E. GmbH -  Gebhardtstr. 2  -  90762 Fuerth  -  Germany
fon +49-911-740530     -    fax +49-911-3206727    -    mailbox +49-911-3247122

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 24 Jan 1997 19:58:18 +0100
To: flexfax@sgi.com
From: Aina Nerdahl <aina@forumnett.no>
Subject: Problem converting PS-documents
Sender: owner-flexfax@celestial.com

I use HylaFax 4.0pl1 on a Intel machine running Redhat Linux 4.0.

I need to print to a ps-file in Windows, and then send it using HylaFax on
my server. I could use WinFlex, but I need to automatically make changes to
the ps-file before sending it. 

I use Adobe's PS-driver for Windows, and print to a file. Then I try to
send the document using the sendfax command. I get various errors when
converting the document (from Ghostscript) depending on what document I
print. The funny thing is, when I use WinFlex I can print whatever I like,
using the same ps-driver, without getting errors on converting the document.

If WinFlex can make the documents usable to HylaFax, I should be able to
make a filter to do the same. But how? Can anybody help?

-aina

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 24 Jan 1997 16:08:14 -0800
From: Kevin Delson <delsonk@sphinx-group.com>
To: flexfax@sgi.com
Subject: please add and help
Sender: owner-flexfax@celestial.com

I have been able to configure and use hylafax on our server without to
much difficulty. The Client side however is a little more of an issue. I
can telnet and log a user in but no data connection can be made. In fact
when running winflex the errors I get are  unable to find service name
"fax" and no inverse address mapping for client. Our clients are
workstations running windows and have a dedicated IP so the host name it
gets is mach18.sphinx-group.com.

If you can please help.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Comments: Authenticated sender is <david@accomp.com>
From: "David Hoffman" <david@accomp.com>
Organization: Affordable Custom Computers
To: flexfax@sgi.com
Date: Fri, 24 Jan 1997 23:47:54 -0600
Subject: Help with timing issues
Reply-to: david@accomp.com
Priority: normal
Sender: owner-flexfax@celestial.com

Hello all,

I have been looking through all of the documentation - but I can't 
seem to find an answer to this question - so I submit it to the group 
for comments.

I have noticed that when an outbound message fails, it is re-queued 
for later deliver, usually for fifteen minutes later. I am interested 
in finding a way to reduce this time so that it might only be one or 
two minutes. I have attempted setting different priorities on the job 
ID but this has had no effect.

Any help would be appreciated.

Thanks.

David

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 25 Jan 1997 13:55:08 +0200 (GMT+0200)
From: Uri Shkolnik <uri@harmonic.co.il>
To: Kevin Delson <delsonk@sphinx-group.com>
cc: flexfax@sgi.com
Subject: Re: please add and help
Sender: owner-flexfax@celestial.com

Just make sure that:
1) The same fax ports (4557 and/or 4559) are specified in 
your server /etc/services and on your client \windows\services.
2) ~hylafax/etc/hosts contains your client's IP.

**************************************************
* Uri Shkolnik - System Administrator            *
* Harmonic Lightwaves (Israel)                   *
* Tel: 972 4 8550180 Ext. 122   Fax: ~~ 8550181  *
* Email: uri@harmonic.co.il                      *
**************************************************

On Fri, 24 Jan 1997, Kevin Delson wrote:

> I have been able to configure and use hylafax on our server without to
> much difficulty. The Client side however is a little more of an issue. I
> can telnet and log a user in but no data connection can be made. In fact
> when running winflex the errors I get are  unable to find service name
> "fax" and no inverse address mapping for client. Our clients are
> workstations running windows and have a dedicated IP so the host name it
> gets is mach18.sphinx-group.com.
> 
> If you can please help.
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Sat, 25 Jan 1997 18:44:26 -0500
To: John Patrick Poet <john@blueskytours.com>
From: Ivan Kohler <ivan@voicenet.com>
Subject: Re: Comtrol RocketPort?
Cc: HylaFax <flexfax@sgi.com>
Sender: owner-flexfax@celestial.com

I don't know how that particular product works, but I have HylaFAX running
three modems off an Sun SPC card with no problems.  If the Comtrol
RocketPort is a similar product in that the ports become regular
/dev/tty{whatever} serial devices, it should probably be fine.

At 11:14 AM 1/30/97 -0700, John Patrick Poet wrote:
>
>We are thinking about throwing a Comtrol RocketPort in a pc running Linux,
>and having Hylafax drive about 8 faxmodems off of it.
>
>I know Hylafax has problems driving modems off of some terminal servers, but
>it should have a better time with a rig like this.
>
>Has anyone tried anything like this?
>
>Thanks for any input,
>
>John
>--
>
>|         |
>+--+  ==  |  John Patrick Poet          Blue Sky Tours
>|  |      |  System Admin/programmer    10832 Prospect Ave., N.E.
>|     +---+  john@BlueSkyTours.COM      Albuquerque, N.M. 87112
>|     |      Ph. 505 293 9462           Fx. 505 293 6902
>
>
>

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Comments: Authenticated sender is <david@accomp.com>
From: "David Hoffman" <david@accomp.com>
Organization: Affordable Custom Computers
To: flexfax@sgi.com
Date: Sat, 25 Jan 1997 19:53:55 -0600
Subject: CLARIFICATION: Help with timing issues
Reply-to: david@accomp.com
Priority: normal
Sender: owner-flexfax@celestial.com

I have now received a few messages in response to my first note 
(posted below). I assumed that since this mailing group was supposed 
to be related to flexfax / hylafax, that it would be assumed that 
that was what I was writing about. Sorry for the confusion.

However, I am asking about the timing of re-queued messages in 
HYLAFAX. For example, an alphapage request is queued and for some 
reason fails on the first attempt. It is re-scheduled for 15 minutes 
later. I would like to set this to a shorter time, say 1 minute 
later.  Any help???

------
Original message follows:


 Hello all,

I have been looking through all of the documentation - but I can't
seem to find an answer to this question - so I submit it to the group
for comments.

I have noticed that when an outbound message fails, it is re-queued
for later deliver, usually for fifteen minutes later. I am interested
in finding a way to reduce this time so that it might only be one or
two minutes. I have attempted setting different priorities on the job
ID but this has had no effect.

Any help would be appreciated.

Thanks.

David

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Robert.Steinmetz@ASID.NOLI.COM
To: flexfax@sgi.com
Date: 25 Jan 1997 21:56:30 EDT
Subject: Hylafax Unix Clients
Sender: owner-flexfax@celestial.com

I have just begun implementing Hylafax at our company and need to check
if I missed something, actually two things.

First I need  to implement a simple to use interface between Unix
Wordperfect users and Hylafax, for sending Faxes. I  have looked
through the archive and can find no mention of anyone creating the
appropriate Wordperfect macros. Has any one done this and if so is is
availible?

Secondly, In trying to set the macros up I started to look at sendfax
and could find no mention in the man pages of a way to pass faxcover
"TO" information. The sendfax manual page does not list an option
corresponding to faxcover -t.

Thanks for you help.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Hylafax Unix Clients
To: Robert.Steinmetz@ASID.NOLI.COM
Date: Sun, 26 Jan 1997 08:17:12 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Robert.Steinmetz@ASID.NOLI.COM wrote:
    
    I have just begun implementing Hylafax at our company and need to check
    if I missed something, actually two things.
    
    First I need  to implement a simple to use interface between Unix
    Wordperfect users and Hylafax, for sending Faxes. I  have looked
    through the archive and can find no mention of anyone creating the
    appropriate Wordperfect macros. Has any one done this and if so is is
    availible?
    
    Secondly, In trying to set the macros up I started to look at sendfax
    and could find no mention in the man pages of a way to pass faxcover
    "TO" information. The sendfax manual page does not list an option
    corresponding to faxcover -t.

read sendfax(1) again for the option "-d user@phone-number"

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: CLARIFICATION: Help with timing issues
To: david@accomp.com
Date: Sun, 26 Jan 1997 08:33:29 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

David Hoffman wrote:
    
    I have now received a few messages in response to my first note 
    (posted below). I assumed that since this mailing group was supposed 
    to be related to flexfax / hylafax, that it would be assumed that 
    that was what I was writing about. Sorry for the confusion.
    
    However, I am asking about the timing of re-queued messages in 
    HYLAFAX. For example, an alphapage request is queued and for some 
    reason fails on the first attempt. It is re-scheduled for 15 minutes 
    later. I would like to set this to a shorter time, say 1 minute 
    later.  Any help???
    
read the manual; check sendpage(1) for the flag -l and hfaxd(1M) for
the config values of PriorityMap and RetryTimeMap

BTW: If you have looked through all of the documentation did you
notice that the spelling is ``HylaFAX'' and not HYLAFAX and also not
hylafax or anything else?

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Mark Musone <musone@afterfive.com>
Subject: faxmail question..
To: flexfax@sgi.com
Date: Sun, 26 Jan 1997 13:16:42 -0500 (EST)
Cc: musone@afterfive.com (Mark Musone)
Sender: owner-flexfax@celestial.com

Hi,

i tried sending this before but i didn't see it appear on the mailing list,
so i'm trying again:

Here my question:

I am currently using HylaFAX with faxmail, as an email->fax gateway.
I also use it with winflex and unix command line.

What i'd like to do is specify that any faxes coming from faxmail NOT
be emailed back a confirmation. I have it setup in the hyla.conf that
that be notification when a fax is done and also requeued.

Wehn winflex or the command line is used, i want an emailed
confirmation. 

I tried to set the X-Fax-MailUser mail header to something, but that only
sets the username in which to log into the fax server with, not for
email notification..


Ideally i'd like the email notification to be controlled via a mail
header, so that some mail->fax messgaes will be sent a notification,
while others wont...

Is this possible?? how??

				Thanks for any help,

				Mark Musone

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Dan and Joanne Tucker <danjo@xnet.com>
Subject: Class 1 Rotary Fax Data ?
To: flexfax@sgi.com
Date: Mon, 27 Jan 1997 01:22:32 -0600 (CST)
Sender: owner-flexfax@celestial.com

Well, I haven't got any further!

I am running : 
Linux 2.0.28 
Diald 0.15.2 
Hayes OPTIMA 28.8 V.34/V.FC+FAX

I can Send and Receive Faxes fine.  I can call out using Diald and
PPP fine.  I just can't get the thing to AnswerRotary.  Well, it
does kind of 8-)

------------------------  Hacked Messages ------------------
odhrerir diald[16524]: Running connect (pid = 16697).
odhrerir connect: Initializing Modem
odhrerir FaxGetty[15611]: ANSWER: Can not lock modem device

I expect this - - - - - - -       ^^^^^^^^^^^^^^^^^^^^^^^^^

odhrerir connect: Dialing system
odhrerir connect: Connected
odhrerir connect: Loggin in
odhrerir connect: Protocol started
odhrerir diald[16524]: Running pppd (pid = 16708).
odhrerir pppd[16708]: pppd 2.2.0 started by root, uid 0
odhrerir pppd[16708]: Using interface ppp0
odhrerir pppd[16708]: Connect: ppp0 <--> /dev/ttyS1
odhrerir pppd[16708]: local  IP address xxx.xxx.xxx.xxx
odhrerir pppd[16708]: remote IP address xxx.xxx.xxx.xxx

I surf like CRAZY 8-)  Now I am done.

odhrerir diald[16524]: Closing down idle link.
odhrerir pppd[16708]: Terminating on signal 2.
odhrerir pppd[16708]: Connection terminated.
odhrerir pppd[16708]: Exit.
odhrerir diald[16524]: Delaying 30 seconds before clear to dial.
odhrerir FaxGetty[15611]: MODEM ROCKWELL RC288DPi/04-00879-540 49416 PASS 
    04-00880-540 49416 PASS 40-00575-05 16683 PASS 40-00575-05 13625 PASS
odhrerir diald[16524]: FIFO. Termination request received.

I have Diald shut down after each call and reset.
Now I try to dial into the machine.

odhrerir FaxGetty[15611]: ANSWER: FAX CONNECTION
odhrerir FaxGetty[15611]: ANSWER: Ring detected without successful handshake

I expect this too. Now I expect it to try Data connect.

odhrerir FaxGetty[15611]: MODEM ROCKWELL etc.
odhrerir FaxGetty[15611]: ANSWER: FAX CONNECTION

?????????????????????????????????????????????????

odhrerir FaxGetty[15611]: ANSWER: Ring detected without successful handshake
odhrerir FaxGetty[15611]: MODEM ROCKWELL etc.
odhrerir FaxGetty[15611]: ANSWER: FAX CONNECTION

?????????????????????????????????????????????????

odhrerir FaxGetty[15611]: ANSWER: Ring detected without successful handshake
odhrerir FaxGetty[15611]: MODEM ROCKWELL etc.
odhrerir FaxGetty[15611]: ANSWER: DATA CONNECTION

Ah - finally!

odhrerir FaxGetty[15611]: GETTY: START "/sbin/getty -h /dev/ttyS1 38400", pid 16858
odhrerir FaxGetty[15611]: GETTY: exit status 01000

Anybody know what this means???  I would dig into it now if
everytime I called in it would try this every other time!

odhrerir FaxGetty[15611]: MODEM ROCKWELL etc.
odhrerir FaxGetty[15611]: ANSWER: FAX CONNECTION
odhrerir FaxGetty[15611]: ANSWER: Ring detected without successful handshake

Ok, after a Data call it should go back to Fax mode.

odhrerir FaxGetty[15611]: MODEM ROCKWELL etc.
odhrerir FaxGetty[15611]: ANSWER: FAX CONNECTION
odhrerir FaxGetty[15611]: ANSWER: Ring detected without successful handshake

Here we go again!

odhrerir FaxGetty[15611]: MODEM ROCKWELL etc.
---------------------------------------------------------------------

I have been thru the HTML docs, and the FAQ but don't grasp anything
that points to my problem.

---------------------------- Small config.ttyS1 ----------------------
# Configuration for a Rockwell RC288DPi-based Class 1 modem.
#    Hayes Optima 28800         firmware rev ???
#    Microcom DeskPorte 28.8S   firmware rev V1.100K-V34_DS
#    PPI PM288FXMT              firmware rev 1.57
#
# Note that the modem does not lock the line rate for fax
# receive (at least not the PM288FXMT); but not sure whether
# current flow control settings are maintained or if it
# switches to XON/XOFF (testing host was too fast to see).
#
CountryCode:            1
AreaCode:               630
FAXNumber:              +1.630.963.0474
LongDistancePrefix:     1
InternationalPrefix:    011
DialStringRules:        etc/dialrules
ServerTracing:          1
SessionTracing:         11
RecvFileMode:           0600
LogFileMode:            0600
DeviceMode:             0600
RingsBeforeAnswer:      2
SpeakerVolume:          off
GettyArgs:              "-h /dev/%l %s"
TagLineFont:            etc/lutRS18.pcf
TagLineFormat:          "From %%l|%c|Page %%p of %%t"
AdaptiveAnswer:         yes
AnswerRotary:           "fax data"
MaxRecvPages:           25
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:              Class1          # use this to supply a hint
ModemRate:              38400           # rate for DCE-DTE communication
ModemFlowControl:       rtscts          # default
#
ModemNoFlowCmd:         AT&K0           # setup no flow control
ModemHardFlowCmd:       AT&K3           # setup hardware flow control
ModemSoftFlowCmd:       AT&K4           # setup software flow control
ModemSetupDTRCmd:       AT&D2           # setup so DTR drop resets modem
ModemSetupDCDCmd:       AT&C1           # setup so DCD reflects carrier
(or not)#
ModemMfrQueryCmd:       !Rockwell
ModemModelQueryCmd:     !RC288DPi
ModemRevQueryCmd:       ATI3            # product information
#
ModemDialCmd:           ATDT%s          # T for tone dialing
#
#  Added for Rotating Answer Types
#
ModemAnswerFaxCmd:      AT+FCLASS=1;A   # default is to answer as fax
ModemAnswerDataCmd:     ATH+FCLASS=0;A  # hangup and answer as data
Class1RecvIdentTimer:   10000           # timeout fax answer in 10 secs
-------------------------------------------------------------------------

Basically by the book!  Did I miss something REAL important?

BC
Linux - 
Learn how to read in 15000 easy steps
(refresher course with each kernel 8-)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: CLARIFICATION: Help with timing issues
To: ivan@voicenet.com (Ivan Kohler)
Date: Mon, 27 Jan 1997 08:25:41 +0100 (MET)
Cc: Matthias.Apitz@SOFTCON.de, flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Ivan Kohler wrote:
    
    At 08:33 AM 1/26/97 +0100, Matthias Apitz wrote:
    >David Hoffman wrote:
    >    
    >    I have now received a few messages in response to my first note 
    >    (posted below). I assumed that since this mailing group was supposed 
    >    to be related to flexfax / hylafax, that it would be assumed that 
    >    that was what I was writing about. Sorry for the confusion.
    >    
    >    However, I am asking about the timing of re-queued messages in 
    >    HYLAFAX. For example, an alphapage request is queued and for some 
    >    reason fails on the first attempt. It is re-scheduled for 15 minutes 
    >    later. I would like to set this to a shorter time, say 1 minute 
    >    later.  Any help???
    >    
    >read the manual; check sendpage(1) for the flag -l and hfaxd(1M) for
    >the config values of PriorityMap and RetryTimeMap
    >
    >BTW: If you have looked through all of the documentation did you
    >notice that the spelling is ``HylaFAX'' and not HYLAFAX and also not
    >hylafax or anything else?
    
    Hello matthias,
    
    While I and others appriciate you taking the time to answer questions about
    HylaFAX (yes, I spelled and capitialized it correctly)... does it really
    matter?

HylaFAX is software. Writing, solving problems and debugging
this and other software start allways with understanding the bits
of this software. The bits of the word HylaFAX and hylafax are
very different (don't know if my bad English let you understand
my point that I mean precision with the word "bit"). That's also
why one should provide correct and precise information (like version,
type of operating system, trace-files, command line arguments etc.)
if one is asking for help or complaining about bugs. None of
this information was included in the original email of David.
I had a private email discussion with David and it later showed
up that he is using the old version v3.0 and my hint about hfaxd(1M)
was wrong (there was no hfaxd(1M) in v3.0)). Take this for an
example that without precise information in the question every answer
maybe wrong or useless.

Despide of this HylaFAX(tm) is a trademark,

	matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Granville Barker <Barker@boardtown.com>
To: "'flexfax@sgi.com'" <flexfax@sgi.com>
Subject: sendpage -q option doesn't seem to work
Date: Mon, 27 Jan 1997 02:10:35 -0600
Encoding: 12 TEXT
Sender: owner-flexfax@celestial.com

Hi,
	I have been trying to get the sendpage program to queue the messages
and release control.  I have tried the -q option on the command line for
sendpage, and putting QueueSend in the hyla.conf file.  I can telnet to
the SNPP port and use the 'site jqueue yes' option, and it will queue
the message and release control.  
	Any pointers on why sendpage doesn't release control??

Thanks,

Granville Barker

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: sendpage -q option doesn't seem to work
To: Barker@boardtown.com (Granville Barker)
Date: Mon, 27 Jan 1997 12:16:47 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Granville Barker wrote:
    
    Hi,
    	I have been trying to get the sendpage program to queue the messages
    and release control.  I have tried the -q option on the command line for
    sendpage, and putting QueueSend in the hyla.conf file.  I can telnet to
    the SNPP port and use the 'site jqueue yes' option, and it will queue
    the message and release control.  
    	Any pointers on why sendpage doesn't release control??

please provide the following information:

- HylaFAX version and Unix system/version
- the command-line you've typed
- the stdout output of this command if you add the flag -v as
  the *first* argument to sendpage(1)

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Granville Barker <Barker@boardtown.com>
To: "'Matthias.Apitz@SOFTCON.de'" <Matthias.Apitz@SOFTCON.de>
Cc: "'flexfax@sgi.com'" <flexfax@sgi.com>
Subject: RE: sendpage -q option doesn't seem to work
Date: Mon, 27 Jan 1997 10:22:07 -0600
Encoding: 52 TEXT
Sender: owner-flexfax@celestial.com

I am running HylaFAX version 4.0pl1 on FreeBSD v2.1.6.
Command line:  sendpage -v -p gb -q "test message"
"gb" is my pin defined in the pagermap file.

Here is the output from above, I did terminate with ctrl-c to get
control back.

Trying localhost (127.0.0.1) at port 444...
Connected to localhost.myhost.com.
220 mybox.myhost.com SNPP server (HylaFAX (tm) Version 4.0pl1) ready.
-> LOGI XXXX
230 User root logged in.
-> SITE HELP NOTIFY
218 Syntax: SITE NOTIFY [NONE|DONE|REQUEUE|DONE+REQUEUE]
-> LEVE 1
250 OK, service level 1 accepted.
-> SITE FROMUSER Charlie Root
250 FROMUSER set to "Charlie Root".
-> SITE MAXDIALS 12
250 MAXDIALS set to 12.
-> SITE MAXTRIES 3
250 MAXTRIES set to 3.
-> SITE MAILADDR root@mybox.myhost.com
250 NOTIFYADDR set to "root@mybox.myhost.com".
-> SITE NOTIFY none
250 NOTIFY set to "none".
-> SITE JQUEUE no
250 Job will not be queued.
-> PAGE gb
250 Pager ID accepted; provider: +18002013502 pin: 3382162 jobid: 57.
destination pin gb: request id is 57 for host localhost
-> MESS test message
250 Message text OK.
-> SEND


>Subject: 	Re: sendpage -q option doesn't seem to work
>
>I have tried the -q option on the command line for sendpage, and putting
>QueueSend in the hyla.conf file.  I can telnet to the SNPP port and use the
>'site jqueue yes' option, and it will queue the message and release control.
>Any pointers on why sendpage doesn't release control??

>please provide the following information:
>
>- HylaFAX version and Unix system/version
>- the command-line you've typed
>- the stdout output of this command if you add the flag -v as
>  the *first* argument to sendpage(1)
>
>	matthias
>

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: sendpage -q option doesn't seem to work
To: Barker@boardtown.com (Granville Barker)
Date: Mon, 27 Jan 1997 17:31:33 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Granville Barker wrote:
    
    I am running HylaFAX version 4.0pl1 on FreeBSD v2.1.6.

[ oho FreeBSD v2.1.6; David are you listening? ]

    Command line:  sendpage -v -p gb -q "test message"
    "gb" is my pin defined in the pagermap file.

	<... stuff deleted ...>

try using:

$ sendpage -q -p gb "test message"

and read the manual of sendpage(1) again;

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: ANNOUNCE: HylaFAQ update at ftp://ftp.sgi.com/sgi/fax/doc/
To: flexfax@sgi.com
Date: Mon, 27 Jan 1997 20:30:15 +0100 (MET)
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com


I've just updated the HylaFAQ at

	ftp://ftp.sgi.com/sgi/fax/doc/hylafaq.tar.gz

and certainly it will also be updated in the next few days at

	http://www.vix.com/hylafax/FAQ/

Now there are a lot of new questions+answers (all about 188). Please
read (or search with the new search feature) carefully before
asking questions in the HylaFAX mailing list :-))

The MD5 checksum value of hylafaq.tar.gz is
MD5 (hylafaq.tar.gz) = c470ac6784a891a9c38befabeaf1cbe1

The information below is from the README of the HylaFAQ:

                 How to install the HylaFAQ-distribution
                    (release: 07:34:58 AM 01/27/97)
                       matthias.apitz@softcon.de


This is a living list of frequently asked questions about the HylaFAX
fax software system. The point of this document is to circulate existing
information, and to avoid rehashing old answers.  Better to build on top
than start again.  Please read this document before ever posting to
the HylaFAX mailing list (see Q13 how to subscribe to the list).

The HylaFAX FAQ is located at:

	ftp://ftp.sgi.com/sgi/fax/doc/hylafaq.tar.gz

in a easy-to-install form (see below).  The FAQ are hyper-linked
HTML pages ready to use for your favored browser.
Alternatively, a PostScript copy of a snapshot of this FAQ is also
available by public ftp in the directory
	
	ftp://ftp.sgi.com/sgi/fax/doc/hylafaq.ps.gz

The FAQ comes also with a small search engine. To enable this
feature you must copy over the perl script HylaFAQ/search.pl to
the cgi-bin directory of your HTTP server. See step 4) below.

The HylaFAX software and this FAQ were created by Sam Leffler
(sam@sgi.com). Since Nov. 1995 the FAQ is maintained by me, 
Matthias Apitz.

Your comments, additions and fixes to this document are welcome:
please send them to flexfaq@softcon.de by electronic mail.
You can also give feedback on specific questions through links
provided on each individual page.

Here is how to install - have fun.

1)	gnu-unzip and un-tar the archive;
	this will create a directory "./HylaFAQ" and the whole FAQ
	below this dir:

	$ gzcat faq.tar.gz | tar xvf -

2)	links to the HylaFAX man-pages or other online html-files
	are done from the FAQ by HREF's to the pattern:

		@HTMLPATH@/...	and
		@CGIPATH@/...

	there is a small shell-script (HylaFAQ/patch.sh) to change
	the patterns to reflect the location on your system, or to
	point to the HylaFAX-home page at www.vix.com; please modify
	this script, e.g. set:

          ROOT=${1-http://www.your-host.your-domain/hylafax/}
        CGIBIN=${2-http://www.your-host.your-domain/hylafax-cgi-bin/}

	or:

          ROOT=${1-http://www.vix.com/hylafax/}
        CGIBIN=${2-http://www.vix.com/cgi-bin/}

	and run

	$ cd HylaFAQ ; sh patch.sh

	The script patch.sh does also change the perl script
	HylaFAQ/search.pl to set the full qualified location
	of the HylaFAQ into the search script. If you later
	move your HylaFAQ to some other place you've to
	change this perl script by hand (you can't re-run the
	script patch.sh).

3)	to read the FAQ you don't need any httpd on your system;
	just start reading the HylaFAQ and fire up your favored
	browser (e.g.):

	$ cd HylaFAQ ; Mosaic index.html

	you may also want to collect all pages into one HTML-document
	for printing or converting to PostScript;

	$ cd HylaFAQ ; sh collect.sh > collect.html
	$ Mosaic collect.html

4)	If you want to enable the search tool of the FAQ you've to
	copy the script HylaFAQ/search.pl to the cgi-bin directory
	of your HTTP-server, e.g.:

	# cp HylaFAQ/search.pl /usr/local/httpd/cgi-bin/search.pl

Please report problems, bugs and new answers to me.

	matthias
-- 
firm: matthias.apitz@softcon.de [voc:+49-89-61308-351, fax: +49-89-61308-188]
priv: guru@thias.muc.de
 WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/

"We don't care.  We don't have to.  You'll buy whatever we ship, so why bother?
 We're Microsoft." (found in Usenet)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: CLARIFICATION: Help with timing issues
To: ivan@voicenet.com (Ivan Kohler)
Date: Mon, 27 Jan 1997 20:47:23 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Ivan Kohler wrote:
    
    >    >
    >    >BTW: If you have looked through all of the documentation did you
    >    >notice that the spelling is ``HylaFAX'' and not HYLAFAX and also not
    >    >hylafax or anything else?
    >    
    >    Hello matthias,
    >    
    >    While I and others appriciate you taking the time to answer questions
    about
    >    HylaFAX (yes, I spelled and capitialized it correctly)... does it really
    >    matter?
    >
    >HylaFAX is software. Writing, solving problems and debugging
    >this and other software start allways with understanding the bits
    >of this software. The bits of the word HylaFAX and hylafax are
    >very different (don't know if my bad English let you understand
    >my point that I mean precision with the word "bit"). That's also
    >why one should provide correct and precise information (like version,
    >type of operating system, trace-files, command line arguments etc.)
    >if one is asking for help or complaining about bugs. None of
    >this information was included in the original email of David.
    >I had a private email discussion with David and it later showed
    >up that he is using the old version v3.0 and my hint about hfaxd(1M)
    >was wrong (there was no hfaxd(1M) in v3.0)). Take this for an
    >example that without precise information in the question every answer
    >maybe wrong or useless.
    >
    >Despide of this HylaFAX(tm) is a trademark,
    
    I agree.  I've done my share of RTFM'ing and telling people to RTFM.  I'm
    just saying that there is absolutely no reason to be anal (uptight) about
    how people spell, capitalize and punctuate HylaFAX or hylafax or HYLAFAX or
    _hYlA-fAx_.

I'm not and I was not uptight - as you can see in the last sentence of
Q1 of the just released new HylaFAQ :-)

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 09:02:26 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
Reply-To: Jonathan Chen <jonc@pinnacle.co.nz>
To: Woody Lee <woody@gergu3.tamu.edu>
cc: flexfax@sgi.com
Subject: Re: Build problem on DEC AXP
Sender: owner-flexfax@celestial.com

On Thu, 23 Jan 1997, Woody Lee wrote:

> Hello-
> 
> I am having some trouble building hylaFAX 4.0pl10 on a DEC AXP running
> DU3.2a.
> 
> Here is the error I am getting:
> 
> /usr/local/bin/gcc      -I.././zlib                       -D__ANSI_CPP__
> -I. -I.. -I.././util  -I.././util -I/usr/local/include -I.././regex -g -O
> -x c++ -c SendFaxClient.c++
> SendFaxClient.c++: In method `unsigned char
> SendFaxClient::makeCoverPage(const class SendFaxJob &, class fxStr &, class
> fxStr &)':
> SendFaxClient.c++:199: call of overloaded `strrchr' is ambiguous
> /usr/local/lib/g++-include/std/cstring.h:47: candidates are: strrchr(char
> *, int)
> /usr/local/lib/g++-include/std/cstring.h:44:                 strrchr(const
> char *, int)

Looks like your installation of g++ didn't go quite well. Worst case
is that you may have to reinstall gcc or libg++ again, best case is
you `fix' cstring.h
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "David A. De Graaf" <degraaf@digitel.net>
Subject: Re: CLARIFICATION: Help with timing issues
To: flexfax@celestial.com
Date: Mon, 27 Jan 1997 19:04:59 -0500 (EST)
Sender: owner-flexfax@celestial.com

Ivan Kohler wrote:
> 
> At 08:33 AM 1/26/97 +0100, Matthias Apitz wrote:
> >
> >BTW: If you have looked through all of the documentation did you
> >notice that the spelling is ``HylaFAX'' and not HYLAFAX and also not
> >hylafax or anything else?
> 
> Hello matthias,
> 
> While I and others appriciate you taking the time to answer questions about
> HylaFAX (yes, I spelled and capitialized it correctly)... does it really
> matter?
> 

Yes, it does matter.

Sloppy spelling and sloppy grammar connote sloppy thinking.
Written email enables you to express your problem clearly and
succinctly.  If you won't take the trouble to do so, why should you
expect others to wade through your gratuitous errors to help you?

In an international forum like this there will be inevitable linguistic
errors to be allowed for, but the spelling of HylaFAX has no
nationalistic impediment.

BTW, I too "appreciate" Matthias' helpful replies and his correctly 
"capitalized" writing.

-- 
	Dave De Graaf,  Internet: degraaf@digitel.net
	DATIX, Inc.	voice: (803) 785-3136	fax: (803) 785-3156

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Dan and Joanne Tucker <danjo@xnet.com>
Subject: UUGETTY on Linux
To: flexfax@sgi.com
Date: Mon, 27 Jan 1997 18:15:37 -0600 (CST)
Sender: owner-flexfax@celestial.com

Do I have to manually put uugetty into HylaFAX?

Since I want to use uugetty with HylaFAX, and in HylaFAX the line
 /sbin/getty
is in the program, do I have to manually edit the and recompile?

BC

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: raoul@cirl.meei.harvard.edu
Date: Mon, 27 Jan 97 20:17:55 EST
To: flexfax@sgi.com, danjo@xnet.com
Subject: UUGETTY on Linux
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com

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

   From: Dan and Joanne Tucker <danjo@xnet.com>

   Do I have to manually put uugetty into HylaFAX?

   Since I want to use uugetty with HylaFAX, and in HylaFAX the line
    /sbin/getty
   is in the program, do I have to manually edit the and recompile?

Try re-running "faxsetup".

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

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMu1TvT/+ItycgIJRAQFD2gP+NShVq8TZ4+zDSG98HtKfaBZpD1ctu0Kl
M9iCpg6zf0M1VS7/w48cm+Zqe3TVXrKwthae7yQ82Cxj0i56c4jlD2gamUmZ6TXA
VDBTLoRM2iHX7NDzyB1be7vbjPAYiSu4fEaxX9oF5FI+M2REyJRIvOCWNyQzbZ9+
G0xaiHTGebQ=
=nmM/
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Mon, 27 Jan 1997 21:06:33 -0600 (CST)
From: Al Hopper <al@logical-approach.com>
To: "David A. De Graaf" <degraaf@digitel.net>
cc: flexfax@celestial.com
Subject: Re: CLARIFICATION: Help with timing issues
Sender: owner-flexfax@celestial.com

On Mon, 27 Jan 1997, David A. De Graaf wrote:

> Ivan Kohler wrote:
> > 
> > At 08:33 AM 1/26/97 +0100, Matthias Apitz wrote:
> > >
> > >BTW: If you have looked through all of the documentation did you
> > >notice that the spelling is ``HylaFAX'' and not HYLAFAX and also not
> > >hylafax or anything else?
> > 
> > Hello matthias,
> > 
> > While I and others appriciate you taking the time to answer questions about
> > HylaFAX (yes, I spelled and capitialized it correctly)... does it really
> > matter?
> > 
> 
> Yes, it does matter.
> 
> Sloppy spelling and sloppy grammar connote sloppy thinking.
> Written email enables you to express your problem clearly and
> succinctly.  If you won't take the trouble to do so, why should you
> expect others to wade through your gratuitous errors to help you?
> 
> In an international forum like this there will be inevitable linguistic
> errors to be allowed for, but the spelling of HylaFAX has no
> nationalistic impediment.
> 
> BTW, I too "appreciate" Matthias' helpful replies and his correctly 
> "capitalized" writing.
> 
> -- 
> 	Dave De Graaf,  Internet: degraaf@digitel.net
> 	DATIX, Inc.	voice: (803) 785-3136	fax: (803) 785-3156
> 
> 

I would agree - it does matter.  The difference is in the details.  Sounds
like an advertisement, but someone has to try to perform to a higher
standard, otherwise we will continue in a "death" spiral until we will no
longer remember how to spell correctly, or the basic rules of grammar. 

Pardon my typographical errors! ;-)


Al Hopper  Logical Approach Inc, Plano, TX.  al@logical-approach.com 
           (972)-379-2133 or (972)-849-5765. Fax 972-379-2134

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Comments: Authenticated sender is <david@accomp.com>
From: "David Hoffman" <david@accomp.com>
Organization: Affordable Custom Computers
To: flexfax@sgi.com
Date: Mon, 27 Jan 1997 23:31:06 -0600
Subject: Enough is enough
Reply-to: david@accomp.com
Priority: normal
Sender: owner-flexfax@celestial.com

Alright folks. Since I started this, I'll end it.

I asked for help. Perhaps I "mis-capitalized" HylaFAX(tm).
I apologize.

But there is no need for this thread to continue. PLEASE! Just let it 
die. As I explained to Matthias, I made a mistake in my original post 
in that I failed to mention that I had installed HylaFAXv3.0pl0 
instead of the newer Version 4. The reason for this is that I have 
been unable to find a port of Version 4 that will work on a machine 
that is running FreeBSD 2.1.5-RELEASE. I am only using the software 
to handle AlphaPaging and I am not using it's Fax capabilities (yet).

The only problem that I had was that I wanted to find a way to force 
the system to try a call again if it failed the first time. But I 
didn't want it to wait 15 minutes to do so. I appreciate the 
suggestions that I have received, but I did not mean for a big flame 
war to erupt. So please folks, "Can't we all just get along."

If any of you have any information on a port for FreeBSD of Version 
4, OR have information on shortening the re-queue time of failed 
calls, please respond.

Thanks


------- Forwarded Message Follows -------

>Despide of this HylaFAX(tm) is a trademark,

I agree.  I've done my share of RTFM'ing and telling people to RTFM. 
I'm just saying that there is absolutely no reason to be anal
(uptight) about how people spell, capitalize and punctuate HylaFAX or
hylafax or HYLAFAX or _hYlA-fAx_.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: UUGETTY on Linux
To: danjo@xnet.com (Dan and Joanne Tucker)
Date: Tue, 28 Jan 1997 07:35:22 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Dan and Joanne Tucker wrote:
    
    Do I have to manually put uugetty into HylaFAX?
    
    Since I want to use uugetty with HylaFAX, and in HylaFAX the line
     /sbin/getty
    is in the program, do I have to manually edit the and recompile?
    
This can be changed during run of ./configure or before run of
./configure in the file ./config.site;

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: UUGETTY on Linux
To: raoul@cirl.meei.harvard.edu
Date: Tue, 28 Jan 1997 07:40:50 +0100 (MET)
Cc: flexfax@sgi.com, danjo@xnet.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

raoul@cirl.meei.harvard.edu wrote:
    
    -----BEGIN PGP SIGNED MESSAGE-----
    
       From: Dan and Joanne Tucker <danjo@xnet.com>
    
       Do I have to manually put uugetty into HylaFAX?
    
       Since I want to use uugetty with HylaFAX, and in HylaFAX the line
        /sbin/getty
       is in the program, do I have to manually edit the and recompile?
    
    Try re-running "faxsetup".
    
There is no way to change this with faxsetup(1M); the string for
PATH_GETTY is compiled into the binary according the value from
./configure run;

faxsetup(1M) performs only a check if the a.out for PATH_GETTY is
in place;

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: poplar.cs.sc.edu: fernande owned process doing -bs
Date: Tue, 28 Jan 1997 01:50:47 -0500 (EST)
From: Gabriel Fernandez <fernande@CS.Sc.EDU>
To: flexfax@sgi.com
Subject: HTML Documentation
Sender: owner-flexfax@celestial.com

Hi,

   Wow! This is the longest discussion I've ever seen about the name of a
piece of software. I was really afraid that we were going to get like some
other junky mailing lists that spend most of time in senseless
discussions.

   Anyway, here is the question. . . I just realized that the HTML
documentation is not installed. I checked the 'configure' file and that
option is not enabled. I understand that not everybody has an HTTPD
daemon running, but I thought the configuration process should check for
that and automatically select the installation of the HTML documentation.

   Unfortunately, I had to recompile the whole thing just to have the
documents installed.

   Any feedback about this issue would be greatly appreciated.

   Thanks,

	Gabriel

P.S. This is for HylaFAX v4.0pl1 and a Linux 2.0.27.

---
Gabriel Fernandez		Wavelets rule!
Computer Science Department	Wavelets are cool!
University of South Carolina	Wavelets smooth your life!
Columbia, SC 29208		Wavelets transform your dimensions!

E-mail: fernande@cs.sc.edu	URL: http://www.cs.sc.edu/~fernande/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 08:40:16 +0100
From: Jernej Romih <NEJC@UNISTAR.SI>
Reply-To: nejc@UNISTAR.SI
Organization: Unistar d.o.o.
To: Matthias Apitz <Matthias.Apitz@SOFTCON.de>
Cc: Robert.Steinmetz@ASID.NOLI.COM, flexfax@sgi.com
Subject: Re: Hylafax Unix Clients
Sender: owner-flexfax@celestial.com

Matthias Apitz wrote:
> 
> Robert.Steinmetz@ASID.NOLI.COM wrote:
> 
Much better solution is to use tkhylafax (X window menuing fax client)!
It is available at flexfax contrib software database!

BR 

Nejc

>     corresponding to faxcover -t.
> 
> read sendfax(1) again for the option "-d user@phone-number"
> 
>         matthias

-- 
Jernej Romih			Unistar d.o.o.
System Integration		Internet Service Provider
tel: 386 (0)61 1315305		fax: 386 (0)61 1321165
http://www.unistar.si		mail to:nejc@unistar.si

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: poplar.cs.sc.edu: fernande owned process doing -bs
Date: Tue, 28 Jan 1997 02:59:38 -0500 (EST)
From: Gabriel Fernandez <fernande@CS.Sc.EDU>
To: flexfax@sgi.com
Subject: HTML Documentation (Part II)
Sender: owner-flexfax@celestial.com

Hi again:

   I just finished setting up the HTML documentation + FAQ. There is
something else the HylaFAX installation routine did not do. It did not
change the HTML ROOT and CGI-BIN values. I got around it by modifying the
patch.sh file provided with HylaFAQ and using it with the HylaFAX HTML
documentation.

   Any ideas why this happened?

   Bye,

	Gabriel

---
Gabriel Fernandez		Wavelets rule!
Computer Science Department	Wavelets are cool!
University of South Carolina	Wavelets smooth your life!
Columbia, SC 29208		Wavelets transform your dimensions!

E-mail: fernande@cs.sc.edu	URL: http://www.cs.sc.edu/~fernande/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 09:50:06 +0100 (MET)
From: "Lorenzo M. Catucci" <lorenzo@argon.roma2.infn.it>
To: bob@eats.com, flexfax@sgi.com
Subject: facsimile job 74 to 02023507 failed (fwd)
Sender: owner-flexfax@celestial.com


Sorry I call you another time, but, please, look at this transcript:
I tried to send a FAX from a a networked MAC, and got this error you see
enclosed. The version of HylaFAX I run is 4.0pl1 (the latest one), that I
fetched after reading it could solve some problems with little endian tiff
files. I looked at the tiff file, and have seen it is perfect.

Help me please.


lorenzo

---------- Forwarded message ----------
Date: Tue, 28 Jan 1997 09:43:21 +0100
From: Facsimile Agent <fax@argon.roma2.infn.it>
To: lorenzo@argon.roma2.infn.it
Subject: facsimile job 74 to 02023507 failed

Your facsimile job to 02023507 was rejected because:
    Invalid or corrupted job description file

    ---- Unsent job status ----

   Destination: 02023507
         JobID: 74
       GroupID: 74
        Sender: 
      Mailaddr: lorenzo@argon.roma2.infn.it
Submitted From: IDROGENO.ROMA2.INFN.IT
    Page Width: 0 (mm)
   Page Length: 0 (mm)
    Resolution: 98 (lpi)
        Status: Invalid or corrupted job description file
       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/doc100.tif.74       9208 TIFF

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: HTML Documentation
To: fernande@CS.Sc.EDU (Gabriel Fernandez)
Date: Tue, 28 Jan 1997 11:19:20 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Gabriel Fernandez wrote:
    
    Hi,
    
       Wow! This is the longest discussion I've ever seen about the name of a
    piece of software. I was really afraid that we were going to get like some
    other junky mailing lists that spend most of time in senseless
    discussions.
    
       Anyway, here is the question. . . I just realized that the HTML
    documentation is not installed. I checked the 'configure' file and that
    option is not enabled. I understand that not everybody has an HTTPD
    daemon running, but I thought the configuration process should check for
    that and automatically select the installation of the HTML documentation.
    
       Unfortunately, I had to recompile the whole thing just to have the
    documents installed.

See Q33 of the just released FAQ :-)

How ./configure should do this check for a running httpd(1M);
feel free to provide a patch for configure to Sam or me;
keep in mind that the system you're running ./configure maybe
not the system your HTTP-server is running on;

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 14:17:17 +0100
From: Edgar Vonk <evonk@nedernet.nl>
To: FlexFax Mailing List <flexfax@sgi.com>
Subject: Problem receiving faxes in Class2 +FAA state
Sender: owner-flexfax@celestial.com

Hai,

I wonder if someone could help me out.

I'm trying to get my Class2 modem to receive faxes using its
apative answering scheme. Sending faxes goes fine (except that the modem
doesn't understand the AT+FTBC=0 command).

The command log when receiving a fax is as follows:


Jan 28 13:30:46.78: [ 1563]: SESSION BEGIN 00000027 
Jan 28 13:30:46.79: [ 1563]: <-- [19:AT+FCLASS=2+FAA=1A\r]
Jan 28 13:30:48.84: [ 1563]: --> [3:FAX]
Jan 28 13:30:54.10: [ 1563]: --> [5:+FCON]
Jan 28 13:30:54.10: [ 1563]: ANSWER: FAX CONNECTION
Jan 28 13:30:54.16: [ 1563]: RECV FAX: begin
Jan 28 13:32:04.62: [ 1563]: -->
[92:<E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0>
<E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0>
<E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0>
<E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0>
<E0><E0><E0><E0><E0><E0><E0><E0><E0>]
Jan 28 13:32:04.62: [ 1563]: --> [9:+FHNG: 72]
Jan 28 13:32:04.62: [ 1563]: REMOTE HANGUP: COMREC error (code 72)
Jan 28 13:32:04.62: [ 1563]: --> [2:OK]
Jan 28 13:32:04.63: [ 1563]: RECV FAX: COMREC error
Jan 28 13:32:04.65: [ 1563]: RECV FAX: end
Jan 28 13:32:04.65: [ 1563]: SESSION END



PS The modem reports itself to be a "CIS WS-2814IM4" and according to
the manual should be compatible with a "Generic Class 2 Modem "or a
"AT&T Voice Modem".


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Edgar Vonk
  email: evonk@nedernet.nl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: facsimile job 74 to 02023507 failed (fwd)
To: lorenzo@argon.roma2.infn.it (Lorenzo M. Catucci)
Date: Tue, 28 Jan 1997 14:17:49 +0100 (MET)
Cc: bob@eats.com, flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Lorenzo M. Catucci wrote:
    
    
    Sorry I call you another time, but, please, look at this transcript:
    I tried to send a FAX from a a networked MAC, and got this error you see
    enclosed. The version of HylaFAX I run is 4.0pl1 (the latest one), that I
    fetched after reading it could solve some problems with little endian tiff
    files. I looked at the tiff file, and have seen it is perfect.
    
    Help me please.

please go to spool/doneq and check the contents of the job
description file or send it to the list;

	matthias
    
    ---------- Forwarded message ----------
    Date: Tue, 28 Jan 1997 09:43:21 +0100
    From: Facsimile Agent <fax@argon.roma2.infn.it>
    To: lorenzo@argon.roma2.infn.it
    Subject: facsimile job 74 to 02023507 failed
    
    Your facsimile job to 02023507 was rejected because:
        Invalid or corrupted job description file
    
        ---- Unsent job status ----
    
       Destination: 02023507
             JobID: 74
           GroupID: 74
            Sender: 
          Mailaddr: lorenzo@argon.roma2.infn.it
    Submitted From: IDROGENO.ROMA2.INFN.IT
        Page Width: 0 (mm)
       Page Length: 0 (mm)
        Resolution: 98 (lpi)
            Status: Invalid or corrupted job description file
           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/doc100.tif.74       9208 TIFF

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Dror BenShlomo <dror@sela.co.il>
Subject: error codes
To: flexfax@sgi.com
Date: Tue, 28 Jan 1997 16:34:59 +0200 (GMT+0200)
Sender: owner-flexfax@celestial.com

Hi all

My system: HylaFAX Version 3.0p10113
	   indy - IRIX 5.3
	   baca modem MV.34EM (14,400)

I'm using it without any problems most of the time (or more accurate
to say, most of the fax machines I send to).

1) How can I get a error code that dont match the error message as 
   written in the FAQ (Q64).

2) I got garbage in the log file as U can see 

Jan 28 15:54:09.47: [ 6313]: SESSION BEGIN
Jan 28 15:54:09.47: [ 6313]: DELAY 2600 ms
Jan 28 15:54:12.07: [ 6313]: <-- [14:ATE0V1Q0S0=0H0]
Jan 28 15:54:12.33: [ 6313]: --> [2:OK]
Jan 28 15:54:12.33: [ 6313]: <-- [20:ATS8=2S7=60&K4&D3&C1]
Jan 28 15:54:12.59: [ 6313]: --> [2:OK]
Jan 28 15:54:12.59: [ 6313]: <-- [11:AT+FCLASS=2]
Jan 28 15:54:12.85: [ 6313]: --> [2:OK]
Jan 28 15:54:12.85: [ 6313]: <-- [9:AT+FTBC=0]
Jan 28 15:54:13.11: [ 6313]: --> [2:OK]
Jan 28 15:54:13.11: [ 6313]: <-- [9:AT+FBOR=0]
Jan 28 15:54:13.37: [ 6313]: --> [2:OK]
Jan 28 15:54:13.37: [ 6313]: <-- [13:AT+FPHCTO=600]
Jan 28 15:54:13.63: [ 6313]: --> [2:OK]
Jan 28 15:54:13.63: [ 6313]: <-- [23:AT+FDCC=1,5,2,2,1,0,0,0]
Jan 28 15:54:13.89: [ 6313]: --> [2:OK]
Jan 28 15:54:13.89: [ 6313]: <-- [4:ATM0]
Jan 28 15:54:14.15: [ 6313]: --> [2:OK]
Jan 28 15:54:14.15: [ 6313]: <-- [11:AT+FCLASS=2]
Jan 28 15:54:14.41: [ 6313]: --> [2:OK]
Jan 28 15:54:14.41: [ 6313]: <-- [9:AT+FTBC=0]
Jan 28 15:54:14.67: [ 6313]: --> [2:OK]
Jan 28 15:54:14.67: [ 6313]: <-- [9:AT+FBOR=0]
Jan 28 15:54:14.93: [ 6313]: --> [2:OK]
Jan 28 15:54:14.93: [ 6313]: <-- [13:AT+FPHCTO=600]
Jan 28 15:54:15.19: [ 6313]: --> [2:OK]
Jan 28 15:54:15.19: [ 6313]: <-- [23:AT+FDCC=1,5,2,2,1,0,0,0]
Jan 28 15:54:15.45: [ 6313]: --> [2:OK]
Jan 28 15:54:15.45: [ 6313]: <-- [20:AT+FLID="+036190992"]
Jan 28 15:54:15.71: [ 6313]: --> [2:OK]
Jan 28 15:54:15.71: [ 6313]: DIAL 5659692
Jan 28 15:54:15.71: [ 6313]: <-- [11:ATDT5659692]
Jan 28 15:54:30.46: [ 6313]: --> [5:+FCON]
Jan 28 15:54:33.28: [ 6313]: --> [29:+FCSI: "       972 3 5659692"]
Jan 28 15:54:33.28: [ 6313]: REMOTE CSI "972 3 5659692"
Jan 28 15:54:33.62: [ 6313]: --> [22:+FDIS: 1,3,0,2,1,0,0,4]
Jan 28 15:54:33.73: [ 6313]: --> [2:OK]
Jan 28 15:54:33.73: [ 6313]: REMOTE best rate 9600 bit/s
Jan 28 15:54:33.74: [ 6313]: REMOTE max page width 1728 pixels in 215 mm
Jan 28 15:54:33.74: [ 6313]: REMOTE max unlimited page length 
Jan 28 15:54:33.74: [ 6313]: REMOTE best vres 7.7 line/mm
Jan 28 15:54:33.74: [ 6313]: REMOTE best format 2-D MR
Jan 28 15:54:33.74: [ 6313]: REMOTE best 20 ms, 10 ms/scanline
Jan 28 15:54:33.74: [ 6313]: REMOTE does not support PostScript transfer
Jan 28 15:54:33.74: [ 6313]: USE 9600 bit/s
Jan 28 15:54:33.74: [ 6313]: USE 20 ms, 10 ms/scanline
Jan 28 15:54:33.74: [ 6313]: SEND file "docq/doc28347.6483"
Jan 28 15:54:33.83: [ 6313]: USE page width 1728 pixels in 215 mm
Jan 28 15:54:33.83: [ 6313]: USE unlimited page length 
Jan 28 15:54:33.83: [ 6313]: USE 7.7 line/mm
Jan 28 15:54:33.84: [ 6313]: USE 1-D MR
Jan 28 15:54:33.84: [ 6313]: <-- [23:AT+FDIS=1,3,0,2,0,0,0,4]
Jan 28 15:54:34.09: [ 6313]: --> [2:OK]
Jan 28 15:54:34.10: [ 6313]: <-- [6:AT+FDT]
Jan 28 15:54:41.25: [ 6313]: --> [22:+FDCS: 1,3,0,2,0,0,0,3]
Jan 28 15:54:41.47: [ 6313]: --> [7:CONNECT]
Jan 28 15:54:41.47: [ 6313]: SEND wait for XON
Jan 28 15:54:41.47: [ 6313]: --> [1:]
Jan 28 15:54:41.47: [ 6313]: SEND begin page
Jan 28 15:54:41.51: [ 6313]: <-- data [1030]
Jan 28 15:55:37.46: [ 6313]: <-- data [1024]

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: strauss.udel.edu: mike owned process doing -bs
Date: Tue, 28 Jan 1997 09:42:04 -0500 (EST)
From: Mike Porter <mike@copland.udel.edu>
To: flexfax@sgi.com
Subject: Re: Hylafax Unix Clients
Sender: owner-flexfax@celestial.com

On Tue, 28 Jan 1997, Jernej Romih wrote:
> Much better solution is to use tkhylafax (X window menuing fax client)!
> It is available at flexfax contrib software database!

I made a small patch to tkhylafax so that it would run under the
release of tcl/tk I have (recent, from RedHat Picasso 3.0.3) and to
allow it to take the name of a file to fax as an argument.  This
lets you write a simple script like:

#!/bin/sh
# This is /usr/local/bin/fax
cat > /tmp/tkhylafax.$$
tkhylafax -initFile /tmp/tkhylafax.$$

By changing the name of the 'print' program in programs like
netscape or applix to 'fax', you can send faxes directly from an
program.

The patch (and also an RPM spec file) are too large for a general
mailing, but I can mail or upload them to anyone that is
interested.

Mike

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: faxmail question.
To: musone@afterfive.com (Mark Musone)
Date: Tue, 28 Jan 1997 16:37:08 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Mark Musone wrote:
    
    Hi,
    
    i tried sending this before but i didn't see it appear on the mailing list,
    so i'm trying again:

It appeared on the list on 01/26/1997;
    
    Here my question:
    
    I am currently using HylaFAX with faxmail, as an email->fax gateway.
    I also use it with winflex and unix command line.
    
    What i'd like to do is specify that any faxes coming from faxmail NOT
    be emailed back a confirmation. I have it setup in the hyla.conf that
    that be notification when a fax is done and also requeued.

you may use faxmail(1) to generate a PostScript file only and
send this PostScript through a pipe to sendfax(1) and use
sendfax(1) without notification;
    
    Wehn winflex or the command line is used, i want an emailed
    confirmation. 
    
    I tried to set the X-Fax-MailUser mail header to something, but that only
    sets the username in which to log into the fax server with, not for
    email notification..

MailUser does not what you want;

    Ideally i'd like the email notification to be controlled via a mail
    header, so that some mail->fax messgaes will be sent a notification,
    while others wont...
    
    Is this possible?? how??

you may use your own header line for this and grep it from the
email to set sendfax(1) to do what you want;
    
	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 16:49:47 +0100
From: Bernhard Schmid <Bernhard.Schmid@itt-sc.de>
Organization: ITT Intermetall
To: flexfax@sgi.com
Subject: faxmail and MIME encoding
Sender: owner-flexfax@celestial.com

Hello,
	Im pretty new to hylafax running V4.0Pl0 on a SunOS 4.1.4
machine. So far everthing works great beside the iso-8859-1 
character encoding when sending MIME mails via faxmail as a mailer
in sendmail. I started with the pl0 version of faxmail, which 
did it completely wrong. A "" (=F6 qp) became "77777766" on the
transfered document. Then I found a discussion on TextFmt & ISO-8859-1
in the mailing archive, which discribed a similar problem. So I
downloaded the pl1 version, which seeems to have the patch applied.
The message body is now o.k.
But there seems to be a problem with the postscript encoding of
non ASCII header lines.
When I send them as qp, there is no decoding at all:
Subject: 
becomes 
Subject: =?iso-8859-1?Q?=F6=E4=FC?=
or alike
When I send it as 8Bit header encoding it is:
Subject:
	
	
	
on the final document.
Not much better.
Does anyone know how to circumvent this behavior.
Thanks in advance.

Bernhard Schmid
ITT Intermetall Freiburg Germany

From fax  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 11:08:12 -0500
From: Facsimile Agent <fax>
To: root@pgw6.picker.com
Subject: facsimile job 5 to 5884595 failed

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

Could not reopen converted document to verify format

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

    ---- Unsent job status ----

   Destination: 5884595
         JobID: 5
       GroupID: 5
        Sender: system PRIVILEGED account
      Mailaddr: root@pgw6
Submitted From: me
    Page Width: 215 (mm)
   Page Length: 279 (mm)
    Resolution: 98 (lpi)
        Status: Could not reopen converted document to verify format
       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         10910 PostScript cover page
docq/doc9.tif.5          3734 TIFF


I also get the following error running "faxsetup -client"

# faxsetup -client

Setup program for HylaFAX (tm) v4.0pl1.

Created for alpha-dec-osf3.2 on Sun Jan 26 19:38:41 EST 1997.

Checking system for proper client configuration.
faxsetup[1301]: 5: bad file unit number

-----------------------------------------------------------------------
TIA

-Jack Burton

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Reply-To: <jasonc@come.net.uk>
From: "jason Cam" <jasonc@come.net.uk>
To: <flexfax@sgi.com>
Subject: Using HylaFAX  on the Internet 
Date: Tue, 28 Jan 1997 16:50:48 -0000
Sender: owner-flexfax@celestial.com

Hi there,

Please can anyone tell me, if possible that HylaFAX can be use to send fax
down the Internet? 


Cheers.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Busy signal detected
To: dauphin@idris.fr (Marie-Noelle Dauphin)
Date: Tue, 28 Jan 1997 18:38:02 +0100 (MET)
Cc: flexfax@sgi.com, dauphin@idris.fr
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Marie-Noelle Dauphin wrote:
    
    hello, I'm new to hylafax .... so ... be cool :-)
    I try to use hylafax (v4.0pl1) on a RS6000 4.1.4 , so I compiled the source to 
    store
    all  the installation in a one single directory... 
    I want to use a modem olitec ...
    
    when i run :
    cu -ltty1 all is OK !!! but 
    when i try to send a fax , it'not ok ..
    
    here's /var/adm/syslog/messages
    Jan 27 11:02:01 kingkong FaxQueuer[12262]: HylaFAX (tm) Version 4.0pl1
    Jan 27 11:02:01 kingkong FaxQueuer[12262]: Copyright (c) 1990-1996 Sam Leffler
    Jan 27 11:02:01 kingkong FaxQueuer[12262]: Copyright (c) 1991-1996 Silicon Graph
    ics, Inc.
    Jan 27 11:06:52 kingkong FaxQueuer[12262]: SUBMIT JOB 3
    Jan 27 11:07:29 kingkong FaxSend[13626]: MODEM OLITEC FAX/MODEM 14400/V3.05-1818
    Jan 27 11:07:30 kingkong FaxSend[13626]: SEND FAX: JOB 3 DEST kingkong.test.fr
    COMMID 00000010
    Jan 27 11:07:59 kingkong FaxSend[13626]: SEND FAILED: Busy signal detected
    Jan 27 11:11:06 kingkong FaxSend[13630]: MODEM OLITEC FAX/MODEM 14400/V3.05-1818
    Jan 27 11:11:06 kingkong FaxSend[13630]: SEND FAX: JOB 3 DEST kingkong.test.fr
    COMMID 00000011
    Jan 27 11:11:35 kingkong FaxSend[13630]: SEND FAILED: Busy signal detected
    Jan 27 11:14:42 kingkong FaxSend[13130]: MODEM OLITEC FAX/MODEM 14400/V3.05-1818
    Jan 27 11:14:42 kingkong FaxSend[13130]: SEND FAX: JOB 3 DEST kingkong.test.fr
    COMMID 00000012

please try upping the level of servertracing in the modem config
file to contain also all AT cmd's sent to the modem and please
collect also a session trace for a failing session (see man log(4));

    if i run faxstat ....
    ./faxstat
    HylaFAX scheduler on kingkong.test.fr: Running
    Modem tty1 (+1.999.555.1212): Waiting for modem to come ready
                ^^^^^^^^^^^^^^^^
                 it' not my number !!!
    
    
     the file ...spool/etc/config.tty1 never contains my serial number ....after i 
    run
    faxaddmodem ....and faxsetup...

the number "+1.999.555.1212" is the default number in some
of the modem config file prototypes; you should change it
during faxsetup(1M) or by hand with vi(1) or some other
editor; if you've problems with faxsetup(1M) try collecting
a screen session trace (like an xterm session log) and try
to find out what's going on or come back with this screen log;

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 18:55:07 +0100 (MET)
From: "Lorenzo M. Catucci" <lorenzo@argon.roma2.infn.it>
To: flexfax@sgi.com
Subject: corrupted jobs from macflex
Sender: owner-flexfax@celestial.com

As Matthias told, 
	I went to /var/spool/fax/doneq and docq, and copied the job
descritpion file q75, and the tiff file I was to print. I send both
enclosed here, the second one is encoded in MIME format, and hope they
could help you to figure out what's happening.

	Thank you all,


lorenzo


this is q75
-------------------------------
tts:854472020
killtime:854558400
retrytime:0
state:7
npages:0
totpages:0
ntries:0
ndials:0
totdials:0
maxdials:12
tottries:0
maxtries:3
pagewidth:0
resolution:98
pagelength:0
priority:127
schedpri:127
minsp:0
desiredbr:5
desiredst:0
desiredec:1
desireddf:3
desiredtl:0
useccover:1
external:02023507
number:02023507
mailaddr:lorenzo@argon.roma2.infn.it
sender:
jobid:75
jobtag:
pagehandling:
modem:any
receiver:
company:
location:
cover:
client:IDROGENO.ROMA2.INFN.IT
owner:lorenzo
groupid:75
signalrate:
dataformat:
jobtype:facsimile
tagline:
subaddr:
passwd:
doneop:default
commid:
status:Invalid or corrupted job description file
notify:none
pagechop:default
chopthreshold:3
tiff:0::docq/doc101.tif.75

 
Content-Type: APPLICATION/octet-stream; name="doc101.tif.75.gz"
Content-ID: <Pine.LNX.3.95.970128185507.24388C@argon.roma2.infn.it>
Content-Description: 

Attachment Converted: c:\program files\eudora\attach\doc101.tif.75.gz

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 13:03:53 -0500
From: Jack Burton <jackb@pgw.picker.com>
To: flexfax@SGI.com
Subject: New Installation Problem
Sender: owner-flexfax@celestial.com

I just installed Hylafax version 4.0pl1 on an Alpha running
DU 3.2d.  I've read through all available documentation but
can't find an answer for my problem.

When I try to send a fax via sendfax, I get the following mail:

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: error codes
To: dror@sela.co.il (Dror BenShlomo)
Date: Tue, 28 Jan 1997 20:07:39 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Dror BenShlomo wrote:
    
    My system: HylaFAX Version 3.0p10113
    	   indy - IRIX 5.3
    	   baca modem MV.34EM (14,400)

You should update to v4.0pl1;
    
    I'm using it without any problems most of the time (or more accurate
    to say, most of the fax machines I send to).
    
    1) How can I get a error code that dont match the error message as 
       written in the FAQ (Q64).

    2) I got garbage in the log file as U can see 

I can't see any garbage in the trace;

	matthias
    
    Jan 28 15:54:09.47: [ 6313]: SESSION BEGIN
    Jan 28 15:54:09.47: [ 6313]: DELAY 2600 ms
    Jan 28 15:54:12.07: [ 6313]: <-- [14:ATE0V1Q0S0=0H0]
    Jan 28 15:54:12.33: [ 6313]: --> [2:OK]
    Jan 28 15:54:12.33: [ 6313]: <-- [20:ATS8=2S7=60&K4&D3&C1]
    Jan 28 15:54:12.59: [ 6313]: --> [2:OK]
    Jan 28 15:54:12.59: [ 6313]: <-- [11:AT+FCLASS=2]
    Jan 28 15:54:12.85: [ 6313]: --> [2:OK]
    Jan 28 15:54:12.85: [ 6313]: <-- [9:AT+FTBC=0]
    Jan 28 15:54:13.11: [ 6313]: --> [2:OK]
    Jan 28 15:54:13.11: [ 6313]: <-- [9:AT+FBOR=0]
    Jan 28 15:54:13.37: [ 6313]: --> [2:OK]
    Jan 28 15:54:13.37: [ 6313]: <-- [13:AT+FPHCTO=600]
    Jan 28 15:54:13.63: [ 6313]: --> [2:OK]
    Jan 28 15:54:13.63: [ 6313]: <-- [23:AT+FDCC=1,5,2,2,1,0,0,0]
    Jan 28 15:54:13.89: [ 6313]: --> [2:OK]
    Jan 28 15:54:13.89: [ 6313]: <-- [4:ATM0]
    Jan 28 15:54:14.15: [ 6313]: --> [2:OK]
    Jan 28 15:54:14.15: [ 6313]: <-- [11:AT+FCLASS=2]
    Jan 28 15:54:14.41: [ 6313]: --> [2:OK]
    Jan 28 15:54:14.41: [ 6313]: <-- [9:AT+FTBC=0]
    Jan 28 15:54:14.67: [ 6313]: --> [2:OK]
    Jan 28 15:54:14.67: [ 6313]: <-- [9:AT+FBOR=0]
    Jan 28 15:54:14.93: [ 6313]: --> [2:OK]
    Jan 28 15:54:14.93: [ 6313]: <-- [13:AT+FPHCTO=600]
    Jan 28 15:54:15.19: [ 6313]: --> [2:OK]
    Jan 28 15:54:15.19: [ 6313]: <-- [23:AT+FDCC=1,5,2,2,1,0,0,0]
    Jan 28 15:54:15.45: [ 6313]: --> [2:OK]
    Jan 28 15:54:15.45: [ 6313]: <-- [20:AT+FLID="+036190992"]
    Jan 28 15:54:15.71: [ 6313]: --> [2:OK]
    Jan 28 15:54:15.71: [ 6313]: DIAL 5659692
    Jan 28 15:54:15.71: [ 6313]: <-- [11:ATDT5659692]
    Jan 28 15:54:30.46: [ 6313]: --> [5:+FCON]
    Jan 28 15:54:33.28: [ 6313]: --> [29:+FCSI: "       972 3 5659692"]
    Jan 28 15:54:33.28: [ 6313]: REMOTE CSI "972 3 5659692"
    Jan 28 15:54:33.62: [ 6313]: --> [22:+FDIS: 1,3,0,2,1,0,0,4]
    Jan 28 15:54:33.73: [ 6313]: --> [2:OK]
    Jan 28 15:54:33.73: [ 6313]: REMOTE best rate 9600 bit/s
    Jan 28 15:54:33.74: [ 6313]: REMOTE max page width 1728 pixels in 215 mm
    Jan 28 15:54:33.74: [ 6313]: REMOTE max unlimited page length 
    Jan 28 15:54:33.74: [ 6313]: REMOTE best vres 7.7 line/mm
    Jan 28 15:54:33.74: [ 6313]: REMOTE best format 2-D MR
    Jan 28 15:54:33.74: [ 6313]: REMOTE best 20 ms, 10 ms/scanline
    Jan 28 15:54:33.74: [ 6313]: REMOTE does not support PostScript transfer
    Jan 28 15:54:33.74: [ 6313]: USE 9600 bit/s
    Jan 28 15:54:33.74: [ 6313]: USE 20 ms, 10 ms/scanline
    Jan 28 15:54:33.74: [ 6313]: SEND file "docq/doc28347.6483"
    Jan 28 15:54:33.83: [ 6313]: USE page width 1728 pixels in 215 mm
    Jan 28 15:54:33.83: [ 6313]: USE unlimited page length 
    Jan 28 15:54:33.83: [ 6313]: USE 7.7 line/mm
    Jan 28 15:54:33.84: [ 6313]: USE 1-D MR
    Jan 28 15:54:33.84: [ 6313]: <-- [23:AT+FDIS=1,3,0,2,0,0,0,4]
    Jan 28 15:54:34.09: [ 6313]: --> [2:OK]
    Jan 28 15:54:34.10: [ 6313]: <-- [6:AT+FDT]
    Jan 28 15:54:41.25: [ 6313]: --> [22:+FDCS: 1,3,0,2,0,0,0,3]
    Jan 28 15:54:41.47: [ 6313]: --> [7:CONNECT]
    Jan 28 15:54:41.47: [ 6313]: SEND wait for XON
    Jan 28 15:54:41.47: [ 6313]: --> [1:^Q]
    Jan 28 15:54:41.47: [ 6313]: SEND begin page
    Jan 28 15:54:41.51: [ 6313]: <-- data [1030]
    Jan 28 15:55:37.46: [ 6313]: <-- data [1024]

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 09:18:28 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Marie-Noelle Dauphin <dauphin@idris.fr>
cc: Hylafax Mailing list <flexfax@sgi.com>
Subject: Re: Busy signal detected
Sender: owner-flexfax@celestial.com

On Tue, 28 Jan 1997, Marie-Noelle Dauphin wrote:

> Jan 27 11:14:42 kingkong FaxSend[13130]: SEND FAX: JOB 3 DEST kingkong.test.fr
> COMMID 00000012

It'd help if we see the session logs (to be found in .../var/spool/fax/log);
in particular, check the number you're dialling - it could be wrong.

> if i run faxstat ....
> ./faxstat
> HylaFAX scheduler on kingkong.test.fr: Running
> Modem tty1 (+1.999.555.1212): Waiting for modem to come ready
>             ^^^^^^^^^^^^^^^^
>              it' not my number !!!

That's set up in ..fax/etc/config.tty?? under
	FAXNumber:

If you don't put something sensible in there, it puts in something for
you.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 09:22:17 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Edgar Vonk <evonk@nedernet.nl>
cc: FlexFax Mailing List <flexfax@sgi.com>
Subject: Re: Problem receiving faxes in Class2 +FAA state
Sender: owner-flexfax@celestial.com

On Tue, 28 Jan 1997, Edgar Vonk wrote:

> Hai,
> 
> I wonder if someone could help me out.
> 
> I'm trying to get my Class2 modem to receive faxes using its
> apative answering scheme. Sending faxes goes fine (except that the modem
> doesn't understand the AT+FTBC=0 command).

Not critical..

> 
> Jan 28 13:30:46.78: [ 1563]: SESSION BEGIN 00000027 
> Jan 28 13:30:46.79: [ 1563]: <-- [19:AT+FCLASS=2+FAA=1A\r]
> Jan 28 13:30:48.84: [ 1563]: --> [3:FAX]
> Jan 28 13:30:54.10: [ 1563]: --> [5:+FCON]
> Jan 28 13:30:54.10: [ 1563]: ANSWER: FAX CONNECTION
> Jan 28 13:30:54.16: [ 1563]: RECV FAX: begin
> Jan 28 13:32:04.62: [ 1563]: -->
> [92:<E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0>
> <E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0><E0>

What does your config.tty?? have for the "ModemAnswerFaxBeginCmd:"
entry? Some modems require the following form:

  ModemAnswerFaxBeginCmd: "<19200><xon>" # lock line rate & switch flow control

--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 09:28:40 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: David Hoffman <david@accomp.com>
cc: flexfax@sgi.com
Subject: Re: Enough is enough
Sender: owner-flexfax@celestial.com

On Mon, 27 Jan 1997, David Hoffman wrote:

> The reason for this is that I have 
> been unable to find a port of Version 4 that will work on a machine 
> that is running FreeBSD 2.1.5-RELEASE. I am only using the software 
> to handle AlphaPaging and I am not using it's Fax capabilities (yet).

Urm. Why not get the source code and compile it for FreeBSD 2.1.5R?
Just did that last weekend, and the fax capabilties work fine -
haven't tried the paging capabilities, though.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: harpenden.lysator.liu.se: Unifelhel set sender to nifelhel.kanard.se!nifelhel.kanard.se!stefan using -f
>Sender: stefan@nifelhel.kanard.se (Stefan Pettersson)
Date: Tue, 28 Jan 1997 22:26:56 +0100 (MET)
Organization: Kanard AB
From: Stefan Pettersson <spp@lysator.liu.se>
To: flexfax@sgi.com
Subject: Receiving works --- almost
Sender: owner-flexfax@celestial.com

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

When I receive a fax from most fax machines I get the page ok and my modem
disconnects. But the sending fax machine indicates "Tx error".
If I lift the phone and listen (in my end) I hear the fax machine still trying
to talk.

Sending fax works perfectly.


OS: Linux 2.0.27 (Slackware)
The Software: v4.0pl1 (binary dist)
Modem: Microcom DeskPorte 33.6S class 2
Chip: MODEM ROCKWELL AC/V34/V1.510-V34_DS


Jan 24 12:34:04.95: [  341]: SESSION BEGIN 00000080 4658914585
Jan 24 12:34:04.95: [  341]: <-- [4:ATA\r]
Jan 24 12:34:13.65: [  341]: --> [5:+FCON]
Jan 24 12:34:13.75: [  341]: ANSWER: FAX CONNECTION
Jan 24 12:34:13.75: [  341]: RECV FAX: begin
Jan 24 12:34:15.34: [  341]: --> [29:+FTSI: "       +46 570 10070"]
Jan 24 12:34:15.34: [  341]: REMOTE TSI "+46 570 10070"
Jan 24 12:34:15.64: [  341]: --> [22:+FDCS: 0,3,0,2,1,0,0,0]
Jan 24 12:34:15.64: [  341]: REMOTE wants 9600 bit/s
Jan 24 12:34:15.64: [  341]: REMOTE wants page width 1728 pixels in 215 mm
Jan 24 12:34:15.64: [  341]: REMOTE wants unlimited page length 
Jan 24 12:34:15.64: [  341]: REMOTE wants 3.85 line/mm
Jan 24 12:34:15.64: [  341]: REMOTE wants 2-D MR
Jan 24 12:34:15.75: [  341]: --> [2:OK]
Jan 24 12:34:15.75: [  341]: <-- [7:AT+FDR\r]
Jan 24 12:34:17.56: [  341]: --> [5:+FCFR]
Jan 24 12:34:20.13: [  341]: --> [22:+FDCS: 0,3,0,2,1,0,0,0]
Jan 24 12:34:20.13: [  341]: REMOTE wants 9600 bit/s
Jan 24 12:34:20.13: [  341]: REMOTE wants page width 1728 pixels in 215 mm
Jan 24 12:34:20.13: [  341]: REMOTE wants unlimited page length 
Jan 24 12:34:20.13: [  341]: REMOTE wants 3.85 line/mm
Jan 24 12:34:20.13: [  341]: REMOTE wants 2-D MR
Jan 24 12:34:20.13: [  341]: --> [7:CONNECT]
Jan 24 12:34:20.13: [  341]: RECV: begin page
Jan 24 12:34:20.13: [  341]: RECV: send trigger 022
Jan 24 12:34:20.13: [  341]: <-- data [1]
Jan 24 12:34:40.88: [  341]: RECV: 1146 total lines, 0 bad lines, 0 consecutive 
bad lines
Jan 24 12:34:40.93: [  341]: --> [17:+FPTS: 2,2219,0,0]
Jan 24 12:34:42.19: [  341]: --> [7:+FET: 2]
Jan 24 12:34:42.19: [  341]: RECV recv EOP (no more pages or documents)
Jan 24 12:34:42.30: [  341]: --> [2:OK]
Jan 24 12:34:42.30: [  341]: RECV send MCF (message confirmation)
Jan 24 12:34:42.30: [  341]: RECV FAX (00000080): from +46 570 10070, page 1 in 
0:27, INF, 3.85 line/mm, 2-D MR
Jan 24 12:34:42.31: [  341]: RECV FAX (00000080): recvq/fax00036.tif from +46 57
0 10070, route to <unspecified>, 1 pages in 0:2
9
Jan 24 12:34:42.31: [  341]: <-- [7:AT+FDR\r]
Jan 24 12:34:46.21: [  341]: --> [29:+FTSI: "       +46 570 10070"]
Jan 24 12:34:46.21: [  341]: RECV FAX: bin/faxrcvd "recvq/fax00036.tif" "modem" 
"00000080" ""
Jan 24 12:34:54.88: [  341]: RECV FAX: end
Jan 24 12:34:54.88: [  341]: SESSION END



# $Id: rc288dpi,v 1.4 1996/06/24 02:58:38 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 Rockwell RC288DPi-based Class 2 modem
# (should also work for 144DPi-based modems).
#    Microcom DeskPorte 28.8S   firmware rev V1.100K-V34_DS
#    (and others)
#
# NB: DCD is toggled at page end during transmits; this can
#     cause problems on systems where it's not possible to
#     set CLOCAL and also enable RTS/CTS flow control.
#
#
CountryCode:            46
AreaCode:               589
FAXNumber:              "+46 589 14585"
LongDistancePrefix:     0
InternationalPrefix:    007
DialStringRules:        etc/dialrules.tele2
ServerTracing:          1
SessionTracing:         11
RecvFileMode:           0644
LogFileMode:            0644
DeviceMode:             0666
RingsBeforeAnswer:      3
SpeakerVolume:          medium
GettyArgs:              "-h %l F%s"
LocalIdentifier:        "+46 589 14585"
TagLineFont:            etc/lutRS18.pcf
TagLineFormat:          "From %%l|%y-%m-%d %H.%M.%S|Page %%p of %%t"
MaxRecvPages:           25
UUCPLockDir:            "/var/lock"     #This is as PPP does it, not kermit
UUCPLockMode:           0644            # /
UUCPLockType:           ascii           #/
QualifyTSI:             "etc/tsi"       #SP 97-01-26
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:              Class2          # use class 1 interface
ModemRate:              38400           # locked for fax sending&receiving
ModemFlowControl:       rtscts          # default
#
ModemNoFlowCmd:         AT&K0           # disable flow control cmd
ModemSoftFlowCmd:       AT&K4           # software flow control cmd
ModemHardFlowCmd:       AT&K3           # hardware flow control cmd
ModemSetupDTRCmd:       AT&D3           # DTR off causes modem to reset
ModemSetupDCDCmd:       AT&C1           # DCD follows carrier
ModemSetupAACmd:        AT+FAA=1        # enable adaptive-answer in Class 2
#
ModemRecvFillOrder:     MSB2LSB         # bit order of received facsimile
ModemSendFillOrder:     LSB2MSB         # bit order modem expects for transmit
#
ModemDialCmd:           ATDT%s          # T for tone dialing
#ModemResetCmds:        AT&F2..         # To be tested
#
# Chip locks the line rate and switches to xon/xoff flow
# control when receiving facsimile--we must follow suit.
#
ModemAnswerFaxBeginCmd: "<19200><xon>"  # lock line rate & switch flow control
#
Class2RecvDataTrigger:  "\022"          # character sent to modem to start recv


- -- 
Stefan Pettersson                  Voice +46-70-5933800   Kanard AB
spp@lysator.liu.se                 Fax +46-589-14585      Vretberga
finger spp@lysator.liu.se for my public key               S-732 96  ARBOGA
    "Who is General Failure, and why is he reading my hard disk?"
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2i

iQCVAgUBMu5xfb3P24S/WuDFAQHrTwQAwGFxBsv1m3od4pQwIyqLx3vV+jBO1pGp
6qpwpQOU4Pt5lYd4bh1ziphVtDHOSgGRjvyWa7qkM2WeKmlMpgBFPQhcShXQGkRZ
qAfqp5Ar56c5TCPDLUAcNK5dpG4evbkCc31+YW0d5QttATpMf83PpPSzVseo/MUO
HGclih7rK0g=
=ZsNo
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 97 14:14 PST
From: jimmy@denwa.info.com (Jim Gottlieb)
Organization: Info Connections, San Diego, California
To: flexfax@sgi.com
Subject: hylafax questions
Sender: owner-flexfax@celestial.com

Hello.  I've read the FAQ (which seems to be almost a year old) and
still have some questions.

I'm looking for a fax program to use on our network of machines, most
of which are running Solaris 2.5.1.  Although I'm a command-line kind
of guy, many people in the office prefer a graphical frontend, and I
see that there are some like tkhylafax.  How developed are these?  Are
they foolproof enough for the "average" office worker?  And have people
written WordPerfect macros that can be used to automatically fax?

My other concern is the connection to the modem.  I only see discussion
about modems that are directly connected to a serial port.  Our modem
bank sits on a Livingston Portmaster and our programs access them by
communicating over a tcp socket (i.e., "telnet modemserver 6000"
connects to our modem bank).  Does hylafax support this type of
connection?

Thanks for your help.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Granville Barker <Barker@boardtown.com>
To: "'David Hoffman'" <david@accomp.com>
Cc: "'flexfax@sgi.com'" <flexfax@sgi.com>
Subject: RE: Enough is enough
Date: Tue, 28 Jan 1997 17:27:31 -0600
Encoding: 44 TEXT
Sender: owner-flexfax@celestial.com

David,

The current-package for HylaFAX for FreeBSD installs version 3, but if you 
edit the first section of the Makefile that you get from the 
FreeBSD/current-ports to look like this, it will get v4.0pl1 and install 
it.

------------cut----------------
DISTNAME=       hylafax-v4.0pl1
PKGNAME=        hylafax-4.0.1
CATEGORIES+=    comms
MASTER_SITES=   ftp://ftp.sgi.com/sgi/fax/source/
EXTRACT_SUFX=   -tar.gz
HAS_CONFIGURE=  yes

#PATCH_SITES=   ftp://ftp.sgi.com/sgi/fax/source/
#PATCHFILES=    hylafax-v3.0pl0-patch01.gz
#PATCH_DIST_STRIP=-p1
------------cut------------


----------
From:  Jonathan Chen[SMTP:jonc@pinnacle.co.nz]
Sent:  Wednesday, January 29, 1997 3:29 AM
To:  David Hoffman
Cc:  flexfax@sgi.com
Subject:  Re: Enough is enough

On Mon, 27 Jan 1997, David Hoffman wrote:

> The reason for this is that I have
> been unable to find a port of Version 4 that will work on a machine
> that is running FreeBSD 2.1.5-RELEASE. I am only using the software
> to handle AlphaPaging and I am not using it's Fax capabilities (yet).

Urm. Why not get the source code and compile it for FreeBSD 2.1.5R?
Just did that last weekend, and the fax capabilties work fine -
haven't tried the paging capabilities, though.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250


From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 15:19:45 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: Jack Burton <jackb@pgw.picker.com>
cc: flexfax@SGI.com
Subject: Re: New Installation Problem
Sender: owner-flexfax@celestial.com

On Tue, 28 Jan 1997, Jack Burton wrote:

[snip]
> Your facsimile job to 5884595 was not sent because document conversion
> to facsimile failed.  The output from the converter program was:
> 
> Could not reopen converted document to verify format

If you're using ghostscript as your RIP, make sure the version is 3.33
or better. There's a problem with earlier versions on Alpha running
Digital UNIX  in that really odd TIFF files are produced.
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Tue, 28 Jan 1997 20:52:56 -0800 (PST)
From: "Scott J. Kramer" <sjk@graham.com>
To: David Batterham <dkbat1@mugc.cc.monash.edu.au>
Cc: Ian Senior <I.Senior@bom.gov.au>, flexfax@sgi.com
Subject: Re: Automating faxes
Sender: owner-flexfax@celestial.com

On Wed, 29 Jan 1997 13:06 -1000, David Batterham wrote:

			[ ... deleted ...]

    This brings me to another point, slightly off topic - sorry!. I use LINUX
    and so want to use Ghostscript

Which version??

				   to send a ps file to a remote printer
    (HP laser jet 4 plus). Prob is if a print it through lpr it prints
    gibberish and secondly ghostscript wont exit from the GS> prompt without
    manual intervention, I'm using the -DNOPAUSE -q -sDEVICE and -OutputFile
    commands, why won't this work?

I use this command as part of a filter to convert/print PostScript thru
Samba to a PC-connected LJ4+:

  # convert PostScript to LaserJet 4, then print
  gs -q -dNOPAUSE -sDEVICE=ljet4 -sOutputFile=\|lp "$*" -c quit

See also the gs* script included with the Ghostscript distribution for
similar examples.  I run Aladdin Ghostscript 4.03 (1996-9-23).

-sjk

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: hylafax questions
To: jimmy@denwa.info.com (Jim Gottlieb)
Date: Wed, 29 Jan 1997 07:39:13 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Jim Gottlieb wrote:
    
    Hello.  I've read the FAQ (which seems to be almost a year old) and
    still have some questions.

The new FAQ was released on Monday (ftp://ftp.sgi.com/sgi/fax/doc/);
    
    I'm looking for a fax program to use on our network of machines, most
    of which are running Solaris 2.5.1.  Although I'm a command-line kind
    of guy, many people in the office prefer a graphical frontend, and I
    see that there are some like tkhylafax.  How developed are these?  Are
    they foolproof enough for the "average" office worker?  And have people
    written WordPerfect macros that can be used to automatically fax?
    
    My other concern is the connection to the modem.  I only see discussion
    about modems that are directly connected to a serial port.  Our modem
    bank sits on a Livingston Portmaster and our programs access them by
    communicating over a tcp socket (i.e., "telnet modemserver 6000"
    connects to our modem bank).  Does hylafax support this type of
    connection?

I'ld not recomment using HylaFAX over TCP/modemservers.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Automating faxes
To: dkbat1@mugc.cc.monash.edu.au (David Batterham)
Date: Wed, 29 Jan 1997 07:45:37 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

David Batterham wrote:
    
    
    Hi All,
    
    I have developed a system to send faxes from a purchase orders system
    using hylaFAX as the engine.
    
    At the moment I am calling sendfax from a C program to send faxes. I need
    a way of telling whether these faxes were successfull or not, ie, a return
    code or something. I would like to avoid pulling lines out of logs etc if
    possible. Ideally I want to be able to determine that a fax has failed
    miserably and send the fax or the original unconverted text file to a
    remote printer, so the user can determine the problem and retry or fax the
    order manually.
    
    Any help and ideas appreciated... 

you could speak the HylaFAX protocol directly to hfaxd(1M); try using
faxstat(1) with the "-v" flag and watch the output; another way is
creating jobs and using faxsend(1M);

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 08:13:00 +0100 (MET)
From: "C.W.P. Schoenmakers" <cschoen@solair1.inter.NL.net>
To: Edgar Vonk <evonk@nedernet.nl>
Cc: FlexFax Mailing List <flexfax@sgi.com>
Subject: Re: Problem receiving faxes in Class2 +FAA state
Sender: owner-flexfax@celestial.com



On Tue, 28 Jan 1997, Edgar Vonk wrote:

> Hai,
> 
> I wonder if someone could help me out.
> 
> I'm trying to get my Class2 modem to receive faxes using its
> apative answering scheme. Sending faxes goes fine (except that the modem
> doesn't understand the AT+FTBC=0 command).
> 
> The command log when receiving a fax is as follows:
> 
[snip snip] 
> 
> PS The modem reports itself to be a "CIS WS-2814IM4" and according to
> the manual should be compatible with a "Generic Class 2 Modem "or a
> "AT&T Voice Modem".
> 
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   Edgar Vonk
>   email: evonk@nedernet.nl
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 
Hi ,

I have played with this modem a while, here is my config:

# $Id: class2,v 1.23 1996/06/24 02:58:32 sam Exp $
#
# 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.
#

#
# Generic Class 2 modem configuration.
# modified for 28K8 FAXMODEM CIS WS-2814EM4 version 1.10.1 04-05-02
#
# EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
#
CountryCode:		31
AreaCode:		76
FAXNumber:		+31.XX.XXX.XXXX
LongDistancePrefix:	0
InternationalPrefix:	00
DialStringRules:	etc/dialrules
ServerTracing:		1
SessionTracing:		0xff
RecvFileMode:		0600
LogFileMode:		0600
DeviceMode:		0600
RingsBeforeAnswer:	2
SpeakerVolume:		off
GettyArgs:		"-h -t60 /dev/tty2A torn" #my generic dialer for data
LocalIdentifier:	"Any Name Will Do.."
TagLineFont:		etc/lutRS18.pcf
TagLineFormat:		"From %%l|%c|Page %%p of %%t"
#QualifyTSI:		etc/tsi
MaxRecvPages:		25
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:		Class2		# use this to supply a hint
ModemRate:		38400
ModemFlowControl:	xonxoff		# XON/XOFF flow control assumed
ModemSetupDTRCmd:	AT&D3		# setup so DTR drop resets modem
ModemSetupDCDCmd:	AT&C1		# setup so DCD reflects carrier (or not)
#
# 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.)
#
# NB: If you need to prefix phone numbers to get through a PBX,
#     put it in the ModemDialCmd; e.g. "DT9%s@".
#
# ModemDialCmd:		ATDT%s@		# T for tone dialing, @ for silence
ModemDialCmd:		ATDT%s		# this modem didn't like the '@'
#
# Other possible configuration stuff.  The default strings are
# shown below.  Only those that are different from the defaults
# need to be included in the configuration file.
#
ModemResetCmds:		AT&FS9=8	# stuff to do when modem is reset
ModemAnswerCmd:		ATA		# use this to answer phone
ModemNoFlowCmd:		AT&K		# disable flow control cmd
ModemHardFlowCmd:	AT&K3		# hardware flow control cmd
ModemSoftFlowCmd:	AT&K4		# software flow control cmd
ModemNoAutoAnswerCmd:	ATS0=0		# disable auto-answer
ModemAnswerFaxCmd:	AT		# removes garbling of FTSI string!!
ModemAnswerDataCmd:	AT		# 
#
# Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
# Note that we both turn the speaker on/off and set volume.
#
ModemSetVolumeCmd:	"ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
ModemEchoOffCmd:	ATE0		# disable command echo
ModemVerboseResultsCmd:	ATV1		# enable verbose command results
ModemResultCodesCmd:	ATQ0		# enable result codes
ModemOnHookCmd:		ATH0		# place phone on hook (hangup)
ModemSoftResetCmd:	ATZ		# do soft reset of modem
ModemWaitTimeCmd:	ATS7=60		# wait 60 seconds for carrier
ModemCommaPauseTimeCmd:	ATS8=2		# comma pause time is 2 seconds
ModemRecvFillOrder:	MSB2LSB		# bit order of received facsimile
ModemSendFillOrder:	LSB2MSB		# bit order modem expects for transmit
ModemAnswerFaxBeginCmd: "<xon><19200>"
ModemSetupAACmd:	AT+FAA=1+FCLASS=0	# adaptive answer
ModemWaitForConnect:	yes
#
# Configuration parameters for Class 2 modems.
#
Class2Cmd:		AT+FCLASS=2	# command to enter class 2
Class2BORCmd:		AT+FBOR=0	# bit order for phase B/C/D (direct)
Class2RELCmd:		AT+FREL=1	# byte-align EOL codes on recv
Class2CQCmd:		""		# commands to enable copy quality proc.
Class2AbortCmd:		AT+FK		# abort session command
Class2CQQueryCmd:	AT+FCQ=?	# query for copy quality capabilities
Class2DCCQueryCmd:	AT+FDCC=?	# query for modem capabilities
#Class2TBCCmd:		AT+FTBC=0	# setup stream mode
Class2CRCmd:		AT+FCR=1	# enable capability to receive
Class2PHCTOCmd:		AT+FPHCTO=30	# set phase C timeout parameter
Class2BUGCmd:		AT+FBUG=1	# enable HDLC frame tracing
Class2LIDCmd:		AT+FLID		# set local identifier command
Class2DCCCmd:		AT+FDCC		# set modem capabilities command
Class2DISCmd:		AT+FDIS		# set session parameters command
Class2DDISCmd:		""		# disable pre-dial DIS command hack
Class2CIGCmd:		AT+FCIG		# set polling identifier command
Class2PTSCmd:		AT+FPTS		# set post-page status command
Class2SPLCmd:		AT+FSPL		# set polling indicator command
#
# If Class2RecvDataTrigger is not set, then it is set to DC1
#
Class2RecvDataTrigger:	"\022"
Class2XmitWaitForXON:	no



Regards,

Kees

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: fikri@upandang.wasantara.net.id
Date: Wed, 29 Jan 1997 14:35:18 +0700
To: flexfax@sgi.com
Subject: naming
Sender: owner-flexfax@celestial.com

I Use HylaFAX On Linux 2.0.0
I use naming with format user@nofax.FAX  example ==> fikri@441292.FAX
but that naming can't use in form HTML email ...

How to converts that format become like fikri.441292@bandung.wasantara.net.id

the config file at /etc/senmail.cf

-fikri-

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: fikri@upandang.wasantara.net.id
Date: Wed, 29 Jan 1997 14:45:39 +0700
To: flexfax@sgi.com
Subject: attacment image file
Sender: owner-flexfax@celestial.com

I use hylaFAX in linux 2.0.0
when I send email from eudora to faxserver I attach file postscript format
ex: flower.ps
what file that I have to setting in fax server to make that sending
attachment image file is succes ?

thank's

-fikri-

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Peter Stern <peter@wiscpa.weizmann.ac.il>
Subject: Re: Request for faxmail solution
To: root@isidev.delhi.nic.in (: isidev.delhi.nic.in!root)
Date: Wed, 29 Jan 1997 15:41:32 +0200 (IST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 
> According to Peter Stern:
> > 
> > I recently installed hylafax-v4.0pl1 on Digital Unix v4.0.
> > It seems to work fine.  I set up faxmail according to the
> > instructions in faxmail/mailfax.sh-sendmail and that works
> > fine too.
> > 
> > What I would like to do is be able to send a fax from any
> > machine on my local network by sending e-mail to the faxserver
> > machine.  To send a fax locally, the way it is setup I use:
> > 
> > mail 1234567@user.fax  
> > 
> .
> .
> .
> > that I know almost nothing about configuring sendmail.
> > 
> Hi Peter
> 	If you get some solution please do forward it to me  as 
> I am also interested in doing the same thing here in my office since a
> long time.  I subscribed the same list and posted my query so many times
> without any success. I am using IRIX 5.3 to act as faxserver.
> 
> with best wishes
> Bhupesh Garg
> Systems & Network Administrator
> Institute for Studies in Industrial Development
> Narendra Niketan, I.P. Estate, New Delhi, INDIA

Dear Bhupesh:

Yes, you are correct.  This list is not that good.  I went through the
archives and found similar questions asked an unanswered.

In any case, I solved my problem by myself and so I share the solution
with you and the rest of the list in the hope that it will help someone
sometime, even though it is a fairly specific solution.

The trick is to tweak your sendmail.cf file to correctly interpret
1234567%host.fax@faxserver (as opposed to understanding just 
1234567%host.fax which is what it gets when you send faxmail from
the faxserver itself).  As I said, I am no sendmail expert so what
I did may not be very general, but it worked for me.  The real trick
was to run sendmail in address test mode (-bt flag) on both the server
and on the machine from which I tried to e-mail a fax to the server 
and this showed how sendmail.cf was parsing my address.  For example:

# /usr/sbin/sendmail -bt
ADDRESS TEST MODE
Enter <ruleset> <address>
[Note: No initial ruleset 3 call]
> 3,0 1234567%host.fax@faxserver

This showed me exactly where the address was going.
So I added the following two lines to the beginning of Ruleset 0:
# Little trick to permit e-mail from other local hosts like user%host.FAX@wiscpa
#
R$+%$+.FAX<@$A.$N>	$1<@$2.FAX>	user%host.FAX<@local>

# Forward FAX messages to HylaFAX software
#
R$+<@$+.FAX>	$#fax $@ $2 $: $1	user@host.FAX

and the original line to the mailer definitions:
Mfax, P=/usr/local/lib/fax/mailfax, F=DFMShu, M=100000, A=mailfax $u $h $f

And it worked!  Hope this helps you too.

Best wishes,
Peter


Peter Stern
Chemical Physics Department
Weizmann Institute of Science
76100 Rehovot, ISRAEL

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: aasimic@mobility.com (Simic, Aleksandar)
To: flexfax@sgi.com (flexfax)
Date: Wed, 29 Jan 1997 09:36:58 -0500
Subject: HylaFAX Binary Distribution.
Sender: owner-flexfax@celestial.com


Hello World,

Can you please help me with locating HylaFAX binary distribution (CD 
ideally) for
HP 9000 Series 800 running HP-UX 10.x operating system (10.01 and 10.10).
Does such a thing exist to begin with ?

Your help would be greatly appreciated !

Aleksandar Simic

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: corrupted jobs from macflex
To: lorenzo@argon.roma2.infn.it (Lorenzo M. Catucci)
Date: Wed, 29 Jan 1997 16:37:39 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Lorenzo M. Catucci wrote:
    
    As Matthias told, 
    	I went to /var/spool/fax/doneq and docq, and copied the job
    descritpion file q75, and the tiff file I was to print. I send both
    enclosed here, the second one is encoded in MIME format, and hope they
    could help you to figure out what's happening.

Just to clarify: I didn't told you to send the TIFF file;

I've checked the source and quick glance show, that the problem
should be more detailed explained in a servertrace; pleace collect
a servertrace;

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: raoul@cirl.meei.harvard.edu
Date: Wed, 29 Jan 97 11:22:04 EST
To: dkbat1@mugc.cc.monash.edu.au
Cc: I.Senior@bom.gov.au, flexfax@sgi.com
Subject: Re: Automating faxes
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com

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


Dave, it's unclear to me what kind of Postscript file you are sending
to a remote laserjet4plus printer. If you examine it first with
ghostscript and/or ghostview, and it looks good on your screen, it
shouldn't need any translation to show up on a Postscript printer:
lpr should work.

However: people often put strange filters into their remote printer
entries to make it work just right for *them*. In particular, certain
LaserJet setups add characters at the front to wake up the printer.
You might take a look at the Linux equivalent of a "printcap" entry
for the printer and make sure on each machine that nothing strange
is going on.

If you feel like sending the Postscript to me, or putting it on a web
page, I can try it out on an LJ4m at work here and with ghostview and
see if it works correctly.

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







-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMu95Jj/+ItycgIJRAQF7mQP/c4vKvaHOMEztc/yg36UHHR9F0as2qOuo
ruNvB452s1S36METiPrOk0FgavzHYrr8B3VsHuEUp6+jdlRw3Mi4nUBQZTIVDLBl
e+C2nEDQS0isRwMvW0HvMLmUikULoPfWEaOV3sQlRZLUggA1wgcEamVY/F0gyPsV
I+KBCKF6b7w=
=mrsE
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 17:44:45 +0100
To: flexfax@sgi.com
From: Hans Christiansen <hans@ljungbergs.se>
Subject: Confused about polling diffculty
Sender: owner-flexfax@celestial.com

When I attempt a 'sendfax -p -d xxx-xxxxxx' command to retreive a fax from a
fax-back service I get the following transcript back.

The confusing part is that the 'AT+FSPL=1' command (which seems to be
causing the problem) should work with Class 2 modems which both faxaddmodem
and probemodem say my modem is - probemodem even says that AT+FSPL is 'OK'!

Would be grateful for any hints on what this may be caused by!

Is it possible that a modem can be class 2 and NOT offer polling?

Regards
Hans Christiansen

    ---- Transcript of session follows ----

Jan 29 17:18:07.38: [11907]: SESSION BEGIN 00001828 14150406131193
Jan 29 17:18:07.39: [11907]: DELAY 2600 ms
Jan 29 17:18:09.99: [11907]: <-- [15:ATE0V1Q0S0=0H0\r]
Jan 29 17:18:10.14: [11907]: --> [2:OK]
Jan 29 17:18:10.14: [11907]: <-- [21:ATS8=2S7=60&K4&D2&C1\r]
Jan 29 17:18:10.30: [11907]: --> [2:OK]
Jan 29 17:18:10.30: [11907]: <-- [12:AT+FCLASS=2\r]
Jan 29 17:18:10.47: [11907]: --> [2:OK]
Jan 29 17:18:10.47: [11907]: <-- [10:AT+FTBC=0\r]
Jan 29 17:18:10.63: [11907]: --> [2:OK]
Jan 29 17:18:10.63: [11907]: <-- [10:AT+FBOR=0\r]
Jan 29 17:18:10.78: [11907]: --> [2:OK]
Jan 29 17:18:10.78: [11907]: <-- [13:AT+FPHCTO=30\r]
Jan 29 17:18:10.94: [11907]: --> [2:OK]
Jan 29 17:18:10.94: [11907]: <-- [24:AT+FDCC=1,5,2,2,1,0,0,0\r]
Jan 29 17:18:11.10: [11907]: --> [2:OK]
Jan 29 17:18:11.10: [11907]: <-- [7:ATL2M1\r]
Jan 29 17:18:11.25: [11907]: --> [2:OK]
Jan 29 17:18:11.26: [11907]: <-- [12:AT+FCLASS=2\r]
Jan 29 17:18:11.49: [11907]: --> [2:OK]
Jan 29 17:18:11.49: [11907]: <-- [10:AT+FTBC=0\r]
Jan 29 17:18:11.73: [11907]: --> [2:OK]
Jan 29 17:18:11.73: [11907]: <-- [10:AT+FBOR=0\r]
Jan 29 17:18:11.97: [11907]: --> [2:OK]
Jan 29 17:18:11.97: [11907]: <-- [13:AT+FPHCTO=30\r]
Jan 29 17:18:12.21: [11907]: --> [2:OK]
Jan 29 17:18:12.21: [11907]: <-- [24:AT+FDCC=1,5,2,2,1,0,0,0\r]
Jan 29 17:18:12.45: [11907]: --> [2:OK]
Jan 29 17:18:12.45: [11907]: <-- [25:AT+FLID="+46.435.000.01"\r]
Jan 29 17:18:12.69: [11907]: --> [2:OK]
Jan 29 17:18:12.69: [11907]: <-- [10:AT+FSPL=1\r]
Jan 29 17:18:12.93: [11907]: --> [5:ERROR]
Jan 29 17:18:12.93: [11907]: MODEM Command error
Jan 29 17:18:12.94: [11907]: SEND FAILED: Unable to request polling
operation (modem may not support polling)
Jan 29 17:18:12.94: [11907]: SESSION END
hans@ljungbergs.se

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

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Ronald Wiplinger" <ronald@trace.com.tw>
To: "flexfax@sgi.com" <flexfax@sgi.com>
Date: Thu, 30 Jan 97 00:52:06 +0800
Reply-To: "Ronald Wiplinger" <ronald@trace.com.tw>
Priority: High
Subject: E-mail to Faxgateway
Sender: owner-flexfax@celestial.com

Hello all,

I am running in a circus ;-)

I need to setup a faxgate way. It should work in this way:

somebody sends an e-mail to: abcdef@trace.com.tw
sendmails virtualuser table will translate it to: 
6000132@fax.trace.com.tw
The fax should be sent out.

Simple ;-)

What I got so far:

ronald@trace.com.tw sends an e-mail to abcdef@trace.com.tw, the fax 
will be sent out, and ronald gets a message: "I am puzzled, fax could 
not be sent", holding the fax paper in my hand. Means I cannot trust 
this message.
When I send a message from another account (which is not authorized) 
than I get a failure, 'cause of this missing authorization.
On the other hand I cannot allow anybody in the world to send a fax 
too. I just want to allow the translated fax numbers.

Now, on a second setup, I get strange things: nothing will be sent 
(anymore - at least sendfax -d ronald@6000132 worked before) and 
when I do a faxstat I get a question about the password.

I even reboot and find a message when Linux 2.0 comes up:

FIFO: open: No such device or address.

I start the three programs from rc.local:
/usr/local/sbin/faxq
/usr/local/sbin/faxmodem cua1
/usr/local/sbin/hfaxd -i4559 -o4557 -s444


Beside this problems I could not manage to send a *.ps file as fax. I 
tried to print to file a document (Agfa postscript printer) and attached it 
to the e-mail as mime encoded. The fax prints on the bottom line:

DISCARDED application/octet-stream goes HERE


If anybody has a hint, please PLEASE send me an e-mail.

bye

Ronald

....  for more information use:

*   http://www.trace.com.tw          *   gopher://gopher.trace.com.tw
*   ftp://ftp.trace.com.tw           *   telnet://bbs.trace.com.tw
*   sticky:  Ronald  gate.trace.com.tw  (the very fast way to reach me)
*   finger (ronald@trace.com.tw) for more info (address,pgp key, .....) 
*   for talk, P2P, InterCom (picture phone) ronald@gate.trace.com.tw
*   Tel: +886 2 609-0652, Fax: +886 2 600-0132, NET: +886 2 600-2318 



Ronald Wiplinger    [Taipei, 24h online] 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: 29 Jan 1997 14:12 EST
To: flexfax@sgi.com
From: "Jian Wang" <jianw@nortel.ca>
Subject: faxgetty problem with Linux 2.0.0 + Hylafax V4.0P1.0
Sender: owner-flexfax@celestial.com

Hi, There:

Thanks to the people in this list helping me to setup Hylafax.
I can now send out fax using standalone fax server, that is,
invoke the faxq and hfaxd manually. But I get problem with faxgetty
when I tried to automate and receive inbound fax.

This is what I did with faxgetty:
	1. put "t2:23:/var/spool/fax/sbin/faxgetty cua0" in my /etc/inittab.
	   cua0 is my device for modem.  I use it for both inbound and outbound
           fax.
	2. put "19200 # B19200 .... #19200" in /etc/gettydefs.  My Modem
    	   is Microcom DeskPorte 28.8K fax/data modem with Tornato and Tricom
           2882 settings. The fasttest speed detected by faxsetup is 
	   38400 bauds, But for inbound DTE commincation, the faxsetup
	   scans the modems and give 19200.  That is  why I put 19200 
           entry there. 
I did not get a getty default file for cua0 under default dir.
The GettyArgs is "-h %l dx_%s" or "-h %l %s"(I tried both).

The result is : When I login, the faxgetty keeps on talking
with my modem, for I can see the TR light is always on. I
check faxq and hfaxd with faxstat, and they are not runing.
In the messages file under /dev/log, I can see
Faxgetty open my modem. But I can not send or receive fax at all.

I guess the problem should be the getty, for faxgetty
use getty to detect and monitor the line of modem.

Does any one know what I am wrong based on the infomation
I give above? I also like suggestion on how to setup
faxgetty in Linux 2.0.0 + 28.8K microcom modem.


Thanks a lot.


Jian

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 09:59:56 -1000 (EST)
From: David Batterham <dkbat1@mugc.cc.monash.edu.au>
Subject: Automating faxes
To: flexfax@sgi.com
Sender: owner-flexfax@celestial.com


Hi All,

I have developed a system to send faxes from a purchase orders system
using hylaFAX as the engine.

At the moment I am calling sendfax from a C program to send faxes. I need
a way of telling whether these faxes were successfull or not, ie, a return
code or something. I would like to avoid pulling lines out of logs etc if
possible. Ideally I want to be able to determine that a fax has failed
miserably and send the fax or the original unconverted text file to a
remote printer, so the user can determine the problem and retry or fax the
order manually.

Any help and ideas appreciated... 

Catch Ya,
Dave.
+--------------------------------------------------------------------+
| David Batterham, Traralgon Sth, VIC 3844, Australia                |
|                                                                    |
| Phone:    Voice: +61 +51 955 479  Data/FAX: +61 +51 955 556        |
| FIDONET:  3:632/321, 3:632/25     RIPNET:   154:451/0, 154:451/110 |
| INTERNET: dkbat1@giaec.cc.monash.edu.au (prefered)                 |
|           davebat@melbourne.dialix.oz.au                           |
+--------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: corrupted jobs from macflex
To: lorenzo@argon.roma2.infn.it (Lorenzo M. Catucci)
Date: Wed, 29 Jan 1997 21:38:35 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Lorenzo M. Catucci wrote:
    
    On Wed, 29 Jan 1997, Matthias Apitz wrote:
    
    > Lorenzo M. Catucci wrote:
    >     
    >     As Matthias told, 
    >     	I went to /var/spool/fax/doneq and docq, and copied the job
    >     descritpion file q75, and the tiff file I was to print. I send both
    >     enclosed here, the second one is encoded in MIME format, and hope they
    >     could help you to figure out what's happening.
    > 
    > Just to clarify: I didn't told you to send the TIFF file;
    > 
    > I've checked the source and quick glance show, that the problem
    > should be more detailed explained in a servertrace; pleace collect
    > a servertrace;
    > 
    > 	matthias
    > 
    Sorry I put it in, but I thought it could help seeing the tiff file with
    more means than my xv3.1. About the servertrace, I think the sessiontrace
    parameter sum 19201 could be good, do you agree? Just as an information,
    here is what I found about faxes in system log files:
    
    Jan 28 09:39:58 argon FaxQueuer[9400]: sendq/q73: line 52: Null or missing
    sender in job request
    Jan 28 09:43:21 argon FaxQueuer[9400]: sendq/q74: line 52: Null or missing
    sender in job request
    Jan 28 10:00:00 argon FaxQCleaner[22626]: doneq/q73: line 52: Null or
    missing sender in job request
    Jan 28 10:00:00 argon FaxQCleaner[22626]: doneq/q74: line 52: Null or
    missing sender in job request
    Jan 29 00:00:00 argon FaxQCleaner[25945]: doneq/q75: line 52: Null or
    missing sender in job request

This is the real reason for the "Invalid or corrupted job description
file" message. I don't know the Mac client and can't test it (I've
no Mac). Enable tracing of hfaxd(1M) to check if the information
is in the protocol between the Mac-client and hfaxd(1M) - perhaps
it isn't.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: corrupted jobs from macflex
To: lorenzo@argon.roma2.infn.it (Lorenzo M. Catucci)
Date: Wed, 29 Jan 1997 21:38:35 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Lorenzo M. Catucci wrote:
    
    On Wed, 29 Jan 1997, Matthias Apitz wrote:
    
    > Lorenzo M. Catucci wrote:
    >     
    >     As Matthias told, 
    >     	I went to /var/spool/fax/doneq and docq, and copied the job
    >     descritpion file q75, and the tiff file I was to print. I send both
    >     enclosed here, the second one is encoded in MIME format, and hope they
    >     could help you to figure out what's happening.
    > 
    > Just to clarify: I didn't told you to send the TIFF file;
    > 
    > I've checked the source and quick glance show, that the problem
    > should be more detailed explained in a servertrace; pleace collect
    > a servertrace;
    > 
    > 	matthias
    > 
    Sorry I put it in, but I thought it could help seeing the tiff file with
    more means than my xv3.1. About the servertrace, I think the sessiontrace
    parameter sum 19201 could be good, do you agree? Just as an information,
    here is what I found about faxes in system log files:
    
    Jan 28 09:39:58 argon FaxQueuer[9400]: sendq/q73: line 52: Null or missing
    sender in job request
    Jan 28 09:43:21 argon FaxQueuer[9400]: sendq/q74: line 52: Null or missing
    sender in job request
    Jan 28 10:00:00 argon FaxQCleaner[22626]: doneq/q73: line 52: Null or
    missing sender in job request
    Jan 28 10:00:00 argon FaxQCleaner[22626]: doneq/q74: line 52: Null or
    missing sender in job request
    Jan 29 00:00:00 argon FaxQCleaner[25945]: doneq/q75: line 52: Null or
    missing sender in job request

This is the real reason for the "Invalid or corrupted job description
file" message. I don't know the Mac client and can't test it (I've
no Mac). Enable tracing of hfaxd(1M) to check if the information
is in the protocol between the Mac-client and hfaxd(1M) - perhaps
it isn't.

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 16:00:48 -0500
From: Jack Burton <jackb@pgw.picker.com>
To: flexfax@SGI.com
Subject: Still trying to get Hylafax running on an Alpha
Sender: owner-flexfax@celestial.com

I'm still trying to get Hylafax 4.0pl1 working on an Alpha running Du 3.2d.
I have built the Hylafax sw without any errors.  I am trying to send faxes
ONLY at this time.

# faxstat
HylaFAX scheduler on pgw6: Running

When I use sendfax I am receiving the following mail:

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Wed, 29 Jan 1997 13:06:39 -1000 (EST)
From: David Batterham <dkbat1@mugc.cc.monash.edu.au>
Subject: Re: Automating faxes
To: Ian Senior <I.Senior@bom.gov.au>
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

On Wed, 29 Jan 1997, Ian Senior wrote:

> Hi David
> 
> It's good to see someone else in Victoria using this product.

Likewise...

> By default Hylafax runs a notify script when faxes fail which e-mails
> the user. You can replace this script with your own if you like.

Yes, this I have worked out. Unfortunately it does not help me greatly
however. The best I can do is use this script to call another program to
read the file in /doneq that relates to the job number, and from this I
should be able to get the name of the postscript file in /docq that failed
and then finally send that file to the appropriate remote printer. 

This brings me to another point, slightly off topic - sorry!. I use LINUX
and so want to use Ghostscript to send a ps file to a remote printer
(HP laser jet 4 plus). Prob is if a print it through lpr it prints
gibberish and secondly ghostscript wont exit from the GS> prompt without
manual intervention, I'm using the -DNOPAUSE -q -sDEVICE and -OutputFile
commands, why won't this work?

Dave.
+--------------------------------------------------------------------+
| David Batterham, Traralgon Sth, VIC 3844, Australia                |
|                                                                    |
| Phone:    Voice: +61 +51 955 479  Data/FAX: +61 +51 955 556        |
| FIDONET:  3:632/321, 3:632/25     RIPNET:   154:451/0, 154:451/110 |
| INTERNET: dkbat1@giaec.cc.monash.edu.au (prefered)                 |
|           davebat@melbourne.dialix.oz.au                           |
+--------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: dstavert@ladybugcom.com (David Stavert)
To: "flexfax@sgi.com" <flexfax@sgi.com>
Date: Wed, 29 Jan 1997 17:28:59 -0600
Encoding: 17 TEXT
Sender: owner-flexfax@celestial.com

When I use Hylafax v 3.0 on BSDI 2.1 to generate a fax from e-mail they are 
poorly received at a regular fax machine. The fax appears as alternating 1 
/ 4 " bands of clear readable text and faint garbled unreadable text. I 
have tried it on several fax machines with the same results but sending 
that same fax to a modem attached to a Windows computer and Winfax gives a 
good clear image. Anyone have a suggestion.


TIA

David Stavert
LadyBug Communications
612.317.9065 Phone
612.317.9062 FAX
dstavert@ladybug.net
www.ladybug.net

From tpcadmin@info.tpc.int  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 13:55:40 +1300 (NZDT)
From: Phil Abercrombie <phil@comp.vuw.ac.nz>
To: flexfax.sgi.com@comp.vuw.ac.nz
CC: tpcadmin@info.tpc.int
Subject: sequence numbers don't wrap around correctly
Resent-To: flexfax@sgi.com
Resent-Date: Thu, 30 Jan 1997 00:57:15 +0000
Resent-From: "Mr. Arlington Hewes" <tpcadmin@info.tpc.int>
Sender: owner-flexfax@celestial.com


Hylafax 4.0 on netbsd 1.1

Job numbers for outgoing faxes increase sequentially from 1 to 31999
but then instead of starting again at 0, the next number is 1999 and
then 200009 after which things settle down again.


The evidence of my own eyes:

$ echo test | sendfax -d phil@4955232
request id is 31999 (group id 31999) for host downstage (1 file)

$ echo test | sendfax -d phil@4955232
request id is 1999 (group id 1999) for host downstage (1 file)

$ echo test | sendfax -d phil@4955232
request id is 20009 (group id 20009) for host downstage (1 file)


I don't have a patch for this yet, but I believe the problem is in
HylaFAXServer::getSequenceNumber which writes the sequence number to
the file as %u, overwriting the text that's already there.

so the sequence goes

31999
01999  (incremented 31999 to 32000, wrapped to 0 and wrote "0" at offset 0)
20009  (incremented 01999 to 02000, wrote it at offset 0)

And so on.

Come to think of it, the easiest patch for this is to change the "%u"
to a "%5.5u".  Does anybody out there have a setup where this is
easier to change rebuild & test than I do, or do I gotta do it?

        -phil

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 13:57:27 +1300 (NZDT)
From: Phil Abercrombie <phil@comp.vuw.ac.nz>
To: flexfax@sgi.com
CC: tpcadmin@info.tpc.int
Subject: sequence numbers don't wrap around correctly
Sender: owner-flexfax@celestial.com


Hylafax 4.0 on netbsd 1.1

Job numbers for outgoing faxes increase sequentially from 1 to 31999
but then instead of starting again at 0, the next number is 1999 and
then 200009 after which things settle down again.


The evidence of my own eyes:

$ echo test | sendfax -d phil@4955232
request id is 31999 (group id 31999) for host downstage (1 file)

$ echo test | sendfax -d phil@4955232
request id is 1999 (group id 1999) for host downstage (1 file)

$ echo test | sendfax -d phil@4955232
request id is 20009 (group id 20009) for host downstage (1 file)


I don't have a patch for this yet, but I believe the problem is in
HylaFAXServer::getSequenceNumber which writes the sequence number to
the file as %u, overwriting the text that's already there.

so the sequence goes

31999
01999  (incremented 31999 to 32000, wrapped to 0 and wrote "0" at offset 0)
20009  (incremented 01999 to 02000, wrote it at offset 0)

And so on.

Come to think of it, the easiest patch for this is to change the "%u"
to a "%5.5u".  Does anybody out there have a setup where this is
easier to change rebuild & test than I do, or do I gotta do it?

        -phil

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: faxgetty problem with Linux 2.0.0 + Hylafax V4.0P1.0
To: jianw@nortel.ca (Jian Wang)
Date: Thu, 30 Jan 1997 07:46:54 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Jian Wang wrote:
    
    Hi, There:
    
    Thanks to the people in this list helping me to setup Hylafax.
    I can now send out fax using standalone fax server, that is,
    invoke the faxq and hfaxd manually. But I get problem with faxgetty
    when I tried to automate and receive inbound fax.
    
    This is what I did with faxgetty:
    	1. put "t2:23:/var/spool/fax/sbin/faxgetty cua0" in my /etc/inittab.
    	   cua0 is my device for modem.  I use it for both inbound and outbound
               fax.
    	2. put "19200 # B19200 .... #19200" in /etc/gettydefs.  My Modem
        	   is Microcom DeskPorte 28.8K fax/data modem with Tornato and Tricom
               2882 settings. The fasttest speed detected by faxsetup is 
    	   38400 bauds, But for inbound DTE commincation, the faxsetup
    	   scans the modems and give 19200.  That is  why I put 19200 
               entry there. 
    I did not get a getty default file for cua0 under default dir.
    The GettyArgs is "-h %l dx_%s" or "-h %l %s"(I tried both).
    
    The result is : When I login, the faxgetty keeps on talking
    with my modem, for I can see the TR light is always on. I
    check faxq and hfaxd with faxstat, and they are not runing.
    In the messages file under /dev/log, I can see
    Faxgetty open my modem. But I can not send or receive fax at all.

What about sending the trace files - without traces nobody
can see what's going on;
    
    I guess the problem should be the getty, for faxgetty
    use getty to detect and monitor the line of modem.
    
    Does any one know what I am wrong based on the infomation
    I give above? I also like suggestion on how to setup
    faxgetty in Linux 2.0.0 + 28.8K microcom modem.

There is a binary distribution for Linux and an INSTALL guide for
it (just a hint, don't know if it explains how to setup faxgetty(1M));

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 09:21:13 +0100
From: Hermann Himmelbauer <h9025909@asterix.wu-wien.ac.at>
To: Matthias Apitz <Matthias.Apitz@SOFTCON.de>
Cc: Jian Wang <jianw@nortel.ca>, flexfax@sgi.com
Subject: Re: faxgetty problem with Linux 2.0.0 + Hylafax V4.0P1.0
Sender: owner-flexfax@celestial.com

Matthias Apitz wrote:
> 
> Jian Wang wrote:
> 
>     This is what I did with faxgetty:
>         1. put "t2:23:/var/spool/fax/sbin/faxgetty cua0" in my /etc/inittab.
>            cua0 is my device for modem.  I use it for both inbound and outbound
>                fax.
>         2. put "19200 # B19200 .... #19200" in /etc/gettydefs.  My Modem
>                    is Microcom DeskPorte 28.8K fax/data modem with Tornato and Tricom
>                2882 settings. The fasttest speed detected by faxsetup is
>            38400 bauds, But for inbound DTE commincation, the faxsetup
>            scans the modems and give 19200.  That is  why I put 19200
>                entry there.
>     I did not get a getty default file for cua0 under default dir.
>     The GettyArgs is "-h %l dx_%s" or "-h %l %s"(I tried both).
> 
>     The result is : When I login, the faxgetty keeps on talking
>     with my modem, for I can see the TR light is always on. I
>     check faxq and hfaxd with faxstat, and they are not runing.
>     In the messages file under /dev/log, I can see
>     Faxgetty open my modem. But I can not send or receive fax at all.
> 
>     I guess the problem should be the getty, for faxgetty
>     use getty to detect and monitor the line of modem.
> 
>     Does any one know what I am wrong based on the infomation
>     I give above? I also like suggestion on how to setup
>     faxgetty in Linux 2.0.0 + 28.8K microcom modem.
> 
> There is a binary distribution for Linux and an INSTALL guide for
> it (just a hint, don't know if it explains how to setup faxgetty(1M));
> 
>         matthias

I also have a problem with faxgetty and Linux 2.0:
I am not sure if my problem is near to the problem above, but perhaps
anyone has a clue...
Whenever a voice-phonecall comes to my modem by mistake, faxgetty forks
an "agetty" process that never dies although my modem does a hangup
after recognizing that there is no carrier. Therefore my modem is
blocked
whenever a voice-call gets to my Faxserver.



			Thank you in advance,
			Regards
			Hermann
-- 
Hermann Himmelbauer
E-Mail: Hermann.Himmelbauer@wu-wien.ac.at
Addr.: A-3400 Klosterneuburg Konradtg. 13 Austria
Tel/Fax: ++43 2243 22305
To retrieve my public pgp: "finger dusty@dezi.wu-wien.ac.at"

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Tim Tsai <tim@futuresouth.com>
Subject: voice calls to faxmodem (slow recovery)
To: flexfax@sgi.com
Date: Thu, 30 Jan 1997 04:08:06 -0600 (CST)
Sender: owner-flexfax@celestial.com

  I have v4.0pl1 running and I am receing a normal fax just fine.  The
problem is that if somebody calls our fax number by mistake and hangs
up, it takes 3 minutes for HylaFAX to figure out that somebody has hung
up.  Is there any parameter that I can set to help this?  The
modems I have are USR Sportster Vi 14.4's and are configured for
class2.0 interface.

  A session trace follows.  We'd appreciate any information you may
have.

  Thanks,

  Tim

Jan 30 03:43:12 mail FaxGetty[12436]: STATE CHANGE: RUNNING -> LISTENING
Jan 30 03:43:12 mail FaxGetty[12436]: MODEM input buffering enabled
Jan 30 03:43:13 mail FaxGetty[12436]: --> [4:RING]
Jan 30 03:43:13 mail FaxGetty[12436]: STATE CHANGE: LISTENING -> ANSWERING
Jan 30 03:43:13 mail FaxGetty[12436]: MODEM input buffering enabled
Jan 30 03:46:13 mail FaxGetty[12436]: ANSWER: Ring detected without successful handshake

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Reducing no of tries..
To: dkbat1@mugc.cc.monash.edu.au (David Batterham)
Date: Thu, 30 Jan 1997 12:41:03 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

David Batterham wrote:
    
    
    Thanks to all who helped me with the last problem I had. I now have my
    system printed out failed jobs as I wanted.
    
    I have a simple question:
    
    How do I change the maximum number of attempts to send a fax?? I have
    tried using MaxDials, MaxSetupAttemps and MaxTries in my config and
    config.cuax files to no avail. Is it something to do with a destcontrol
    file I read about (man page destctrls(5F))??
    
    When I queue some jobs and then issue a "faxstat -s" , it shows the tries
    as 0:12, ie, tried 0 times, out of twelve, I want to reduce this to 3,
    regardless of error, no carrier, busy, no answer or other.
    
This is fairly simple :-)

Just set in your spool/etc/config file:
MaxDials: 3

Some more information because there are some places to look
and maybe it's a little bit confusing.

config(4F) explaines the parameter MaxDials and MaxTries in detail.
MaxDials are the number of calls regardless of error, no carrier,
busy, no answer or other. MaxTries is the number of sending the
fax and is counted up only if CARRIER was detected. Both values
belong to the config (and not to the modem-config file) and the
default values are 3 for MaxTries and "unlimited" for MaxDials.

if a client (e.g.sendfax(1)) wants to create a job it does this
by contacting the hfaxd(1M) and hfaxd(1M) creates the sendq(4F)
file for this job and places a lines about "maxdials" and "maxtries"
into the job description which hfaxd(1M) get from the client:

-> JPARM MAXDIALS 12
213 MAXDIALS set to 12.
-> JPARM MAXTRIES 3
213 MAXTRIES set to 3.

if you're using sendfax(1) you can control these values
(default 3 for "maxtries" and 12 for "maxdials") with flags or
sendfax.conf values (see sendfax(1));

these values are shown if you are asking with faxstat(1) for
the job (and in our example you will see x:12 in the "Dials"
column of faxstat(1)), but the server will only place as much
calls/tries as specified in the config(4F) file;

you may overwrite the values in config(4F) file with lines
in the destctrls(4F) on a per destination basis;

hope it's clear now and it helps;

see also Q86 of the new FAQ;

	matthias


From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: voice calls to faxmodem (slow recovery)
To: tim@futuresouth.com (Tim Tsai)
Date: Thu, 30 Jan 1997 15:32:34 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Tim Tsai wrote:
    
      I have v4.0pl1 running and I am receing a normal fax just fine.  The
    problem is that if somebody calls our fax number by mistake and hangs
    up, it takes 3 minutes for HylaFAX to figure out that somebody has hung
    up.  Is there any parameter that I can set to help this?  The
    modems I have are USR Sportster Vi 14.4's and are configured for
    class2.0 interface.
    
      A session trace follows.  We'd appreciate any information you may
    have.

the modem should respond "NO CARRIER" if the caller hangs up
after a few seconds; you can also try ModemAnswerResponseTimeout:
read config(4F) for it;

if this doesn't help come back with a session trace and a server trace
showing also the modem initialization;

	matthias
    
    Jan 30 03:43:12 mail FaxGetty[12436]: STATE CHANGE: RUNNING -> LISTENING
    Jan 30 03:43:12 mail FaxGetty[12436]: MODEM input buffering enabled
    Jan 30 03:43:13 mail FaxGetty[12436]: --> [4:RING]
    Jan 30 03:43:13 mail FaxGetty[12436]: STATE CHANGE: LISTENING -> ANSWERING
    Jan 30 03:43:13 mail FaxGetty[12436]: MODEM input buffering enabled
    Jan 30 03:46:13 mail FaxGetty[12436]: ANSWER: Ring detected without successful handshake

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Continuing... corrupted jobs from macflex
To: lorenzo@argon.roma2.infn.it (Lorenzo M. Catucci)
Date: Thu, 30 Jan 1997 16:56:53 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Lorenzo M. Catucci wrote:
    
    Dear Matthias,
    		here enclosed I send the result of the last transmission
    attempt; as you can see, there is something strange even on argon's side,
    since I see the very same no job scheduler running result I have seen on
    the mac.
    
    I put three stars (***) before those I tink to be the most significant
    lines; as you can see, HylaFAX does see the null sender, but, at least, is
    acting funny in continuing to process the fax, and telling that no job
    scheduler is on.

please send these problems to the HylaFAX mailing list and not
to me directly;

for me there are two problems:

a) the Mac-client doesn't set a line "sender: XXXXX" into the
   (old) c/s protocol; don't know why and can't help because I've
   no Mac at all;

b) your spooler faxq(1M) perhaps isn't running; make sure that
   faxq(1M) is running (check with ps(1)) and if it is not running
   start it again and try to find out why it is stopping;

	matthias
    
    /var/adm/debug
    ----------------------------------------------------------------
    Jan 30 14:14:22 argon HylaFAX[1082]: line "version:1"
    Jan 30 14:14:22 argon HylaFAX[1082]: line "userID:78"
    Jan 30 14:14:22 argon HylaFAX[1082]: line "serverStatus:"
    Jan 30 14:14:22 argon HylaFAX[1082]: server:all modems:FIFO:Running
    Jan 30 14:14:22 argon HylaFAX[1082]: line "allStatus:"
    Jan 30 14:14:22 argon HylaFAX[1082]: line "recvStatus:"
    Jan 30 14:14:22 argon HylaFAX[1082]: line "."
    Jan 30 14:16:19 argon HylaFAX[1097]: line "version:1"
    Jan 30 14:16:19 argon HylaFAX[1097]: line "userID:lorenzo"
    Jan 30 14:16:20 argon HylaFAX[1097]: line "checkPerm:send"
    Jan 30 14:16:20 argon HylaFAX[1097]: permission:granted
    Jan 30 14:16:20 argon HylaFAX[1097]: line "tiff:9208"
    Jan 30 14:16:21 argon HylaFAX[1097]: /tmp/doc105.tif: 9208-byte TIFF image
    Jan 30 14:16:21 argon HylaFAX[1097]: line "begin:0"
    Jan 30 14:16:21 argon HylaFAX[1097]: line "sendAt:now"
    Jan 30 14:16:22 argon HylaFAX[1097]: line "killtime:now + 1 day"
    Jan 30 14:16:22 argon HylaFAX[1097]: line "number:02023507"
    *** Jan 30 14:16:22 argon HylaFAX[1097]: line "sender:"
    Jan 30 14:16:22 argon HylaFAX[1097]: line "mailaddr:lorenzo@argon.roma2.infn.it"Jan 30 14:16:23 argon HylaFAX[1097]: line "end:0"
    *** Jan 30 14:16:23 argon HylaFAX[1097]: error:Warning, no job scheduler appears to be running.
    Jan 30 14:16:23 argon HylaFAX[1097]: line "."

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: faxgetty problem with Linux 2.0.0 + Hylafax V4.0P1.0
To: h9025909@asterix.wu-wien.ac.at (Hermann Himmelbauer)
Date: Thu, 30 Jan 1997 17:05:50 +0100 (MET)
Cc: jianw@nortel.ca, flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Hermann Himmelbauer wrote:
    
    I also have a problem with faxgetty and Linux 2.0:
    I am not sure if my problem is near to the problem above, but perhaps
    anyone has a clue...
    Whenever a voice-phonecall comes to my modem by mistake, faxgetty forks
    an "agetty" process that never dies although my modem does a hangup
    after recognizing that there is no carrier. Therefore my modem is
    blocked
    whenever a voice-call gets to my Faxserver.

Are you sure that faxgetty(1M) forks the process "agetty"?
How do you told faxgetty(1M) to do that?

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 11:14:06 -0700 (MST)
From: John Patrick Poet <john@BlueSkyTours.COM>
To: HylaFax <flexfax@sgi.com>
Subject: Comtrol RocketPort?
X-Loop: john@BlueSkyTours.COM
Sender: owner-flexfax@celestial.com


We are thinking about throwing a Comtrol RocketPort in a pc running Linux,
and having Hylafax drive about 8 faxmodems off of it.

I know Hylafax has problems driving modems off of some terminal servers, but
it should have a better time with a rig like this.

Has anyone tried anything like this?

Thanks for any input,

John
--

|         |
+--+  ==  |  John Patrick Poet          Blue Sky Tours
|  |      |  System Admin/programmer    10832 Prospect Ave., N.E.
|     +---+  john@BlueSkyTours.COM      Albuquerque, N.M. 87112
|     |      Ph. 505 293 9462           Fx. 505 293 6902

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: FlexFax List <flexfax@sgi.com>
cc: BSDI Users <bsdi-users@bsdi.com>
Subject: Fax queuer stopped sending out faxes on BSD/OS
Date: Thu, 30 Jan 1997 13:16:15 -0500
From: Vivek Khera <khera@kci.kciLink.com>
Sender: owner-flexfax@celestial.com

Yesterday I came in and my fax server machine was locked up due to some
process running out of memory (haven't figured that one out yet) so I rebooted
it.  Now anything sent to HylaFAX just gets queued up.  I've since power
cycled and rebooted, even restored all the HylaFAX programs and configuration
from a tape made two weeks ago.

My configuration is this: BSD/OS 2.0.1 with 20Mb RAM.  I'm running HylaFAX
3.0p1.  The queuer reports this to the log when it starts:

 HylaFAX (tm) Version 3.0pl1113

and my current fax queue looks like this:

[fax@zax]# faxstat -a
Server on faxmachine:FIFO for all modems: Running.
Server on faxmachine:tty05 for +1.301.548.4366: Running and idle.
Server on faxmachine:tty06 for +1.301.548.4367: Running and idle.

Job  Modem Destination     Time-To-Send     Sender         Status
2245 any   18002726505                      System Adminis Queued and waiting
2242 any   12148550219                      cbd            Queued and waiting
2244 any   14122882407                      cbd            Queued and waiting
2243 any   7032568618                       cbd            Queued and waiting
2229 any   7039126204                       www            Queued and waiting
2234 any   7039126204                       www            Queued and waiting
2233 any   7039126204                       www            Queued and waiting
2241 any   7039126204                       www            Queued and waiting
2232 any   18002726505     12:49 1997/01/30 System Adminis Queued and waiting

and has been sort of stuck like this for a mighty long time now.

I manually deleted some jobs since running faxrm failed to physically delete
the files.  Running faxrm looks like this:

[uucp@zax]# faxrm 2232
Job 2232 removed.

but faxstat shows the job still there.  However, faxalter does seem to do
something.  I ran "faxalter -p 2232" at 12:49 as evidenced by the time on the
job above.

This had been working great for sending out dialy faxes for the last 6 months,
and text pages for over a year.  Now I'm silenced...

What does work is a data dialin.  That gets logged and handled properly by the
faxgetty process.  Also, everything else on that machine works: the web proxy,
IP routing/filtering, etc.

I've destroyed and re-created the FIFO files.  I don't see any lock files.
I've power-cycled the modems.  I've restored the files from disk.

Any ideas on what else I might try to make the faxes go out?  I'm desperate!

Thanks.

								v.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-301-258-8292
PGP/MIME spoken here              http://www.kciLink.com/home/khera/

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 12:12:36 -0700 (MST)
From: David Hayes <david@bdel.com>
To: John Patrick Poet <john@BlueSkyTours.COM>
Cc: HylaFax <flexfax@sgi.com>
Subject: Re: Comtrol RocketPort?
Organization: Black Diamond Equipment Ltd. - USA
Sender: owner-flexfax@celestial.com

We've got an 8-port pci comtrol on our linux box (P166, 32meg, kernel
2.0.28), and it works great.  We have 4 (soon to be 8) modems on it
handling incoming/outgoing data connections and outgoing hylafaxes.

--david

David Hayes  (david@bdel.com)
Black Diamond Equipment Ltd.                  801-278-5552 x146 (phone)
2084 East 3900 South, SLC, UT, USA 84124      801-278-5544 (fax)

DISCLAIMER: Unless otherwise indicated, this correspondence is personal
opinion and NOT an official statement of Black Diamond Equipment Ltd.


On Thu, 30 Jan 1997, John Patrick Poet wrote:

> 
> We are thinking about throwing a Comtrol RocketPort in a pc running Linux,
> and having Hylafax drive about 8 faxmodems off of it.
> 
> I know Hylafax has problems driving modems off of some terminal servers, but
> it should have a better time with a rig like this.
> 
> Has anyone tried anything like this?
> 
> Thanks for any input,
> 
> John
> --
> 
> |         |
> +--+  ==  |  John Patrick Poet          Blue Sky Tours
> |  |      |  System Admin/programmer    10832 Prospect Ave., N.E.
> |     +---+  john@BlueSkyTours.COM      Albuquerque, N.M. 87112
> |     |      Ph. 505 293 9462           Fx. 505 293 6902
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 14:51:17 -0500 (EST)
From: Mike Pistone <pistone@eurekanet.com>
To: Vivek Khera <khera@kci.kciLink.com>
cc: FlexFax List <flexfax@sgi.com>, BSDI Users <bsdi-users@BSDI.COM>
Subject: Re: Fax queuer stopped sending out faxes on BSD/OS
Sender: owner-flexfax@celestial.com

I have had this happen to me before also.

I re-added the modem (faxaddmodem command) and it has worked fine since.

Try that.  I don't know why.... but it works for me.

Mike

-------------------------------------------------------------
Mike Pistone 				pistone@eurekanet.com
Systems Administrator			      ph 614.593.5052     
Eureka Networks, Ltd. 			      fx 614.594-3632			   

On Thu, 30 Jan 1997, Vivek Khera wrote:

> Yesterday I came in and my fax server machine was locked up due to some
> process running out of memory (haven't figured that one out yet) so I rebooted
> it.  Now anything sent to HylaFAX just gets queued up.  I've since power
> cycled and rebooted, even restored all the HylaFAX programs and configuration
> from a tape made two weeks ago.
> 
> My configuration is this: BSD/OS 2.0.1 with 20Mb RAM.  I'm running HylaFAX
> 3.0p1.  The queuer reports this to the log when it starts:
> 
>  HylaFAX (tm) Version 3.0pl1113
> 
> and my current fax queue looks like this:
> 
> [fax@zax]# faxstat -a
> Server on faxmachine:FIFO for all modems: Running.
> Server on faxmachine:tty05 for +1.301.548.4366: Running and idle.
> Server on faxmachine:tty06 for +1.301.548.4367: Running and idle.
> 
> Job  Modem Destination     Time-To-Send     Sender         Status
> 2245 any   18002726505                      System Adminis Queued and waiting
> 2242 any   12148550219                      cbd            Queued and waiting
> 2244 any   14122882407                      cbd            Queued and waiting
> 2243 any   7032568618                       cbd            Queued and waiting
> 2229 any   7039126204                       www            Queued and waiting
> 2234 any   7039126204                       www            Queued and waiting
> 2233 any   7039126204                       www            Queued and waiting
> 2241 any   7039126204                       www            Queued and waiting
> 2232 any   18002726505     12:49 1997/01/30 System Adminis Queued and waiting
> 
> and has been sort of stuck like this for a mighty long time now.
> 
> I manually deleted some jobs since running faxrm failed to physically delete
> the files.  Running faxrm looks like this:
> 
> [uucp@zax]# faxrm 2232
> Job 2232 removed.
> 
> but faxstat shows the job still there.  However, faxalter does seem to do
> something.  I ran "faxalter -p 2232" at 12:49 as evidenced by the time on the
> job above.
> 
> This had been working great for sending out dialy faxes for the last 6 months,
> and text pages for over a year.  Now I'm silenced...
> 
> What does work is a data dialin.  That gets logged and handled properly by the
> faxgetty process.  Also, everything else on that machine works: the web proxy,
> IP routing/filtering, etc.
> 
> I've destroyed and re-created the FIFO files.  I don't see any lock files.
> I've power-cycled the modems.  I've restored the files from disk.
> 
> Any ideas on what else I might try to make the faxes go out?  I'm desperate!
> 
> Thanks.
> 
> 								v.
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Vivek Khera, Ph.D.                Khera Communications, Inc.
> Internet: khera@kciLink.com       Rockville, MD       +1-301-258-8292
> PGP/MIME spoken here              http://www.kciLink.com/home/khera/
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 08:54:48 +1300 (NZDT)
From: Jonathan Chen <jonc@pinnacle.co.nz>
To: David Batterham <dkbat1@mugc.cc.monash.edu.au>
cc: Hylafax Mailing list <flexfax@sgi.com>
Subject: Ghostscript options (Was Re: Automating faxes)
Sender: owner-flexfax@celestial.com

On Wed, 29 Jan 1997, David Batterham wrote:

> This brings me to another point, slightly off topic - sorry!. I use LINUX
> and so want to use Ghostscript to send a ps file to a remote printer
> (HP laser jet 4 plus). Prob is if a print it through lpr it prints
> gibberish and secondly ghostscript wont exit from the GS> prompt without
> manual intervention, I'm using the -DNOPAUSE -q -sDEVICE and -OutputFile
> commands, why won't this work?

Try:
	gs -q -OutputFile=- -sDEVICE=ljet4 -
--
Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
  Pinnacle Software Ltd                Voice  : +64.9.415.4460
  Auckland, New Zealand                Fax    : +64.9.415.4250

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 16:48:35 -0400 (ADT)
From: Mario de Mello Bittencourt Neto <mneto@buriti.com.br>
To: flexfax@sgi.com
Subject: Phase B error
Sender: owner-flexfax@celestial.com

Hi there, I am trying to help a friend to set a fax server and I have
faced this error while trying to send a fax using senfax
-n -D -d xxx /tmp/foo (/tmp/foo plain text).

    Unspecified Transmit Phase B error; too many attempts to send

    ---- Transcript of session follows ----

Jan 30 17:27:01.65: [  732]: SESSION BEGIN 00000037 55832443849
Jan 30 17:27:01.65: [  732]: SEND FAX: JOB 27 DEST 2443849 COMMID 00000037
Jan 30 17:27:49.11: [  732]: SEND FAILED: Unspecified Transmit Phase B error
Jan 30 17:27:49.12: [  732]: SEND FAILED: Unspecified Transmit Phase B error; too 
many attempts to send
Jan 30 17:27:49.35: [  732]: SESSION END

    ---- Unsent job status ----

        CommID: 00000037
Submitted From: localhost
    Page Width: 215 (mm)
   Page Length: 279 (mm)
    Resolution: 98 (lpi)
        Status: Unspecified Transmit Phase B error; too many attempts to send
       Dialogs: 3 (exchanges with remote device)
         Dials: 0 (consecutive failed calls to destination)
         Calls: 4 (total phone calls placed)
         Pages: 0 (pages transmitted)


I use USR 28.8 Modems. This modem has successfully received fax and sent
messages to pagers (using sendpage).
I connects and then stops. 

Any ideias ?

Linux Box, HylaFAX(tm) 4.0pl1.

Thanks, Mario.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 16:06:50 -0500
From: Jack Burton <jackb@pgw.picker.com>
To: flexfax@SGI.com
Subject: Trouble communicating with my modem
Sender: owner-flexfax@celestial.com

I'm VERY New to Hlyafax.  I am trying to get hylafax (4.0pl1) going on a 
Dec Alpha running DU 3.2d.  I can connect to and dial out from my modem
via 'cu', but have problems with the hlafax sw.  The modem is a
USRobitics 33.6 Fax/Modem.

Can anyone help me?

I tried sending a Fax:

sendfax -d 5884595 /tmp/file1
request id is 1 (group id 1) for host localhost (1 file)
-----------------------------------------------------------

faxstat -s
HylaFAX scheduler on pgw6: Running

JID  Pri S  Owner Number       Pages Dials     TTS Status
1    127 W  jackb 5884595       0:0   0:12         
-----------------------------------------------------------

ps -ef | grep fax 
uucp       819     1  0.0 11:44:16 ??           0:00.05 /usr/local/sbin/faxq
root       948   819  0.0 11:51:22 ??           0:00.13 faxsend -m tty00 sendq/
root       978   856  0.0 11:54:24 ttyp7        0:00.00 grep fax
------------------------------------------------------------------------------

faxstat -s 
HylaFAX scheduler on pgw6: Running
Modem tty00 (+1.704.588.4595]): Waiting for modem to come ready

JID  Pri S  Owner Number       Pages Dials     TTS Status
1    126 S  jackb 5884595       0:2   1:12   17:00 Unspecified Transmit Phas

******************************************************************************* 
 
I'm getting the following logged via the syslog daemon

Jan 30 11:18:03 pgw6 mountd[347]: startup
Jan 30 11:18:09 pgw6 popd[508]: starting
Jan 30 11:44:16 pgw6 FaxQueuer[819]: HylaFAX (tm) Version 4.0pl1
Jan 30 11:44:16 pgw6 FaxQueuer[819]: Copyright (c) 1990-1996 Sam Leffler
Jan 30 11:44:16 pgw6 FaxQueuer[819]: Copyright (c) 1991-1996 Silicon Graphics, I
nc.
Jan 30 11:45:43 pgw6 FaxQueuer[819]: SUBMIT JOB 1
Jan 30 11:51:30 pgw6 FaxSend[948]: MODEM USROBOTICS SPORTSTER V.34+ FAX /
Jan 30 11:51:30 pgw6 FaxSend[948]: SEND FAX: JOB 1 DEST 5884595 COMMID 00000002
Jan 30 12:00:38 pgw6 FaxSend[1034]: MODEM USROBOTICS SPORTSTER V.34+ FAX /
Jan 30 12:00:38 pgw6 FaxSend[1034]: SEND FAX: JOB 1 DEST 5884595 COMMID 00000003
Jan 30 12:09:52 pgw6 FaxSend[1078]: MODEM USROBOTICS SPORTSTER V.34+ FAX /
Jan 30 12:09:53 pgw6 FaxSend[1078]: SEND FAX: JOB 1 DEST 5884595 COMMID 00000004
Jan 30 12:13:53 pgw6 FaxSend[1078]: SEND: Unspecified Transmit Phase D error, in
cluding +FPHCTO timeout between data and +FET command; Giving up after 3 attempt
s to send same page "docq/doc1.cover;30", dirnum 0
Jan 30 12:13:59 pgw6 FaxQueuer[819]: NOTIFY: bin/notify "doneq/q1" "failed" "4:1
********************************************************************************

The logfiles in /usr/var/spool/fax/log/c0000000* look like the following:


Jan 30 12:09:53.19: [ 1078]: SESSION BEGIN 00000004 17045884595
Jan 30 12:09:53.19: [ 1078]: SEND FAX: JOB 1 DEST 5884595 COMMID 00000004
Jan 30 12:09:53.19: [ 1078]: DELAY 2600 ms
Jan 30 12:09:55.79: [ 1078]: <-- [17:ATE0V1Q0X4S0=0H0\r]
Jan 30 12:09:55.92: [ 1078]: --> [16:ATE0V1Q0X4S0=0H0]
Jan 30 12:09:55.92: [ 1078]: --> [2:OK]
Jan 30 12:09:55.92: [ 1078]: <-- [32:ATS8=2S7=60&H1&I0&R2S13=1&D2&C1\r]
Jan 30 12:09:56.06: [ 1078]: --> [2:OK]
Jan 30 12:09:56.06: [ 1078]: <-- [14:AT+FCLASS=2.0\r]
Jan 30 12:09:56.19: [ 1078]: --> [2:OK]
Jan 30 12:09:56.19: [ 1078]: <-- [9:AT+FLO=2\r]
Jan 30 12:09:56.32: [ 1078]: --> [2:OK]
Jan 30 12:09:56.32: [ 1078]: <-- [9:AT+FPP=0\r]
Jan 30 12:09:56.45: [ 1078]: --> [2:OK]
Jan 30 12:09:56.45: [ 1078]: <-- [9:AT+FBO=0\r]
Jan 30 12:09:56.58: [ 1078]: --> [2:OK]
Jan 30 12:09:56.58: [ 1078]: <-- [10:AT+FCT=30\r]
Jan 30 12:09:56.71: [ 1078]: --> [2:OK]
Jan 30 12:09:56.71: [ 1078]: <-- [15:AT+FNR=1,1,1,1\r]
Jan 30 12:09:56.84: [ 1078]: --> [2:OK]
Jan 30 12:09:56.84: [ 1078]: <-- [9:AT+FIE=0\r]
Jan 30 12:09:56.97: [ 1078]: --> [2:OK]
Jan 30 12:09:56.97: [ 1078]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r]
Jan 30 12:09:57.11: [ 1078]: --> [2:OK]
Jan 30 12:09:57.11: [ 1078]: <-- [5:ATM0\r]
Jan 30 12:09:57.23: [ 1078]: --> [2:OK]
Jan 30 12:09:57.25: [ 1078]: <-- [14:AT+FCLASS=2.0\r]
Jan 30 12:09:57.48: [ 1078]: --> [2:OK]
Jan 30 12:09:57.48: [ 1078]: <-- [9:AT+FLO=2\r]
Jan 30 12:09:57.71: [ 1078]: --> [2:OK]
Jan 30 12:09:57.71: [ 1078]: <-- [9:AT+FPP=0\r]
Jan 30 12:09:57.93: [ 1078]: --> [2:OK]
Jan 30 12:09:57.93: [ 1078]: <-- [9:AT+FBO=0\r]
Jan 30 12:09:58.16: [ 1078]: --> [2:OK]
Jan 30 12:09:58.16: [ 1078]: <-- [10:AT+FCT=30\r]
Jan 30 12:09:58.39: [ 1078]: --> [2:OK]
Jan 30 12:09:58.39: [ 1078]: <-- [15:AT+FNR=1,1,1,1\r]
Jan 30 12:09:58.63: [ 1078]: --> [2:OK]
Jan 30 12:09:58.63: [ 1078]: <-- [9:AT+FIE=0\r]
Jan 30 12:09:58.85: [ 1078]: --> [2:OK]
Jan 30 12:09:58.85: [ 1078]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r]
Jan 30 12:09:59.09: [ 1078]: --> [2:OK]
Jan 30 12:09:59.09: [ 1078]: <-- [25:AT+FLI="clt2.picker.com"\r]
Jan 30 12:09:59.32: [ 1078]: --> [2:OK]
Jan 30 12:09:59.33: [ 1078]: DIAL 5884595
Jan 30 12:09:59.33: [ 1078]: <-- [12:ATDT5884595\r]
Jan 30 12:10:10.26: [ 1078]: --> [4:+FCO]
Jan 30 12:10:13.29: [ 1078]: --> [67:+FNF:0000091A086D7045884595FFFFFFFFFFFFFF01
19020A100182013000000069]
Jan 30 12:10:13.29: [ 1078]: REMOTE NSF "0000091A086D7045884595FFFFFFFFFFFFFF011
9020A100182013000000069"
Jan 30 12:10:13.29: [ 1078]: --> [27:+FCI:"        704 588 4595"]
Jan 30 12:10:13.29: [ 1078]: REMOTE CSI "704 588 4595"
Jan 30 12:10:13.29: [ 1078]: --> [20:+FIS:1,5,0,2,1,0,0,1]
Jan 30 12:10:13.39: [ 1078]: --> [2:OK]
Jan 30 12:10:13.39: [ 1078]: REMOTE best rate 14400 bit/s
Jan 30 12:10:13.39: [ 1078]: REMOTE max page width 1728 pixels in 215 mm
Jan 30 12:10:13.39: [ 1078]: REMOTE max unlimited page length 
Jan 30 12:10:13.39: [ 1078]: REMOTE best vres 7.7 line/mm
Jan 30 12:10:13.39: [ 1078]: REMOTE best format 2-D MR
Jan 30 12:10:13.39: [ 1078]: REMOTE best 5 ms/scanline
Jan 30 12:10:13.39: [ 1078]: USE 14400 bit/s
Jan 30 12:10:13.39: [ 1078]: USE 5 ms/scanline
Jan 30 12:10:13.39: [ 1078]: SEND file "docq/doc1.cover;30"
Jan 30 12:10:13.39: [ 1078]: USE page width 1728 pixels in 215 mm
Jan 30 12:10:13.39: [ 1078]: USE unlimited page length 
Jan 30 12:10:13.39: [ 1078]: USE 3.85 line/mm
Jan 30 12:10:13.39: [ 1078]: USE 1-D MR
Jan 30 12:10:13.39: [ 1078]: <-- [23:AT+FIS=0,5,0,2,0,0,0,1\r]
Jan 30 12:10:13.63: [ 1078]: --> [2:OK]
Jan 30 12:10:13.63: [ 1078]: <-- [7:AT+FDT\r]
Jan 30 12:10:13.89: [ 1078]: --> [20:+FCS:0,5,0,2,0,0,0,1]
Jan 30 12:10:20.54: [ 1078]: --> [7:CONNECT]
Jan 30 12:10:20.54: [ 1078]: SEND begin page
Jan 30 12:10:20.54: [ 1078]: <-- data [1033]
Jan 30 12:10:20.54: [ 1078]: <-- data [1032]
Jan 30 12:10:20.55: [ 1078]: <-- data [1028]
Jan 30 12:10:21.02: [ 1078]: <-- data [1045]
Jan 30 12:10:21.49: [ 1078]: <-- data [1026]
Jan 30 12:10:21.49: [ 1078]: <-- data [1039]
Jan 30 12:10:21.98: [ 1078]: <-- data [1042]
Jan 30 12:10:21.98: [ 1078]: <-- data [1055]
Jan 30 12:10:22.47: [ 1078]: <-- data [1049]
Jan 30 12:10:22.47: [ 1078]: <-- data [1053]
Jan 30 12:10:22.97: [ 1078]: <-- data [1050]
Jan 30 12:10:23.46: [ 1078]: <-- data [1026]
Jan 30 12:10:23.46: [ 1078]: <-- data [765]
Jan 30 12:10:23.46: [ 1078]: SENT 13053 bytes of data
Jan 30 12:10:23.46: [ 1078]: SEND 1D RTC
Jan 30 12:10:23.46: [ 1078]: <-- data [9]
Jan 30 12:10:23.46: [ 1078]: SEND end page
Jan 30 12:10:23.46: [ 1078]: SEND send MPS (more pages, same document)
Jan 30 12:10:23.46: [ 1078]: <-- data [2]
Jan 30 12:13:23.93: [ 1078]: REMOTE HANGUP: Unspecified Transmit Phase D error, 
including +FPHCTO timeout between data and +FET command (code 50)
Jan 30 12:13:23.93: [ 1078]: <-- [7:AT+FKS\r]
Jan 30 12:13:53.93: [ 1078]: MODEM <Timeout>
Jan 30 12:13:53.93: [ 1078]: SEND: Unspecified Transmit Phase D error, including
 +FPHCTO timeout between data and +FET command; Giving up after 3 attempts to se
nd same page "docq/doc1.cover;30", dirnum 0
Jan 30 12:13:53.93: [ 1078]: <-- [5:ATH0\r]
Jan 30 12:13:58.93: [ 1078]: MODEM <Timeout>
Jan 30 12:13:58.93: [ 1078]: SESSION END

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 07:07:21 +0900
From: Richard Sharpe <admin@ns.aus.com>
Subject: Re: Automating faxes
To: David Batterham <dkbat1@mugc.cc.monash.edu.au>
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

At 09:59 AM 29/01/97 -1000, you wrote:
>
>Hi All,
>
>I have developed a system to send faxes from a purchase orders system
>using hylaFAX as the engine.
>
>At the moment I am calling sendfax from a C program to send faxes. I need
>a way of telling whether these faxes were successfull or not, ie, a return
>code or something. I would like to avoid pulling lines out of logs etc if
>possible. Ideally I want to be able to determine that a fax has failed
>miserably and send the fax or the original unconverted text file to a
>remote printer, so the user can determine the problem and retry or fax the
>order manually.

Hmmm, I have a customer who will need the same. Why not use the flag to
sendfax that forces notify to run whether the job fax was OK or not, and
modify notify to call a command of yours that tells you?

>Any help and ideas appreciated... 
>
>Catch Ya,
>Dave.
>+--------------------------------------------------------------------+
>| David Batterham, Traralgon Sth, VIC 3844, Australia                |
>|                                                                    |
>| Phone:    Voice: +61 +51 955 479  Data/FAX: +61 +51 955 556        |
>| FIDONET:  3:632/321, 3:632/25     RIPNET:   154:451/0, 154:451/110 |
>| INTERNET: dkbat1@giaec.cc.monash.edu.au (prefered)                 |
>|           davebat@melbourne.dialix.oz.au                           |
>+--------------------------------------------------------------------+

Regards
-------
Richard Sharpe, sharpe@ns.aus.com
NS Computer Software and Services P/L, 
Ph: +61-8-8281-0063, FAX: +61-8-8250-2080, WWW: http://www.ns.aus.com
NS is an OS-neutral, equal-HTTP-server opportunity employer!

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Bruno Lopes F. Cabral" <bruno@openline.com.br>
Subject: Cyclades was Re:Comtrl RocketPort?
To: flexfax@sgi.com
Date: Thu, 30 Jan 1997 20:39:46 -0200 (EDT)
Sender: owner-flexfax@celestial.com

Does hylafax does well with cyclades 16Ye boards ?

> We've got an 8-port pci comtrol on our linux box (P166, 32meg, kernel
> 2.0.28), and it works great.  We have 4 (soon to be 8) modems on it
> handling incoming/outgoing data connections and outgoing hylafaxes.
> 
> --david

> > We are thinking about throwing a Comtrol RocketPort in a pc running Linux,
> > and having Hylafax drive about 8 faxmodems off of it.
> > 
> > I know Hylafax has problems driving modems off of some terminal servers, but
> > it should have a better time with a rig like this.
> > 
> > Has anyone tried anything like this?
> > 
> > Thanks for any input,
> > 
> > John

Cheers
!3runo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bruno Lopes F. Cabral                       bruno@openline.com.br
http://www.openline.com.br                Joao Pessoa, PB, Brazil

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Bruno Lopes F. Cabral" <bruno@openline.com.br>
Subject: Smarter sendpage ?
To: flexfax@sgi.com
Date: Thu, 30 Jan 1997 20:47:27 -0200 (EDT)
Sender: owner-flexfax@celestial.com

Hi,

I'm successfully using sendpage / pagesend to deliver pager
messages to our local pager company. I'm wondering if, as IXO
protocol allows to send more than one message per call,
pagesend could do it instead of placing a single call for 
every pager message.

Perhaps it could run through the pager queue looking whom 
will be using the same pager company number and join them 
altogether, or something that way.

Sorry if this post would be considered off-topic or if I'm
soo stupidy that missed something on the docs/FAQ on this.

Cheers,
!3runo

P.S. SFMVBE, too.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bruno Lopes F. Cabral                       bruno@openline.com.br
http://www.openline.com.br                Joao Pessoa, PB, Brazil

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 00:12:47 +0100
From: Jernej Romih <NEJC@UNISTAR.SI>
Reply-To: nejc@UNISTAR.SI
Organization: Unistar d.o.o.
To: flexfax@sgi.com
Subject: Document Age!
Sender: owner-flexfax@celestial.com

Hi folks,

how to set a maximum document age for queued documents, after the time
preset during installation??? All queued documents are deleted from the
send queue in the case if there are FaxBroadcasts (several hundreds of
faxes through one modem during a weekend) and the modem is not able to
send them within the period of maximumm document age!

Regards

Nejc

-- 
Jernej Romih			Unistar d.o.o.
System Integration		Internet Service Provider
tel: 386 (0)61 1315305		fax: 386 (0)61 1321165
http://www.unistar.si		mail to:nejc@unistar.si

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Thu, 30 Jan 1997 15:34:05 -1000 (EST)
From: David Batterham <dkbat1@mugc.cc.monash.edu.au>
Subject: Reducing no of tries..
To: flexfax@sgi.com
Sender: owner-flexfax@celestial.com


Thanks to all who helped me with the last problem I had. I now have my
system printed out failed jobs as I wanted.

I have a simple question:

How do I change the maximum number of attempts to send a fax?? I have
tried using MaxDials, MaxSetupAttemps and MaxTries in my config and
config.cuax files to no avail. Is it something to do with a destcontrol
file I read about (man page destctrls(5F))??

When I queue some jobs and then issue a "faxstat -s" , it shows the tries
as 0:12, ie, tried 0 times, out of twelve, I want to reduce this to 3,
regardless of error, no carrier, busy, no answer or other.

Any help greatly appreciated...

Dave.


+--------------------------------------------------------------------+
| David Batterham, Traralgon Sth, VIC 3844, Australia                |
|                                                                    |
| Phone:    Voice: +61 +51 955 479  Data/FAX: +61 +51 955 556        |
| FIDONET:  3:632/321, 3:632/25     RIPNET:   154:451/0, 154:451/110 |
| INTERNET: dkbat1@giaec.cc.monash.edu.au (prefered)                 |
|           davebat@melbourne.dialix.oz.au                           |
+--------------------------------------------------------------------+

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
X-Authentication-Warning: strauss.udel.edu: mike owned process doing -bs
Date: Thu, 30 Jan 1997 23:36:17 -0500 (EST)
From: Mike Porter <mike@copland.udel.edu>
To: Jack Burton <jackb@pgw.picker.com>
cc: flexfax@SGI.com
Subject: Re: Trouble communicating with my modem
Sender: owner-flexfax@celestial.com

Wow...this is the furtherest I've ever seen a Sportster get to
actually sending a class 2.0 FAX.  All the way from phase B to
phase D!  What is the rom level of your modem?  ATI4 reports this.

(Check the archives of this mailing list.  No one has gotten a 33.6
Sportster to fax as a Class 2.0 device.  Some people have gotten
them to work as a Class 1.  Older 28.8 modems will fax.  The 33.6
modems usually fail with "unspecified phase B error")

Mike

On Thu, 30 Jan 1997, Jack Burton wrote:

> I'm VERY New to Hlyafax.  I am trying to get hylafax (4.0pl1) going on a 
> Dec Alpha running DU 3.2d.  I can connect to and dial out from my modem
> via 'cu', but have problems with the hlafax sw.  The modem is a
> USRobitics 33.6 Fax/Modem.
> 
> Can anyone help me?
> 
> I tried sending a Fax:

Log removed...


From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Phase B error
To: mneto@buriti.com.br (Mario de Mello Bittencourt Neto)
Date: Fri, 31 Jan 1997 07:49:34 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Mario de Mello Bittencourt Neto wrote:
    
    Hi there, I am trying to help a friend to set a fax server and I have
    faced this error while trying to send a fax using senfax
    -n -D -d xxx /tmp/foo (/tmp/foo plain text).
    
        Unspecified Transmit Phase B error; too many attempts to send
    
        ---- Transcript of session follows ----
    
    Jan 30 17:27:01.65: [  732]: SESSION BEGIN 00000037 55832443849
    Jan 30 17:27:01.65: [  732]: SEND FAX: JOB 27 DEST 2443849 COMMID 00000037
    Jan 30 17:27:49.11: [  732]: SEND FAILED: Unspecified Transmit Phase B error
    Jan 30 17:27:49.12: [  732]: SEND FAILED: Unspecified Transmit Phase B error; too 
    many attempts to send
    Jan 30 17:27:49.35: [  732]: SESSION END
    
        ---- Unsent job status ----
    
            CommID: 00000037
    Submitted From: localhost
        Page Width: 215 (mm)
       Page Length: 279 (mm)
        Resolution: 98 (lpi)
            Status: Unspecified Transmit Phase B error; too many attempts to send
           Dialogs: 3 (exchanges with remote device)
             Dials: 0 (consecutive failed calls to destination)
             Calls: 4 (total phone calls placed)
             Pages: 0 (pages transmitted)
    
    
    I use USR 28.8 Modems. This modem has successfully received fax and sent
    messages to pagers (using sendpage).
    I connects and then stops. 
    
    Any ideias ?
    
    Linux Box, HylaFAX(tm) 4.0pl1.

yes, the answer is: collect a session trace with all modem operations
(and see Q96 of the FAQ);

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Smarter sendpage ?
To: bruno@openline.com.br (Bruno Lopes F. Cabral)
Date: Fri, 31 Jan 1997 08:01:02 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Bruno Lopes F. Cabral wrote:
    
    I'm successfully using sendpage / pagesend to deliver pager
    messages to our local pager company. I'm wondering if, as IXO
    protocol allows to send more than one message per call,
    pagesend could do it instead of placing a single call for 
    every pager message.
    
    Perhaps it could run through the pager queue looking whom 
    will be using the same pager company number and join them 
    altogether, or something that way.
    
    Sorry if this post would be considered off-topic or if I'm
    soo stupidy that missed something on the docs/FAQ on this.

see line 52 of hylafax-v4.0pl1/TODO:
M  batch multiple jobs to the same destination (important for pages)

feel free to provide a patch for it; the work should be done in
faxq(1M) and faxq(1M) should start pagesend(1M) with more then
one qfile;

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: Document Age!
To: nejc@UNISTAR.SI
Date: Fri, 31 Jan 1997 08:12:05 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Jernej Romih wrote:
    
    how to set a maximum document age for queued documents, after the time
    preset during installation??? All queued documents are deleted from the
    send queue in the case if there are FaxBroadcasts (several hundreds of
    faxes through one modem during a weekend) and the modem is not able to
    send them within the period of maximumm document age!

what do you mean by "maximum document age"?

each job in the HylaFAX queue has a killtime (the time the job
is deleted from the sendq if it isn't send before regardless of
reason); you may specify the killtime with the sendfax(1)
command or through the c/s protocol if you're using other
clients; the default killtime if you're using sendfax(1)
is "now +3 hours" (see Q50 of the new! FAQ);

there is also a clean-up proc (faxqclean(1M)) dealing with
completed jobs and documents of completed jobs;
    
	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Tim Tsai <tim@futuresouth.com>
Subject: Re: voice calls to faxmodem (slow recovery)
To: Matthias.Apitz@SOFTCON.de
Date: Fri, 31 Jan 1997 02:56:40 -0600 (CST)
Cc: tim@mail.futuresouth.com, flexfax@sgi.com
Sender: owner-flexfax@celestial.com

  Oops, sorry about the last message.  My finger got ahead of my brain.  :-(

  I had written earlier that if a voice call comes in to my faxmodem it
takes a long-time to recover.  After more investigation I found out the
modem do not generate the "NO CARRIER" message after the hangup.  I am
enclosing the traces.  Thanks!

  Tim

Jan 31 02:52:12 mail FaxGetty[23826]: STATE CHANGE: RUNNING -> LISTENING
Jan 31 02:52:12 mail FaxGetty[23826]: MODEM input buffering enabled
Jan 31 02:52:12 mail FaxQueuer[22214]: FIFO RECV "+cuaa0:B"
Jan 31 02:52:12 mail FaxQueuer[22214]: MODEM cuaa0: BUSY
Jan 31 02:52:12 mail FaxGetty[23826]: --> [4:RING]
Jan 31 02:52:12 mail FaxGetty[23826]: STATE CHANGE: LISTENING -> ANSWERING
Jan 31 02:52:12 mail FaxGetty[23826]: MODEM input buffering enabled
Jan 31 02:52:12 mail FaxQueuer[22214]: FIFO RECV "+cuaa0:I00000008"
Jan 31 02:52:12 mail FaxQueuer[22214]: MODEM cuaa0: COMID 00000008
Jan 31 02:52:18 mail FaxGetty[23826]: ANSWER: FAX CONNECTION
Jan 31 02:52:18 mail FaxQueuer[22214]: FIFO RECV "@cuaa0:B"
Jan 31 02:53:00 mail FaxQueuer[22214]: FIFO RECV "@cuaa0:E"
Jan 31 02:53:00 mail FaxGetty[23826]: <-- [5:ATH0\r]
Jan 31 02:53:00 mail FaxQueuer[22214]: FIFO RECV "+cuaa0:I"
Jan 31 02:53:00 mail FaxQueuer[22214]: MODEM cuaa0: COMID 
Jan 31 02:53:00 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:00 mail FaxGetty[23826]: MODEM set DTR OFF
Jan 31 02:53:00 mail FaxGetty[23826]: MODEM set DTR OFF
Jan 31 02:53:00 mail FaxGetty[23826]: DELAY 2600 ms
Jan 31 02:53:03 mail FaxGetty[23826]: MODEM set DTR ON
Jan 31 02:53:06 mail FaxGetty[23826]: MODEM set baud rate: 38400 baud, input flow RTS/CTS, output flow RTS/CTS
Jan 31 02:53:06 mail FaxGetty[23826]: MODEM flush i/o
Jan 31 02:53:06 mail FaxGetty[23826]: <-- [17:ATE0V1Q0X4S0=0H0\r]
Jan 31 02:53:06 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:06 mail FaxGetty[23826]: <-- [32:ATS8=2S7=60&H1&I0&R2S13=1&D2&C1\r]
Jan 31 02:53:06 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:06 mail FaxGetty[23826]: <-- [12:AT+FCLASS=?\r]
Jan 31 02:53:06 mail FaxGetty[23826]: --> [7:0,1,2.0]
Jan 31 02:53:06 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:06 mail FaxGetty[23826]: MODEM Supports "Data"
Jan 31 02:53:06 mail FaxGetty[23826]: MODEM Supports "Class 1"
Jan 31 02:53:06 mail FaxGetty[23826]: MODEM Supports "Class 2.0"
Jan 31 02:53:06 mail FaxGetty[23826]: <-- [12:AT+FCLASS=1\r]
Jan 31 02:53:06 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:06 mail FaxGetty[23826]: MODEM: Mfr USR
Jan 31 02:53:06 mail FaxGetty[23826]: <-- [5:ATI3\r]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [38:USRobotics Sportster Vi 14400 Faxmodem]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:07 mail FaxGetty[23826]: <-- [5:ATI7\r]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [24:Configuration Profile...]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [41:Product type           US/Canada External]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [29:Options                V32bis]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [40:Fax Options            Class 1/Class 2.0]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [30:Clock Freq             16.0Mhz]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [27:Eprom                  256k]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [26:Ram                    32k]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [31:Supervisor date        10/20/95]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [31:DSP date               06/06/95]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [26:Supervisor rev         5.2]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [27:DSP rev                11.2]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM: Model USRobotics Sportster Vi 14400 Faxmodem
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM: Revision Configuration Profile... Product type           US/Canada External Options                V32bis Fax Options            Class 1/Class 2.0 Clock Freq             16.0Mhz Eprom                  256k Ram                    32k Supervisor date        10/20/95 DSP date               06/06/95 Supervisor rev         5.2 DSP rev                11.2
Jan 31 02:53:07 mail FaxGetty[23826]: <-- [9:AT+FTM=?\r]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [39:24,48,72,73,74,96,97,98,121,122,145,146]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 3.85 line/mm
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 7.7 line/mm
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 2400 bit/s
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 4800 bit/s
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 7200 bit/s
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 9600 bit/s
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 12000 bit/s
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 14400 bit/s
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports page width 1728 pixels in 215 mm
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports page width 2048 pixels in 255 mm
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports page width 2432 pixels in 303 mm
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports A4 page length (297 mm)
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports B4 page length (364 mm)
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports unlimited page length 
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 1-D MR
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 2-D MR
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 0 ms/scanline
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 5 ms/scanline
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 10 ms, 5 ms/scanline
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 10 ms/scanline
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 20 ms, 10 ms/scanline
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 20 ms/scanline
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 40 ms, 20 ms/scanline
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 40 ms/scanline
Jan 31 02:53:07 mail FaxGetty[23826]: <-- [9:AT+FRM=?\r]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [39:24,48,72,73,74,96,97,98,121,122,145,146]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:07 mail FaxGetty[23826]: <-- [12:AT+FCLASS=1\r]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:07 mail FaxGetty[23826]: <-- [12:AT&H1&I0&R2\r]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:07 mail FaxGetty[23826]: <-- [21:AT+FCLASS=0&H1&I0&R2\r]
Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:07 mail FaxGetty[23826]: MODEM USR USRobotics Sportster Vi 14400 Faxmodem/Configuration Profile... Product type           US/Canada External Options                V32bis Fax Options            Class 1/Class 2.0 Clock Freq             16.0Mhz Eprom                  256k Ram                    32k Supervisor date        10/20/95 DSP date               06/06/95 Supervisor rev         5.2 DSP rev                11.2
Jan 31 02:53:07 mail FaxGetty[23826]: <-- [5:ATM0\r]
Jan 31 02:53:08 mail FaxGetty[23826]: --> [2:OK]
Jan 31 02:53:08 mail FaxGetty[23826]: STATE CHANGE: RECEIVING -> RUNNING
Jan 31 02:53:08 mail FaxGetty[23826]: MODEM input buffering disabled
Jan 31 02:53:08 mail FaxQueuer[22214]: FIFO RECV "+cuaa0:RP3fc3e7ff:0a"
Jan 31 02:53:08 mail FaxQueuer[22214]: MODEM cuaa0: READY, capabilities P3fc3e7ff:0a

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Tim Tsai <tim@futuresouth.com>
Subject: conversion script not found
To: flexfax@sgi.com
Date: Fri, 31 Jan 1997 04:27:14 -0600 (CST)
Sender: owner-flexfax@celestial.com

  OK, I've installed HylaFAX 4.0pl1 a zillion times and the result seems to be
the same each time.  I am sure I am missing a simple step somewhere but
I am not having any luck getting this working.  Here's the message whenever
I try to send an outgoing fax (incoming fax works).  Any ideas?  Note
that it seems to have trouble with ps2fax, but I can run it from the
command line just fine.

  Thanks,

  Tim

Your facsimile job to 8404056 was not sent because
the document conversion script was not found.

    ---- Unsent job status ----

   Destination: 8404056
         JobID: 4
       GroupID: 4
        Sender: Root
      Mailaddr: root@mail.futuresouth.com
Submitted From: localhost.futuresouth.com
    Page Width: 215 (mm)
   Page Length: 279 (mm)
    Resolution: 98 (lpi)
        Status: Unrecoverable error: invalidexit in .stop
Operand stack:
    true  Courier-Bold  17732  Courier-Bold  --nostringval--

Unexpected interpreter error -8.
Error object: (f80)op(132:.stop)0x306a4
Operand stack at 0xe037c:
0xec094: 0x11 save -nF------ 0x05d4 0x0000000b
0xec09c: 0x0d name -nS------ 0x04dc 0x00296a90 = Courier-Bold
0xec0a4: 0x0b int  -nF------ 0x0000 0x00004544 = 17732
0xec0ac: 0x0d name -nS------ 0x04dc 0x00296a90 = Courier-Bold
0xec0b4: 0x01 bool --F------ 0x0000 0x00000001 = true
Execution stack at 0xdf47c:
0xed9fc: 0x0f oper --F---e-- 0x0000 0x000271f0 = %interp_exit
0xeda04: 0x12 str  --F-rxe-- 0x0000 0x00000000 = 
0xeda0c: 0x03 file --L-rxe-- 0x0001 0x000f6040
0xeda14: 0x0e null --F---e-- 0x0000 0x0003244c
0xeda1c: 0x03 file --S-rxe-- 0x0001 0x000e70c4
0xeda24: 0x0f oper --F---e-- 0x0000 0x0003240c = %runexec_finish
0xeda2c: 0x03 file --S-rxe-- 0x0001 0x000e70c4
0xeda34: 0x04 arry --Lwrxe-- 0x0007 0x000f745c
0xeda3c: 0x05 mpry --G-rxe-- 0x0039 0x00133b9e
Dictionary stack at 0xdf534:
0xee22c: 0x02 dict --Gwrx--- 0x0000 0x000ef034
0xee234: 0x02 dict --Gwrx--- 0x0000 0x0029c4e0
0xee23c: 0x02 dict --Lwrx--- 0x0000 0x000f4088
0xee244: 0x02 dict --Lwrx--- 0x0000 0x000f62d4

       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/doc4.ps.4           5766 PostScript

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
Subject: faxmail and 8bit characters : works on 3.0, not on 4.0 !!!
X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@
X-Url: http://www.francenet.fr/
Date: Fri, 31 Jan 1997 11:51:07 +0100
From: Gildas Perrot <perrot@francenet.fr>
Sender: owner-flexfax@celestial.com

Hi everybody,

I am using faxmail to send email written with 8bit characters to fax machines. 
On version 3.0 of hylafax, the Postscript file generated was correct with e' 
transformed in \351 so the output was OK. With version 4.0, the 8th bit is 
truncated so I get 'h' instead.

Does anyone have an idea how to solve this problem ? 

Thanks in advance for your help.		Gildas.
-- 
Gildas PERROT, perrot@francenet.fr         __o
FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
http://www.francenet.fr            ---- (_)/ (_)

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: voice calls to faxmodem (slow recovery)
To: tim@futuresouth.com (Tim Tsai)
Date: Fri, 31 Jan 1997 13:28:07 +0100 (MET)
Cc: tim@mail.futuresouth.com, flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Tim Tsai wrote:
    
      I had written earlier that if a voice call comes in to my faxmodem it
    takes a long-time to recover.  After more investigation I found out the
    modem do not generate the "NO CARRIER" message after the hangup.  I am
    enclosing the traces.  Thanks!

please show also a session trace from spool/log/ of such a
voice call... (and see below for comments in your trace) ....

	matthias
    
    	...
    Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 20 ms/scanline
    Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 40 ms, 20 ms/scanline
    Jan 31 02:53:07 mail FaxGetty[23826]: MODEM Supports 40 ms/scanline
    Jan 31 02:53:07 mail FaxGetty[23826]: <-- [9:AT+FRM=?\r]
    Jan 31 02:53:07 mail FaxGetty[23826]: --> [39:24,48,72,73,74,96,97,98,121,122,145,146]
    Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
    Jan 31 02:53:07 mail FaxGetty[23826]: <-- [12:AT+FCLASS=1\r]
                                                  ^^^^^^^^^^^
    Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
    Jan 31 02:53:07 mail FaxGetty[23826]: <-- [12:AT&H1&I0&R2\r]
    Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
    Jan 31 02:53:07 mail FaxGetty[23826]: <-- [21:AT+FCLASS=0&H1&I0&R2\r]
                                                  ^^^^^^^^^^^

why do you set you modem to class 0 (data mode again)?

    Jan 31 02:53:07 mail FaxGetty[23826]: --> [2:OK]
    Jan 31 02:53:07 mail FaxGetty[23826]: MODEM USR USRobotics Sportster Vi 14400 Faxmodem/Configuration Profile... Product type           US/Canada External Options                V32bis Fax Options            Class 1/Class 2.0 Clock Freq             16.0Mhz Eprom                  256k Ram                    32k Supervisor date        10/20/95 DSP date               06/06/95 Supervisor rev         5.2 DSP rev                11.2
    Jan 31 02:53:07 mail FaxGetty[23826]: <-- [5:ATM0\r]
    Jan 31 02:53:08 mail FaxGetty[23826]: --> [2:OK]
    Jan 31 02:53:08 mail FaxGetty[23826]: STATE CHANGE: RECEIVING -> RUNNING
    Jan 31 02:53:08 mail FaxGetty[23826]: MODEM input buffering disabled
    Jan 31 02:53:08 mail FaxQueuer[22214]: FIFO RECV "+cuaa0:RP3fc3e7ff:0a"
    Jan 31 02:53:08 mail FaxQueuer[22214]: MODEM cuaa0: READY, capabilities P3fc3e7ff:0a

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 16:21:27 +0200 (GMT+0200)
From: Uri Shkolnik <uri@harmonic.co.il>
To: Jonathan Chen <jonc@pinnacle.co.nz>
cc: David Batterham <dkbat1@mugc.cc.monash.edu.au>,
        Hylafax Mailing list <flexfax@sgi.com>
Subject: Re: Ghostscript options (Was Re: Automating faxes)
Sender: owner-flexfax@celestial.com

This is working for me (part of my faxrcvd)

FILE="$1"
DEVICE="$2"
COMMID="$3"
MSG="$4"
SENDER="`$INFO $FILE | $AWK -F: '/Sender/ { print $2 }' 2>/dev/null`"
PRINTER=lj4-1
SENDMAIL=/usr/lib/sendmail



TIF1=/tmp/fax1$$.tif
TIF2=/tmp/fax2$$.tif
TIF3=/tmp/fax3$$.tif
TIFFCP=/usr/local/bin/tiffcp
TIFFCONV=/usr/local/bin/mpack


################################
# Printing the fax on $PRINTER #
################################

$FAX2PS $FILE | lpr -P$PRINTER

**************************************************
* Uri Shkolnik - System Administrator            *
* Harmonic Lightwaves (Israel)                   *
* Tel: 972 4 8550180 Ext. 122   Fax: ~~ 8550181  *
* Email: uri@harmonic.co.il                      *
**************************************************

On Fri, 31 Jan 1997, Jonathan Chen wrote:

> On Wed, 29 Jan 1997, David Batterham wrote:
> 
> > This brings me to another point, slightly off topic - sorry!. I use LINUX
> > and so want to use Ghostscript to send a ps file to a remote printer
> > (HP laser jet 4 plus). Prob is if a print it through lpr it prints
> > gibberish and secondly ghostscript wont exit from the GS> prompt without
> > manual intervention, I'm using the -DNOPAUSE -q -sDEVICE and -OutputFile
> > commands, why won't this work?
> 
> Try:
> 	gs -q -OutputFile=- -sDEVICE=ljet4 -
> --
> Jonathan Chen                          e-mail : jonc@pinnacle.co.nz
>   Pinnacle Software Ltd                Voice  : +64.9.415.4460
>   Auckland, New Zealand                Fax    : +64.9.415.4250
> 
> 

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: faxmail and 8bit characters : works on 3.0, not on 4.0 !!!
To: perrot@francenet.fr (Gildas Perrot)
Date: Fri, 31 Jan 1997 15:47:58 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Gildas Perrot wrote:
    
    Hi everybody,
    
    I am using faxmail to send email written with 8bit characters to fax machines. 
    On version 3.0 of hylafax, the Postscript file generated was correct with e' 
    transformed in \351 so the output was OK. With version 4.0, the 8th bit is 
    truncated so I get 'h' instead.
    
    Does anyone have an idea how to solve this problem ? 

Please use HylaFAX v4.0pl1; some bugs related to faxmail(1) and 8bit
are fixed in v4.0pl1; you've also to set the right charset and
content-type in your mail-header, e.g.:

	Content-Transfer-Encoding: 8bit
	Content-Type: text/plain; charset=ISO-8859-1

	matthias

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Subject: Re: conversion script not found
To: tim@futuresouth.com (Tim Tsai)
Date: Fri, 31 Jan 1997 16:00:57 +0100 (MET)
Cc: flexfax@sgi.com
From: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Reply-To: Matthias.Apitz@SOFTCON.de (Matthias Apitz)
Organization: SoftcoN GmbH
Phone: +49 89 61308-51 (company)
Operating-System: UNIX_SV 4.2 1
Sender: owner-flexfax@celestial.com

Tim Tsai wrote:
    
      OK, I've installed HylaFAX 4.0pl1 a zillion times and the result seems to be
    the same each time.  I am sure I am missing a simple step somewhere but
    I am not having any luck getting this working.  Here's the message whenever
    I try to send an outgoing fax (incoming fax works).  Any ideas?  Note
    that it seems to have trouble with ps2fax, but I can run it from the
    command line just fine.

for me this looks like your PostScript-to-TIFF converter (perhaps
ghostscript) causes this problem; try running ps2fax(1M) with
exactly the same file and the same arguments as used by faxq(1M);
if you're unsure about the arguments just hack a line into ps2fax(1M)
like

	echo $* >> /tmp/ps2faxArguments

  matthias
    
    Your facsimile job to 8404056 was not sent because
    the document conversion script was not found.
    
        ---- Unsent job status ----
    
       Destination: 8404056
             JobID: 4
           GroupID: 4
            Sender: Root
          Mailaddr: root@mail.futuresouth.com
    Submitted From: localhost.futuresouth.com
        Page Width: 215 (mm)
       Page Length: 279 (mm)
        Resolution: 98 (lpi)
            Status: Unrecoverable error: invalidexit in .stop
    Operand stack:
        true  Courier-Bold  17732  Courier-Bold  --nostringval--
    
    Unexpected interpreter error -8.
    Error object: (f80)op(132:.stop)0x306a4
    Operand stack at 0xe037c:
    0xec094: 0x11 save -nF------ 0x05d4 0x0000000b
    0xec09c: 0x0d name -nS------ 0x04dc 0x00296a90 = Courier-Bold
    0xec0a4: 0x0b int  -nF------ 0x0000 0x00004544 = 17732
    0xec0ac: 0x0d name -nS------ 0x04dc 0x00296a90 = Courier-Bold
    0xec0b4: 0x01 bool --F------ 0x0000 0x00000001 = true
    Execution stack at 0xdf47c:
    0xed9fc: 0x0f oper --F---e-- 0x0000 0x000271f0 = %interp_exit
    0xeda04: 0x12 str  --F-rxe-- 0x0000 0x00000000 = 
    0xeda0c: 0x03 file --L-rxe-- 0x0001 0x000f6040
    0xeda14: 0x0e null --F---e-- 0x0000 0x0003244c
    0xeda1c: 0x03 file --S-rxe-- 0x0001 0x000e70c4
    0xeda24: 0x0f oper --F---e-- 0x0000 0x0003240c = %runexec_finish
    0xeda2c: 0x03 file --S-rxe-- 0x0001 0x000e70c4
    0xeda34: 0x04 arry --Lwrxe-- 0x0007 0x000f745c
    0xeda3c: 0x05 mpry --G-rxe-- 0x0039 0x00133b9e
    Dictionary stack at 0xdf534:
    0xee22c: 0x02 dict --Gwrx--- 0x0000 0x000ef034
    0xee234: 0x02 dict --Gwrx--- 0x0000 0x0029c4e0
    0xee23c: 0x02 dict --Lwrx--- 0x0000 0x000f4088
    0xee244: 0x02 dict --Lwrx--- 0x0000 0x000f62d4
    
           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/doc4.ps.4           5766 PostScript

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 16:38:48 +0100 (MET)
From: "Lorenzo M. Catucci" <lorenzo@argon.roma2.infn.it>
Reply-To: "Lorenzo M. Catucci" <lorenzo@argon.roma2.infn.it>
To: flexfax@sgi.com
Subject: MacFLEX
Sender: owner-flexfax@celestial.com

I started a long thread on macflex, but the whole problem was caused from
the absence of a standard user for the mac client. Sorry, but I think the 
<no job scheduler appears to be running> message could be regarded as a
bug, and therefore I don't feel too bad.

I have to thank you all for your patience, and, at first, Matthias.

Yours,

lorenzo

ps what is the patch in Paul-Andr mailing meant to correct? Since I had
succeeded in starting macflex, I tried using the coverpage I call from
faxcover, which I compiled with LaTeX and faxcover.sty, but I get weird
error messages too.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Leslie Mikesell <les@mcs.net>
Subject: Re: Cyclades was Re:Comtrl RocketPort?
To: bruno@openline.com.br (Bruno Lopes F. Cabral)
Date: Fri, 31 Jan 1997 09:46:23 -0600 (CST)
Cc: flexfax@sgi.com
Sender: owner-flexfax@celestial.com

> 
> Does hylafax does well with cyclades 16Ye boards ?

I've used it with an 8Yo on Linux 2.0.x and it works fine.  

Les Mikesell
  les@mcs.com

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: jackb@pgw.picker.com
To: flexfax@SGI.com
Subject: Trying to dialout on a USRobotics Sportster 28.8 Fax/Modem 
Date: Fri, 31 Jan 97 11:48:29 -0500
X-Mts: smtp
Sender: owner-flexfax@celestial.com

I finally gave up trying to get the USRobotics Sportster 33.6 Fax/Modem.
Now I installed a USRobotics Sportster 28.8 Fax/Modem to the tty00 port
on my Dec Alpha running DU 3.d.  I can hear the modem dial out and can
hear the Fax machine I'm calling pick up, but shortly after exchanging
signals the Fax machine hangs up with REMOTE HANGUP: RSPREC error/got DCN
 (code 71).  This is consistent.

Can anyone help me get by this?

Thanks,

Jack

Related info follows:

faxstat
HylaFAX scheduler on pgw6: Running
Modem tty00 (+1.704.588.4000): Running and idle

HylaFAX scheduler on pgw6: Running
Modem tty00 (+1.704.588.4000): Sending job 1


The logfile shows the remote Fax hanging up on me.
Jan 31 11:44:37.08: [ 2032]: SESSION BEGIN 00000004 17045884595
Jan 31 11:44:37.08: [ 2032]: SEND FAX: JOB 1 DEST 5884595 COMMID 00000004
Jan 31 11:44:37.08: [ 2032]: DELAY 2600 ms
Jan 31 11:44:39.68: [ 2032]: <-- [17:ATE0V1Q0X4S0=0H0\r]
Jan 31 11:44:39.85: [ 2032]: --> [16:ATE0V1Q0X4S0=0H0]
Jan 31 11:44:39.85: [ 2032]: --> [2:OK]
Jan 31 11:44:39.85: [ 2032]: <-- [32:ATS8=2S7=60&H1&I0&R2S13=1&D2&C1\r]
Jan 31 11:44:40.02: [ 2032]: --> [2:OK]
Jan 31 11:44:40.02: [ 2032]: <-- [14:AT+FCLASS=2.0\r]
Jan 31 11:44:40.06: [ 2032]: --> [2:OK]
Jan 31 11:44:40.06: [ 2032]: <-- [9:AT+FLO=2\r]
Jan 31 11:44:40.10: [ 2032]: --> [2:OK]
Jan 31 11:44:40.10: [ 2032]: <-- [9:AT+FPP=0\r]
Jan 31 11:44:40.14: [ 2032]: --> [2:OK]
Jan 31 11:44:40.14: [ 2032]: <-- [9:AT+FBO=0\r]
Jan 31 11:44:40.18: [ 2032]: --> [2:OK]
Jan 31 11:44:40.18: [ 2032]: <-- [10:AT+FCT=30\r]
Jan 31 11:44:40.22: [ 2032]: --> [2:OK]
Jan 31 11:44:40.22: [ 2032]: <-- [15:AT+FNR=1,1,1,1\r]
Jan 31 11:44:40.26: [ 2032]: --> [2:OK]
Jan 31 11:44:40.26: [ 2032]: <-- [9:AT+FIE=0\r]
Jan 31 11:44:40.30: [ 2032]: --> [2:OK]
Jan 31 11:44:40.30: [ 2032]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r]
Jan 31 11:44:40.34: [ 2032]: --> [2:OK]
Jan 31 11:44:40.34: [ 2032]: <-- [5:ATM1\r]
Jan 31 11:44:40.50: [ 2032]: --> [2:OK]
Jan 31 11:44:40.52: [ 2032]: <-- [14:AT+FCLASS=2.0\r]
Jan 31 11:44:40.66: [ 2032]: --> [2:OK]
Jan 31 11:44:40.66: [ 2032]: <-- [9:AT+FLO=2\r]
Jan 31 11:44:40.79: [ 2032]: --> [2:OK]
Jan 31 11:44:40.79: [ 2032]: <-- [9:AT+FPP=0\r]
Jan 31 11:44:40.93: [ 2032]: --> [2:OK]
Jan 31 11:44:40.93: [ 2032]: <-- [9:AT+FBO=0\r]
Jan 31 11:44:41.06: [ 2032]: --> [2:OK]
Jan 31 11:44:41.06: [ 2032]: <-- [10:AT+FCT=30\r]
Jan 31 11:44:41.20: [ 2032]: --> [2:OK]
Jan 31 11:44:41.20: [ 2032]: <-- [15:AT+FNR=1,1,1,1\r]
Jan 31 11:44:41.34: [ 2032]: --> [2:OK]
Jan 31 11:44:41.34: [ 2032]: <-- [9:AT+FIE=0\r]
Jan 31 11:44:41.47: [ 2032]: --> [2:OK]
Jan 31 11:44:41.47: [ 2032]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r]
Jan 31 11:44:41.61: [ 2032]: --> [2:OK]
Jan 31 11:44:41.61: [ 2032]: <-- [22:AT+FLI="NothingSetup"\r]
Jan 31 11:44:41.75: [ 2032]: --> [2:OK]
Jan 31 11:44:41.76: [ 2032]: DIAL 5884595
Jan 31 11:44:41.76: [ 2032]: <-- [12:ATDT5884595\r]
Jan 31 11:44:52.56: [ 2032]: --> [4:+FCO]
Jan 31 11:44:54.56: [ 2032]: --> [67:+FNF:0000091A086D7045884595FFFFFFFFFFFFFF01
19020A100182013000000069]
Jan 31 11:44:54.56: [ 2032]: REMOTE NSF "0000091A086D7045884595FFFFFFFFFFFFFF011
9020A100182013000000069"
Jan 31 11:44:55.28: [ 2032]: --> [27:+FCI:"        704 588 4595"]
Jan 31 11:44:55.28: [ 2032]: REMOTE CSI "704 588 4595"
Jan 31 11:44:55.72: [ 2032]: --> [20:+FIS:1,5,0,2,1,0,0,1]
Jan 31 11:44:55.72: [ 2032]: --> [2:OK]
Jan 31 11:44:55.72: [ 2032]: REMOTE best rate 14400 bit/s
Jan 31 11:44:55.72: [ 2032]: REMOTE max page width 1728 pixels in 215 mm
Jan 31 11:44:55.72: [ 2032]: REMOTE max unlimited page length 
Jan 31 11:44:55.72: [ 2032]: REMOTE best vres 7.7 line/mm
Jan 31 11:44:55.72: [ 2032]: REMOTE best format 2-D MR
Jan 31 11:44:55.72: [ 2032]: REMOTE best 5 ms/scanline
Jan 31 11:44:55.72: [ 2032]: USE 14400 bit/s
Jan 31 11:44:55.72: [ 2032]: USE 5 ms/scanline
Jan 31 11:44:55.72: [ 2032]: SEND file "docq/doc1.cover;30"
Jan 31 11:44:55.72: [ 2032]: USE page width 1728 pixels in 215 mm
Jan 31 11:44:55.72: [ 2032]: USE unlimited page length 
Jan 31 11:44:55.72: [ 2032]: USE 3.85 line/mm
Jan 31 11:44:55.72: [ 2032]: USE 1-D MR
Jan 31 11:44:55.72: [ 2032]: <-- [23:AT+FIS=0,5,0,2,0,0,0,1\r]
Jan 31 11:44:55.87: [ 2032]: --> [2:OK]
Jan 31 11:44:55.87: [ 2032]: <-- [7:AT+FDT\r]
Jan 31 11:44:56.01: [ 2032]: --> [20:+FCS:0,5,0,2,0,0,0,1]
Jan 31 11:45:10.35: [ 2032]: --> [7:+FHS:71]
Jan 31 11:45:10.35: [ 2032]: REMOTE HANGUP: RSPREC error/got DCN (code 71)
Jan 31 11:45:10.35: [ 2032]: --> [2:OK]

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: raoul@cirl.meei.harvard.edu
Date: Fri, 31 Jan 97 11:59:09 EST
To: tim@futuresouth.com
Cc: flexfax@sgi.com
Subject: Re: conversion script not found
Reply-To: raoul@cirl.meei.harvard.edu
Sender: owner-flexfax@celestial.com

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


Well, what are you sending? Plain text, or some strange Postscript file
that Ghostscript is having difficulty converting? And are you using a modern
version of Ghostscript with the tiffg3 drivers installed?

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


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMvIk2D/+ItycgIJRAQEgwAP9His4igd1+VPb7LVkb67vAkVoag0PC/59
sDgyk7vmjOp2q+q+lVjujGWp3XDpUp0b0auLKUXscD3yi+x9R7pO/tIS/iJ9yypK
+IAVCDh9kcC2sETohfXucZJiorYUZBjW6DtQNUA8tw/FbCAhgJw7cKdtApHG46tC
xdR7AXn7Oes=
=Z4TI
-----END PGP SIGNATURE-----

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 09:57:42 -0800 (PST)
From: Anthony Talltree <aad@nwnet.net>
To: flexfax@SGI.com
Subject: Re: Trouble communicating with my modem
Sender: owner-flexfax@celestial.com

>  Some people have gotten them to work as a Class 1.

I got exactly *one* page to work at Class 1, and have had no luck since.
 The Multitech MT2834ZDXb seems to be recommended, though, so I ordered
one yesterday.  The @#$ Sportsters predate me.

Jan 21 15:21:12.12: [ 5854]: SESSION BEGIN 00000059 120696497451
Jan 21 15:21:12.12: [ 5854]: SEND FAX: JOB 32 DEST 9,6497451 COMMID 00000059
Jan 21 15:21:12.13: [ 5854]: DELAY 2600 ms
Jan 21 15:21:15.72: [ 5854]: <-- [17:ATE0V1Q0X4S0=0H0\r]
Jan 21 15:21:15.90: [ 5854]: --> [16:ATE0V1Q0X4S0=0H0]
Jan 21 15:21:15.90: [ 5854]: --> [2:OK]
Jan 21 15:21:15.90: [ 5854]: <-- [32:ATS8=2S7=60&H1&I0&R2S13=1&D2&C1\r]
Jan 21 15:21:16.09: [ 5854]: --> [2:OK]
Jan 21 15:21:16.09: [ 5854]: <-- [12:AT+FCLASS=1\r]
Jan 21 15:21:16.26: [ 5854]: --> [2:OK]
Jan 21 15:21:16.26: [ 5854]: <-- [9:AT+FAA=1\r]
Jan 21 15:21:16.42: [ 5854]: --> [2:OK]
Jan 21 15:21:16.42: [ 5854]: <-- [5:ATM0\r]
Jan 21 15:21:16.58: [ 5854]: --> [2:OK]
Jan 21 15:21:16.61: [ 5854]: <-- [12:AT+FCLASS=1\r]
Jan 21 15:21:16.88: [ 5854]: --> [2:OK]
Jan 21 15:21:16.89: [ 5854]: DIAL 9,6497451
Jan 21 15:21:16.89: [ 5854]: <-- [14:ATDT9,6497451\r]
Jan 21 15:21:30.98: [ 5854]: --> [7:CONNECT]
Jan 21 15:21:32.87: [ 5854]: --> [2:OK]
Jan 21 15:21:32.87: [ 5854]: <-- [9:AT+FRH=3\r]
Jan 21 15:21:32.90: [ 5854]: --> [7:CONNECT]
Jan 21 15:21:33.57: [ 5854]: --> [2:OK]
Jan 21 15:21:33.57: [ 5854]: REMOTE CSI ""
Jan 21 15:21:33.57: [ 5854]: <-- [9:AT+FRH=3\r]
Jan 21 15:21:33.59: [ 5854]: --> [7:CONNECT]
Jan 21 15:21:33.86: [ 5854]: --> [2:OK]
Jan 21 15:21:33.86: [ 5854]: REMOTE best rate 9600 bit/s
Jan 21 15:21:33.86: [ 5854]: REMOTE max page width 1728 pixels in 215 mm
Jan 21 15:21:33.86: [ 5854]: REMOTE max unlimited page length 
Jan 21 15:21:33.86: [ 5854]: REMOTE best vres 7.7 line/mm
Jan 21 15:21:33.86: [ 5854]: REMOTE best format 1-D MR
Jan 21 15:21:33.86: [ 5854]: REMOTE best 20 ms, 10 ms/scanline
Jan 21 15:21:33.86: [ 5854]: USE 9600 bit/s
Jan 21 15:21:33.86: [ 5854]: USE 20 ms, 10 ms/scanline
Jan 21 15:21:33.86: [ 5854]: SEND file "docq/doc32.cover;31"
Jan 21 15:21:33.87: [ 5854]: USE page width 1728 pixels in 215 mm
Jan 21 15:21:33.87: [ 5854]: USE unlimited page length 
Jan 21 15:21:33.87: [ 5854]: USE 7.7 line/mm
Jan 21 15:21:33.87: [ 5854]: USE 1-D MR
Jan 21 15:21:33.87: [ 5854]: SEND training at v.29 9600 bit/s
Jan 21 15:21:33.87: [ 5854]: <-- [9:AT+FTH=3\r]
Jan 21 15:21:34.09: [ 5854]: --> [7:CONNECT]
Jan 21 15:21:34.09: [ 5854]: <-- data [23]
Jan 21 15:21:34.09: [ 5854]: <-- data [2]
Jan 21 15:21:34.15: [ 5854]: --> [7:CONNECT]
Jan 21 15:21:34.15: [ 5854]: <-- data [6]
Jan 21 15:21:34.15: [ 5854]: <-- data [2]
Jan 21 15:21:36.05: [ 5854]: --> [2:OK]
Jan 21 15:21:36.05: [ 5854]: DELAY 75 ms
Jan 21 15:21:36.12: [ 5854]: <-- [10:AT+FTM=96\r]
Jan 21 15:21:36.46: [ 5854]: --> [7:CONNECT]
Jan 21 15:21:36.46: [ 5854]: <-- data [1024]
Jan 21 15:21:36.46: [ 5854]: <-- data [776]
Jan 21 15:21:36.46: [ 5854]: <-- data [2]
Jan 21 15:21:38.36: [ 5854]: --> [2:OK]
Jan 21 15:21:38.36: [ 5854]: <-- [9:AT+FRH=3\r]
Jan 21 15:21:38.88: [ 5854]: --> [7:CONNECT]
Jan 21 15:21:39.63: [ 5854]: --> [2:OK]
Jan 21 15:21:39.63: [ 5854]: TRAINING succeeded
Jan 21 15:21:39.63: [ 5854]: <-- [10:AT+FTM=96\r]
Jan 21 15:21:40.01: [ 5854]: --> [7:CONNECT]
Jan 21 15:21:40.01: [ 5854]: SEND begin page
Jan 21 15:21:40.04: [ 5854]: <-- data [1026]
Jan 21 15:21:40.04: [ 5854]: <-- data [1026]
Jan 21 15:21:40.04: [ 5854]: <-- data [1033]
Jan 21 15:21:40.04: [ 5854]: <-- data [1038]
Jan 21 15:21:40.04: [ 5854]: <-- data [1033]
Jan 21 15:21:42.18: [ 5854]: <-- data [1026]
Jan 21 15:21:42.18: [ 5854]: <-- data [1025]
Jan 21 15:21:44.33: [ 5854]: <-- data [1024]
Jan 21 15:21:44.33: [ 5854]: <-- data [1024]
Jan 21 15:21:46.48: [ 5854]: <-- data [1052]
Jan 21 15:21:46.48: [ 5854]: <-- data [1042]
Jan 21 15:21:48.61: [ 5854]: <-- data [1024]
Jan 21 15:21:48.61: [ 5854]: <-- data [1024]
Jan 21 15:21:50.78: [ 5854]: <-- data [1025]
Jan 21 15:21:50.78: [ 5854]: <-- data [1034]
Jan 21 15:21:52.93: [ 5854]: <-- data [1053]
Jan 21 15:21:52.93: [ 5854]: <-- data [1034]
Jan 21 15:21:55.06: [ 5854]: <-- data [1050]
Jan 21 15:21:55.06: [ 5854]: <-- data [1028]
Jan 21 15:21:57.24: [ 5854]: <-- data [1047]
Jan 21 15:21:57.24: [ 5854]: <-- data [1057]
Jan 21 15:21:59.41: [ 5854]: <-- data [1038]
Jan 21 15:21:59.41: [ 5854]: <-- data [1051]
Jan 21 15:22:01.57: [ 5854]: <-- data [1029]
Jan 21 15:22:01.57: [ 5854]: <-- data [1048]
Jan 21 15:22:03.75: [ 5854]: <-- data [229]
Jan 21 15:22:03.75: [ 5854]: SENT 25822 bytes of data
Jan 21 15:22:03.76: [ 5854]: <-- data [1052]
Jan 21 15:22:05.92: [ 5854]: <-- data [1036]
Jan 21 15:22:05.92: [ 5854]: <-- data [1032]
Jan 21 15:22:05.92: [ 5854]: <-- data [1048]
Jan 21 15:22:08.34: [ 5854]: <-- data [1044]
Jan 21 15:22:08.34: [ 5854]: <-- data [1024]
Jan 21 15:22:10.50: [ 5854]: <-- data [1028]
Jan 21 15:22:10.50: [ 5854]: <-- data [1024]
Jan 21 15:22:12.68: [ 5854]: <-- data [1024]
Jan 21 15:22:12.68: [ 5854]: <-- data [1024]
Jan 21 15:22:14.81: [ 5854]: <-- data [1024]
Jan 21 15:22:14.82: [ 5854]: <-- data [1024]
Jan 21 15:22:16.95: [ 5854]: <-- data [1024]
Jan 21 15:22:16.95: [ 5854]: <-- data [123]
Jan 21 15:22:19.08: [ 5854]: SENT 13435 bytes of data
Jan 21 15:22:19.08: [ 5854]: SEND 1D RTC
Jan 21 15:22:19.08: [ 5854]: <-- data [29]
Jan 21 15:22:19.08: [ 5854]: <-- data [2]
Jan 21 15:22:19.08: [ 5854]: SEND end page
Jan 21 15:22:21.40: [ 5854]: --> [2:OK]
Jan 21 15:22:21.40: [ 5854]: DELAY 75 ms
Jan 21 15:22:21.48: [ 5854]: SEND send MPS (more pages, same document)
Jan 21 15:22:21.48: [ 5854]: <-- [9:AT+FTH=3\r]
Jan 21 15:22:21.66: [ 5854]: --> [7:CONNECT]
Jan 21 15:22:21.66: [ 5854]: <-- data [3]
Jan 21 15:22:21.66: [ 5854]: <-- data [2]
Jan 21 15:22:22.81: [ 5854]: --> [2:OK]
Jan 21 15:22:22.81: [ 5854]: <-- [9:AT+FRH=3\r]
Jan 21 15:22:25.63: [ 5854]: --> [10:NO CARRIER]
Jan 21 15:22:25.63: [ 5854]: MODEM No carrier
Jan 21 15:22:25.63: [ 5854]: SEND send MPS (more pages, same document)
Jan 21 15:22:25.63: [ 5854]: <-- [9:AT+FTH=3\r]
Jan 21 15:22:25.85: [ 5854]: --> [7:CONNECT]
Jan 21 15:22:25.85: [ 5854]: <-- data [3]
Jan 21 15:22:25.85: [ 5854]: <-- data [2]
Jan 21 15:22:27.01: [ 5854]: --> [2:OK]
Jan 21 15:22:27.01: [ 5854]: <-- [9:AT+FRH=3\r]
Jan 21 15:22:27.68: [ 5854]: --> [10:NO CARRIER]
Jan 21 15:22:27.68: [ 5854]: MODEM No carrier
Jan 21 15:22:27.68: [ 5854]: SEND send MPS (more pages, same document)
Jan 21 15:22:27.68: [ 5854]: <-- [9:AT+FTH=3\r]
Jan 21 15:22:27.90: [ 5854]: --> [7:CONNECT]
Jan 21 15:22:27.90: [ 5854]: <-- data [3]
Jan 21 15:22:27.90: [ 5854]: <-- data [2]
Jan 21 15:22:29.06: [ 5854]: --> [2:OK]
Jan 21 15:22:29.06: [ 5854]: <-- [9:AT+FRH=3\r]
Jan 21 15:22:32.17: [ 5854]: --> [0:]
Jan 21 15:22:32.17: [ 5854]: MODEM <Empty line>
Jan 21 15:22:32.17: [ 5854]: <-- data [1]
Jan 21 15:22:32.20: [ 5854]: --> [2:OK]
Jan 21 15:22:32.20: [ 5854]: SEND: No response to MPS or EOP repeated 3
tries; Giving up after 3 attempts to send same page
"docq/doc32.cover;31", dirnum 0
Jan 21 15:22:32.20: [ 5854]: <-- [9:AT+FTH=3\r]
Jan 21 15:22:32.26: [ 5854]: --> [7:CONNECT]
Jan 21 15:22:32.26: [ 5854]: <-- data [3]
Jan 21 15:22:32.26: [ 5854]: <-- data [2]
Jan 21 15:22:33.42: [ 5854]: --> [2:OK]
Jan 21 15:22:33.42: [ 5854]: <-- [5:ATH0\r]
Jan 21 15:22:33.68: [ 5854]: --> [2:OK]
Jan 21 15:22:33.68: [ 5854]: SESSION END

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: Andreas Eulitz ("Eule") <Andreas.Eulitz@Informatik.TU-Chemnitz.DE>
Subject: Q: access control problem
To: flexfax@sgi.com
Date: Fri, 31 Jan 1997 19:30:51 +0100 (MET)
Sender: owner-flexfax@celestial.com

HylaFAX version:	v4.0 pl 0
running on host:	Linux PC (v1.2.13 Kernel, CND distr.)
compiled with:		gcc 2.7.0
modem:			Creatix LC144 
client PC's via:	WinFlex v0.4 beta

I'm running HylaFAX on the configuration stated above. It's a beautifully 
crafted software (honestly), thanks to uncle Sam :-). I got the following
(probably WinFlex related) problem:


Q: How can I restrict client access via WinFlex to the users named in
  <spooling_area>/etc/hosts? Access is possible though neither the
  user nor the client PC is in <spooling_area>/etc/hosts.

  (guess: WinFlex uses the old version 3 hfaxd protocol, does it
   allow access without a proper login procedure?)

Playing around with multiple user access I encountered another problem:

Q: Being FaxMaster / root@faxserver, how can I delete somebody else's
   fax jobs? faxrm <job_id> fails with the message
     "Operation not permitted" (or the like)
   Tracing faxrm's communication with hfaxd via the -v option reveals
   that faxrm won't go for ADMINistrative rights even if the user invoking
   faxrm has a admin password set in <spooling_area>/etc/hosts.

   (cure: Yes, I could always
      % telnet localhost fax
      USER xxx
      PASS psst!
      ADMIN psssssst!!
      JKILL nnn
      QUIT
    but this a bit wicked to do every time :-()

That's it, thanks.
Eule.

P.S.: This is the first time I'm dealing with a mailing list,
      haven't heard about the rules & therefore beg your pardon
      for not sitcking to them.

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
Subject: Misleading error msg, Hylafax4.0pl1 faxmodem
Date: Fri, 31 Jan 1997 13:48:36 -0500
From: Matthew Swift <swift@bu.edu>
Sender: owner-flexfax@celestial.com

When faxq is not running, invoking faxmodem gives you the error:

  FIFO: open: No such device or address

If you run faxmodem TOO SOON after faxq, e.g., right after in a shell script,
you get the same problem.  This is a very misleading error message, since the
FIFO pipe exists sure enough.  I spent quite a bit of time baffled until I
just happened to notice the reason by trial and error.

I'll provide my setup details if relevant.

Matt

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
To: flexfax@sgi.com
cc: Gabriel Fernandez <fernande@cs.sc.edu>
Subject: Re: Misleading error msg, Hylafax4.0pl1 faxmodem 
Date: Fri, 31 Jan 1997 15:27:47 -0500
From: Matthew Swift <swift@bu.edu>
Sender: owner-flexfax@celestial.com

>>>>> "G" == Gabriel Fernandez <fernande@cs.sc.edu> writes:

    G> Dear Matthew:
    >> When faxq is not running, invoking faxmodem gives you the
    >> error:
    >> 
    >> FIFO: open: No such device or address
    >> 
    >> If you run faxmodem TOO SOON after faxq, e.g., right after in a
    >> shell script, you get the same problem.  This is a very
    >> misleading error message, since the FIFO pipe exists sure
    >> enough.  I spent quite a bit of time baffled until I just
    >> happened to notice the reason by trial and error.
    >> 
    >> I'll provide my setup details if relevant.

    G>    The details about your setup would be nice. Thanks,

    G> 	Gabriel

If any of the below is not self-explanatory or insufficient, please
let me know, I'll supply what I can.

Here is the problem visualized:

    root# /etc/init.d/hylafax stop
    Stopping HylaFAX Servers.
    root# faxmodem modem
    FIFO: open: No such device or address

WHEREAS

    root# faxq
    root# faxmodem modem
    root# 

AND

    root# /etc/init.d/hylafax stop
    Stopping HylaFAX Servers.
    root# faxq; faxmodem modem
    FIFO: open: No such device or address
    root# 

AND

    root# /etc/init.d/hylafax stop
    Stopping HylaFAX Servers.
    root# faxq; sleep 1; faxmodem modem
    root# 

The tail end of "strace faxmodem modem" is perhaps the most informative:
-------------------------------------------
    personality(PER_LINUX)                  = 0
    geteuid()                               = 0
    getuid()                                = 0
    getgid()                                = 0
    getegid()                               = 0
    stat("/etc/locale/C/libc.cat", 0xbfffe7fc) = -1 ENOENT (No such file or directory)
    stat("/usr/share/locale/C/libc.cat", 0xbfffe7fc) = -1 ENOENT (No such file or directory)
    stat("/usr/share/locale/libc/C", 0xbfffe7fc) = -1 ENOENT (No such file or directory)
    stat("/usr/share/locale/C/libc.cat", 0xbfffe7fc) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/locale/C/libc.cat", 0xbfffe7fc) = -1 ENOENT (No such file or directory)
    chdir("/var/spool/fax")                 = 0
    open("FIFO", O_WRONLY|O_NONBLOCK)       = -1 ENXIO (No such device or address)
    ioctl(2, TCGETS, {B9600 opost isig icanon echo ...}) = 0
    write(2, "FIFO: open: No such device or ad"..., 37FIFO: open: No such device or address) = 37
    write(2, "\n", 1
    )                       = 1
    _exit(-1)                               = ?
--------------------------------------


WHEREAS

    root# d /var/spool/fax/F*
    prw-------   1 fax      fax             0 Jan 31 15:18 /var/spool/fax/FIFO


That explains an immediate cause of the error, but as to why the call
to open fails, you gots me.

Hylafax4.0pl1 built from scratch after using the patch from pl0.  No snags.

I run Debian 1.2 (fixed) which is:  libc-5.4.20 gcc-2.7.2.1
My config.site is attached below.  

What other system information is relevant?

------------config.site   NOTHING AFTER THIS....

# $Id: config.site,v 1.37 1996/08/19 18:00:44 sam Rel $
#

[...]

#
# Package controls.
#
#AFM="auto"			# install AFM files (auto|yes|no)
#DSO="auto"			# configure DSO support (auto|IRIX|no)
#GETTY="auto"			# type of getty support (auto|BSD|SysV)
#HTML="yes"			# install HTML documentation (yes|no)
#PS="auto"			# PostScript support to use (auto|gs|dps|imp)
#SYSVINIT="auto"		# install SysV-style init support (auto|yes|no)
#SGI2FAX="auto"			# configure SGI image support (auto|yes|no)
#DPS="no"			# install SGI DPS-based RIP (yes|no)
#GS="no"			# install Ghostscript RIP (yes|no)
#IMP="no"			# install SGI Impressario 2.1 support (yes|no)
#REGEX="yes"			# use distributed regular expression package
#ZLIB="yes"			# use distributed zlib distribution
#UTMP="utmpx"			# type of utmp+wtmp handling (auto|utmp|utmpx)
#DBLIB="no"			# use distributed libdb distribution

#
# Directory parameters.
#
#DIR_AFM="/usr/lib/DPS/AFM"		# directory for AFM files
DIR_AFM="/usr/local/lib/gsfonts"		# directory for AFM files
#DIR_BIN="/usr/local/bin"		# directory for client apps
#DIR_LIBDATA="/usr/lib/fax"		# directory for client data
DIR_LIBDATA="/usr/local/lib/fax"		# directory for client data
#DIR_LIBEXEC="/usr/lib/fax"		# directory for libraries&hidden apps
DIR_LIBEXEC="/usr/local/lib/fax"		# directory for libraries&hidden apps
#DIR_MAN="/usr/local/man"		# directory for manual pages
#DIR_SPOOL="/var/spool/fax"		# directory for spooling area
#DIR_SBIN="/var/spool/fax/bin"		# directory for system apps
#DIR_LOCKS="/usr/spool/locks"		# directory for UUCP lock files
DIR_LOCKS="/var/lock"		# directory for UUCP lock files

#
# HTML-specific parameters; only used when the
# HTML package is configured for installation.
#
# Note that ``PATH''s are the virtual pathnames used
# in forming URLs; they are not directory pathnames
# in the filesystem.
#
DIR_HTML="/usr/local/doc/hylafax"	# directory for HTML documentation
DIR_CGI="/usr/lib/cern-httpd/cgi-bin"	# directory for CGI scripts
#HTMLPATH="/hylafax"			# virtual path to HTML materials
#CGIPATH="/cgi-bin"			# virtual path to CGI scripts

#
# Miscellaneous parameters.
#
# Defaults to 98 not 196 as advertised:
DEFVRES="196"				# default vertical res for outbound fax
#FILLORDER="MS2LSB"			# bit order of cpu (MSB2LSB/LSB2MSB)
#FAXGID="uucp"				# group ID for fax user
#FAXUID="uucp"				# user ID for fax user
FAXGID="fax"				# group ID for fax user
FAXUID="fax"				# user ID for fax user
#PAGESIZE="North American Letter"	# default page size
#SYSGID="sys"				# group ID for system installs
#SYSUID="bin				# user ID for system installs

# default is actually "ascii"
#LOCKS="ansi"				# default UUCP lockfile scheme
LOCKS="ansi"				# default UUCP lockfile scheme
#
PATH_GETTY="/sbin/getty"		# pathname of suitable getty program
#PATH_VGETTY="/bin/vgetty"		# pathname of voice getty program
#PATH_EGETTY="/bin/egetty"		# pathname of external getty program
#PATH_SENDMAIL="/usr/lib/sendmail"	# pathname of suitable sendmail program
PATH_GSRIP="/usr/bin/gs"		# pathname of Ghostscript-based RIP
#PATH_DPSRIP="/var/spool/fax/bin/ps2fax.exe"	# pathname of DPS-based RIP
#PATH_IMPRIP="/usr/lib/print/psrip"	# pathname of Impressario 2.1 RIP
#MANSCHEME="sysv-source-cat-strip"	# manual page installation scheme

#
# Parameters used when building the software.
#
# Note that configure has several ENVOPTS built into it that are
# set according to the target.  This is done to help naive folks.
#
# Beware of changing the INSTALL definition; you *must* have an
# install script that emulates the Silicon Graphics install program!
#
#AR="/bin/ar"				# pathname of suitable ar program
#AROPTS="rc"				# options to ar for creating archive
#CC="gcc"				# name/pathname of C compiler
#CXX="gcc"				# name/pathname of C++ compiler
#CXXFILE="-x c++"			# options for proper C++ processing
#ENVOPTS="-Aa"				# options for getting ANSI C
#GCOPTS="-g"				# options to pass C compiler
#GCXXOPTS="-g"				# options to pass C++ compiler
GCOPTS="-O3"				# options to pass C compiler
GCXXOPTS="-O3"				# options to pass C++ compiler
#GENDIST="/sbin/gendist"		# pathname of SGI inst generator program
#INSTALL='${SHELL} ${PORT}/install.sh'	# SGI install program/emulator
#LIBMALLOC="auto"			# yes|no|auto configure -lmalloc use
#LIBPORT='${PORT}/libport.a'		# library with emulation code
#LIBSUN="auto"				# yes|no|auto configure -lsun use
#LLDOPTS=""				# extra link line options
#MACHDEPLIBS=""				# extra libraries for linking
#PORTFUNCS=""				# non-standard functions to emulate
#PROTOTYPES="-prototypes"		# C compiler options for checking function prototypes
#RANLIB=":"				# pathname of suitable ranlib program
#SHDLIBC="-lc_s"			# shared C library, if not standard
#SIGHANDLERTYPES='(void(*)(int,...))'	# types to check for signal handler
#STRIP="/bin/strip"			# strip program used by install.sh

#
# The source for the TIFF library is not required
# to build this software, but the library is required
# to link against.  If libtiff is installed in a
# non-standard location then setup LIBTIFF accordingly.
#
#LIBTIFF="-L/usr/local/lib -ltiff"	# linkage convention for libtiff
#TIFFINC="/usr/local/include"		# place to find tiffio.h
#TIFFBIN="/usr/local/bin"		# where TIFF tools live

#LIBTIFF="-L/usr/lib -ltiff"	# linkage convention for libtiff
#TIFFINC="/usr/include"		# place to find tiffio.h
#TIFFBIN="/usr/bin"		# where TIFF tools live

###  The Debian tiff package does not work, I don't know why!

LIBTIFF="-L/usr/local/src/comm/fax/installed/tiff-v3.4beta035/libtiff -ltiff"
TIFFINC="/usr/local/src/comm/fax/installed/tiff-v3.4beta035/libtiff"
TIFFBIN="/usr/local/src/comm/fax/installed/tiff-v3.4beta035/tools"

#
# The source for the ZLIB library is not required
# to build this software, but the library is required
# to link against.  If the copy of the software that is
# include in this distribution is not to be used then
# set ZLIB=no and supply the following definitions.
#
#LIBZ="-L/usr/local/lib -lz"		# linkage convention for libz
#ZLIBINC="/usr/local/include"		# place to find zlib.h

#
# The source for the POSIX regular expression package
# is not required to build this software, but the package
# is required to link against.  If the copy of the software
# that is included in this distribution is not to be used
# then set REGEX=no and supply the following definitions.
#
#LIBREGEX=" "				# linkage convention for regex package
#REGEXINC="/usr/include"		# place to find regex.h

#
# The LIBDB hashed database package is (currently) used
# only by the MLA tools that are not publicly available
# but which are built from within this source tree.  In
# the future the fax software may use the libdb software
# for the remote client capabilities database (so these
# hooks are included now).
#
# The source for the LIBDB hashed database package
# is not required to build this software, but the package
# is required to link against.  If the copy of the software
# that is included in this distribution is not to be used
# then set DBLIB=no and supply the following definitions.
#
#LIBDB=" "				# linkage convention for libdb package
#DBLIBINC="/usr/include"		# place to find db.h

#
#Parameters to control various workarounds for system bugs.
#
# These parameters are normally set in configure based on
# the target system.  If they are set here, then they will
# override anything done by configure.
#
#CONFIG_OPENFIFO="O_RDONLY"		# mode to open FIFOs in server proc's
#CONFIG_FIFOBUG="yes"			# enable workaround for FIFO select bug
#CONFIG_SELECTBUG="no"			# enable workaround for select problem
#CONFIG_TIOCMBISBYREF="yes"		# pass arg by reference to ioctl
#CONFIG_WINSZHACK="no"			# include extra files for TIOCWINSZ use
#CONFIG_ABORTBUG="no"			# enable workaround for abort problems
#CONFIG_NOREOPEN="yes"			# reopen tty device after toggling DTR
#CONFIG_NOSTDINDUP="yes"		# do not redirect stdout to stdin in ondelay
#CONFIG_BADEXECVPROTO="no"		# system has incorrect execv func decl
#CONFIG_BADEXECVEPROTO="no"		# system has incorrect execve func decl
#CONFIG_BADGETOPTPROTO="no"		# system has incorrect getopt func decl
#CONFIG_SOCKARGLENTYPE="unsigned long"	# call-by-ref arg type for socket funcs
#CONFIG_BADSELECTPROTO="no"		# system has way old select func decl

#
# Dynamic Shared Object (DSO) support.
#
# Beware that adding new support for DSOs may require some
# modifications to the */Makefile.dso files.
#
#DSOSUF="so"				# DSO filename suffix
#DSODELAY="-delay_load"			# DSO option for delayed loading
#DSOOPTS="-shared -rdata_shared"	# options for building DSOs

#
# Makefile construction parameters.
#
# These should not normally be set; configure will
# deduce the appropriate syntax to use for includes.
#
#MAKECXXOVERRIDE="=.C"			# make override stuff for SunPRO C++
#MAKEDEPINCLUDE="include"		# make include for dependency files
#MAKEDSOINCLUDE="#"			# make include for DSO support
#MAKEINCLUDE=".include"			# make include syntax
#MAKELQUOTE="<"				# make include syntax
#MAKERQUOTE=">"				# make include syntax
#SETMAKE='MAKE	= ${MAKE}'		# define if make does not setup $MAKE

#
# General system stuff used by the distribution.
#
# Beware of setting these as configure selects several programs
# based on whether or not they are capable of processing scripts
# included in the distribution (e.g AWK and SCRIPT_SH, SED).
#
#AWK="/bin/awk"				# pathname of suitable awk program
#CAT="/bin/cat"				# pathname of suitable cat program
#CHGRP="/etc/chgrp"			# pathname of suitable chgrp program
#CHMOD="/etc/chmod"			# pathname of suitable chmod program
#CHOWN="/etc/chown"			# pathname of suitable chown program
#CMP="/bin/cmp"				# pathname of suitable cmp program
#COL="/bin/col"				# pathname of suitable col program
#CP="/bin/cp"				# pathname of suitable cp program
#ECHO="/bin/echo"			# pathname of suitable echo program
#GREP="/bin/grep"			# pathname of suitable grep program
#LN="/bin/ln"				# pathname of suitable ln program
#LN_S="-s"				# option to ${LN} to create symlink
#MAN="/usr/bin/man"			# pathname of suitable man program
#MKDIR="/bin/mkdir"			# pathname of suitable mkdir program
#MKFIFO="/bin/mkfifo"			# pathname of suitable mkfifo program
#MV="/bin/mv"				# pathname of suitable mv program
#MV_F="-f"				# option to ${MV} to force operation
#RMCMD="/bin/rm"			# pathname of suitable rm program
#SED="/bin/sed"				# pathname of suitable sed program
#SCRIPT_SH="/bin/sh"			# pathname of suitable shell
#SORT="/bin/sort"			# pathname of suitable sort program

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
From: "Bruno Lopes F. Cabral" <bruno@openline.com.br>
Subject: Sportsteer or detection problem ?
To: flexfax@sgi.com
Date: Fri, 31 Jan 1997 19:46:43 -0200 (EDT)
Sender: owner-flexfax@celestial.com

Hi ppl,

I've here one USR V34+ internal, one external and an old
14.4 USR Sportsteer external, too.

The two V34+ claims to be Class 2.0 or Class 1, the 14.4
only Class 1. Every time I run faxaddmodem for the
external ones, I got different responses for the modem types
AND configuration files.

It seems to me that autodetection isn't working fine with USR
modems (as there are lots of models, even Windoze 95 detects
all of them). Is there a chart somewhere with the config(5F)
values for USR modems ?

Let's compare them:

USR Sportster V34+ external
 ati0 3362
 ati1 3291
 ati3 Sportster 33600/Fax V2.31
 ati4 USRobotics Sportster 33600 Fax Settings...
 ati7 Product type           US/Canada External
      Options                V32bis,V.FC,V.34+
      Fax Options            Class 1/Class 2.0
      Clock Freq             92.0Mhz
      Eprom                  256k
      Ram                    64k
      EPROM date             3/4/96
      DSP date               3/4/96
      EPROM rev              2.31
      DSP rev                2.31

USR Sportster 14.4 external
 ati0 1444
 ati1 D40D
 ati3 Sportster 14,400/Fax V4.1
 ati4 USRobotics Sportster 14400 Fax Settings...
 ati7 Product type           US/Canada External
      Options                V32
      Fax Options            Class 1
      Clock Freq             16.0Mhz
      Eprom                  128k
      Ram                    32k
      Supervisor date        09/13/93
      DSP date               06/01/93
      Supervisor rev         4.1
      DSP rev                10

USR Sportster V34+ internal (pagesend ok, fax phase B error)
 ati0 3361
 ati1 07CA
 ati3 Sportster 33600/Fax V1.1
 ati4 USRobotics Sportster 33600 Fax Settings...
 ati7 Product type           US/Canada Internal
      Options                V32bis,V.FC,V.34+
      Fax Options            Class 1/Class 2.0
      Clock Freq             92.0Mhz
      Eprom                  256k
      Ram                    64k
      EPROM date             10/13/95
      DSP date               10/13/95
      EPROM rev              1.1
      DSP rev                1.1

I knew that USR aren't very liked here, but I *think*
they're used somewhere at least: HERE :)

Cheers, !3runo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bruno Lopes F. Cabral                       bruno@openline.com.br
http://www.openline.com.br                Joao Pessoa, PB, Brazil

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 16:50:44 -0500 (EST)
From: David Gilbert <dgilbert@jaywon.pci.on.ca>
To: flexfax@sgi.com
Subject: Too many open files.
Sender: owner-flexfax@celestial.com

	The unfortunate old 386 that runs my modems is very anemic in
terms of disk space.  I have all of my spool-file-type-apps using an
NFS mounted /var.  Unfortunately, Hylafax V4 doesn't seem to like this
--- in particular, the client directory must be on a local file system
(I assume this has something to do with sockets).

	Anyways, The system is running with the clients directory soft
linked to the small local filesystem.  However... for each job it
processes, it spits out the following:

Jan 31 15:07:54 strike HylaFAX[3353]: /client/: Not a directory.

	Since it was working, I ignored it for awhile.  However, after
running it this way for a day or so, it begins to spit out:

Jan 31 11:14:42 strike FaxQueuer[139]: JOB 1017: Could not open job file; Too many open files.

	And... when it's restarted, it spits out:

Jan 31 14:15:58 strike FaxQueuer[3288]: HylaClient::send: client/167: Cannot open FIFO: Device not configured

	Now... keep in mind that it's working until it hits the too
many open files problem... so I'm gathering that some part of the way
it works it failing in this situation and leaving files open.  I'd
like to correct this if I can.  Right now, I just kill and restart
faxq every morning.

Dave.

-- 
============================================================================
|David Gilbert, PCI, Richmond Hill, Ontario.  | Two things can only be     |
|Mail:      dgilbert@jaywon.pci.on.ca         |  equal if and only if they |
|http://www.pci.on.ca/~dgilbert               |   are precisely opposite.  |
=========================================================GLO================

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 17:22:21 -0500
From: Jack Burton <jackb@pgw.picker.com>
To: flexfax@SGI.com
Subject: Problem with USRobotics Sportster Modems
Cc: jackb@pgw
Sender: owner-flexfax@celestial.com

Still can't successfully send Faxes.

Hylafax Version = 4.0p11
Platform	= Digital Alpha
OS		= 3.2d

Modems I tried: (Both USRobotics Sportster 28,800 Fax/Modems)

Two different sets of firmware in the modems.  As reported by ATI3 for each
modem:

V1.1 and V6.0
----------------------------------------------------------------------------

Problem1:  When the modems are configured as Class 2.0 Modems I get the
following in the log.

REMOTE HANGUP: RSPREC error/got DCN (code 71) 

Problem2: When the modems are configured as Class 1 Modems I get the

Training failed messages (from 36400 baud all the way down)

----------------------------------------------------------------------------
I have tried faxing to various fax machines and consistly get the same
results.  I basically have taken the default modem settings.  Is anyone
using a similar modem?  Would you please share your modem config file
with me?

I really don't know what to do to correct this.

TIA,

Jack

From owner-flexfax@celestial.com  Wed Feb 17 13:54:46 1999
Date: Fri, 31 Jan 1997 16:59:37 -0700 (MST)
From: John Patrick Poet <john@BlueSkyTours.COM>
To: HylaFax <flexfax@sgi.com>
Subject: Can not open document file
Sender: owner-flexfax@celestial.com


We are getting occational send failures with the reason being:

"Can not open document file"

However, when I go look the document file is there and I can look at it just
fine.  What is actually failing here?  Is it some sort of strange locking
problem?  This is on a linux 2.0.27 pc.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Your facsimile job to xxxxxxxxxxx failed because:
    Can not open document file

    ---- Transcript of session follows ----

Jan 31 16:01:22.00: [14202]: SESSION BEGIN 00019649 18086615510
Jan 31 16:01:48.05: [14202]: SESSION END

    ---- Unsent job status ----

   Destination: xxxxxxxxxxx
         JobID: 13322
       GroupID: 13322
        Sender: xxxxxx
      Mailaddr: xxxxxxxxxxxxx
        CommID: 00019649
Submitted From: maui.blueskytours.com
    Page Width: 215 (mm)
   Page Length: 279 (mm)
    Resolution: 196 (lpi)
        Status: Can not open document file
       Dialogs: 1 (exchanges with remote device)
         Dials: 0 (consecutive failed calls to destination)
         Calls: 2 (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/doc13423.ps         7069 PostScript

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


Any help would be appreciated,

John
--

|         |
+--+  ==  |  John Patrick Poet          Blue Sky Tours
|  |      |  System Admin/programmer    10832 Prospect Ave., N.E.
|     +---+  john@BlueSkyTours.COM      Albuquerque, N.M. 87112
|     |      Ph. 505 293 9462           Fx. 505 293 6902

