Gather
The <Gather> verb supports touch tones (DTMF) to get digit responses.
In DTMF mode it "gathers" digits that a caller enters into his or her telephone keypad. When the caller is done entering digits, callapi submits that digits to the provided 'action' URL in an HTTP GET or POST request.
If no input is received before timeout, <Gather> falls through to the next verb in the callapi document. You may optionally nest <Say>, <Play>, and <Pause> verbs within a <Gather> verb while waiting for input. This allows you to read menu options to the caller while letting her enter a menu selection at any time. After the first digit is received the audio will stop playing.
Gather Attributes
Name
Allowed Values
Default Value
action
relative or absolute URL
current document URL
method
GET, POST
POST
timeout
positive integer
5 seconds
finishOnKey
any digit, #, *
#
numDigits
integer >= 1
unlimited
input
dtmf
dtmf
partialResultCallback
relative or absolute url
none
language
en-US, en-GB, es-ES, it-IT, fr-FR, pl-PL, pt-PT
en-US
hints
"words, phrases that have many words"
none
Request Parameters
Parameter
Description
Digits
The digits the caller pressed, excluding the finishOnKey digit.
The Webhooks to partialResultCallback are async and doesn’t accept RCML back. If you want to act based on the partial result, then use the REST API to Live Modify the call.
Request Parameters
Nesting
Example
Example of how to use the verb:
Last updated