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.event |
Provides classes that represent the standard events that can be received
from 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.events | |
org.asteriskjava.pbx.internal.core |
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 | Method and Description |
---|---|
void |
AbstractManagerEventListener.handleEvent(ResponseEvent event) |
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 |
ContactList
A ContactListCompleteEvent is triggered after the details of all peers has
been reported in response to an PJSipShowContactsAction.
|
class |
ContactListComplete
A PeerlistCompleteEvent is triggered after the details of all peers has been
reported in response to an SIPPeersAction or SIPShowPeerAction.
|
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 |
EndpointList
A PeerlistCompleteEvent is triggered after the details of all peers has been
reported in response to an SIPPeersAction or SIPShowPeerAction.
|
class |
EndpointListComplete
A PeerlistCompleteEvent is triggered after the details of all peers has been
reported in response to an SIPPeersAction or SIPShowPeerAction.
|
class |
ListDialplanEvent
A ShowDialplanCompleteEvent is triggered for each priority in the dialplan
in response to a ShowDialplanAction.
|
class |
OriginateFailureEvent
Deprecated.
|
class |
OriginateResponseEvent
Response to an OriginateAction.
|
class |
OriginateSuccessEvent
Deprecated.
|
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 |
SkypeBuddyEntryEvent
A SkypeBuddyEntryEvent is triggered in response to a SkypeBuddiesAction for each
buddy on the buddy list.
|
class |
SkypeBuddyListCompleteEvent
A SkypeBuddyListCompleteEvent is triggered in response to a SkypeBuddiesAction when
all buddies have been reported.
|
class |
SkypeLicenseEvent
A SkypeLicenseEvent is triggered in response to a SkypeLicenseListAction for each
license installed on the system.
|
class |
SkypeLicenseListCompleteEvent
A SkypeLicenseListCompleteEvent is triggered in response to a SkypeLicenseListAction when
all licenses have been reported.
|
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.
|
Constructor and Description |
---|
ResponseEvent(ResponseEvent event) |
Modifier and Type | Method and Description |
---|---|
static ResponseEvent |
CoherentEventFactory.build(ResponseEvent event) |
Copyright © 2004–2020. All rights reserved.