/***************************************************************************
 * README
 *
 *  Copyright (c)2003 Voicent Communications, Inc, All Rights Reserved
 *  Voicent Product Support Services, Developer Support AutoReminder Integration
 *
 *  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
 *  EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
 *  WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
 *
 ***************************************************************************/

		============================================
		Voicent AutoReminder Sample Program: Callpad
		============================================

This sample shows how to use the AutoReminder Openweb Access to make an
appointment and make a reminder call.

In callpadDlg.cpp:
==================

1). OnCallNow() is the message handler when you click on CallNow button.

	It first sets up the http post string and then send the post string
	to AutoReminder. Once sent, AutoReminder should make an appointment
	and make a reminder call to the number specified in the dialog.

2). SetCallParams(CString& poststr)

	Most of the parameters are hardcoded in this sample.

3). PostToAutoReminder(const CString& poststr)

	Post the http request to http://localhost/addHandler. The port number
	is hardcoded to 80. If you set the Openweb access number to something
	else, change the default 80.


Professional Version Only Feature:
==================================

Professional version contains the Message Designer, which allows you to
customize the call message. You can include Text-to-speech and pre-recorded
wave files.

Set the Message Id (stdmsg in the program) in the dialog, you should
be able to invoke the correct call message.




