Initializing and terminating the custom server

Every custom server must call the CA_Init() subroutine to connect to the Blueworx Voice Response environment.

A custom server that forks into multiple processes should first call the CA_Set_Options() subroutine to declare itself a multiprocess custom server.

The CA_Terminate() subroutine disconnects the custom server from Blueworx Voice Response and exits.