Requests the custom server control program to stop the execution of a custom server.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" int CA_Stop_CA ( char *application_name );
This subroutine sends a signal to the specified custom server to indicate a termination request had been issued. The termination function (if any) is called, and the server is detached from all shared resources.
CA_APPL_NOT_INSTALLED
CA_INV_ADDR
CA_INV_APPL
CA_NOT_INIT
CA_NOT_STARTED
CA_STOP_FAILED
CA_TERMINATING