Transfer Selected Running Calls


This request transfers 2 selected PBX calls of the registered device.
This request will connect the 2 selected callers with each other and hangup the corresponding original calls.
The unique channel id’s can be found with the List Running Calls request.

Resource

POST /me/device/calls/<CHANNEL_ID>/transfer

Where CHANNEL_ID is the unique channel id of the source channel.

Parameters

None

Payload

The target unique channel id of the target channel to transfer to.

Response

None

Context

Authorization

User

Device Registration

Device with a phone number

Errors

HTTP code Xelion code Description

404

10050

The device is not registered.

10052

The device is registered but its phone number is unknown.

10203

The device is not found or source/target channel is not specified/found.

Example

Request
POST https://xelion.nl/api/v1/master/me/device/calls/1611242795.481/transfer
Payload
"1611242840.487"