CA_Deinstall_CA()

Purpose

Deinstall a specified custom server.

Libraries

Blueworx Voice Response library (libvae.a)

Custom Server library (libca.a)

Syntax

#include "CA_header.h"
#include "CA_access_db.h"
int CA_Deinstall_CA(
 char *appl_name
);

Description

This subroutine deinstalls a specified custom server that is currently installed but not running.

Parameters

appl_name
Custom server name. The maximum number of characters allowed in this string is MAX_CA_NAME_LENGTH.

Return codes

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

Error names

CA_ACCESS_NOBUFS
CA_APPL_NOT_INSTALLED
CA_ALREADY_STARTED
CA_NOT_INIT
CA_INV_ADDR
CA_INV_APPL
CA_INV_REQUEST
CA_NO_MSG_RECV
CA_REQ_FAILED
CA_TERMINATING

Related information

CA_Start_CA(), CA_Stop_CA(), CA_Delete_CA(), CA_Get_CA_Info(), CA_Send_CA_Msg(), CA_Set_CA_Ipl_Status().