| Package | Description |
|---|---|
| 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.
|
| org.asteriskjava.pbx.asterisk.wrap.actions |
| Modifier and Type | Method and Description |
|---|---|
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvents
EventGeneratingActions are ManagerActions that don't return their
response in the corresponding ManagerResponse but send a series
of events that contain the payload. |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvents
EventGeneratingActions are ManagerActions that don't return their
response in the corresponding ManagerResponse but send a series
of events that contain the payload. |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
void |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
SendEventGeneratingActionCallback callback)
Asynchronously sends an
EventGeneratingAction to the Asterisk
server. |
void |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
SendEventGeneratingActionCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
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 |
ConfbridgeListAction
Lists all users in a particular ConfBridge conference.
|
class |
ConfbridgeListRoomsAction
Lists data about all active conferences.
|
class |
CoreShowChannelsAction
The CoreShowChannelsAction requests the state of all active channels.
|
class |
DahdiShowChannelsAction
The DahdiShowChannelsAction requests the state of all Dahdi channels.
|
class |
DbGetAction
Retrieves an entry in the Asterisk database for a given family and key.
|
class |
DongleShowDevicesAction |
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 |
PJSipShowContactsAction
Retrieves a list of all defined PJSIP contacts.
|
class |
PJSipShowEndpointAction
Retrieves details about a given endpoint.
|
class |
PJSipShowEndpointsAction
Retrieves a list of all defined SIP peers.
|
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 |
SkypeBuddiesAction
The SkypeBuddiesAction retrieves the buddy list of a Skype for Asterisk user
including the full name and status of each buddy.
|
class |
SkypeLicenseListAction
The SkypeLicenseListAction lists all Skype for Asterisk licenses currently installed on
the system.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
void |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action,
SendEventGeneratingActionCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
EventGeneratingAction |
StatusAction.getAJEventGeneratingAction() |
EventGeneratingAction |
ConfbridgeListAction.getAJEventGeneratingAction() |
EventGeneratingAction |
EventGeneratingAction.getAJEventGeneratingAction() |
EventGeneratingAction |
SipPeersAction.getAJEventGeneratingAction() |
Copyright © 2004–2024. All rights reserved.