The QuBe Live Call module is used to create a seamless experience with a call back function integration between a web application and QuBePBX

Live Call set-up

To use Live Call module, Live Call Profile must be configured first.

URL: /func/live-call

Parameters

Call Flow

  1. Request to API.
  2. Making outbound call to provided number with Caller ID set in a settings. Call is made immediately.
  3. If call answered it is put into a queue immediately and success response is returned. Otherwise, error response is returned.
  4. Call is handled by Queue, application ends process of a request.

API Requests

Authorization

Errors

Get Queue Members State.

URL: /func/live-call/state/{LIVE_CALL_PROFILE_ID}/

Method: GET

Response

Response parameters

Errors

Initiate a call to provided number.

URL: /func/live-call/call/{LIVE_CALL_PROFILE_ID}/

Method: POST

Content-type: application/json

Request parameters:

Response

Response parameters

Errors