通话监听

监听指定分机的通话

Extension Spy

POST https://api.zycoo.net/coocenter-api/extensions/extenSpy

This endpoint allows you to get free cakes.

Headers

NameTypeDescription

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

dst

string

src

string

{
  "status": "success",
  "message": "spy extension success"
}
curl -X POST "http://192.168.12.183:8000/coocenter-api/extensions/extenSpy" -H "accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -d "dst=806&src=801"

Last updated