/var/spool/hylafax/config/eicon 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 | # $Id$
#
# prototype config for Eicon Diva
#
# CONFIG:CLASS1:Eicon*:.*:.*: Manufacturer=Eicon Model=Diva
#
# BEGIN-SERVER
# END-SERVER
ModemType: Class1 # use this to supply a hint
#
# 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: "
|