Skip to main content
Nest <User> inside <Dial> to create a SIP or registered WebRTC/SIP B-leg.
The user must resolve to a reachable SIP or registered Vobiz WebRTC endpoint. The B-leg uses the same DialAnswer, DialConnected, DialHangup, and final action lifecycle as a <Number> B-leg.

Attributes

Send metadata to the SIP leg

The Dial callbacks include fields such as:
These are application-defined metadata fields. Do not use sipHeaders to set the displayed PSTN caller ID; use the parent callerId when that applies to your routing flow. Vobiz does not expand placeholders in these values. Render values such as account references or caller identifiers in your application before returning the XML.

Send digits after answer

Vobiz schedules the sequence on the post-answer DTMF path. The destination must support and interpret telephone-event DTMF.

Caller ID and caller name

Set callerId and callerName on the parent <Dial> when your SIP routing flow requires them. Caller-name display remains dependent on the destination endpoint, carrier, and device.

Next steps