xref: /freebsd/contrib/dialog/samples/copifuncs/copi.ifmcfg4 (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
1f4f33ea0SBaptiste DaroussinModemHangup +++ATH\r
2f4f33ea0SBaptiste DaroussinModemOK  OK
3f4f33ea0SBaptiste DaroussinModemConnect CONNECT
4f4f33ea0SBaptiste DaroussinModemError BUSY
5f4f33ea0SBaptiste DaroussinModemError NO\sCARRIER
6f4f33ea0SBaptiste DaroussinModemError NO\sDIAL
7f4f33ea0SBaptiste DaroussinModemError RING\r
8f4f33ea0SBaptiste DaroussinModemError ERROR
9f4f33ea0SBaptiste Daroussin
10*a96ef450SBaptiste Daroussin# Call options (time, address and nodelist flag dependent)
11f4f33ea0SBaptiste Daroussin# All matching are applied in the order they are specified.
12f4f33ea0SBaptiste Daroussin# Possible options are "[No]Call", "[No]Hold", "[No]PUA", "[No]EMSI",
13f4f33ea0SBaptiste Daroussin# "[No]WaZOO", "[No]Freqs", "[No]Zmodem", "[No]ZedZap", "[No]Janus",
14f4f33ea0SBaptiste Daroussin# "[No]Hydra". Here, WaZOO stands for YooHoo/2U2 handshake, not for
15f4f33ea0SBaptiste Daroussin# the transfer scheme. FTS-0001 handshake and DietIFNA scheme cannot
16*a96ef450SBaptiste Daroussin# be disallowed (because they are mandatory by standard).  "Hold"
17f4f33ea0SBaptiste Daroussin# means really hold "hold" type packets and files: do not send them
18f4f33ea0SBaptiste Daroussin# if our system initiated the session, "NoHold" means  send "hold"
19f4f33ea0SBaptiste Daroussin# packets when our system initiated the session. "NoPUA" stands for
20f4f33ea0SBaptiste Daroussin# "No PickUp All", i.e. PUP ("Pick Up Primary").  NoCall means do not
21f4f33ea0SBaptiste Daroussin# perform outbound call.  This flag has no effect on the nodes
22f4f33ea0SBaptiste Daroussin# explicitly specified in the command line.
23f4f33ea0SBaptiste Daroussin# Default options are "everything allowed".
24f4f33ea0SBaptiste Daroussin# options  ((!CM) & time Any0700-0200) Nocall
25f4f33ea0SBaptiste Daroussin#options  (time Any0900-2100 & ! address 2:5020/*) Nocall
26f4f33ea0SBaptiste Daroussin
27f4f33ea0SBaptiste Daroussin# EMSI data for this node
28f4f33ea0SBaptiste Daroussin# From this line on values CANNOT be prefixed with logical expression
29f4f33ea0SBaptiste Daroussin# For now, escaping of '}' and ']' unimplemented, try to avoid these
30f4f33ea0SBaptiste Daroussin# characters please!
31