5.7.3 api call answer

The /api/call/answer function helps you answer an active incoming call (in the ringing state).

The function is part of the Phone/Call service and the user must be assigned the Phone/Call Control privilege for authentication if required.

The GET or POST method can be used for this function.

Request parameters:

Parameter

Description

session

Active incoming call identifier

The reply is in the application/json format and includes no parameters.

Example:

GET /api/call/answer?session=3
{
  "success" : true
}