Uses of Package
com.orderlysoftware.orderlycalls.asterisk.agi

Packages that use com.orderlysoftware.orderlycalls.asterisk.agi
com.orderlysoftware.orderlycalls.asterisk.agi   
com.orderlysoftware.orderlycalls.examples   
 

Classes in com.orderlysoftware.orderlycalls.asterisk.agi used by com.orderlysoftware.orderlycalls.asterisk.agi
AGIConnection
          AGIConnection objects represent individual calls coming from the FastAGI source (Asterisk).
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.
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.
AGISettings.BindSettings
          This class encapsulates settings necessary to bind a single AGIServer to a single interface and port.
 

Classes in com.orderlysoftware.orderlycalls.asterisk.agi used by com.orderlysoftware.orderlycalls.examples
AGIConnection
          AGIConnection objects represent individual calls coming from the FastAGI source (Asterisk).
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.
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.