Hylafax Mailing List Archives

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] hylafax connects to incoming fax and hangs



dave fournier wrote:

Thanks to Lee Howard who solved my problem with the following advice.
 

Using RedHat, right?  Okay, go to the HylaFAX ftp site:
ftp://ftp.hylafax.org and grab the hylafax-4.1beta2-5rh6.i386.rpm file.
Go to the RedHat website and get the libtiff-3.5.5 RPMs.
install all of this, and if it give dependency issues about ghostscript
5.50 then get that, too.

Unless you're compiling CVS or a patched source for 4.1beta2, HylaFAX will
not work natively with libtiff-3.5.x.  This RPM is the only other way to
get HylaFAX working with libtiff-3.5.x.  If you want to use your current
HylaFAX installation, then downgrade your libtiff to 3.4.x.

Lee Howard

Hi All,

I'm using Redhat 6.1 with a USR V34 sportster modem.

when a fax comes in a connection seems to be made but

then the program appears to hang and nothing is written to

the directory where faxes are written.

These are my log and configuration files.

any help will be appreciated.

      Dave

Aug 10 13:42:25.43: [ 1287]: SESSION BEGIN 00000005 12506553364
Aug 10 13:42:25.43: [ 1287]: <-- [4:ATA\r]
Aug 10 13:42:27.67: [ 1287]: --> [4:+FCO]
Aug 10 13:42:27.67: [ 1287]: ANSWER: FAX CONNECTION
Aug 10 13:42:27.67: [ 1287]: RECV FAX: begin
Aug 10 13:42:29.69: [ 1287]: --> [27:+FTI:"          2503636749"]
Aug 10 13:42:29.69: [ 1287]: REMOTE TSI "2503636749"
Aug 10 13:42:29.69: [ 1287]: --> [20:+FCS:1,5,0,2,0,0,0,3]
Aug 10 13:42:29.69: [ 1287]: REMOTE wants 14400 bit/s
Aug 10 13:42:29.69: [ 1287]: REMOTE wants page width 1728 pixels in 215
mm
Aug 10 13:42:29.69: [ 1287]: REMOTE wants unlimited page length
Aug 10 13:42:29.69: [ 1287]: REMOTE wants 7.7 line/mm
Aug 10 13:42:29.69: [ 1287]: REMOTE wants 1-D MR
Aug 10 13:42:29.69: [ 1287]: --> [2:OK]
Aug 10 13:42:29.69: [ 1287]: <-- [7:AT+FDR\r]
Aug 10 13:42:34.86: [ 1287]: --> [7:CONNECT]
Aug 10 13:42:34.86: [ 1287]: RECV: begin page
Aug 10 13:42:34.86: [ 1287]: RECV: send trigger 022
Aug 10 13:42:34.86: [ 1287]: <-- data [1]

 $Id: usr-2.0,v 1.2 1999/01/04 10:19:07 robert 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 using the Class 2.0 command interface
# with a USR v.34 Courier or Sporster modem.
#
# RTS/CTS flow control is used default.
#
#
CountryCode:            1
AreaCode:               250
FAXNumber:              12506553364
LongDistancePrefix:     1
InternationalPrefix:    011
DialStringRules:        etc/dialrules
ServerTracing:          11
SessionTracing:         11
RecvFileMode:           0600
LogFileMode:            0600
DeviceMode:             0600
RingsBeforeAnswer:      1
SpeakerVolume:          off
GettyArgs:              "-h %l dx_%s"
LocalIdentifier:        "NothingSetup"
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.0        # use class 2.0 interface
ModemRate:              38400           # DCE-DTE communication rate
ModemFlowControl:       rtscts          # XON/XOFF flow control assumed
#
ModemNoFlowCmd:         AT&H0&I0&R1     # setup modem for no flow
control
ModemHardFlowCmd:       AT&H1&I0&R2     # setup modem for hardware flow
control
ModemSoftFlowCmd:       AT&H2&I2&R1     # setup modem for software flow
control
#
ModemSetupDTRCmd:       ATS13=1&D2      # setup so DTR drop resets modem

ModemSetupDCDCmd:       AT&C1           # setup so DCD reflects carrier
(or not)
ModemResultCodesCmd:    ATQ0X4          # enable extended result codes
#
# NB: adaptive answer only seems to work properly when
#     the modem is left idling in Class 2.0
#
ModemSetupAACmd:        AT+FAA=1
#
# Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
# Note that we both turn the speaker on/off and set volume.
#
ModemSetVolumeCmd:      "ATM0 ATM1 ATM1 ATM1 ATM1"
#
# Modem does not support HDLC frame tracing; we add this just
# to eliminate spurious ERROR results that confuse the naive.
#
Class2BUGCmd:           AT+FBU=0
#
# The modem doesn't support copy quality checking, even though it
# returns (0-2,0-2) for AT+FCQ=?; therefore we override the query
# response so that the server will do copy quality checking.
#
Class2CQQueryCmd:       !(0),(0)        # override modem response
#
# Disables the reporting of bad frames by the modem.  This
# overcomes a firmware problem in the x2 and V90 Sportsters.
# It is not necessary for the Courier modem.
#
Class2NRCmd:    AT+FNR=1,1,1,0

--
David A Fournier
PO Box 2040
Sidney, B.C. V8L 3S3
Canada
250-655-3364
otter@otter-rsch.com
http://otter-rsch.com

-- 
David A Fournier
PO Box 2040
Sidney, B.C. V8L 3S3
Canada
250-655-3364
otter@otter-rsch.com
http://otter-rsch.com
 

Home
Report any problems to webmaster@hylafax.org

HylaFAX is a trademark of Silicon Graphics Corporation.
Internet connectivity for hylafax.org is provided by:
VirtuALL Private Host Services