CA_Get_DT_Info()

Purpose

Get the Blueworx Voice Response system information.

Libraries

Blueworx Voice Response library (libvae.a)

Custom Server library (libca.a)

Syntax

#include "CA_header.h"
int CA_Get_DT_Info(
 DT_INFO_ST *dt_info_sp
);

Description

This subroutine gets the Blueworx Voice Response system information given in a DT_INFO_ST structure.

Parameters

dt_info_sp
A pointer to a DT_INFO_ST output structure that will be filled in as described in DT_INFO_ST. This will contain the Blueworx Voice Response system information.

Return codes

0
Successful
-1
Unsuccessful (global error number CA_errno is set to indicate the error)

Error names

CA_NOT_INIT
CA_INV_ADDR
CA_TERMINATING

Related information

None.