2.24 二次拨号

应用场景:通话中

标识(key):dtmf

传入参数(data):

序号 名称 类型 是否必填 说明
1 id String 对接ID
2 telephone String 电话号码
示例代码:
//电话条二次拨号
function dtmf() {
      let obj = {
        key: 'dtmf',
        data: {
           id: phoneId, // 对接ID
           telephone: '1234', //电话号码
        }
      }
      telephoneFunction(obj);
    }
二次拨号回调事件说明:
{
    "agentnum": "8000",
    "tenantid": "acf528a2-xxxx-xxxx-xxxx-74cb3995cfab",
    "type": "response",
    "retmsg": "succed!",
    "command": "agentPlayDtmf",
    "retcode": 200
}
文档更新时间: 2024-11-14 09:35   作者:admin