Initiate Call


This request sets up a call between the internal number and the supplied number.
The internal number is determined by selecting the first number in the user’s primary line.
The internal phone number will be called first by the server and when picked up a call is set up to the supplied callee phone number.

Resource

POST /me/call

Parameters

None

Payload

A String containing the callee phone number.

Response

None

Context

Authorization

User

Errors

HTTP code Xelion code Description

404

10065

User has no internal number configured.

Example

Request
POST https://xelion.nl/api/v1/master/me/call
Payload
"0612345678"