Nouns

<Application>

Hand the call leg to a saved Application's voice URL.

Used inside <Dial>.

Element body

The Application identifier (AP followed by 32 hex characters).

Example

<Response>
  <Dial>
    <Application>APxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</Application>
  </Dial>
</Response>

Attributes

Attribute Default Behaviour
url unset Overrides the Application's saved voice URL for this single dial — one-off variations without creating a new Application.

Notes

  • The Application's voice URL is fetched with CallSid, ApplicationSid, AccountSid, and From (the Dial's callerId); the returned VoiceML replaces the rest of the calling document for that leg. On fetch failure, the Application's fallback voice URL is tried.
  • The verb returns a standard dial result: completed on successful execution, failed on lookup or fetch failure. An Application owned by another account behaves exactly like a nonexistent one.