Sends a voice message.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" #include "CA_access_db.h" int CA_Send_Voice_Msg ( SEND_VOICE_MSG_PARM_ST *send_voice_msg_parm_sp );
This subroutine sends a previously created voice message to the specified application profile id and mailbox. Before calling this routine, you can use CA_Set_Send_Voice_Msg_Defaults() routine to set the default values for the SEND_VOICE_MSG_PARM_ST structure.
CA_ACCESS_NOBUFS
CA_APPL_NOT_FOUND
CA_DUPLICATE_MESSAGE
CA_INV_ACKNOWLEDGE
CA_INV_ADDR
CA_INV_MAILBOX_ID
CA_INV_PROFILE_ID
CA_INV_REQUEST
CA_INV_SECURITY
CA_INV_TRANSACTION_ID
CA_INV_URGENCY
CA_NO_MSG_RECV
CA_NOT_INIT
CA_PROFILE_NOT_FOUND
CA_REQ_FAILED
CA_TERMINATING
CA_VOICE_MSG_NOT_FOUND