| Package | Description |
|---|---|
| org.asteriskjava.manager | |
| org.asteriskjava.manager.action | |
| org.asteriskjava.manager.event | |
| org.asteriskjava.manager.internal |
| Modifier and Type | Method and Description |
|---|---|
Collection<ResponseEvent> |
ResponseEvents.getEvents()
Returns a Collection of ManagerEvents that have been received including
the last one that indicates completion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentsCompleteEvent
An AgentsCompleteEvent is triggered after the state of all agents has been
reported in response to an AgentsAction.
|
class |
AgentsEvent
An AgentsEvent is triggered for each agent in response to an AgentsAction.
|
class |
AsyncAgiEndEvent
Created by plhk on 1/15/15.
|
class |
AsyncAgiEvent
The following sub events are reported:
Start: A channel has started the AGI("agi:async") application and is awaiting Async AGI
commands.
Exec: Execution of an AGI command initiated through
AgiAction
has finished.
End: A channel has left the AGI("agi:async") application.
It is implemented in res/res_agi.c. |
class |
AsyncAgiExecEvent
Created by plhk on 1/15/15.
|
class |
AsyncAgiStartEvent
Created by plhk on 1/15/15.
|
class |
ConfbridgeListCompleteEvent |
class |
ConfbridgeListEvent
Response to a
ConfbridgeListAction. |
class |
ConfbridgeListRoomsCompleteEvent |
class |
ConfbridgeListRoomsEvent |
class |
CoreShowChannelEvent
A CoreShowChannelEvent is triggered for each active channel in response to a
CoreShowChannelsAction.
|
class |
CoreShowChannelsCompleteEvent
A CoreShowChannelsCompleteEvent is triggered after the state of all channels has been reported in
response
to a CoreShowChannelsAction.
|
class |
DahdiShowChannelsCompleteEvent
A DahdiShowChannelsCompleteEvent is triggered after the state of all Dahdi channels has been
reported
in response to a DahdiShowChannelsAction.
|
class |
DahdiShowChannelsEvent
A DahdiShowChannelsEvent is triggered in response to a DahdiShowChannelsAction and shows the
state of
a Dahdi channel.
|
class |
DbGetResponseEvent
A DBGetResponseEvent is sent in response to a DBGetAction and contains the
entry that was queried.
|
class |
DongleDeviceEntryEvent |
class |
DongleShowDevicesCompleteEvent
A DahdiShowChannelsCompleteEvent is triggered after the state of all Dahdi channels has been
reported
in response to a DahdiShowChannelsAction.
|
class |
ListDialplanEvent
A ShowDialplanCompleteEvent is triggered for each priority in the dialplan
in response to a ShowDialplanAction.
|
class |
OriginateResponseEvent
Response to an OriginateAction.
|
class |
ParkedCallsCompleteEvent
A ParkedCallsCompleteEvent is triggered after all parked calls have been
reported in response to a ParkedCallsAction.
|
class |
PeerEntryEvent
A PeerEntryEvent is triggered in response to a
SipPeersAction,
SipShowPeerAction or
IaxPeerListAction and contains
information about a SIP or IAX peer. |
class |
PeerlistCompleteEvent
A PeerlistCompleteEvent is triggered after the details of all peers has been
reported in response
to an SIPPeersAction or SIPShowPeerAction.
|
class |
PeersEvent
A PeersEvent is triggered in response to a
SipPeersAction,
SipShowPeerAction or
IaxPeerListAction
and contains information about a SIP or IAX peers. |
class |
QueueEntryEvent
A QueueEntryEvent is triggered in response to a QueueStatusAction and
contains information about an entry in a queue.
|
class |
QueueMemberEvent
A QueueMemberEvent is triggered in response to a QueueStatusAction and
contains information about a member of a queue.
|
class |
QueueMemberStatusEvent
A QueueMemberStatusEvent shows the status of a QueueMemberEvent
|
class |
QueueParamsEvent
A QueueParamsEvent is triggered in response to a QueueStatusAction and
contains the parameters of
a queue.
|
class |
QueueStatusCompleteEvent
A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in
response
to a QueueStatusAction.
|
class |
QueueSummaryCompleteEvent
A QueueSummaryCompleteEvent is triggered after the summary for all requested
queues has been reported in response to a QueueSummaryAction.
|
class |
QueueSummaryEvent
A QueueSummaryEvent is triggered in response to a QueueSummaryAction and
contains a summary of the current state of a queue.
|
class |
RegistrationsCompleteEvent
A RegistrationsCompleteEvent is triggered after the details of all SIP
registrations has been reported in response to an SipShowRegistryAction.
|
class |
RegistryEntryEvent
A RegistryEntry is triggered in response to a SipShowRegistryAction and contains
information about a SIP registration.
|
class |
ShowDialplanCompleteEvent
A ShowDialplanCompleteEvent is triggered after the dialplan has been reported
in response to a ShowDialplanAction.
|
class |
StatusCompleteEvent
A StatusCompleteEvent is triggered after the state of all channels has been
reported in response to a StatusAction.
|
class |
StatusEvent
A StatusEvent is triggered for each active channel in response to a
StatusAction.
|
class |
VoicemailUserEntryCompleteEvent
A VoicemailUserEntryCompleteEvent is triggered after the details of all voicemail users has
been reported in response to a VoicemailUsersListAction.
|
class |
VoicemailUserEntryEvent
A VoicemailUserEntryCompleteEvent is triggered in response to a VoicemailUsersListAction
and contains the details about a voicemail user.
|
class |
ZapShowChannelsCompleteEvent
A ZapShowChannelsCompleteEvent is triggered after the state of all zap
channels has been reported
in response to a ZapShowChannelsAction.
|
class |
ZapShowChannelsEvent
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction
and shows the state of a zap channel.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ResponseEvent> |
ResponseEventsImpl.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseEventsImpl.addEvent(ResponseEvent event)
Adds a ResponseEvent that has been received.
|
Copyright © 2018. All rights reserved.