API Version: 6.5

Call control commands

SEE ALSO: keevio commands

Permissions

Requires User permissions, but may only inject commands for the currently authenticated user.

command 'dial'

Path: /rest/command/dial/
Dial a call, either using keevio, a handset, or by trying keevio followed by a handset.
NOTE: The callerid parameter is supported since 6.4.20 and will be ignored if the PABX is not configured to allow the requested number.
{    
    "type": "direct" "keevio" "auto" "teams" or "handset",
    "values": {
        "number": nnn,
        "autoanswer": true or false,
        "autohold": true or false,
        "callerid": nnnn
    }
}