无应答转移
- 设置分机无应答情况下转移到号码上接听
接口地址
GET/webAPI/webHttpAPI.php
参数:
参数名 | 是否必须 | 类型 | 参数值 | 说明 |
---|---|---|---|---|
userName | 是 | string | 公司账号名 | 公司账号名 |
passWord | 是 | string | 密钥 | 通过获取密钥接口生成 |
model | 是 | string | cfuPhone | 调用方法 |
exten | 是 | string | 分机号 | |
phone | 是 | string | 转移号码 |
请求示例
http://xxx.xxx.xxx.xxx/webAPI/webHttpAPI.php?model=cfuPhone&exten=801&phone=13800138000&userName=xxx&passWord=xxxx
返回信息
{
"status": true,
"msg": "设置成功"
}
参数名 | 类型 | 参数值 |
---|---|---|
status | boolean | true false |
msg | string | 设置成功、失败 |