IVR Callback

dr who pushes IVR via get request

Request method GET

Example

Your webhook?
taskId=632b9exxxxxxxx42d3c4094c44a5&
callId=911748db3bcxxxxxxxx13ae0346&
ivrId=1&callee=00628xxxxxx341&
startTime=1670989700014&
endTime=1670989717626&
duration=5&
endReason=0&
endDirection=2&
addTime=167098969449

Dr Params

parameter
type
remark

staskId

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