/var/spool/hylafax/config/mainpine-10 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 | # $Id$
#
# prototype config for Mainpine RockForce and IQ series modems using
# the Agere Venus and CFAX34 chipsets supporting V.34-Fax.
#
# CONFIG:CLASS1.0:Mainpine Venus V.92*:.*:.*: Manufacturer=Mainpine Model=RockForce
# CONFIG:CLASS1.0:Mainpine CFAX34*:.*:.*: Manufacturer=Mainpine Model=IQ
#
# BEGIN-SERVER
# END-SERVER
ModemType: Class1.0 # use this to supply a hint
ModemRate: 57600 # must be at least as fast as the DCE-DCE communication
ModemFlowControl: rtscts
ModemSetupDTRCmd: AT&D3 # hang up and reset on DTR drop
Class1EnableV34Cmd: AT+F34=14,1,2 # 33600-2400 primary, 2400-1200 control
Class1TMConnectDelay: 400 # counteract quick CONNECT response
Class1HasRHConnectBug: yes # cope with +FRH=3 CONNECT errors
#
# Older firmwares on MainPine cards may require this:
# Class1Cmd: AT+FCLASS=1
#
# If your line supports Caller-ID, you may want to uncomment this...
# ModemResetCmds: AT+VCID=1
# CallIDPattern: "NMBR="
# CallIDPattern: "NAME="
|