CA_Delete_Greeting()

Purpose

Deletes a greeting.

Libraries

Blueworx Voice Response library (libvae.a)

Custom Server library (libca.a)

Syntax

#include "CA_header.h"
#include "CA_access_db.h"
int  CA_Delete_Greeting (
 GREETING_PARM_ST  *greeting_parm_sp
);

Description

This subroutine deletes a greeting based on the information provided in the GREETING_PARM_ST input structure.

Parameters

greeting_parm_sp
A pointer to a GREETING_PARM_ST input structure that is filled in as described in GREETING_PARM_ST.

Return codes

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

Error names

CA_ACCESS_NOBUFS
CA_GREETING_NOT_FOUND
CA_INV_ADDR
CA_INV_COMPRESSION_TYPE
CA_INV_PROFILE_ID
CA_INV_REQUEST
CA_NO_MSG_RECV
CA_NOT_INIT
CA_OM_REQ_FAILED
CA_REQ_FAILED
CA_TERMINATING

Related information

CA_Create_Greeting(), CA_Get_Greeting(), CA_Get_Greeting_Info().