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 multiple Vobiz numbers sequentially with the Dial element - set per-Number timeouts so the next destination is tried only after the previous fails.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial action="https://your-domain.com/dial_action/" hangupOnStar="true" dialMusic="https://your-domain.com/music.mp3">
<Number timeout="20">12025551111</Number>
<Number timeout="20">12025552222</Number>
</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?