This document is for users who want to develop a system for asterCC or integrate asterCC with with third-party system.
It provides three kinds of APIs to communicate between asterCC and your system.
The WebService embedded in astercc will response for the third-party application, call the appropriate action to finish the request, and send feedback messages. WebService API includes method to change agent status changes and control calls.
The HTTP service embedded in astercc will response for the third-party application, call the appropriate action to finish the request, and send feedback messages. HTTP API includes method to change agent status changes and control calls.
Include asterCC JavaScript file in your web application, call javascript functions to execute the action and get json feedback messages. JavaScript API could be used to change agent status and control calls.
System will push call event of a specific agent to client (Browser most time)
In asterCC, you can configure a url, when there're calls in system, asterCC will post all call events to the URL, then your script could generate your CDR or forward the event to corresponding application.