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

AttributeDescription
length
optional
The length of the pause in milliseconds.
Valid values: integer greater than 1.
Default value: 1

Nesting

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

📘

Note

No other elements may be nested within the element.

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

InboundXML Text Elements