// -----------------------------------------------------------------------------
//
// -----------------------------------------------------
// copyright 2000 by voxeo corporation. (see LGPL.txt)
// -----------------------------------------------------
//
// v1.0 Coded in ColdFusion, ASP, PHP, and Perl
// v1.0 Coded by Shane Smith and Stephen J. Lewis
//
// This application allows you to assign up to 10 callxml applications to
// one voxeo phone number.  Any applications after the first 10 will be ignored.
//
// This zip file contains the following files:				 
//     applicationswitcher.php     <---- This file
//     applicationswitcher.pl      <---- Perl version
//     applicationswitcher.asp     <---- ASP version
//     applicationswitcher.cfm     <---- ColdFusion version
//     applicationswitcher.mdb     <---- Access 2000 Database that stores the
//                                       locations of each application
//     database-win32.inc          <---- Abstracted database routines for PHP
//                                       under Windows32 environments
//     database-linux.inc          <---- Abstracted database routines for PHP
//                                       under linux environments
//
//     LGPL.txt                    <---- opensource license agreement
//     readme.txt                  <---- this file
//     applicationswitcher.ini     <---- configuration file for the application
//
//
// Getting started:
//     Open up the applicationswitcher.ini file and peruse the instructions
//     there to set up the application. 
//
// Quick Start Instructions:
//
// 1. Unzip the ApplicationSwitcher.zip package onto your server.
//
// 2. If using the database option, connect the database 
//    file as an ODBC data source.  If using the .ini file option,
//    edit the .ini file to represent your server and applications.
//
// 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 applicationswitcher file (ASP, PHP, CFM, or PL)
//
//	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" ?> 
//-----------------------------------------------------------------------------