2.14 提交随路数据
应用场景:通话中
标识(key):associate
传入参数(data):
序号 | 名称 | 类型 | 是否必填 | 说明 |
---|---|---|---|---|
1 | id | String | 是 | 对接ID |
2 | remark | String | 是 | 随路信息 |
示例代码:
//提交随路数据
function associate() {
let obj = {
key: 'associate',
data: {
id: phoneId, // 对接ID
remark: '电话条测试质控1112', // 随路信息
}
}
telephoneFunction(obj);
}
提交随路数据的回调事件说明:
{
"key": "CTIResponse",
"name": "通话信令",
"data": {
"agentnum": "1007",
"tenantid": "acf528a2-xxxx-xxxx-xxxx-74cb3995cfab",
"type": "response",
"command": "agentSetAssociateData", //提交随路数据事件
"retmsg": "succed!",
"retcode": 200
}
}
文档更新时间: 2024-11-14 09:31 作者:admin