Specifications

HYLAFAX-CONFIG(5F) HYLAFAX-CONFIG(5F)
unless explicitly overridden. The ‘‘Class 1’’column indicates result strings handled specially for
modems operating in class 1, the ‘‘Class 2’’column indicates special handling for modems operat-
ing in class 2, and the ‘‘Class 2.0’’column indicates special handling for modems operating in
class 2.0. Unknown entries imply that interpretation is based on the way in which the call was
answered; if answering is done for an explicit call type, that type is assumed, otherwise a Fax call
is presumed.
ModemAnswerDataBeginCmd
The command to send to the modem once a data connection has been established.
ModemAnswerDataCmd
The command to explicitly answer the phone for a data connection. This command must generate
aresult string that identifies the incoming call is from a data modem. If this parameter is not spec-
ified or is null, then the value of ModemAnswerCmd is used instead. See also AdaptiveAnswer
and AnswerRotary.
ModemAnswerDialCmd
The command to explicitly answer the phone for a dialed connection. This command must gener-
ate a result string that identifies the incoming call is from a facsimile modem. If this parameter is
not specified or is null, then the value of ModemAnswerCmd is used instead.
ModemAnswerFaxBeginCmd
The command to send to the modem once a facsimile connection has been established.
ModemAnswerFaxCmd
The command to explicitly answer the phone for a facsimile connection. This command must
generate a result string that identifies the incoming call is from a facsimile modem. If this parame-
ter is not specified or is null, then the value of ModemAnswerCmd is used instead. See also
AdaptiveAnswer and AnswerRotary.
ModemAnswerVoiceBeginCmd
The command to send to the modem once a voice connection has been established.
ModemAnswerVoiceCmd
The command to explicitly answer the phone for a voice connection. This command must gener-
ate a result string that identifies the incoming call is for voice. If this parameter is not specified or
is null, then the value of ModemAnswerCmd is used instead. See also AdaptiveAnswer and
AnswerRotary.
ModemAnswerResponseTimeout
The maximum time, in milliseconds, to wait for a response from the modem after sending Mode-
mAnswerCmd.Note that you may want to shorten this value when using the server-based adap-
tive answer strategy; see AdaptiveAnswer.
ModemATCmdDelay
Adelay,inmilliseconds, that should be performed before each ‘‘AT’’command string is sent to
the modem.
ModemBaudRateDelay
The amount of time, in milliseconds, to pause after setting the baud rate on the serial line. This is
only needed for hosts and modems (such as USRs) where setting the serial line parameters does
not takeeffect immediately.
ModemCommaPauseTimeCmd
The command to set the time, in seconds, that the modem should pause when encountering a ‘‘,’’
modifier in the dialing string.
ModemDialCmd
The command to place a phone call. The string is assumed to be suitable for use as a parameter to
the sprintf (3S) function; so the ‘‘%’’character should be escaped as ‘‘%%’’. The dial command
must include a single ‘‘%s’’where the number that is to be dialed is to be substituted. Facilities
such as tone or pulse dialing, outgoing prefixes to route though a PBX,and so on should be
$Date$ 23