Nouns

<Number>

Dial a phone number.

Used inside <Dial>.

Element body

The E.164 phone number to dial.

Example

<Response>
  <Dial>
    <Number sendDigits="wwww1928">+18005551234</Number>
  </Dial>
</Response>

Attributes

Attribute Default Behaviour
sendDigits unset Touch-tone digits sent on the dialled leg after answer — extensions and access codes. Charset 0-9 * # A-D w; each w is a 500 ms pause.
url unset VoiceML fetched and executed on the dialled leg before the bridge — "press 1 to accept" screening prompts. Best-effort: a fetch failure is logged and the call proceeds.
method POST HTTP method for the screening-URL fetch.
statusCallback unset Per-leg lifecycle webhook URL. Currently reported through the parent <Dial> action callback; independent per-leg dispatch is on the roadmap.
statusCallbackMethod POST HTTP method for the per-leg webhook.
statusCallbackEvent unset Comma-separated list of leg lifecycle events to deliver.