|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventGeneratingAction | |
---|---|
org.asteriskjava.manager | Provides an implementaion of Asterisk's Manager API. |
org.asteriskjava.manager.action | Provides classes that represent the standard actions that can be sent to an Asterisk server via the Manager API. |
org.asteriskjava.manager.internal | Provides private implementations for interfaces defined in the org.asteriskjava.manager package. |
Uses of EventGeneratingAction in org.asteriskjava.manager |
---|
Methods in org.asteriskjava.manager with parameters of type EventGeneratingAction | |
---|---|
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
|
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
Sends an EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvent s |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
|
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
Sends an EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvent s |
Uses of EventGeneratingAction in org.asteriskjava.manager.action |
---|
Classes in org.asteriskjava.manager.action that implement EventGeneratingAction | |
---|---|
class |
AgentsAction
The AgentsAction requests the state of all agents. |
class |
AgiAction
Add a new AGI command to execute by the Async AGI application. |
class |
DbGetAction
Retrieves an entry in the Asterisk database for a given family and key. |
class |
IaxPeerListAction
Retrieves a list of all defined IAX peers. |
class |
OriginateAction
The OriginateAction generates an outgoing call to the extension in the given context with the given priority or to a given application with optional parameters. |
class |
ParkedCallsAction
The ParkedCallsAction requests a list of all currently parked calls. |
class |
QueueStatusAction
The QueueStatusAction requests the state of all defined queues their members (agents) and entries (callers). |
class |
QueueSummaryAction
The QueueSummaryAction retrieves the summary for one or all queues. |
class |
ShowDialplanAction
Retrieves a list of all priorities defined in the dialplan. |
class |
SipPeersAction
Retrieves a list of all defined SIP peers. |
class |
SipShowRegistryAction
Retrieves a list with the details about the SIP registrations. |
class |
StatusAction
The StatusAction requests the state of all active channels. |
class |
VoicemailUsersListAction
Retrieves a list of all defined voicemail users. |
class |
ZapShowChannelsAction
The ZapShowChannelsAction requests the state of all zap channels. |
Uses of EventGeneratingAction in org.asteriskjava.manager.internal |
---|
Methods in org.asteriskjava.manager.internal with parameters of type EventGeneratingAction | |
---|---|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action)
|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
|
|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |