Custom servers can be of two types:
- Applications that wait to be called by one or more state tables. This
type is the most common custom server, typically used for processing functions
requested from incoming calls.
- Applications that are initiated by other means under your control, such
as another program or a timed event. This type is useful for processes like
outbound calling, invoking a state table which might then call other custom
servers and state tables.