view 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
line wrap: on
line source

# Dialers file - UUCPbb v2.1
#
# Format:
#   <dialer_name> "" <modem_reset> <expect1> <modem_dial> <expect2>
#
# Notes
#   - Lines starting with #, <space>, <tab> or <cr> character are considered
#       comment lines and ignored.
#   - <dialer_name> is referenced by the fifth (last) field of the Devices
#       file.
#   - The second field is always an empty string, i.e. "" or a '-'
#   - <modem_reset> is the string we send to our modem to reset it.  On a
#       Hayes compatible modem this is usually ATZ or ATZ0.
#   - <expect1> response message from the modem.  On a Hayes compatible modem
#       this is often 'OK'.  If a pair of double quotes ("") is used, no
#       response is expected.  Any received is ignored.
#   - <modem_dial> is the commands necessary to actually dial the remote.
#   - \T tells uucico to insert the phone number given in the Systems file at
#       this point.
#   - <expect2> response message the modem sends when the two modems are
#       finally connected and ready to go.  On Hayes compatible modems this
#       is usually 'CONNECT xxx'.  The string 'CONNECT' is sufficient.
#   - When a direct physical connect (no modem) is used between machines,
#       fields 2 through 6 are empty strings, i.e. pair of double quotes (""),
#       or dash (-)

hayes "" ATZ OK ATDT\T CONNECT
zoom_mnp5 "" ATZ1 OK ATMS0=0S11=50%C1 OK AT\\N3N1DT\T CONNECT
direct "" "" "" "" ""
direct2 - - - - -