Stores output parameters from a user function in a message structure to be passed to another Blueworx Voice Response component.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" int CA_Put_DT_Parameters ( DT_MSG_INFO_ST *dt_msg_info_sp, void *output_data );
This subroutine stores the values of all the specified output parameters into a message structure to be returned to the custom server or channel process specified in DT_MSG_INFO_ST. The system-generated header file contains the list of possible function IDs. Each user function has a corresponding function ID of the form funcname_func_id. For example, the ID for the function x_proc() is x_proc_func_id.
CA_ACCESS_NOBUFS
CA_INV_ADDR
CA_INV_FUNC_ID
CA_NO_MSG_RECV
CA_NO_PARMS
CA_NOT_INIT
CA_PARM_OVERFLOW
CA_TERMINATING