1767
|
1 # Dialers file - UUCPbb v2.1
|
|
2 #
|
|
3 # Format:
|
|
4 # <dialer_name> "" <modem_reset> <expect1> <modem_dial> <expect2>
|
|
5 #
|
|
6 # Notes
|
|
7 # - Lines starting with #, <space>, <tab> or <cr> character are considered
|
|
8 # comment lines and ignored.
|
|
9 # - <dialer_name> is referenced by the fifth (last) field of the Devices
|
|
10 # file.
|
|
11 # - The second field is always an empty string, i.e. "" or a '-'
|
|
12 # - <modem_reset> is the string we send to our modem to reset it. On a
|
|
13 # Hayes compatible modem this is usually ATZ or ATZ0.
|
|
14 # - <expect1> response message from the modem. On a Hayes compatible modem
|
|
15 # this is often 'OK'. If a pair of double quotes ("") is used, no
|
|
16 # response is expected. Any received is ignored.
|
|
17 # - <modem_dial> is the commands necessary to actually dial the remote.
|
|
18 # - \T tells uucico to insert the phone number given in the Systems file at
|
|
19 # this point.
|
|
20 # - <expect2> response message the modem sends when the two modems are
|
|
21 # finally connected and ready to go. On Hayes compatible modems this
|
|
22 # is usually 'CONNECT xxx'. The string 'CONNECT' is sufficient.
|
|
23 # - When a direct physical connect (no modem) is used between machines,
|
|
24 # fields 2 through 6 are empty strings, i.e. pair of double quotes (""),
|
|
25 # or dash (-)
|
|
26
|
|
27 hayes "" ATZ OK ATDT\T CONNECT
|
|
28 zoom_mnp5 "" ATZ1 OK ATMS0=0S11=50%C1 OK AT\\N3N1DT\T CONNECT
|
|
29 direct "" "" "" "" ""
|
|
30 direct2 - - - - -
|