ivr software applications library
      Database Systems Corp. BBB Business Review
   IVR AND VOICE BROADCASTING SERVICES AND SYSTEMS Home  |   Contact Us  |   About Us  |   Sign Up  |   FAQ

ivr software library

Information

Interactive Voice Response
IVRS
IVR
IVR Outsourcing
Virtual ACD Systems
IVR Systems
Messaging Service and Systems
Inbound Call Center
Text To Speech Software Interactive Voice Response System
IVR Software Library
IVR Solutions
IVR Services


IVR Software Library

IVR systems interactive voice response

IVR Data Types and Error Codes

The following parameters are maintained in the PACER and WIZARD IVR software library. The routines that reference these parameters are developed for programmers who are creating and managing IVR application programs. IVR programs can be written in C/C++ on Windows, Unix and Linux operating environments.



IVRMIXEDPROMPTS

typedef struct tag_IvrMixedPrompts{
   int type;
   char prompt[IVR_TEXT_LENGTH];
}IVRMIXEDPROMPTS;

Structure Members

type

The type field will contain the type of prompt. It can be one of the following values.

PROMPT_WAVE:The prompt is a wave file.
PROMPT_TEXT:The prompt is text to be spoken.

prompt

The prompt field will contains the text to be spoken or the wave file to be played.