I have a problem with a modem (ttyS1). This set the modem-only
reception and returns when I received a fax the following error: COMREC
INVALID COMMAND RECEIVE ...
The modem settings are these:
# 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: 8
AreaCode: 0039
FAXNumber: 0112274406
LongDistancePrefix: 1
InternationalPrefix: 011
DialStringRules: etc/dialrules
ServerTracing: 1
SessionTracing: 11
RecvFileMode: 0666
LogFileMode: 0666
DeviceMode: 0666
RingsBeforeAnswer: 3
SpeakerVolume: low
GettyArgs: "-h %l dx_%s"
LocalIdentifier: "HELLO"
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 this to supply a hint
ModemRate: 19200 # 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: ATDT0%s # T for tone dialing
ModemReadyState: D
what's wrong??Thanks