Custom servers

TDM port sets are connected and disconnected by custom server library subroutines, CA_TDM_Connect() and CA_TDM_Disconnect(), therefore an application using TDM connection management must contain at least one custom server. The custom server is responsible for connecting TDM port sets in response to requests from state tables, and for disconnecting port sets on request from an state table, or cleaning up TDM connections in error conditions.

Custom server subroutines

Blueworx Voice Response provides two custom server subroutines for connecting and disconnecting port sets:

CA_TDM_Connect()
Makes a connection between two port sets via the TDM bus.
CA_TDM_Disconnect ()
Breaks an existing TDM bus connection between two port sets.