Example
Response
callerId attribute to the Dial element - for example <Dial callerId="+14155551234">. If omitted, the current caller’s caller ID is used. See Transfer a Call for more on the Dial element.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Dial several Vobiz destinations simultaneously with User and Number children - the first endpoint to answer connects, the rest are dropped instantly.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial action="https://your-domain.com/dial_action/" method="POST">
<User>sip:alice1234@registrar.vobiz.ai</User>
<Number>15671234567</Number>
<User>sip:john1234@registrar.vobiz.ai</User>
</Dial>
</Response>
callerId attribute to the Dial element - for example <Dial callerId="+14155551234">. If omitted, the current caller’s caller ID is used. See Transfer a Call for more on the Dial element.Was this page helpful?