$Id: CHANGES,v 1.1 1999/03/07 11:00:53 schaefer Exp $

DESCRIPTION
   Changes from V1.2 to V2.0
DONE
   - New setup script with ability to auto-install and configure
     french numbers.
   - New better mvm implementation (decoupled low-level functions
     so they can be re-used in non interactive mvm, such as
     mail2voicemail and voicemail2www, and notify scripts).
   - Integration (partial) of french numbers.
   - Exemple of param_cmd (e.g. for fax reply) in add_ons.
   - Notification support (the setup script installs it, but does NOT
     install the recall/crontab)
   - Better documentation (README), talking about multi-msn, called number,
     instances, rsynth, etc.
   - Fixed the WWW mvm gateway.
   - Fixed French numbers.
   - Fax queueing example.
   - Fixed DTMF handling when multiple are input, sometime would get
     out of sync. Now works very reliably.
   - Fixed capability to GO_FAX and documented.
   - rsynth-2.0 support in setup.sh
   - Added sox in setup.sh (even if not used by mvm yet).
TODO-NOW
TODO-LATER
   - Add a third generation system based on festival. Warn the user
     of festival's license. See what they say. Use latest.
   - Integrate WWW gateway
   - doc on crontab recall + finish
   - read mail: arrange for possibility to do next message, etc.
     from message play.
   - public messaging system
   - user edition
   - crypt() for passwords
   - not running under root.
   - not using /tmp but private directory.
   - reading of UNIX mail
   - sending of sounds through e-mail both directions (MIME)
   - complete manual for all the menu item types.
   - edit_menu implemented as a menu (global LAST_MENU)
   - An area is a directory in $VOICEMAIL/areas/. The lists
     of areas (audio file) is in $VOICEMAIL_AREAS and is used
     in area_select. The file area.config in an area dir contains
	- access level for the area, checked in area_exists
	- read level for the area
	- write level for the area
	- operator level for the area
	- owner of the area.
	- description file (usually area.description)
	- title file (usually area.title)
     Messages are numbered according with date, time, process and
     creating user to avoid locking.
   - area editor
   - general message selector and editor
   - see menu_item_types

DESCRIPTION
   Changes from V1.1 to V1.2 (released 23/08/97)
DONE
   - play_file_and_dtmf for hotkey/multi-hotkey support.
   - AUTOSTOP
   - Tested for 2864, 1496 and a USR (which one?)
   - renamed functions
   - started areas implementation
   - adds_on/french_numbers
   - corrected security (access level were not enforced, except for
     operator-only functions and the function needing identification)
   - Mode can be either normal (modem/fax or voice if DTMF before 2 sec)
     or unconditional (always voice).

DESCRIPTION
   Changes from V1.0 to V1.1
DONE
   - Playing of the menu description done in the loop.
   - Implemented 4 (record welcome message) and corrected editmenunewitem.
   - Corrected editmenu to allow save/abort. Before would not work.
   - Removed the welcome (name of file in file) concept.
   - setup.sh does install menu_item_types in spool directory.
   - adds_on/mail_to_voice created.
   - Distribution of sources of randomfile.
