Retrieves voice message information.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" #include "CA_access_db.h" int CA_Get_Voice_Msg_Info ( GET_VOICE_MSG_INFO_PARM_ST *get_voice_msg_info_parm_sp, VOICE_MSG_INFO_ST *voice_msg_info_sp );
This subroutine retrieves message information based on the information in the GET_VOICE_MSG_INFO_PARM_ST input structure. Based on the input message status and number, this routine may return sender, receiver, message status, message number, transaction ID, voice data size (in voice elements), and compression type information back to the calling routine in the VOICE_MSG_INFO_ST output structure.
CA_ACCESS_NOBUFS
CA_INV_ADDR
CA_INV_COMPRESSION_TYPE
CA_INV_PROFILE_ID
CA_INV_MAILBOX_ID
CA_INV_MSG_NUMBER
CA_INV_MSG_STATUS
CA_INV_REQUEST
CA_INV_TRANSACTION_ID
CA_NO_MSG_RECV
CA_NOT_INIT
CA_OM_REQ_FAILED
CA_REQ_FAILED
CA_TERMINATING
CA_VOICE_MSG_NOT_FOUND