Sends an error message to another Blueworx Voice Response component.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" void CA_Send_DT_Error ( DT_MSG_INFO_ST *dt_msg_info_sp );
This subroutine indicates that an error occurred while handling a message previously received from another Blueworx Voice Response component. Call this routine in place of CA_Send_DT_Msg() to send a reply when an error occurred in the handling of a message.
The CA_Send_DT_Error() subroutine is a void subroutine; nothing is returned.
The CA_Send_DT_Error() subroutine is a void subroutine; nothing is returned.