HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] have some problem with hylafax
Dear Sir,
Please help me to configuring the hylaxfax program. I want to
use hylafax to receiving fax and data.
I use Linux RedHat 7.2, hylafax 4.1.2, modem U.S Robotic 56K
FAX EXT
Right now, I receive data is OK, but fax sometime is OK,
sometime can't, it is depend on type of the fax machine. With the new fax
machine, it is OK. And with the old, It can't.
And it can't receive when they pick up the phone first
and listen the fax tone then they press Start button on fax machine. It have
error like this: ANSWER: Ring detected without successful
handshake
I'm forward to your reply.
Thank you very much
Lang Le
From Saigon, Vietnam
PS: This is my configurate
file:
# $Id: usr-2.0,v 1.6 2001/06/04 05:09:46 darren 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: 84
AreaCode: 8
FAXNumber: +84.8.7155099
LongDistancePrefix: 1
InternationalPrefix: 011
DialStringRules: etc/dialrules
ServerTracing: 1
SessionTracing: 11
RecvFileMode: 0600
LogFileMode: 0600
DeviceMode: 0600
RingsBeforeAnswer: 1
SpeakerVolume: Medium
GettyArgs: "-r
-b -s %s %l"
LocalIdentifier: "CML Technologies
Corp."
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: Class1 # use class 1
interface
ModemRate: 115200 # 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
#
# USR
modems violate Class 2.0 specs and do not send RTC
itself
#
Class2SendRTC: yes
#
# +FAP=? not supported on this
modem, gives ERROR in
ServerTracing
#
Class2APQueryCmd: none