
API
注销已注册的分机设备
POST
参数为json数组,数组每个元素为字符串,字符串为注册接口的reg属性的值。
[
"1005<sip:1005@client.pbx.aiwcc.com>",
"1006<sip:1006@client.pbx.aiwcc.com>"
]
$ curl -H 'Content-type:application/json' -d '["1005<sip:1005@client.pbx.aiwcc.com>","1006<sip:1006@client.pbx.aiwcc.com>"]' http://127.0.0.1:11111/UnRegister
None