点击拨号

向 PBX 提交主叫/被叫号码, PBX 先拨打主叫号码再拨打被叫号码。

Click Call

POST https://api.zycoo.net/coocenter-api/extensions/click-number

Headers

Request Body

{
    "name": "Cake's name",
    "recipe": "Cake's recipe name",
    "cake": "Binary cake"
}
curl -X POST "https://192.168.12.185:8080/coocenter-api/extensions/click-number" -H "accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -d "src=808&dst=809"

Last updated