<Hangup>

The <Hangup> 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 <Hangup> element cannot be nested within any other elements besides the default <Response> element.

📘

Note

No other elements may be nested within the <Hangup> element.

<Response>
  <Say>This will be spoken followed by hanging up.</Say>
  <Hangup></Hangup>
</Response>