Basix PBX API and Basix XML IVR
The Basix PBX API and Basix XML IVR allow you to interact with your Basix PBX by doing things like handling incoming call and generating outgoing calls.
Basix XML IVR
Your application can use Basix XML IVR 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.

Here Basix works like an HTTP Client which receives the call and requests your web application for instructions to control the call.
Basix PBX API
Your application can use the Basix PBX API to initiate actions – such as making outbound calls, sending messages etc.

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