|
Asterisk-Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.asteriskjava.manager.event | |
|---|---|
| org.asteriskjava.fastagi | Provides an implementaion of Asterisk's FastAGI. |
| org.asteriskjava.fastagi.internal | Provides private implementations for interfaces defined in the org.asteriskjava.fastagi package. |
| org.asteriskjava.live.internal | Provides private implementations and helper classes for interfaces defined in the org.asteriskjava.live package. |
| 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.tools | Tools for debugging Asterisk and Asterisk-Java. |
| Classes in org.asteriskjava.manager.event used by org.asteriskjava.fastagi | |
|---|---|
| ManagerEvent
Abstract base class for all Events that can be received from the Asterisk server. |
|
| Classes in org.asteriskjava.manager.event used by org.asteriskjava.fastagi.internal | |
|---|---|
| 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. |
|
| Classes in org.asteriskjava.manager.event used by org.asteriskjava.live.internal | |
|---|---|
| DbGetResponseEvent
A DBGetResponseEvent is sent in response to a DBGetAction and contains the entry that was queried. |
|
| ManagerEvent
Abstract base class for all Events that can be received from the Asterisk server. |
|
| PeerEntryEvent
A PeerEntryEvent is triggered in response to a SipPeersAction,
SipShowPeerAction or IaxPeerListAction
and contains information about a SIP or IAX peer. |
|
| Classes in org.asteriskjava.manager.event used by org.asteriskjava.manager | |
|---|---|
| AgentCallbackLoginEvent
An AgentCallbackLoginEvent is triggered when an agent is successfully logged in using AgentCallbackLogin. |
|
| AgentCallbackLogoffEvent
An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentCallbackLogin is logged of. |
|
| AgentCalledEvent
An AgentCalledEvent is triggered when an agent is rung. |
|
| AgentCompleteEvent
An AgentCompleteEvent is triggered when at the end of a call if the caller was connected to an agent. |
|
| AgentConnectEvent
An AgentConnectEvent is triggered when a caller is connected to an agent. |
|
| AgentDumpEvent
An AgentDumpEvent is triggered when an agent dumps the caller while listening to the queue announcement. |
|
| AgentLoginEvent
An AgentLoginEvent is triggered when an agent is successfully logged in using AgentLogin. |
|
| AgentLogoffEvent
An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentLogin is logged of. |
|
| AgentsCompleteEvent
An AgentsCompleteEvent is triggered after the state of all agents has been reported in response to an AgentsAction. |
|
| AgentsEvent
An AgentsEvent is triggered for each agent in response to an AgentsAction. |
|
| AlarmClearEvent
An AlarmEvent is triggered when a Zap channel leaves alarm state. |
|
| AlarmEvent
An AlarmEvent is triggered when a Zap channel enters or changes alarm state. |
|
| BridgeEvent
A BridgeEvent is triggered when a link between two voice channels is established ("Link") or discontinued ("Unlink"). |
|
| CdrEvent
A CdrEvent is triggered when a call detail record is generated, usually at the end of a call. |
|
| ConnectEvent
A ConnectEvent is triggered after successful login to the Asterisk server. |
|
| DbGetResponseEvent
A DBGetResponseEvent is sent in response to a DBGetAction and contains the entry that was queried. |
|
| DialEvent
A dial event is triggered whenever a phone attempts to dial someone. |
|
| DisconnectEvent
A DisconnectEvent is triggered when the connection to the asterisk server is lost. |
|
| DndStateEvent
A DNDStateEvent is triggered by the Zap channel driver when a channel enters or leaves DND (do not disturb) state. |
|
| ExtensionStatusEvent
An ExtensionStatusEvent is triggered when the state of an extension changes. |
|
| FaxReceivedEvent
A FaxReceivedEvent is triggered by spandsp after a new fax has been received. |
|
| HangupEvent
A HangupEvent is triggered when a channel is hung up. |
|
| HoldedCallEvent
A HoldedCallEvent is triggered when a channel is put on hold. |
|
| HoldEvent
A HoldEvent is triggered when a channel is put on hold (or no longer on hold). |
|
| JoinEvent
A JoinEvent is triggered when a channel joines a queue. |
|
| LeaveEvent
A LeaveEvent is triggered when a channel leaves a queue. |
|
| LogChannelEvent
A LogChannelEvent is triggered when logging is turned on or off. |
|
| ManagerEvent
Abstract base class for all Events that can be received from the Asterisk server. |
|
| MeetMeJoinEvent
A MeetMeJoinEvent is triggered if a channel joins a MeetMe conference. |
|
| MeetMeLeaveEvent
A MeetMeLeaveEvent is triggered if a channel leaves a MeetMe conference. |
|
| MeetMeMuteEvent
A MeetMeMuteEvent is triggered when a user in a MeetMe room is muted or unmuted. |
|
| MeetMeTalkingEvent
A MeetMeTalkingEvent is triggered when a user starts talking in a meet me conference. |
|
| MessageWaitingEvent
A MessageWaitingEvent is triggered when someone leaves voicemail. |
|
| NewCallerIdEvent
A NewCallerIdEvent is triggered when the caller id of a channel changes. |
|
| NewChannelEvent
A NewChannelEvent is triggered when a new channel is created. |
|
| NewExtenEvent
A NewExtenEvent is triggered when a channel is connected to a new extension. |
|
| NewStateEvent
A NewStateEvent is triggered when the state of a channel has changed. |
|
| OriginateResponseEvent
Response to an OriginateAction. |
|
| ParkedCallEvent
A ParkedCallEvent is triggered when a channel is parked (in this case no action id is set) and in response to a ParkedCallsAction. |
|
| ParkedCallGiveUpEvent
A ParkedCallGiveUpEvent is triggered when a channel that has been parked is hung up. |
|
| ParkedCallsCompleteEvent
A ParkedCallsCompleteEvent is triggered after all parked calls have been reported in response to a ParkedCallsAction. |
|
| ParkedCallTimeOutEvent
A ParkedCallTimeOutEvent is triggered when call parking times out for a given channel. |
|
| PeerEntryEvent
A PeerEntryEvent is triggered in response to a SipPeersAction,
SipShowPeerAction or IaxPeerListAction
and contains information about a SIP or IAX peer. |
|
| PeerlistCompleteEvent
A PeerlistCompleteEvent is triggered after the details of all peers has been reported in response to an SIPPeersAction or SIPShowPeerAction. |
|
| PeerStatusEvent
A PeerStatusEvent is triggered when a SIP or IAX client attempts to registrer at this asterisk server. |
|
| ProtocolIdentifierReceivedEvent
A ProtocolIdentifierReceivedEvent is triggered when the network connection to the Asterisk server has been established and the protocol identifier has been sent. |
|
| QueueEntryEvent
A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue. |
|
| QueueEvent
Abstract base class providing common properties for JoinEvent and LeaveEvent. |
|
| QueueMemberAddedEvent
A QueueMemberAddedEvent is triggered when a queue member is added to a queue. |
|
| QueueMemberEvent
A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue. |
|
| QueueMemberPausedEvent
A QueueMemberPausedEvent is triggered when a queue member is paused or unpaused. |
|
| QueueMemberRemovedEvent
A QueueMemberRemovedEvent is triggered when a queue member is removed from a queue. |
|
| QueueMemberStatusEvent
A QueueMemberStatusEvent shows the status of a QueueMemberEvent |
|
| QueueParamsEvent
A QueueParamsEvent is triggered in response to a QueueStatusAction and contains the parameters of a queue. |
|
| QueueStatusCompleteEvent
A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction. |
|
| RegistrationsCompleteEvent
A RegistrationsCompleteEvent is triggered after the details of all SIP registrations has been reported in response to an SipShowRegistryAction. |
|
| RegistryEntryEvent
A RegistryEntry is triggered in response to a SipShowRegistryAction and contains information about a SIP registration. |
|
| RegistryEvent
A RegistryEvent is triggered when this asterisk server attempts to register as a client at another SIP or IAX server. |
|
| ReloadEvent
A ReloadEvent is triggerd when the reload console command is executed or the
Asterisk server is started. |
|
| RenameEvent
A RenameEvent is triggered when the name of a channel is changed. |
|
| ResponseEvent
Abstract base class for events triggered in response to a ManagerAction. |
|
| ShutdownEvent
A ShutdownEvent is triggered when the asterisk server is shut down or restarted. |
|
| StatusCompleteEvent
A StatusCompleteEvent is triggered after the state of all channels has been reported in response to a StatusAction. |
|
| StatusEvent
A StatusEvent is triggered for each active channel in response to a StatusAction. |
|
| UnparkedCallEvent
A UnparkedCallEvent is triggered when a channel that has been parked is resumed. |
|
| UserEvent
Abstract base class for user events. |
|
| ZapShowChannelsCompleteEvent
A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported in response to a ZapShowChannelsAction. |
|
| ZapShowChannelsEvent
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel. |
|
| Classes in org.asteriskjava.manager.event used by org.asteriskjava.manager.action | |
|---|---|
| ResponseEvent
Abstract base class for events triggered in response to a ManagerAction. |
|
| UserEvent
Abstract base class for user events. |
|
| Classes in org.asteriskjava.manager.event used by org.asteriskjava.manager.event | |
|---|---|
| AbstractAgentEvent
Abstract base class for several agent related events. |
|
| AbstractChannelEvent
Abstract base class providing common properties channel related events. |
|
| AbstractChannelStateEvent
Abstract base class providing common properties for HangupEvent, NewChannelEvent and NewStateEvent. |
|
| AbstractMeetMeEvent
Abstract base class providing common properties for MeetMe (Asterisk's conference system) events. |
|
| AbstractMonitorEvent
Abstract base class for monitoring events. |
|
| AbstractParkedCallEvent
Abstract base class for several call parking related events. |
|
| AbstractQueueMemberEvent
Abstract base class for several queue member related events. |
|
| AbstractRtcpEvent
Abstract base class for RTCP related events. |
|
| AbstractRtpStatEvent
Abstract base class for RTP statistics events. |
|
| BridgeEvent
A BridgeEvent is triggered when a link between two voice channels is established ("Link") or discontinued ("Unlink"). |
|
| HoldEvent
A HoldEvent is triggered when a channel is put on hold (or no longer on hold). |
|
| ManagerEvent
Abstract base class for all Events that can be received from the Asterisk server. |
|
| MeetMeTalkingEvent
A MeetMeTalkingEvent is triggered when a user starts talking in a meet me conference. |
|
| OriginateResponseEvent
Response to an OriginateAction. |
|
| QueueEvent
Abstract base class providing common properties for JoinEvent and LeaveEvent. |
|
| QueueMemberEvent
A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue. |
|
| ResponseEvent
Abstract base class for events triggered in response to a ManagerAction. |
|
| Classes in org.asteriskjava.manager.event used by org.asteriskjava.manager.internal | |
|---|---|
| ManagerEvent
Abstract base class for all Events that can be received from the Asterisk server. |
|
| ResponseEvent
Abstract base class for events triggered in response to a ManagerAction. |
|
| Classes in org.asteriskjava.manager.event used by org.asteriskjava.tools | |
|---|---|
| ManagerEvent
Abstract base class for all Events that can be received from the Asterisk server. |
|
|
Asterisk-Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||