<Gather />
prompt a DTMF code
Getting Super Powers
Becoming a super hero is a fairly straight forward process:
GET
Path Parameters
attempts
integer
How many attempts Gather block should be executed Default: 1
callback
string
remote endpoint url Default: none
method
string
callback method 'GET' or 'POST' Default: 'GET'
finishOnKey
string
+, *, #, 0-9 Default: *
timeout
integer
Block timeout
numDigits
integer
how many digits to wait from user Default: 1
Filler
command sequence which will be played while user entering the code
Callback
remote call flow request
GET
<CALLBACK URL>
Path Parameters
code
integer
dtmf code
success
boolean
dtmf request state
attempts
integer
attempt
remote call flow request
POST
Path Parameters
code
integer
dtmf code
success
boolean
dtmf request state
attempts
integer
attempt
Headers
Content-Type
string
application/json
Request Body
body
string
Body contain an object with ISIPControlAppCall object and <Gather /> history
Call back post example
Last updated
Was this helpful?