/var/spool/hylafax/config/hayes is in hylafax-server 3:6.0.6-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # $Id$
#
# Configuration for Hayes Optima 336B
#
# It is very similar to other RC288DPI modems (it uses that chipset), but
# does not follow the quirky bit order as well as having an intolerance
# for the "<19200><xon>" answer signal.
#
# CONFIG: CLASS2: *-"OPTIMA 33600"-*
#
# BEGIN-SERVER
# END-SERVER
#
ModemType: Class2
ModemRate: 19200
ModemFlowControl: rtscts
#
ModemNoFlowCmd: AT&K0
ModemSoftFlowCmd: AT&K4
ModemHardFlowCmd: AT&K3
ModemSetupDTRCmd: AT&D3 # DTR off causes modem to reset
ModemSetupDCDCmd: AT&C1 # DCD follows carrier
ModemSetupAACmd: AT+FAA=1 # enable adaptive-answer in Class 2
#
ModemDialCmd: ATDT%s
#
Class2RecvDataTrigger: "\022" # character sent to modem to start recv
Class2BUGCmd: none # prevent init ERROR
Class2APQueryCmd: none # prevent init ERROR
|