HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Problems receiving faxes
Hello!
I have problems to receive faxes. The strange thing ist, that the
faxes will be received correctly from another modem that I have here.
But today someone send me a fax and it appears only a few lines.
I use Class2DDISCmd: AT+FDIS
I've tryed with ModemRecvFillOrder: MSB2LSB an LSB2MSB
and Class2BORCmd: AT+FBOR=0 or 1
The configuration below works for receiving faxes from my other modem
(which do not run under HylaFax).
Another strange thing ist, that I must use
Use2D: no
to be able sending faxes (to my other modem)
Can anybody help me?
(I have a noname modem with a Rockwell 144dp)
Thnax!
Here's the session log for the fax, I can't read:
May 13 09:32:57.74: [10546]: MODEM set baud rate: 19200 baud (flow control
unchanged)
May 13 09:32:57.96: [10546]: MODEM set baud rate: 19200 baud, input flow
XON/XOFF, output flow XON/XOFF
May 13 09:32:57.96: [10546]: MODEM input buffering enabled
May 13 09:32:58.04: [10546]: RECV FAX: begin
May 13 09:32:59.76: [10546]: REMOTE TSI "xxxxxxxxxxxx"
May 13 09:32:59.76: [10546]: REMOTE wants 14400 bit/s
May 13 09:32:59.76: [10546]: REMOTE wants page width 1728 pixels in 215 mm
May 13 09:32:59.76: [10546]: REMOTE wants unlimited page length
May 13 09:32:59.76: [10546]: REMOTE wants 7.7 line/mm
May 13 09:32:59.76: [10546]: REMOTE wants 1-D MR
May 13 09:33:04.36: [10546]: REMOTE TSI "xxxxxxxxxxxx"
May 13 09:33:04.36: [10546]: REMOTE wants 14400 bit/s
May 13 09:33:04.36: [10546]: REMOTE wants page width 1728 pixels in 215 mm
May 13 09:33:04.36: [10546]: REMOTE wants unlimited page length
May 13 09:33:04.36: [10546]: REMOTE wants 7.7 line/mm
May 13 09:33:04.36: [10546]: REMOTE wants 1-D MR
May 13 09:33:05.09: [10546]: RECV: begin page
May 13 09:33:05.11: [10546]: MODEM set XON/XOFF/FLUSH: input ignored, output
generated
May 13 09:33:05.11: [10546]: RECV: send trigger 022
May 13 09:33:15.84: [10546]: RECV: 18439 bytes of data, 84 total lines
May 13 09:33:15.86: [10546]: MODEM set XON/XOFF/DRAIN: input interpreted,
output disabled
May 13 09:33:17.24: [10546]: RECV recv EOP (no more pages or documents)
May 13 09:33:17.28: [10546]: RECV send MCF (message confirmation)
May 13 09:33:20.86: [10546]: REMOTE HANGUP: Normal and proper end of
connection (code 0)
May 13 09:33:38.47: [10546]: RECV FAX: end
May 13 09:33:38.63: [10546]: SESSION END
And here is my configuration:
Use2D: no
ModemType: Class2 # use this to supply a hint
ModemRate: 38400
ModemFlowControl: rtscts
ModemSetupDTRCmd: AT&D3 # setup so DTR drop resets modem
ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
ModemDialCmd: ATX1DT0%s
ModemResetCmds: "" # 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
ModemSoftFlowCmd: AT&S1\G0\Q3\X1
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=80 # 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
ModemSetupAACmd: AT+FAA=1+FCLASS=0 # enable adaptive answer in current
class ###
ModemAnswerFaxBeginCmd: "<19200><xon>" # modem switches on fax receive
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
Class2CQQueryCmd: ""
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
Class2PHCTOCmd: ""
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
Class2DDISCmd: AT+FDIS
Class2CIGCmd: AT+FCIG # set polling identifier command
Class2PTSCmd: AT+FPTS # set post-page status command
Class2SPLCmd: AT+FSPL # set polling indicator command
Class2RecvDataTrigger: "\022" # character sent to modem to start recv
Class2XmitWaitForXON: yes # if true, wait for XON before send
ModemWaitForConnect: yesLiebe Gruesse
Gregor
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Gregor Longariva <grlongar@cip.informatik.uni-erlangen.de>