/var/spool/hylafax/config/mainpine-20 is in hylafax-server 3:6.0.6-8.
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 | # $Id$
#
# prototype config file for Mainpine Ltd. IQ series
#
#
# CONFIG: CLASS2.0:"Agere Systems"-"Mainpine Venus V.92"*-*
# CONFIG: CLASS2.0:"Mainpine"-"Mainpine CFAX34"*-*
#
# BEGIN-SERVER
# END-SERVER
#
ModemType: Class2.0
ModemRate: 19200
ModemFlowControl: rtscts
ModemNoFlowCmd: AT&K0
ModemSoftFlowCmd: AT&K4
ModemHardFlowCmd: AT&K3
ModemRecvFillOrder: MSB2LSB
ModemSetupDTRCmd: AT&D3 # hang up and reset on DTR drop
Class2DisableV17Cmd: ATS29=1
Class2APCmd: AT+FAP=1,1,1
Class2SendRTC: yes
Class2UseHex: yes
# You may want to do something like this to enable CTC in ECM
# 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="
|