|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AGIConnection | |
---|---|
com.orderlysoftware.orderlycalls.asterisk.agi | |
com.orderlysoftware.orderlycalls.examples |
Uses of AGIConnection in com.orderlysoftware.orderlycalls.asterisk.agi |
---|
Methods in com.orderlysoftware.orderlycalls.asterisk.agi that return AGIConnection | |
---|---|
static AGIConnection |
AGIConnection.getAGIConnection(java.net.Socket connection,
AGIServer server,
AGIProcessor processor)
Gets an AGIConnection object from the pool, and initialises it. |
Methods in com.orderlysoftware.orderlycalls.asterisk.agi with parameters of type AGIConnection | |
---|---|
void |
AGIProcessor.processCall(AGIConnection call)
Implement this method to handle incoming calls. |
Uses of AGIConnection in com.orderlysoftware.orderlycalls.examples |
---|
Methods in com.orderlysoftware.orderlycalls.examples with parameters of type AGIConnection | |
---|---|
void |
OrderlyQExample.processCall(AGIConnection agi)
|
void |
ExampleProcessor.processCall(AGIConnection newCall)
Interacts with the caller, and calls them back after 10 seconds with a message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |