CA_INFO_ST

appl_name
The name of the custom server. A #define for APPL_NAME is provided in the system-generated header file for the custom server.
pid
The process identifier of the custom server.
run_status
The run status of the custom server. Valid values are:

CA_RUN_STATUS_NONE: the custom server is not currently executing

CA_RUN_STATUS_WAITING: the custom server is executing, but is currently suspended waiting for an event to occur

CA_RUN_STATUS_ACTIVE: the custom server is executing.

ipl_status
The IPL status of the custom server. Valid values are:
  • CA_IPL_STATUS_NEW: the custom server is currently being built or debugged
  • CA_IPL_STATUS_NONE: the custom server is not currently installed
  • CA_IPL_STATUS_INSTALLED: the custom server is installed
  • CA_IPL_STATUS_AUTOEXEC: the custom server is to be started automatically whenever Blueworx Voice Response is started
last_function
The name of the most recent custom server subroutine executed by the custom server.
last_use
The number of seconds that have elapsed since the last_function was called.
link_count
The number of channel processes that are currently linked to this custom server, using the OpenHostServerLink action.
max_pool_buffers
The maximum number of pool buffers that the custom server can hold.
num_pool_buffers
The number of pool buffers that the custom server currently holds.
q_stats
A msgqid_ds structure, as defined in <sys/msg.h>. This describes the message queue for this custom server.