Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/uucpbb/sample_config/Dialers @ 1767:8195955a5493
Config files added
author | boisy |
---|---|
date | Fri, 01 Apr 2005 17:35:52 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/packages/uucpbb/sample_config/Dialers Fri Apr 01 17:35:52 2005 +0000 @@ -0,0 +1,30 @@ +# 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 - - - - -