Skip to main content
This example shows how to schedule a hangup for a call after a minute while playing a message on the call.

Example

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Speak>This call will be hung up after a minute</Speak>
    <Hangup schedule="60"/>
</Response>