Wait
Delayed call answer
Example of the Vobiz Wait XML element - demonstrates how to delay answering an inbound call by 10 seconds before any other XML verb executes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Example of the Vobiz Wait XML element - demonstrates how to delay answering an inbound call by 10 seconds before any other XML verb executes.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Wait length="3"/>
<Speak>Hello!</Speak>
</Response>
Was this page helpful?