API开发文档
欢迎浏览我们的API开发文档!
添加/更新呼叫转移设置
添加或更新呼叫转移设置
PUT
/api/callForwarding
权限:呼叫流
Header | ||
字段 | 类型 | 描述 |
Content-Type | 字符串 | 应用或JSON |
参数 | ||
字段 | 类型 | 描述 |
tn | 字符串 | 需要设置呼叫转移的TN |
default | 字符串 | 缺省的呼叫转移目标 |
callerId(可选) | 字符串 | 当呼入号码与callerId匹配时,该呼叫将转移至指定目标 |
/api/callfowarding/:tn
HTTP/1.1 200 OK
[
"http://download.genvoice.net/api/callflow/audio/dev/3ff21620-5ebd-11e8-8d7a-a1bc832724f9.mp3",
"http://download.genvoice.net/api/callflow/audio/dev/Salesline_close.mp3",
/api/callfowarding/:tn
{
"default": "${defaultDestination}",
"${callerId1}": "${destination1}",
"${callerId2}": "${destination2}",
}
成功响应
HTTP/1.1 200 OK
ok