Call Callback
dr who pushes call via get request
Request method GET
Example
Your webhook?
caller=85xxxxx&
callee=0062xxxxx425180&
startTime=1670989700014&
endTime=1670989717626&
duration=5&
endDirection=0&
endReason=-7&
callId=163fb7fe-cd05-123e-e8b3-00163e02e9e3&
userCallId=1234567890
Dr Params
parameter
type
remark
caller
String
caller ID
callee
String
phone number
startTime
long
start time timestamp
endTime
long
end time timestamp
duration
int
talk time
endReason
int
hang up reason(-7=caller hang up,-8=callee hang up)Others are SIP error codes
endDirection
int
Hang up direction(0=caller,2=callee)
callId
String
call id
userCallId
String
Customize a unique id when making a call
Last updated