This example demonstrates how to wait for 10 seconds before accepting a call.Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/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.
This example demonstrates how to wait for 10 seconds before accepting a call.Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Wait length="3"/>
<Speak>Hello!</Speak>
</Response>
Was this page helpful?