Package com.orderlysoftware.orderlycalls.asterisk.agi

Interface Summary
AGIProcessor You can develop proprietary applications by creating your own classes that implement this interface.
AGIReusableProcessor You can develop proprietary applications by creating your own classes that implement this interface.
 

Class Summary
AGIConnection AGIConnection objects represent individual calls coming from the FastAGI source (Asterisk).
AGIServer AGIServer responds to calls coming from the FastAGI source by opening a socket, and attaching it to a new AGICall object with its own thread.
AGISettings This class encapsulates settings necessary to run an AGIServer.