Check Number Status Callback
This interface needs to be provided by the customer.And tell us the interface address for configuration.After the number is submitted, we will push the results to this interface
The return parameters are as follows:
parameter
type
remark
taskId
String
task Id
callId
String
call unique id
callee
String
callee
endReason
int
Hang-up reason(0=ring,1=answered,404=empty number,-11=abnormal line,-7=busy,-8=shut down,-9=out of service area,-80=temporarily unavailable)
endDirection
int
Hang up direction(1=send,2=recv)
addTime
long
call time stamp
postTime
long
end time stamp
Last updated