IVR Software Manual Data IVRANIDNIS
  CALL CENTER SYSTEMS AND SOFTWARE RESOURCE CENTER
call centers

IVR Software Data Types
IVRANIDNIS

IVR Software API Manual

ivr software manual data types Database Systems Corp. (DSC) provides an API subroutine library of IVR Software routines that perform phone functions The following is a description of one of the C Data Structures or Error Code declarations used within this library by the phone function routines - IVRANIDNIS.

The Data Structure is defined in our C programming library, although there is an equivalent for Visual Basic, .NET, C++ and Active-X. DSC provides a separate user guide for each of these languages.

Contact DSC to obtain the most current IVR manuals in your required programming language.



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.