/var/spool/hylafax/config/mainpine-2 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 | # $Id$
#
# prototype config file for Mainpine Ltd. RockForce
#
#
# CONFIG: CLASS2:"Mainpine Venus V.92"*-"Mainpine Venus V.92"*-*
#
# BEGIN-SERVER
# END-SERVER
#
ModemType: Class2
ModemRate: 19200
ModemFlowControl: rtscts
ModemNoFlowCmd: AT&K0
ModemSoftFlowCmd: AT&K4
ModemHardFlowCmd: AT&K3
Class2APQueryCmd: none # not available
Class2BUGCmd: AT+FBUG=0 # buggy in early firmwares
Class2NFLOCmd: AT+FLO=0
Class2SFLOCmd: AT+FLO=1
Class2HFLOCmd: AT+FLO=2
Class2HexNSF: false
# Early firmwares reported ECM capability but then disabled it internally,
# thus causing us to possibly attempt to send MMR data without ECM.
# This disables ECM and MMR by replacing the +FDCC response.
Class2DCCQueryCmd: "!(0-1),(0-5),(0-2),(0-2),(0-1),(0),(0),(0-7)"
# If your line supports Caller-ID, you may want to uncomment this...
# ModemResetCmds: AT+VCID=1
# CallIDPattern: "NMBR="
# CallIDPattern: "NAME="
|