|
IVR Software Data Types
IVR Error Codes
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 - IVR Error Codes.
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.
IVR Error Codes
IVR_NOERROR
|
0
|
IVR_SENDFAILED
|
-1
|
IVR_RECEIVEFAILED
|
-2
|
IVR_BADFILEHANDLE
|
-3
|
IVR_LISTENFAILED
|
-4
|
IVR_DEVICEBUSY
|
-5
|
IVR_BADXBPPARAM
|
-6
|
IVR_BADIOTT
|
-7
|
IVR_SYSTEMERROR
|
-8
|
IVR_BADWAVEFILE
|
-9
|
IVR_UNSUPPORTED
|
-10
|
IVR_UNKNOWN
|
-11
|
IVR_BADCMDLINE
|
-12
|
IVR_BADPARAM
|
-13
|
IVR_INVALIDEXTESION
|
-14
|
IVR_EXTENSIONUNAVAILABLE
|
-15
|
IVR_NOCALL
|
-16
|
IVR_NOLINE
|
-17
|
IVR_DIALFAILED
|
-18
|
IVR_NOSECONDARYCALL
|
-19
|
IVR_CONNECTFAILED
|
-20
|
IVR_RECORDFAILED
|
-21
|
IVR_OPENFAILED
|
-22
|
|
|