// ---------------------------------------------------------------
//
// -----------------------------------------------------
// copyright 2000 by voxeo corporation. (see LGPL.txt)
// -----------------------------------------------------
//
// v1.0 Coded in PHP, ASP, and Perl
// v1.0 Coded by Stephen J. Lewis
//
// This application is a simple "Telephone Directory" or contact list
// that uses a comma delimited file for contact information.  It allows
// the caller to dial into a number, and then place an outbound call
// to a phone number in the list or send a voice message as an email
// attachment to an email address in the list.  If either of those are
// missing, the caller can still use the other function. 
//
// This zip file contains the following files:				 
//     contactlist.php            <---- PHP version
//     contactlist.asp            <---- ASP version
//     contactlist.pl             <---- Perl version
//     contactlist.ini            <---- Comma delimited configuration file.  See the
//                                      header in that file for more details.
//
//     contactlist.audiofiles.txt <---- List of audio files and the text for the prompts
//     LGPL.txt                   <---- opensource license agreement
//     readme.txt                 <---- This file 
//
// Several audio files are associated with this application:
//           greeting.wav
//           nocontactinfo.wav
//           onlyphone.wav
//           onlyemail.wav
//           bothphoneemail.wav
//           starkey.wav
//           returningtomainmenu.wav
//           emailmessage.wav
//           errormessage.wav
//           inifileerror.wav
//           messagesent.wav
//           holdmusic.wav
//           callfailure.wav
//
// All audio files are PCM format, 8-bit, mono, unsigned.
//
// Please see the contactlist.ini file for instructions on how to 
// set up that specific file.
//
// Quick Start Instructions:
//
// 1. Unzip the Broadcaster.zip package onto your server.
//
// 2. Setup your contactlist.ini file.
//
// 3. Point a community.voxeo.com phone number to the voice 
//    application.
//
//   a. Point your browser to the voxeo community page:
//	http://community.voxeo.com/. Click on the "account login" 
//	button. 
//
//   b. Click the "log in here" link. (Or create an account if 
//	you do not already have one by clicking the "you can 
//	get one here" link.)
//
//   c. On the "account administration" page, click the "phone 
//	number administration and url mapping" link.
//
//   d. Fill in the url mapping form:
//
//	   select a city near you
//
//	   platform: leave it on the "CallXML" default
//	        url: point to the contactlist file (ASP, PL, or PHP)
//
//	Click the "Add Mapping" button.
//
//   e. A new number should appear with the URL. Test the URL link 
//	by clicking it. You should see a XML file that starts with 
//	the following line:
//
//	<?xml version="1.0" encoding="UTF-8" ?> 
//
//----------------------------------------------------------------
