Uses of Class
com.orderlysoftware.orderlycalls.asterisk.agi.AGISettings

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

Uses of AGISettings in com.orderlysoftware.orderlycalls.asterisk.agi
 

Methods in com.orderlysoftware.orderlycalls.asterisk.agi with parameters of type AGISettings
static AGIServer AGIServer.getInstance(AGISettings settings)
          Calls getInstance(settings, true).
static AGIServer AGIServer.getInstance(AGISettings settings, boolean reuse)
          Calls the Service superclass.
 

Constructors in com.orderlysoftware.orderlycalls.asterisk.agi with parameters of type AGISettings
AGIServer(AGISettings settings)