Send Call Commands
Sends call commands to SignalWire calls.
Query
Comma-separated response fields to include.
Body
The `dial` command is used to create a new call.
The address that initiated the call. Can be either a E.164 formatted number (`+xxxxxxxxxxx`), or a SIP endpoint (`sip:[email protected]`).
The address that received the call. Can be either a E.164 formatted number (`+xxxxxxxxxxx`), or a SIP endpoint (`sip:[email protected]`).
The number, in E.164 format, or identifier of the caller.
The Fallback URL to handle the call. This parameter allows you to specify a backup webhook or different route in your code containing SWML instructions for handling the call.
A URL that will recieve status updates of the current call. Any call events defined in `status_events` will be delivered to the defined URL.
The call events that will be monitored and sent to the `status_url` when active.
The URL to handle the call. This parameter allows you to specify a webhook or different route in your code containing SWML instructions for handling the call. Either `url` or `swml` must be included for a new call.