A custom server is made up of the following:
- A name and a description.
- A main() function, which can be either generated by the system
using information that you supply, or coded by you. See The main() function.
- User functions, which perform the required processes, such as
accessing host data. User functions are optional if you code the main() function
yourself. See User functions.
These components provide the custom server interface between a Blueworx Voice Response state
table and data on a host computer, as shown in Figure 1.
Figure 1. Custom server interface