IVR Callback
This interface needs to be provided by the customer.And tell us the interface address for configuration.After the IVR is submitted, we will push the results to this interface
RequestMethod
GET
Request Param
param
type
description
taskId
String
task id
callId
String
call id
ivrId
String
ivr id
callee
String
phone number
startTime
long
start time timestamp
endTime
long
end time timestamp
duration
int
talk time
endReason
int
hang up reason(0=answer)Others are SIP error codes
endDirection
int
Hang up direction(1=send,2=recv)
addTime
long
add time timestamp
Last updated