<Hangup>
The element will hang up the current call.
###Element Attributes
Attribute | Description |
---|---|
schedule optional | Specifies in seconds when the hangup should occur during a call. Valid values: integer greater than or equal to 1. |
Nesting
The element cannot be nested within any other elements besides the default element.
Note
No other elements may be nested within the element.
<Response>
<Say>This will be spoken followed by hanging up.</Say>
<Hangup></Hangup>
</Response>
Updated over 3 years ago