Skip to content

Calls

Initiate

This method allows you to initiate calls from your extensions.

URL

/api/v2/calls/initiate

Supported Parameters

  • extension - the configured username of the extension to originate calls from (without the prefixed unit identifier - i.e. if your extension username is mybusiness-alex, use alex)
  • number - the telephone number to call
  • callerid - the CLI to display on the device initiating the call (the outbound CLI will use that set for the extension in its unit)

Example JSON

{
    "status":"success",
    "time":0.13,
    "flags":{},
    "data": true
}