Skip to main content

Pause

The Pause verb is used to delay verb execution for a period of time, during which the call will be silent.

Text Content

There is no text content available to be set for the <Pause> verb.

Attributes

ATTRIBUTEDescription
duration(optional) The 'duration' attribute specifies how many seconds Bandwidth will wait silently before continuing on. Default value is 1. Range: decimal values between 0.1 - 86400.

Webhooks Received

There are no webhooks received after the <Pause> verb is executed.

Examples

Pause a Call

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Pause duration="2" />
</Response>