[COMMAND]

Rejecting an Inbound Call to an Operator

The call_reject command is used to refuse an inbound call on behalf of an operator. Doing this will keep the call queued while another operator is selected. The original operator will then be freed up to accept a different call, as needed.

Parameters

call_id
required
number

The ID of the intended call.

operator_id
required
number The ID of the operator rejecting the call.

Example Request

Copy
{"command":{"command_type":"call_reject", "call_id":1987, "operator_id":42069}}