Specifications

HYLAFAX-CONFIG(5F) HYLAFAX-CONFIG(5F)
modem, so you will have tospecify this parameter explicitly.
ModemRecvSuccessCmd
Astring of commands to issue to the modem after a successful receive session before the call is
disconnected.
ModemResetCmds
Astring of commands to issue to the modem during initialization. This string is sent to the
modem before the standard set of configuration commands required by the fax server.Note that
these commands should not include normal reset commands that arespecified through other
parameters.For example, commands to setup flowcontrol, DCD handling, DTR handling, etc.
should be specified through the appropriate configuration parameters and not through this parame-
ter.Inaddition the soft reset command (usually ‘ATZ’’)should not be included in this string; the
servers issue this command explicitly.
ModemResetDelay
The time, in milliseconds, to pause after setting DTR ON, while resetting a modem. DTR ON does
not respond with ‘‘OK’’, so this parameter should be long enough to allowthe modem time to be
ready for ModemSoftResetCmd successively.
ModemResultCodesCmd
The command to enable result codes.
ModemRevQueryCmd
The command to send to the modem to get a firmware revision identification string. If this param-
eter is not set, then it is initialized to ‘AT+FREV?’’ for Class 2 modems, or to ‘AT+FMR?’’ for
Class 2.0 modems. If the parameter begins with a ‘‘!’’, then the remainder of the string is taken to
be the identification string and no command is issued to the modem.
ModemSendBeginCmd
The command to send to the modem upon establishing carrier during a transmit operation. This
parameter is useful for systems that are incapable of enabling hardware flowcontrol without DCD
asserted.
ModemSendFillOrder
The bit order the modem expects for transmitted facsimile data. This value may be either
LSB2MSB or MSB2LSB (see also ModemRecvFillOrder above.) Virtually all modems expect
transmitted facsimile data in LSB2MSB bit order.
ModemSetVolumeCmd
The commands to use to set the modem speaker volume levels. There should be fivewhitespace-
separated commands, one each for setting the volume to ‘‘Off’’, ‘‘Quiet’’, ‘‘Low’’, ‘‘Medium’’,
and ‘‘High’’; the default is ‘‘"ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"’’. See also SpeakerVol-
ume.
ModemSetupAACmd
The command to setup adaptive answer support in the modem−if available. Adaptive answer is
the term used for the ability to distinguish between calls from facsimile, voice, and data sources.
Note that this string is the last command issued by the device drivers during setup, so the com-
mand string may,ifnecessary,switch to a different operating mode (e.g. on some Rockwell-based
modems it is necessary to issue the ‘AT+FAA=1’’ command in Class 0).
ModemSetupDCDCmd
The command to setup DCD handling. On most systems the facsimile server will enable the CLO-
CAL flag on the tty device to which the modem is connected. This should insure that the system
does not close an open file descriptor associated with the modem if carrier is dropped. Thus, for
most systems and modems ModemSetupDCDCmd should setup DCD to reflect carrier.
ModemSetupDTRCmd
The command to setup DTR handling so that the modem is reset when the DTR signal is lowered
by the host. The facsimile server uses this facility to insure that modems are not left in a ‘‘locked
$Date$ 26