/[smecontribs]/rpms/hylafax/contribs8/hylafax_config.modem
ViewVC logotype

Contents of /rpms/hylafax/contribs8/hylafax_config.modem

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri May 24 20:40:04 2013 UTC (10 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: hylafax-4_4_4-1_el5_sme, HEAD
Initial import

1 # $Id: rockwell,v 1.2 1996/06/24 02:58:40 sam Rel $
2 #
3 # HylaFAX Facsimile Software
4 #
5 # Copyright (c) 1990-1996 Sam Leffler
6 # Copyright (c) 1991-1996 Silicon Graphics, Inc.
7 # HylaFAX is a trademark of Silicon Graphics, Inc.
8 #
9 # Permission to use, copy, modify, distribute, and sell this software and
10 # its documentation for any purpose is hereby granted without fee, provided
11 # that (i) the above copyright notices and this permission notice appear in
12 # all copies of the software and related documentation, and (ii) the names of
13 # Sam Leffler and Silicon Graphics may not be used in any advertising or
14 # publicity relating to the software without the specific, prior written
15 # permission of Sam Leffler and Silicon Graphics.
16 #
17 # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
18 # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
19 # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
20 #
21 # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
22 # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
23 # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
24 # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
25 # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
26 # OF THIS SOFTWARE.
27 #
28
29 #
30 # Configuration for a Rockwell-based modem not otherwise handled by
31 # another prototype configuration file. This file assumes the modem
32 # is compatible with the Rc144AC, RC96AC or RC144DP.
33 #
34 # This configuration file sets up the modem to run at 38.4 with
35 # RTS/CTS flow control used by default. XON/XOFF is automatically
36 # enabled for fax recv. Beware of modems that also lock sending
37 # to 19.2; add ModemSendBeginCmd: "<19200>" if this is required.
38 # Also beware that the adaptive-answer facility, when supported,
39 # is often unreliable.
40 #
41 #
42 CountryCode: 1
43 AreaCode: 999
44 FAXNumber: +1.999.555.1212
45 LongDistancePrefix: 1
46 InternationalPrefix: 011
47 DialStringRules: "etc/dialrules.sf-ba"
48 ServerTracing: 1
49 SessionTracing: 11
50 RecvFileMode: 0600
51 LogFileMode: 0600
52 DeviceMode: 0600
53 RingsBeforeAnswer: 1
54 SpeakerVolume: off
55 GettyArgs: "-h %l %s"
56 LocalIdentifier: "Silent Valley Sys"
57 TagLineFont: etc/lutRS18.pcf
58 TagLineFormat: "From %%l|%c|Page %%p of %%t"
59 MaxRecvPages: 25
60 #
61 #
62 # Modem-related stuff: should reflect modem command interface
63 # and hardware connection/cabling (e.g. flow control).
64 #
65 ModemType: Class2 # use class 2 interface
66 ModemRate: 38400
67 ModemFlowControl: rtscts # default
68 #
69 ModemResetCmds: AT&F # what you want for a Supra
70 ModemNoFlowCmd: AT&K0 # disable flow control cmd
71 ModemHardFlowCmd: AT&K3 # hardware flow control cmd
72 ModemSoftFlowCmd: AT&K4 # software flow control cmd
73 ModemSetupDTRCmd: AT&D3 # DTR off causes modem to reset
74 #ModemSetupDTRCmd: AT&D2S25=1S38=0 # Dynalink 1414VE needs this
75 ModemSetupDCDCmd: AT&C1 # DCD follows carrier
76 ModemSetupAACmd: AT+FAA=1+FCLASS=0 # enable in current class
77 #
78 ModemSendFillOrder: LSB2MSB # as expected
79 ModemRecvFillOrder: MSB2LSB # opposite of what makes sense
80 #
81 ModemAnswerFaxBeginCmd: "<19200><rts>" # modem switches on fax receive
82 #
83 # Caller ID configuration setup for Supra.
84 #
85 #QualifyCID: etc/cid # CID access control list file
86 #CIDNumber: "NMBR = " # pattern string for phone number info
87 #CIDName: "NAME = " # pattern string for identity info
88 Class2RecvDataTrigger: "\022" # character sent to modem to start recv
89
90
91
92
93
94
95
96

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed