/var/spool/hylafax/config/davicom-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  | # $Id$
#
# prototype config file for Davicom DM336P PnP modem.
# AT command set available at:
# http://www.davicom.com.tw/download/modem/dm336p/DM336P-AT%20COMMAND-P04-050997.pdf
#
#
# CONFIG: CLASS2:DAVICOM-*-*
#
# BEGIN-SERVER
# END-SERVER
#
ModemType:		Class2
ModemRate:		19200
ModemFlowControl:	rtscts
ModemNoFlowCmd:		AT&K0
ModemSoftFlowCmd:	AT&K4
ModemHardFlowCmd:	AT&K3
Class2APQueryCmd:	none		# not available
Class2BUGCmd:		none		# not available
Class2CQQueryCmd:	!(0),(0)	# no copy quality checking
Class2TBCCmd:		none		# not available
Class2SPLCmd:		none		# not available
	# The modem reports 2-D support, but ERROR when setting it
Class2DCCQueryCmd:	!(0,1),(0-5),(0-2),(0-2),0,0,0,(0-7)
 |