Skip to main content

Stop Gather

The StopGather verb is used to stop the DTMF detection that was previously started by a <StartGather> verb.

Text Content

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

Attributes

AttributeDescription
NoneNone

Webhooks Received

NThere are no webhooks received after the <StartGather> verb is executed

Examples

Stop Gathering Digits on a Transfer

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<StartGather dtmfUrl="https://startgather.url/callback" />
<Transfer>
<PhoneNumber>+19195551234</PhoneNumber>
</Transfer>
<StopGather/>
<SpeakSentence>
Digits are no longer being gathered.
</SpeakSentence>
</Response>