]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 199] adds prototype for Topic modems
authorDarren Nickerson <darren.nickerson@ifax.com>
Fri, 15 Feb 2002 04:04:49 +0000 (04:04 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Fri, 15 Feb 2002 04:04:49 +0000 (04:04 +0000)
More stamp collecting - this modem does not support +FTS=n, so
Class1PPMWaitCmd, Class1TCFWaitCmd and Class1EOPWaitCmd get setup explicitly.

config/topic [new file with mode: 0644]

diff --git a/config/topic b/config/topic
new file mode 100644 (file)
index 0000000..654e8fa
--- /dev/null
@@ -0,0 +1,19 @@
+# $Id$
+#
+# prototype config for Topic modems
+#
+
+# CONFIG:CLASS1:TP560 Data/Fax/Voice 56K Modem:.*:.*: Manufacturer=Topic Model=TP560
+#
+# 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>"
+