Database Systems Corp.
Home  |   Contact Us  |   About Us  |   Sign Up  |   FAQ

predictive dialers and crm software
computer telephony software predictive dialer

ACD Automatic Call Distribution
Predictive Dialer
Contact Center
VOIP Service
Internet Phone Service
IP Phone Service
Phone Software
Softphone IVR System
Computer Phone Software
Web Phone Software
Softphone Phone System
Computer Telephony Solution

predictive dialers and crm software
Information

Computer Telephony Integration
CTI Software
ACD and CTI
Linux CTI Solutions
CRM and CTI
Linux IVR Software
Linux Computer Telephony
CTI IVR Solutions
CTI and DNIS Applications
ANI and CTI development
CTI Telephony Products
Phone Software
CTI Telephony Vendors
Computer Telephony Software
CTI Programming
Softphone Systems
Telephony Software
Computer Phone System
CTI Applications
Softphone Software
Telephone Software
CTI Middleware

predictive dialers and crm software


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];

};