annotate 3rdparty/packages/uucpbb/sample_config/Dialers @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
parents 8195955a5493
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1767
8195955a5493 Config files added
boisy
parents:
diff changeset
1 # Dialers file - UUCPbb v2.1
8195955a5493 Config files added
boisy
parents:
diff changeset
2 #
8195955a5493 Config files added
boisy
parents:
diff changeset
3 # Format:
8195955a5493 Config files added
boisy
parents:
diff changeset
4 # <dialer_name> "" <modem_reset> <expect1> <modem_dial> <expect2>
8195955a5493 Config files added
boisy
parents:
diff changeset
5 #
8195955a5493 Config files added
boisy
parents:
diff changeset
6 # Notes
8195955a5493 Config files added
boisy
parents:
diff changeset
7 # - Lines starting with #, <space>, <tab> or <cr> character are considered
8195955a5493 Config files added
boisy
parents:
diff changeset
8 # comment lines and ignored.
8195955a5493 Config files added
boisy
parents:
diff changeset
9 # - <dialer_name> is referenced by the fifth (last) field of the Devices
8195955a5493 Config files added
boisy
parents:
diff changeset
10 # file.
8195955a5493 Config files added
boisy
parents:
diff changeset
11 # - The second field is always an empty string, i.e. "" or a '-'
8195955a5493 Config files added
boisy
parents:
diff changeset
12 # - <modem_reset> is the string we send to our modem to reset it. On a
8195955a5493 Config files added
boisy
parents:
diff changeset
13 # Hayes compatible modem this is usually ATZ or ATZ0.
8195955a5493 Config files added
boisy
parents:
diff changeset
14 # - <expect1> response message from the modem. On a Hayes compatible modem
8195955a5493 Config files added
boisy
parents:
diff changeset
15 # this is often 'OK'. If a pair of double quotes ("") is used, no
8195955a5493 Config files added
boisy
parents:
diff changeset
16 # response is expected. Any received is ignored.
8195955a5493 Config files added
boisy
parents:
diff changeset
17 # - <modem_dial> is the commands necessary to actually dial the remote.
8195955a5493 Config files added
boisy
parents:
diff changeset
18 # - \T tells uucico to insert the phone number given in the Systems file at
8195955a5493 Config files added
boisy
parents:
diff changeset
19 # this point.
8195955a5493 Config files added
boisy
parents:
diff changeset
20 # - <expect2> response message the modem sends when the two modems are
8195955a5493 Config files added
boisy
parents:
diff changeset
21 # finally connected and ready to go. On Hayes compatible modems this
8195955a5493 Config files added
boisy
parents:
diff changeset
22 # is usually 'CONNECT xxx'. The string 'CONNECT' is sufficient.
8195955a5493 Config files added
boisy
parents:
diff changeset
23 # - When a direct physical connect (no modem) is used between machines,
8195955a5493 Config files added
boisy
parents:
diff changeset
24 # fields 2 through 6 are empty strings, i.e. pair of double quotes (""),
8195955a5493 Config files added
boisy
parents:
diff changeset
25 # or dash (-)
8195955a5493 Config files added
boisy
parents:
diff changeset
26
8195955a5493 Config files added
boisy
parents:
diff changeset
27 hayes "" ATZ OK ATDT\T CONNECT
8195955a5493 Config files added
boisy
parents:
diff changeset
28 zoom_mnp5 "" ATZ1 OK ATMS0=0S11=50%C1 OK AT\\N3N1DT\T CONNECT
8195955a5493 Config files added
boisy
parents:
diff changeset
29 direct "" "" "" "" ""
8195955a5493 Config files added
boisy
parents:
diff changeset
30 direct2 - - - - -