head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	99.02.15.08.26.58;	author schaefer;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@$Id$

This implements a bidirectionnal WWW <-> voicemail gateway. Features
are:

   - ability to list/download/play/delete voicemail messages through passworded
     access, in standard formats
   - ability to create new accounts
   - ability to set configuration options such as e-mail address and
     notification/forwarding
   - ability to upload voicemails to accounts, from standard formats
   - operator can delete/view all users

This is experimental. This runs at this time under root. This is
dangerous if you do not understand all the implications.

Installation instructions

   1. copy HTML/ to some directory on your WWW server (such
      as mvm/)
   2. (cd source; make install)
   3. copy cgi-bin/* to your cgi-bin directory
   4. edit <cgi-bin-path>/mvm.cgi so that the VOICE_MAIL directory
      is right
   5. chown root.<WWW_GROUP> <cgi-bin-path>/mvm.cgi
   6. chmod 4550 <cgi-bin-path>/mvm.cgi

Try it, e.g.

   lynx http://some-server/mvm/access.html


@
