OpenAPI
API
# Agent Status
curl http://localhost:8081/resource/onlineagent/donghuang/
curl http://localhost:8081/resource/onlineagent/donghuang/logout
curl http://localhost:8081/resource/onlineagent/donghuang/saybusy
curl http://localhost:8081/resource/onlineagent/donghuang/sayfree
curl http://localhost:8081/resource/onlineagent/donghuang/work
curl http://localhost:8081/resource/onlineagent/donghuang/cancelwork
# Call
curl -X POST -H 'Content-Type: application/json' \
-d '{"called": "1000"}' \
'http://localhost:8081/resource/voicecall/donghuang/callout'