Basix CTI

The Basix CTI allows you to interact with your Basix PBX. You can control your Basix PBX using the Basix XML and the Basix API as describe below.

Basix XML

Your application can use Basix XML to receive and control an incoming call. Some possible control actions could be: read out specified text (Text-To-Speech) to the caller asking for input, collect digits, transfer calls, receive and send faxes etc.

Basix XML

Here Basix works like an HTTP Client which receives the call and requests your web application for instructions to control the call.

 

Basix API

Your application can use the Basix API to initiate actions – such as making outbound calls, sending messages etc.

Basix API

Here, Basix works like an HTTP Server which receives API requests from your application, and executes the specified action(s).