Changes from cvs milestone 1 (0.1) to cvs milestone 2 (0.2)
- new "dummy" telephony driver stub for when no drivers found.
- pika driver being added.
- --test mode selects default test driver based on ivrconfig.h.
- line seizure state added for phonedev outgoing calls.
- 'a'ctive status split between 'i'ncoming and 'o'utgoing.
- fifo line processing bugs and long options fixed thanks to Matt.
- improved reset handling for services.
- tgi signal handling added.
- service stopping defined.
- improved answer supervision.
- getContinuation added for sequenced playback.

Changes from 0.2.0 to 0.2.1 (between cvs milestone 2 and 3)
- added bayonne.conf sample file.
- created rpm build procedure.

Changes from 0.2.1 to 0.3.0
- pack and unpack ccscript commands added.
- ability to chain DSO modules to fifo command handler.
- move user recorded prompts to /var/bayonne/prompts.
- tts translator support added.
- some bug fixes from Matthias Ivers.
- new scheduler code by Matthias.
- scheduler now disabled for --test or implicit script in command line.
- interface for scalable database services.
- fixes for broken tgi.
- Documentation for phrasebook and script interpreter added!
- added autoload of "bayonne.ext" dso for installed applications.
- fixed double listing of steps.
- Pika fixups to use DSP_Reset even tho should not be nessisary.
- Annotated audio file support in script system.
- Ability to "trim" tail end of recorded prompts.
- remove root privilege after fifo is opened.
- signal stoppage fixes.

Changes from 0.3.0 to 0.3.1
- passed fifo ring command may include a starting script
- pika call offer detection disabled if "answer" for trunk group = 0
- new DSO sync class and expanded functionality for scheduler.
- start of mailbox support.
- pika driver must sleep in startup.
- new DSO for network monitoring support.

Changes from 0.3.1 to 0.3.2
- test for and use reentrant functions.
- fixed uninitialized id which caused segfaults.
- some include file restructuring.

Changes from 0.3.2 to 0.3.3
- setenv simulated for Solaris.
- ability to merge voice prompt library/national specific rules on top of
  language specific phrasebook rulesets using new [localize] section
  which will also hold currency information, etc.
- currency phrasebook rules defined for english.tts module.
- [paths] precache entry added for pre-caching of voice libraries as
  may be required for Dialogic support.  This also could prove a useful
  optional feature for other API's.
- new TGI tokenizer based on Matt Benjamin's contributed parser.
- new TGI 2.0 spec with backward compatibility.
- new TGI.pm module which impliments 1.x and 2.x TGI token parsing.
- added append mode for recording into existing audio files.

