/var/spool/hylafax/config/eicon-2 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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54  | # $Id$
#
# prototype config file for the Eicon Diva ISDN Modem
#
#
# CONFIG: CLASS2:Eicon*-*-*
#
# BEGIN-SERVER
# END-SERVER
#
ModemType:		Class2
ModemRate:		19200	# on boards supporting V.34-fax,
				# this may need to be 57600
ModemFlowControl:	rtscts
ModemNoFlowCmd:		AT&K0
ModemSoftFlowCmd:	AT&K4
ModemHardFlowCmd:	AT&K3
#
# Make sure the modem gives us Caller*ID in a legible way.
#
ModemResetCmds:         AT#CID=14
#
# Eicon recommends initializing with AT+iQ=a1 where "1" is
# the controller number.  This command binds the tty to that
# controller and bypasses the "channel pool" approach.
#
#ModemResetCmds:         AT#CID=14+iQ=a1
#
# These should match the modem responses for DID and Caller*ID.
#
CallIDPattern:		"DAD: "
CallIDPattern:		"CID: "
Class2APQueryCmd:	none
Class2SPLCmd:		none
Class2TBCCmd:		none
Class2PHCTOCmd:         none
#
# As Eicon's "Class 2" is a cross-breed and abomination between
# Class 2.0, 2.1, and old-style 2 it may require some testing
# to see if ECM type 2.0 or 2 is used and whether or not hexadecimal
# is presented in the +FDCC response.
#
#Class2ECMType:		2.0	# follows Class 2.0 spec, not Class 2
Class2ECMType:          2
#
Class2UseHex:           true
#Class2UseHex:           false
 |