Query the state of Blueworx Voice Response and its access to resources (DB2 and NFS) used by Blueworx Voice Response.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" extern CA_SYSTEM_STATE_ENUM CA_Get_System_State (void);
This subroutine returns an enumerated type indicating the state of Blueworx Voice Response:
If CA_QUIESCE_SHUTDOWN is returned and the custom server is interacting with a phone call it can proceed as normal. A call in progress will not be terminated by the shutdown. Blueworx Voice Response will not allow any new calls to be started.
The system administrator can initiate this state by selecting Quiesce Shutdown... from the Blueworx Voice Response Operations menu.
The system administrator can initiate this state by selecting Immediate Shutdown... from the Blueworx Voice Response Operations menu.
CA_QUIESCE_NODB indicates that Blueworx Voice Response is quiescing but there is a problem with a resource.
Check the error log to find out which resource has a problem.
None.
CA_LOAD
CA_INITIALIZE
CA_RUN
CA_QUIESCE_SHUTDOWN
CA_SHUTDOWN
CA_RUN_NODB = 8
CA_QUIESCE_NODB
None.