user configured HTTP push address
| Parameters | Description | Type |
|---|---|---|
| array | set | List |
| voiceId | Record unique ID | String |
| type | Service type: 1-group call, 2-verification code, 3-telephone call, 4-telephone direct dialing | Int |
| callee | Called number | String |
| displayNum | Display number | String |
| submitTime | Submission time (millisecond timestamp) | long |
| callTime | Call time (millisecond timestamp) | long |
| ringingTime | Ring time (millisecond timestamp) | long |
| answerTime | Answer Time(millisecond timestamp) | long |
| hangupTime | Hang up time (millisecond timestamp) | long |
| callDuration | Call duration (seconds) | Int |
| chargedDuration | Billing duration (seconds) | Int |
| billPeriod | Billing cycle: 20+20, 60+60 | String |
| code | Regional operators | String |
| voiceFileId | Voice file ID | String |
| recordingFileId | Call Recording ID | String |
| rate | Rate(Currency of quotation) | String |
| baseCost | Base Cost(USD) | String |
| cost | Consumption amount(Currency of quotation) | String |
| terminationCode | Sip code, 200 means the call is successfully established | String |
| terminationReason | Status code description | String |
| sipCode | Sip code | String |
| feedbackValue | Button feedback (-1: none, non-1: key value) | String |
| calledInfo | Called information, 0-1000 characters | String |
| ringDuration | Ringing duration | Int |
| currency | Quotation Currency | String |
| settleRate | Local currency rate (valued when the quoted currency is not USD) | String |
| quoteExchange | Client-side quoted exchange rate (valued when the quoted currency is not USD) | String |
| settlePay | Consumption amount in local currency (valued when the quoted currency is not USD) | String |
| outRecallCount | Recall times | Integer |
| scriptId | The AI speech template ID | Integer |
| intent | Final Intention | String |
Request URL:
user configured HTTP push address
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Request Body:
{
"array": [
{
"voiceId": "22121121451211349002",
"type": 1,
"callee": "63123456788",
"displayNum": "6311012125",
"submitTime": 1670939112097,
"callTime": 1670939568000,
"ringingTime": 1670939570000,
"answerTime": 1670939582000,
"hangupTime": 1670939595000,
"chargedDuration": 20,
"callDuration": 13,
"billPeriod": "20+20",
"code": "India(Karnataka)",
"voiceFileId": "12043042052c5b61378df42324286fe4a4ace40ve.mp3",
"rate": "0.023625",
"baseCost": "0.0",
"costEur": "0.007875",
"terminationCode": "200",
"terminationReason": "Called hang up",
"sipCode":"200",
"feedbackValue":"0",
"calledInfo":"calledInfo",
"ringDuration":1,
"currency":"EUR",
"settleRate": "1.2793",
"quoteExchange": "0.938",
"settlePay":"1.2793",
"outRecallCount":0,
"scriptId":123,
"intent":"YES"
}
]
}