/var/spool/hylafax/config/lucent-mt-20 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53  | # $Id$
#
# prototype config file for MultiTech MT5634ZBA-V.92-NAM
#
#
# CONFIG: CLASS2.0:"Multi-Tech Systems"-"MT5634ZBA"-*
# CONFIG: CLASS2.0:"Multi-Tech Systems"-"MT5634ZPX"-*
# CONFIG: CLASS2.0:*-"ISI5634PCI"-*
# CONFIG: CLASS2.0:*-"MT5634SMI-V92"-*
#
# BEGIN-SERVER
# END-SERVER
#
ModemType:		Class2.0
ModemRate:		19200
ModemNoFlowCmd:		AT&K0
ModemSoftFlowCmd:	AT&K4
ModemHardFlowCmd:	AT&K3
Class2APCmd:		AT+FAP=1,1,1
Class2BUGCmd:		AT+FBU=0		# early firmware is buggy
Class2SendRTC:		yes
Class2UseHex:		yes
# Some firmwares do not report copy quality correction, although it
# is present and cannot be disabled.  Thus modem-based CQ must be used.
Class2CQQueryCmd:	"!(00-02),(00-02)"
Class2CQCmd:		AT+FCQ=1,0
# versions that respond to AT+FFC=? with non-zero data support RTFCC
# Class2RTFCC:		yes
# Some firmware revisions (i.e. 1.25 in ZBAs) report MMR support but
# corrupt the data.  Enabling the following lines should work around this.
# Compare this against the modem's AT+FCC=? response.
# Class2DCCQueryCmd:    "!(00-01),(00-05),(00-02),(00-02),(00-01),(00-01),(00),(00-07)"
# ModemAnswerCmd:	AT+FCC=,,,,1,,,,0;A
# ModemDialCmd:		AT+FCC=,,,,1,,,,0;DT%s
# If your modem supports ECM you may want to do something like this
# Class2Cmd:		AT+FCLASS=2.0;+FRY=4
# If your line supports Caller-ID, you may want to uncomment this...
# ModemResetCmds:	AT+VCID=1
# CallIDPattern:	"NMBR="
# CallIDPattern:	"NAME="
# Or with the MT5634ZBA-DID you'll probably need something like...
# ModemReadyCmds:	AT*DS1*DD0*DF1*DN4	# enable DTMF-DID, wink-start, 4 digits
# CallIDPattern:	"DTMF"		# format of AT*DF1
# CallIDAnswerLength:	4		# four DTMF-DID digits then ATA
 |