1vboxgetty.conf(5)         Linux System Administration        vboxgetty.conf(5)
2
3
4

NAME

6       vboxgetty.conf - config file for vboxgetty
7

Description

9       The  file  /etc/isdn/vboxgetty.conf  is  used  to  configure vboxgetty.
10       Please read  the  man  page  vboxgetty(8)  for  a  description  of  how
11       vboxgetty works.
12
13       Everything after "#" is ignored, as are empty lines. All arguments must
14       be separated by whitespace (spaces, tabs). Arguments  may  not  contain
15       whitespace.
16
17       All settings before the first port command are global settings, after a
18       port command they only affect the current port.
19
20       port <string>
21              ISDN device to configure.
22
23       modeminit <string>
24              Command to initialize the modem. You should set the  MSN/EAZ  on
25              which  vboxgetty  should  listen  for incoming calls. Default is
26              "ATZ".
27
28       user <string>
29              Name of the user that vboxgetty will use. This user  must  exist
30              in /etc/passwd and you must use this parameter.
31
32       group <string>
33              Name of the group that vboxgetty will use. This group must exist
34              in /etc/group and you must use this parameter.
35
36       umask <number>
37              Vboxgetty will use this umask when creating new files. You  must
38              give the umask as an octal number. Default is 077.
39
40       dropdtrtime <seconds>
41              Number  of  milliseconds  to  hold the DTR-Line low to reset the
42              modem.  Default value is 800.
43
44       initpause <number>
45              Number of milliseconds to wait  after  initializing  the  modem.
46              This  is  used  to  compensate  the  delay  of  the "NO CARRIER"
47              response. Default value is 1500.
48
49       badinitsexit <number>
50              Maximum failures with modeminit.  If  this  number  is  reached,
51              vboxgetty exits. Default is 0.
52
53
54       ringtimeout <number>
55              Time  in  seconds  to  wait  for  a RING. If no RING is received
56              within this time, no call is taken. Default is 5.
57
58       echotimeout <number>
59              Time in seconds to wait for the echo from the modem. Default  is
60              4.
61
62       commandtimeout <number>
63              Time  in  seconds  to  wait  for  a response to a modem command.
64              Default is 4.
65
66       alivetimeout <number>
67              After this time in seconds vboxgetty will check if the modem  is
68              still responding to modem commands. Default is 1800.
69
70       compression <string>
71              Audio compression to use to record new messages. Possible values
72              are ADPCM-2, ADPCM-3, ADPCM-4 and  ULAW.  The  ALAW  compression
73              mode is no longer supported. Default is ULAW.
74
75       spooldir <string>
76              Spool directory to use. This directory must exist. It's used for
77              control    files    of    several    programs.    Default     is
78              /var/spool/vbox/<user>.
79
80       vboxconfig <string>
81              Full   path   of   the   vbox  config  file.  Default  value  is
82              <spooldir>/vbox.conf.
83
84       freespace <number>
85              Number of bytes that must be available on the partition with the
86              spool directory, so that a call may be taken. Default is 0.
87
88       debuglevel <string>
89              What        messages        are        be       written       to
90              /var/log/vbox/vboxgetty-<device>.log.  The  string  consists  of
91              letters  representing  the  severities  of  the  messages to log
92              (F=FATAL, E=ERROR, W=WARNING, I=INFO, D=DEBUG, J=JUNK).  Default
93              is FEWI.
94

FILES

96       /etc/isdn/vboxgetty.conf
97              this configuration file
98

SEE ALSO

100       vboxgetty(8), vbox(5), vboxtcl(5)
101

AUTHOR

103       This   manual   page   was  written  by  Andreas  Jellinghaus  <aj@dun‐
104       geon.inka.de>, for Debian GNU/Linux and isdn4linux.
105
106
107
108ISDN 4 Linux 3.13                 2003/03/11                 vboxgetty.conf(5)
Impressum