Developer Network
Voicent AutoReminder AutoReminder
AutoReminder Integration
Download callpad sample
Command Line
Voicent Gateway Development software Gateway
Advanced computer telephony development platform, VoiceXML gateway specifically designed for voice modem.

Tutorial
Reference
 
Join Developer Network
Voicent AutoReminder Integration - Open Web Access

The best way to interface with Voicent AutoReminder is through the HTTP protocol. You can create, delete, and list appointments all through this interface. The browser interface provided can be used as a sample for your application.

Enable Web Access

To enable web access, select the "allow web access" and set the port number in the Customize View Dialog.

Once enable, you can access Voicent AutoReminder using any browser.

Add Appointment Programmatically

To create a new appointment programmatically, you need to send HTTP POST request to Voicent AutoReminder URL followed by "/addHandler". Here are the parameters you need to set.

Parameter Meaning Value
contact Attendee contact name (comma separated for group)
phone Attendee phone phone number (comma separated)
year Appointment year year
month Appointment month Jan, Feb, ...
date Appointment date 1, 2, ... 31
shour Appointment start hour 12 pm, ... 11 pm
sminute Appointment start minute :00, :05, ...
ehour Appointment end hour 12 pm , 1 am , ...
eminute Appointment end minute :00, :05, ...
makecall Make reminder call on
calltype reminder call type now, callat, callbefore
stdmsg reminder call message <System Provided>, any customized
cyear reminder call year year
cmonth reminder call month Jan, Feb, ...
cdate reminder call date 1, 2, ... 31
chour reminder call hour 12 pm, ... 11 pm
cminute reminder call minute :00, :05, ...
cbnum reminder call before 1, 2, ...
cbunit reminder call before unit Day, Hour, Minute
notes appointment notes any text
includenotes include notes in call on
cat appointment category any text

Delete Appointment Programmatically

To delete an appointment, you need to send HTTP GET/POST request to Voicent AutoReminder "/delHander". Here are the parameters.

Parameter Meaning Value
fpath appointment ID value in [ ] when addHander returned

List Appointment Programmatically

To list appointments for a particular date, you need to send HTTP GET/POST request to Voicent AutoReminder "/listHander". Here are the parameters.

Parameter Meaning Value
year year year
month month Jan, Feb, ...
date date 1, 2, ... 31

Callpad Sample

This is a MFC sample program that utilizes the Openweb Access interface. Click here to download the sample code.

  Appointment Reminders | Wakeup Calls | Medication Reminders | Group Announcements | STORE
 © 2003 Voicent Communications, Inc.