/var/spool/hylafax/config/topic 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 | # $Id$
#
# prototype config for Topic modems and other similarly broken firmwares
#
# CONFIG:CLASS1:TP560.*:.*:.*: Manufacturer=Topic Model=TP560
# CONFIG:CLASS1:Hamlet H56XCT.*:.*:.*: Manufacturer=Hamlet Model=H56XCT
# CONFIG:CLASS1:Linux ISDN.*:.*:.*: Manufacturer=Sedlbauer Model=Speedfax
#
# BEGIN-SERVER
# END-SERVER
ModemType: Class1 # use this to supply a hint
# as of v1.20, +FTS is not supported, which will cause "Stop and wait"
# failures unless we use software pauses instead...
Class1PPMWaitCmd: "<delay\0727>" # \072 == : to avoid awk problem
Class1TCFWaitCmd: "<delay\0727>"
Class1EOPWaitCmd: "<delay\0729>"
Class1SwitchingCmd: "<delay\0727>" # assumption: +FRS not supported
|