Choose a user to run a vbox3 voice box (e.g. 'phone').
Become root and create a spool directory for the user:
$ su # mkdir /var/spool/vbox/phone # chown phone /var/spool/vbox/phoneChoose at least one ttyI to run a vboxgetty (ttyI4).
Choose at least one MSN to run a voice box (791357914 and 791357915).
Edit /etc/isdn/vbox/vboxgetty.conf and put Your MSNs into the value of initnumber in section VBOXGETTY-TTY like this (see ttyI(4), AT commands &E and &L):
[VBOXGETTY-TTY] init = ATZ&B512 initnumber = AT&L791357914;791357915Add a section for each MSN like this:
[VBOXGETTY-PHONE-791357914] user = phone group = phone umask = 0077 hdspace = 5000000Start the vboxgetty:
# useradd vboxlog # chown -R vboxlog /etc/isdn/vbox/vboxgetty-ttyI?/log/main # ln -s /etc/isdn/vbox/vboxgetty-ttyI4 /service/Wait max 5 seconds for the service to start and check the log:
# less /service/vboxgetty-ttyI4/log/main/current
# cat >> /etc/inittab <<EOT I4:2345:respawn:vboxgetty -d /dev/ttyI4 -x FULL EOTand
# kill -HUP 1Check the log:
# less /var/log/vboxgetty-ttyI4.log
$ su - phone $ cd /var/spool/vbox/phoneand copy all files from the skel-directory:
$ cp -pr /usr/share/isdn/vbox/skel/* .Change permissions and edit raccess/answeringmachine to change the PIN to run remote access mode (*1910#)
$ chmod 600 raccess/answeringmachine $ vi raccess/answeringmachineTry out Your vbox3 voice box.
Take a look at the configuration files in Your spool directory. You can edit them now or later for individual configuration. You can put Your own standard.ulaw and beep.ulaw and other messages in msg/ now or later.
See Configuration files for more information about the configuration files of raccess4vbox3.