Asterisk-Java

Uses of Class
org.asteriskjava.manager.event.ManagerEvent

Packages that use ManagerEvent
org.asteriskjava.fastagi Provides an implementaion of Asterisk's FastAGI. 
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.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. 
 

Uses of ManagerEvent in org.asteriskjava.fastagi
 

Methods in org.asteriskjava.fastagi with parameters of type ManagerEvent
 void AsyncAgiServer.onManagerEvent(ManagerEvent event)
           
 

Uses of ManagerEvent in org.asteriskjava.live.internal
 

Methods in org.asteriskjava.live.internal with parameters of type ManagerEvent
 void AsteriskServerImpl.onManagerEvent(ManagerEvent event)
          Handles all events received from the Asterisk server.
 

Uses of ManagerEvent in org.asteriskjava.manager
 

Methods in org.asteriskjava.manager with parameters of type ManagerEvent
 void ManagerEventListenerProxy.onManagerEvent(ManagerEvent event)
           
 void ManagerEventListener.onManagerEvent(ManagerEvent event)
          This method is called when an event is received.
 void AbstractManagerEventListener.onManagerEvent(ManagerEvent event)
          Dispatches to the appropriate handleEvent(...) method.
 

Method parameters in org.asteriskjava.manager with type arguments of type ManagerEvent
 void DefaultManagerConnection.registerUserEventClass(java.lang.Class<? extends ManagerEvent> userEventClass)
           
 void ManagerConnection.registerUserEventClass(java.lang.Class<? extends ManagerEvent> userEventClass)
          Registers a new user event type.
 

Uses of ManagerEvent in org.asteriskjava.manager.event
 

Subclasses of ManagerEvent in org.asteriskjava.manager.event
 class AbstractAgentEvent
          Abstract base class for several agent related events.
 class AbstractChannelEvent
          Abstract base class providing common properties channel related events.
 class AbstractChannelStateEvent
          Abstract base class providing common properties for HangupEvent, NewChannelEvent and NewStateEvent.
 class AbstractMeetMeEvent
          Abstract base class providing common properties for MeetMe (Asterisk's conference system) events.
 class AbstractMonitorEvent
          Abstract base class for monitoring events.
 class AbstractParkedCallEvent
          Abstract base class for several call parking related events.
 class AbstractQueueMemberEvent
          Abstract base class for several queue member related events.
 class AbstractRtcpEvent
          Abstract base class for RTCP related events.
 class AbstractRtpStatEvent
          Abstract base class for RTP statistics events.
 class AgentCallbackLoginEvent
          An AgentCallbackLoginEvent is triggered when an agent is successfully logged in using AgentCallbackLogin.
 class AgentCallbackLogoffEvent
          An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentCallbackLogin is logged of.
 class AgentCalledEvent
          An AgentCalledEvent is triggered when an agent is rung.
 class AgentCompleteEvent
          An AgentCompleteEvent is triggered when at the end of a call if the caller was connected to an agent.
 class AgentConnectEvent
          An AgentConnectEvent is triggered when a caller is connected to an agent.
 class AgentDumpEvent
          An AgentDumpEvent is triggered when an agent dumps the caller while listening to the queue announcement.
 class AgentLoginEvent
          An AgentLoginEvent is triggered when an agent is successfully logged in using AgentLogin.
 class AgentLogoffEvent
          An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentLogin is logged of.
 class AgentRingNoAnswerEvent
          An AgentRingNoAnswerEvent is triggered when a call is routed to an agent but the agent does not answer the call.
 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 AgiExecEvent
          AgiExecEvents are triggered when an AGI command is executed.
 class AlarmClearEvent
          An AlarmEvent is triggered when a Zap channel leaves alarm state.
 class AlarmEvent
          An AlarmEvent is triggered when a Zap channel enters or changes alarm state.
 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 BridgeEvent
          A BridgeEvent is triggered when a link between two voice channels is established ("Link") or discontinued ("Unlink").
 class BridgeExecEvent
          A BridgeExecEvent is triggered when two channels are bridged through a feature code or bridging the channels fails.
 class CdrEvent
          A CdrEvent is triggered when a call detail record is generated, usually at the end of a call.
 class ChannelReloadEvent
          A ChannelReloadEvent is when a channel driver is reloaded, either on startup or by request.
 class ChannelUpdateEvent
          A ChannelUpdateEvent provides additional channel type specific information like the SIP call id or IAX2 call numbers about a channel.
 class ConnectEvent
          A ConnectEvent is triggered after successful login to the Asterisk server.
 class DbGetResponseEvent
          A DBGetResponseEvent is sent in response to a DBGetAction and contains the entry that was queried.
 class DialEvent
          A dial event is triggered whenever a phone attempts to dial someone.
 class DisconnectEvent
          A DisconnectEvent is triggered when the connection to the asterisk server is lost.
 class DndStateEvent
          A DNDStateEvent is triggered by the Zap channel driver when a channel enters or leaves DND (do not disturb) state.
 class DtmfEvent
          A DtmfEvent is triggered each time a DTMF digit is sent or received on a channel.
 class ExtensionStatusEvent
          An ExtensionStatusEvent is triggered when the state of an extension changes.
 class FaxReceivedEvent
          A FaxReceivedEvent is triggered by spandsp after a new fax has been received.
 class HangupEvent
          A HangupEvent is triggered when a channel is hung up.
 class HoldedCallEvent
          A HoldedCallEvent is triggered when a channel is put on hold.
 class HoldEvent
          A HoldEvent is triggered when a channel is put on hold (or no longer on hold).
 class JabberEventEvent
          A JabberEventEvent is triggered when Asterisk receives a Jabber (XMPP) message.
 class JitterBufStatsEvent
          A JitterBufStatsEvent is triggered at the end of IAX2 calls and reports jitter statistics.
 class JoinEvent
          A JoinEvent is triggered when a channel joines a queue.
 class LeaveEvent
          A LeaveEvent is triggered when a channel leaves a queue.
 class LinkEvent
          Deprecated. as of 1.0.0, use BridgeEvent and BridgeEvent.isLink() instead
 class ListDialplanEvent
          A ShowDialplanCompleteEvent is triggered for each priority in the dialplan in response to a ShowDialplanAction.
 class LogChannelEvent
          A LogChannelEvent is triggered when logging is turned on or off.
 class MasqueradeEvent
          A MasqueradeEvent is triggered when Asterisk masquerades a channel.
 class MeetMeEndEvent
          A MeetMeEnd event indicates that a conference room was disposed.
 class MeetMeJoinEvent
          A MeetMeJoinEvent is triggered if a channel joins a MeetMe conference.
 class MeetMeLeaveEvent
          A MeetMeLeaveEvent is triggered if a channel leaves a MeetMe conference.
 class MeetMeMuteEvent
          A MeetMeMuteEvent is triggered when a user in a MeetMe room is muted or unmuted.
 class MeetMeStopTalkingEvent
          Deprecated. as of 1.0.0, use MeetMeTalkingEvent instead and check for MeetMeTalkingEvent.getStatus().
 class MeetMeTalkingEvent
          A MeetMeTalkingEvent is triggered when a user starts talking in a meet me conference.
 class MeetMeTalkingRequestEvent
          A MeetMeTalkingEvent is triggered when a muted user requests talking in a meet me conference.
 class MessageWaitingEvent
          A MessageWaitingEvent is triggered when someone leaves voicemail.
 class ModuleLoadReportEvent
          A ModuleLoadReportEvent is triggerd when Asterisk has completed loading its modules.
 class MonitorStartEvent
          A MonitorStartEvent indicates that monitoring was started on a channel.
 class MonitorStopEvent
          A MonitorStopEvent indicates that monitoring was stopped on a channel.
 class MusicOnHoldEvent
          A MusicOnHoldEvent is triggered when music on hold starts or stops on a channel.
 class NewAccountCodeEvent
          A NewAccountCodeEvent indicates that the account code used for CDR has changed.
 class NewCallerIdEvent
          A NewCallerIdEvent is triggered when the caller id of a channel changes.
 class NewChannelEvent
          A NewChannelEvent is triggered when a new channel is created.
 class NewExtenEvent
          A NewExtenEvent is triggered when a channel is connected to a new extension.
 class NewStateEvent
          A NewStateEvent is triggered when the state of a channel has changed.
 class OriginateFailureEvent
          Deprecated.  
 class OriginateResponseEvent
          Response to an OriginateAction.
 class OriginateSuccessEvent
          Deprecated.  
 class ParkedCallEvent
          A ParkedCallEvent is triggered when a channel is parked (in this case no action id is set) and in response to a ParkedCallsAction.
 class ParkedCallGiveUpEvent
          A ParkedCallGiveUpEvent is triggered when a channel that has been parked is hung up.
 class ParkedCallsCompleteEvent
          A ParkedCallsCompleteEvent is triggered after all parked calls have been reported in response to a ParkedCallsAction.
 class ParkedCallTimeOutEvent
          A ParkedCallTimeOutEvent is triggered when call parking times out for a given channel.
 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 PeerStatusEvent
          A PeerStatusEvent is triggered when a SIP or IAX client attempts to registrer at this asterisk server.
 class PriEventEvent
          This event is implemented in channels/chan_dahdi.c.
 class ProtocolIdentifierReceivedEvent
          A ProtocolIdentifierReceivedEvent is triggered when the network connection to the Asterisk server has been established and the protocol identifier has been sent.
 class QueueCallerAbandonEvent
          A QueueCallerAbandonEvent is triggered when a caller abandons a queue before getting connected with an agent.
 class QueueEntryEvent
          A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
 class QueueEvent
          Abstract base class providing common properties for JoinEvent and LeaveEvent.
 class QueueMemberAddedEvent
          A QueueMemberAddedEvent is triggered when a queue member is added to a queue.
 class QueueMemberEvent
          A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue.
 class QueueMemberPausedEvent
          A QueueMemberPausedEvent is triggered when a queue member is paused or unpaused.
 class QueueMemberPenaltyEvent
          A QueueMemberPenaltyEvent is triggered when a queue member is assigned a new penalty.
 class QueueMemberRemovedEvent
          A QueueMemberRemovedEvent is triggered when a queue member is removed from 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 RegistryEvent
          A RegistryEvent is triggered when this asterisk server attempts to register as a client at another SIP or IAX server.
 class ReloadEvent
          A ReloadEvent is triggerd when the reload console command is executed or the Asterisk server is started.
 class RenameEvent
          A RenameEvent is triggered when the name of a channel is changed.
 class ResponseEvent
          Abstract base class for events triggered in response to a ManagerAction.
 class RtcpReceivedEvent
          An RTCPReceivedEvent is triggered when Asterisk receives an RTCP message.
 class RtcpSentEvent
          An RtcpSentEvent is triggered when Asterisk sends an RTCP message.
 class RtpReceiverStatEvent
          An RtpReceiverStatEvent is triggered at the end of an RTP transmission and reports transmission statistics.
 class RtpSenderStatEvent
          An RtpSenderStatEvent is triggered at the end of an RTP transmission and reports transmission statistics.
 class ShowDialplanCompleteEvent
          A ShowDialplanCompleteEvent is triggered after the dialplan has been reported in response to a ShowDialplanAction.
 class ShutdownEvent
          A ShutdownEvent is triggered when the asterisk server is shut down or restarted.
 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 TransferEvent
          A TransferEvent is triggered when a SIP channel is transfered.
 class UnholdEvent
          Deprecated. as of 1.0.0, use HoldEvent and its HoldEvent.isUnhold() method instead.
 class UnlinkEvent
          Deprecated. as of 1.0.0, use BridgeEvent and BridgeEvent.isUnlink() instead
 class UnparkedCallEvent
          A UnparkedCallEvent is triggered when a channel that has been parked is resumed.
 class UserEvent
          Abstract base class for user events.
 class VarSetEvent
          A VarSetEvent is triggered when a channel or global variable is set in Asterisk.
 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.
 

Uses of ManagerEvent in org.asteriskjava.manager.internal
 

Methods in org.asteriskjava.manager.internal with parameters of type ManagerEvent
 void ManagerConnectionImpl.dispatchEvent(ManagerEvent event)
          This method is called by the reader whenever a ManagerEvent is received.
 

Method parameters in org.asteriskjava.manager.internal with type arguments of type ManagerEvent
 void ManagerReader.registerEventClass(java.lang.Class<? extends ManagerEvent> event)
          Registers a new event type with the underlying EventBuilderImpl.
 void ManagerReaderImpl.registerEventClass(java.lang.Class<? extends ManagerEvent> eventClass)
           
 void ManagerConnectionImpl.registerUserEventClass(java.lang.Class<? extends ManagerEvent> userEventClass)
           
 

Uses of ManagerEvent in org.asteriskjava.tools
 

Methods in org.asteriskjava.tools with parameters of type ManagerEvent
protected  java.lang.String HtmlEventTracer.getText(java.lang.String uniqueId, ManagerEvent event)
           
 void HtmlEventTracer.onManagerEvent(ManagerEvent event)
           
 


Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.