DSC Tech Library
CTI Universal Softphone API Library
Header Files and Data Structures
Header Files
#include
"RSPApiInclude.h" // this will include all three below
#include
"RspApiErrors.h"
#include
"RspApiStructures.h"
#include
"RSPRoutines.h"
Data Structures
struct
RspApiLoginResponse{
int incamp; // logged into campaign
int relog; // was already logged in and re-logged in
};
struct
RspApiInboundResponse{
int
transferred; // transferred
(1), or inbound (0)?
char ani[40]; // ani
char dnis[40]; // dnis
char campaign[7]; // campaign name
char identifier[12]; // unique identifier
};
struct
RspApiResponse{
int
type;
int
error;
char value[64];
};
|