ivr IVR Tutorial Table of Content << Previous  >> Next

Overview

Interactive Voice Response (IVR) applications enable callers to interact with any software, such as query and modify database information, over their telephone. Callers can use their touch-tone pad to input requests or just say what they want to do, such as requesting account balance information. IVR systems usually employ text-to-speech software to read information back.

Voicent IVR Studio is a complete IVR system, completed with an easy-to-use graphical user interface for application development. Voicent IVR Studio also supports outbound IVR applications through Voicent BroadcastByPhone Autodialer.

Part I & Part II

This tutorial contains two parts: Part I Basic Usage and and Part II advanced usage. Programming knowledge is required for Part II.

The Basic Sample for Part I

This tutorial provides step-by-step procedures to create an IVR application, which enables callers to call in to record a voice message and broadcast the message to a selected call list. The sample for Part I is a complete but simplified version. It is described below:

  1. The sample IVR application answers a call
     
  2. Plays a welcome message, asking the caller to enter password
     
  3. If the password is incorrect, go back to step 2. If the caller has tried more than 3 times, log the caller ID and hang up the call
     
  4. Asks the caller to record a voice message
     
  5. Asks the caller to listen to the recorded voice message, press 1 to continue and press 2 to record again
     
  6. Start Voicent BroadcastByPhone with the recorded message and a fixed call list file
     
  7. Hang up the phone

The Advanced Sample for Part II

The complete sample is listed below. The difference is in step 6 and 7 where the caller is asked to select from a list of call list files. A Java program is used to obtain a list of available call list files.

  1. The sample IVR application answers a call
     
  2. Plays a welcome message, asking the caller to enter password
     
  3. If the password is incorrect, go back to step 2. If the caller has tried more than 3 times, log the caller ID and hang up the call
     
  4. Asks the caller to record a voice message
     
  5. Asks the caller to listen to the recorded voice message, press 1 to continue and press 2 to record again
     
  6. Asks the caller to select a call list for the broadcast
     
  7. Start Voicent BroadcastByPhone with the recorded message and call list
     
  8. Hang up the phone

 

ivr IVR Studio Table of Content << Previous >> Next