TwiML™ Voice: <Leave>
The <Leave>
verb transfers control of a call that is in a queue so that the caller exits the queue and execution continues with the next verb after the original <Enqueue>
.
Verb Attributes
The <Leave>
verb doesn't support any attributes.
Example: Leaving a Queue
In this example, we have a number of people who are waiting in a queue for a support line. Unfortunately the support line closes at 9PM and the callers will have to be notified that they are out of the queue and will have to try again tomorrow.
The original call TwiML might look like this:
Configure wait.xml to play hold music before 9pm:
After 9PM, wait.xml will dequeue the user and return control to the <Say>
block in the original call TwiML:
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the Twilio tag on Stack Overflow.