[COMMAND]

Plucking a Call

The call_pluck command will attempt to connect a specific call with a specific operator. If the call is in the process of being connected to a different operator, the previous attempt will end and the newer one will take over. If the call's state prevents it from being connected to the specified operator, this command will be ignored.

This command will first check for an available, appropriate licence for the intended operator. If no such licence exists, the command will fail.

Parameters

call_id
required
number

The ID of the intended call.

operator_id
required
number

The ID of the intended operator.

Example Request

Copy
{"command":{"command_type":"call_pluck", "call_id":15, "operator_id":180}}