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