IVR Software Library
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.
IVRANIDNIS
typedef struct tag_IvrAniDnis{
char dnis[IVR_DNIS_LENGTH];
char ani[IVR_ANI_LENGTH];
}IVRANIDNIS;
Structure Members
dnis
|
Null terminated string
containing the DNIS for the call.
|
ani
|
Null terminated string
containing the ANI for the call.
|
|