Requests the custom server control program to start the execution of a custom server.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" int CA_Start_CA ( char *application_name, int num_args, char *arg_array[] );
This subroutine allows a custom server to request that another custom server be started, using the main arguments specified. If num_args is set to zero, the custom server control program will use the default main arguments supplied previously using the custom server user interface.
There is a limit to the maximum combined length of all parameters passed to the arg_array, see CA_PARMS_TOO_LARGE.
CA_ACCESS_NOBUFS
CA_ALREADY_STARTED
CA_APPL_NOT_INSTALLED
CA_INV_ADDR
CA_INV_APPL
CA_NO_MSG_RECV
CA_NOT_INIT
CA_PARMS_TOO_LARGE
CA_REQ_FAILED
CA_START_FAILED
CA_TERMINATING