<Client>
Dial a registered SIP client by identity.
Used inside
<Dial>.
Element body
The client identity — either as the bare body or a nested <Identity> child.
Example
<Response>
<Dial>
<Client>
<Identity>joey</Identity>
</Client>
</Dial>
</Response>
Attributes
| Attribute | Default | Behaviour |
|---|---|---|
sendDigits |
unset |
Touch-tone digits sent after answer (same as <Number>). |
url |
unset |
VoiceML screening prompt run on the dialled leg before the bridge (same as <Number>). |
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. |
Nesting
<Client> accepts these nested elements:
Notes
- Both <Client>joey</Client> and the nested <Identity> form are accepted.