]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Config: Add prototype config file for Duxbury IP568x
authorAidan Van Dyk <aidan@ifax.com>
Fri, 11 May 2007 15:32:32 +0000 (15:32 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Fri, 11 May 2007 15:32:32 +0000 (15:32 +0000)
From Lee:
| commit b896b23929cd5bed18a3014851eb35471f4f6c34
| Author: Lee Howard <faxguy@howardsilvan.com>
| Date:   Fri Mar 2 19:11:12 2007 +0000
|
|   add prototype config file for Duxbury IP568x

config/Makefile.in
config/ip568x [new file with mode: 0644]
distrules
pkg/sproto.stub.in

index 849ad47b4f06ff4f27e55ebf2c956811ffdb998b..9cf6a6cbb882b67f6b5fba8f68e64cd24edb17b4 100644 (file)
@@ -71,6 +71,7 @@ CONFIGFILES=class1 \
        hayes \
        iaxmodem \
        intel-400e \
+       ip568x \
        linux-isdn-2 \
        lucent \
        lucent-isa \
diff --git a/config/ip568x b/config/ip568x
new file mode 100644 (file)
index 0000000..764f5d8
--- /dev/null
@@ -0,0 +1,13 @@
+# $Id$
+
+#
+# prototype config for Duxbury modem with IC Ace IP568x cipset.
+#
+
+# CONFIG:CLASS1:V.92/V.44:.*DUXBURY.*:.*: Manufacturer=Duxbury Model='56K V.92 PCI'
+#
+# BEGIN-SERVER
+# END-SERVER
+
+ModemType:             Class1          # use this to supply a hint
+ModemRate:             57600           # 19200 causes +FTM problems
index cacb526b772e3e450e8d78345fb6d52e3ba0818f..ba7c5a28046301aaf08186f0ce7d58ee53aca3db 100644 (file)
--- a/distrules
+++ b/distrules
@@ -210,6 +210,7 @@ HYLAFAXSRC=\
        config/hayes                            \
        config/iaxmodem                         \
        config/intel-400e                       \
+       config/ip568x                           \
        config/linux-isdn-2                     \
        config/mt-1432                          \
        config/lucent                           \
index 08718631b8fa484bf787de3528e354bf35a3d65b..da41d3e41d18f46fd7c47594fa587534dce26399 100644 (file)
@@ -168,6 +168,7 @@ f none @SPOOL@/config/gvc-288=../@SRCDIR@/config/gvc-288 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/gvc-288-2=../@SRCDIR@/config/gvc-288-2 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/hayes=../@SRCDIR@/config/hayes 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/iaxmodem=../@SRCDIR@/config/iaxmodem 0444 @SYSUID@ @SYSGID@
+f none @SPOOL@/config/ip568x=../@SRCDIR@/config/ip568x 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/linux-isdn-2=../@SRCDIR@/config/linux-isdn-2 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/intel-400e=../@SRCDIR@/config/intel-400e 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/lucent=../@SRCDIR@/config/lucent 0444 @SYSUID@ @SYSGID@