Specifications

HYLAFAX-CONFIG(5F) HYLAFAX-CONFIG(5F)
ModemMfrQueryCmd
The command to send to the modem to get the manufacturer identification string. If this parameter
is not set, then it is initialized to ‘AT+FMFR?’’ for Class 2 modems, or to ‘AT +FMI?’’ for Class 2.0
modems, or to ‘ATI3’’ for Class 1 modems. If the parameter begins with a ‘‘!’’, then the remain-
der of the string is taken to be the identification string and no command is issued to the modem.
ModemModelQueryCmd
The command to send to the modem to get the model identification string. If this parameter is not
set, then it is initialized to to ‘AT+FMDL?’’ for Class 2 modems, or to ‘AT+FMM?’’ for Class 2.0
modems, or to ‘ATI0’’ for Class 1 modems. If the parameter begins with a ‘‘!’’, then the remain-
der of the string is taken to be the identification string and no command is issued to the modem.
ModemNoAutoAnswerCmd
The command to stop the modem from automatically answering when the phone rings.
ModemNoAutoAnswerCmdDelay
The time, in milliseconds, to pause after receiving the OK following ModemNoAutoAnswerCmd
before anyfurther commands are sent to the modem. All input from the modem is flushed after
pausing.
ModemNoFlowCmd
The command to disable flowcontrol between DTE and DCE.
ModemOnHookCmd
The command to place the phone ‘‘on hook’’(i.e. hangup).
ModemPageDoneTimeout
The maximum time to wait, in milliseconds, for a response from the modem after sending a page
of facsimile data (e.g. the time to wait for a response to a Class 2/2.0 AT+FET command).
ModemPageStartTimeout
The maximum time to wait, in milliseconds, for an initial response from the modem when sending
apage of facsimile data (e.g. the time to wait for a response to a Class 2/2.0 AT+FDR command).
ModemRaiseATCommands
Indicates whether or not all configuration ATcommands for the modem should be raised to upper-
case automatically.The standard is for all upper-case to be used in ATcommands, and indeed,
some rare modems have been known to malfunction with lower-case commands. However, some-
times an administrator may want to use lower-case commands in a rare condition such as to work
around modem blacklisting of dialed numbers.
ModemRate
The baud rate to use for DCE-DTE communication. This value may be one of: 115200, 76800,
57600, 38400, 19200, 9600, 4800, 2400, 1200. The default value is 19200 because manymodems
lock the rate at 19200 when sending or receiving facsimile. Note that not all values are supported
by all operating systems and modems; consult stty(1) for the available rates on your system.
ModemReadyCmds
Astring of commands to issue to the modem during reception initialization. This string is sent to
the modem after the standard set of configuration commands required by the fax server.This is
done, for example, to un-busy a DID line so that calls can come through.
ModemRecvFillOrder
The bit order to expect for receivedfacsimile data. This value may be either LSB2MSB when bits
are ordered from least-significant-bit to most-significant-bit (as in the CCITT specification) or
MSB2LSB when bits are ordered in the reverse direction. According to the various specifications
all modems should return data in LSB2MSB order.Howev e rmost Class 2 modems (except maybe
only Multitech) use MSB2LSB for compatibility with modems that were built with Rockwell hard-
ware/firmware that included a bug that was too widespread to correct.
If this parameter is not set, then it is autodetected and set to LSB2MSB for Class 1 and Class 2.0
modems and MSB2LSB for non-Multitech Class 2 modems. Howeverthis may be wrong for your
$Date$ 25