/var/spool/hylafax/config/digi-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 35 36 | # $Id$
#
# prototype config for Digi AccelePort RAS
# It uses a K56 chip, but is similar in behavior to Lucents.
#
# Note that because the devices are named as "ttyG0_00" (which on some
# systems indicates a subdirectory, i.e. "ttyG0/00") you must:
# `ln -s /dev/ttyG0_00 /dev/ttyG000`
# for each device and refer to the symlink. Otherwise various HylaFAX
# functions will fail.
# CONFIG: CLASS2.0:"Digi"*-"RAS modem"*-*
#
# BEGIN-SERVER
# END-SERVER
ModemType: Class2.0 # use this to supply a hint
ModemRate: 19200
ModemFlowControl: rtscts
ModemNoFlowCmd: AT&K0
ModemSoftFlowCmd: AT&K4
ModemHardFlowCmd: AT&K3
Class2APCmd: AT+FAP=1,1,1
Class2CQCmd: AT+FCQ=2,2
# versions that respond to AT+FFC=? with non-zero data support RTFCC
# Class2RTFCC: yes
# If your line supports Caller-ID, you may want to uncomment this...
# ModemResetCmds: "AT#CID=1"
# CallIDPattern: "NMBR="
# CallIDPattern: "NAME="
# MMR is problematic for the Digis.
Class2DCCQueryCmd: "!(0-1),(0-5),(0-2),(0-2),(0-1),(0-1),0,(0-7)"
|