<Pause>

The Pause element will pause the call, holding for the number of milliseconds set by the length attribute.

Element Attributes

Attribute

Description

length optional

The length of the pause in milliseconds.

  • Valid values: integer greater than 1.
  • Default value: 1

Nesting

In addition to the default Response element, the Pause element can also be nested within the Gather verb.

📘

Note

No other elements may be nested within the Pause element.

<Response>
  <Pause length="8" />
</Response>