Retrieves an application profile.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" #include "CA_access_db.h" int CA_Get_Profile ( char *profile_id, PROFILE_INFO_ST *profile_info_sp );
This subroutine retrieves the information about a particular profile. The application profile name, mailbox information, state table name, state table entry point, and the language code are returned in the PROFILE_INFO_ST output structure.
CA_ACCESS_NOBUFS
CA_INV_ADDR
CA_INV_PROFILE_ID
CA_INV_REQUEST
CA_NO_MSG_RECV
CA_NOT_INIT
CA_PROFILE_NOT_FOUND
CA_REQ_FAILED
CA_TERMINATING