[COMMAND]

Issuing DTMF Input via VoIP

The voip_dtmf command is used to send a DTMF input (such as "1", "34", etc.) on behalf of a specific operator's TelXL VoIP softphone during a call.

This command and those related to it only affect operators using VoIP phones.

Parameters

operator_id
required
number The ID of the operator in receipt of the VoIP call.
dtmf_string
required
string The intended DTMF code.

Example Request

Copy
{"command":{"command_type":"voip_dtmf", "operator_id":1210, "dtmf_string":"6"}}