Call Phone Access Queue - nxtele/nxcloud-doc-en GitHub Wiki
Brief Description:
- Used to put a phone into the queue for making a call with a specific call ID.
Request URL:
http://api.nxcloud.com/api/queue/makeCall
Request Method:
- POST or GET
Parameters:
Parameter | Required | Type | Description |
---|---|---|---|
appkey | Yes | string | App key for the approval |
secretkey | Yes | string | Secret key for the approval |
mobile_name | Yes | string | Name of the phone |
callid | Yes | string | Call ID for the queue |
Response Example:
{
"code": "0",
"info": "success"
}
Response Parameters:
Parameter | Type | Description |
---|---|---|
code | string | "0" indicates success, others indicate failure |
Note: The queue associated with the provided call ID must be in the "start calling" state and include the specified phone.