ring_url
, answer_url
, fallback_url
, action_url
, callback_url
, and hangup_url
.In each callback, the CallStatus
parameter takes one of these values:in-progress | The call was answered and is in progress. Calls with this status can be terminated using the Hangup API. |
completed | The call was completed, terminated either by the Hangup API or by one of the parties in the call. |
ringing | The call is ringing. This status is sent to the Ring URL. |
no-answer | The call was not answered. |
busy | The called line is busy. |
cancel | The call was canceled by the caller. |
timeout | There was a timeout while connecting your call, caused by either an issue with one of the terminating carriers or network lag in our system. |
Parameter | Description |
---|---|
DialRingStatus | Indicates whether the dial attempt rang or not. Values: true , false |
DialHangupCause | The standard telephony hangup cause. |
DialStatus | Status of the dial. Values: completed , busy , failed , timeout , no-answer |
DialALegUUID | CallUUID of the A leg. |
DialBLegUUID | CallUUID of the B leg. Empty if nobody answers. |
{{ "{{Start.call.from" }}}}
in the From field. Enter any numbers you want to call in the To field, separated by commas.
DialRingStatus
, DialHangupCause
, DialStatus
, DialALegUUID
, and DialBLegUUID
.