The element will hang up the current call.
###Element Attributes

AttributeDescription
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>