Asterisk-Java
A B C D E F G H I J K L M N O P Q R S T U V W Z

A

AbsoluteTimeoutAction - Class in org.asteriskjava.manager.action
The AbsoluteTimeoutAction sets the absolute maximum amount of time permitted for a call on a given channel, it hangs up the channel after a certain time.
AbsoluteTimeoutAction() - Constructor for class org.asteriskjava.manager.action.AbsoluteTimeoutAction
Creates a new empty AbsoluteTimeoutAction.
AbsoluteTimeoutAction(String, Integer) - Constructor for class org.asteriskjava.manager.action.AbsoluteTimeoutAction
Creates a new AbsoluteTimeoutAction with the given channel and timeout.
AbstractAgentEvent - Class in org.asteriskjava.manager.event
Abstract base class for several agent related events.
AbstractAgentEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractAgentEvent
 
AbstractAgiCommand - Class in org.asteriskjava.fastagi.command
Abstract base class that provides some convenience methods for implementing AgiCommand classes.
AbstractAgiCommand() - Constructor for class org.asteriskjava.fastagi.command.AbstractAgiCommand
 
AbstractAsteriskServerListener - Class in org.asteriskjava.live
Empty implementation of the AsteriskServerListener interface.
AbstractAsteriskServerListener() - Constructor for class org.asteriskjava.live.AbstractAsteriskServerListener
 
AbstractChannelEvent - Class in org.asteriskjava.manager.event
Abstract base class providing common properties channel related events.
AbstractChannelEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractChannelEvent
 
AbstractChannelStateEvent - Class in org.asteriskjava.manager.event
Abstract base class providing common properties for HangupEvent, NewChannelEvent and NewStateEvent.
AbstractChannelStateEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractChannelStateEvent
 
AbstractManagerAction - Class in org.asteriskjava.manager.action
This class implements the ManagerAction interface and can serve as base class for your concrete Action implementations.
AbstractManagerAction() - Constructor for class org.asteriskjava.manager.action.AbstractManagerAction
 
AbstractManagerEventListener - Class in org.asteriskjava.manager
Utility class that provides a protected handler method for each concrete manager event.
AbstractManagerEventListener() - Constructor for class org.asteriskjava.manager.AbstractManagerEventListener
 
AbstractMappingStrategy - Class in org.asteriskjava.fastagi
Abstract base class for common mapping strategies.
AbstractMappingStrategy() - Constructor for class org.asteriskjava.fastagi.AbstractMappingStrategy
 
AbstractMeetMeEvent - Class in org.asteriskjava.manager.event
Abstract base class providing common properties for MeetMe (Asterisk's conference system) events.
AbstractMeetMeEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractMeetMeEvent
 
AbstractMeetMeMuteAction - Class in org.asteriskjava.manager.action
Abstract base class for mute and unmute actions.
AbstractMeetMeMuteAction() - Constructor for class org.asteriskjava.manager.action.AbstractMeetMeMuteAction
 
AbstractMeetMeMuteAction(String, Integer) - Constructor for class org.asteriskjava.manager.action.AbstractMeetMeMuteAction
 
AbstractParkedCallEvent - Class in org.asteriskjava.manager.event
Abstract base class for several call parking related events.
AbstractParkedCallEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractParkedCallEvent
 
AbstractQueueMemberEvent - Class in org.asteriskjava.manager.event
Abstract base class for several queue member related events.
AbstractQueueMemberEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractQueueMemberEvent
 
accept() - Method in class org.asteriskjava.util.internal.ServerSocketFacadeImpl
 
accept() - Method in interface org.asteriskjava.util.ServerSocketFacade
Waits for a new incoming connection.
ACTION_APPEND - Static variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
ACTION_DELCAT - Static variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
ACTION_DELETE - Static variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
ACTION_NEWCAT - Static variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
ACTION_RENAMECAT - Static variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
ACTION_UPDATE - Static variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
actionCounter - Variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
actions - Variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
addAsteriskQueueListener(AsteriskQueueListener) - Method in interface org.asteriskjava.live.AsteriskQueue
Registers a new queue listener.
addAsteriskServerListener(AsteriskServerListener) - Method in interface org.asteriskjava.live.AsteriskServer
Adds a listener to this AsteriskServer.
addAsteriskServerListener(AsteriskServerListener) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
addAsteriskServerListener(AsteriskServerListener) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
addCommand(String, String, String, String, String) - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Adds a command to update a config file while sparing you the details of the Manager's required syntax.
addEvent(ResponseEvent) - Method in class org.asteriskjava.manager.internal.ResponseEventsImpl
Adds a ResponseEvent that has been received.
addEventListener(ManagerEventListener) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
addEventListener(ManagerEventListener) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
addEventListener(ManagerEventListener) - Method in interface org.asteriskjava.manager.ManagerConnection
Registers an event listener that is called whenever an ManagerEvent is receiced from the Asterisk server.
addInternalActionId(String, String) - Static method in class org.asteriskjava.manager.internal.ManagerUtil
Adds the internal action id to the given action id.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.asteriskjava.live.LiveObject
Adds a PropertyChangeListener that is notified whenever a property value changes.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.asteriskjava.live.LiveObject
Adds a PropertyChangeListener that is notified whenever a given property value changes.
addStrategy(MappingStrategy) - Method in class org.asteriskjava.fastagi.CompositeMappingStrategy
Adds a strategy (at the end of the list).
AGENT_STATUS_IDLE - Static variable in class org.asteriskjava.manager.event.AgentsEvent
Agent is logged in and waiting for call.
AGENT_STATUS_LOGGEDOFF - Static variable in class org.asteriskjava.manager.event.AgentsEvent
Agent isn't logged in.
AGENT_STATUS_ONCALL - Static variable in class org.asteriskjava.manager.event.AgentsEvent
Agent is logged in and on a call.
AGENT_STATUS_UNKNOWN - Static variable in class org.asteriskjava.manager.event.AgentsEvent
Don't know anything about agent.
AgentCallbackLoginAction - Class in org.asteriskjava.manager.action
The AgentCallbackLoginAction sets an agent as logged in with callback.
AgentCallbackLoginAction() - Constructor for class org.asteriskjava.manager.action.AgentCallbackLoginAction
Creates a new empty AgentCallbackLoginAction.
AgentCallbackLoginAction(String, String) - Constructor for class org.asteriskjava.manager.action.AgentCallbackLoginAction
Creates a new AgentCallbackLoginAction, that logs in the given agent at the given callback extension.
AgentCallbackLoginAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.AgentCallbackLoginAction
Creates a new AgentCallbackLoginAction, that logs in the given agent at the given callback extension in the given context.
AgentCallbackLoginEvent - Class in org.asteriskjava.manager.event
An AgentCallbackLoginEvent is triggered when an agent is successfully logged in using AgentCallbackLogin.
AgentCallbackLoginEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentCallbackLoginEvent
 
AgentCallbackLogoffEvent - Class in org.asteriskjava.manager.event
An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentCallbackLogin is logged of.
AgentCallbackLogoffEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
 
AgentCalledEvent - Class in org.asteriskjava.manager.event
An AgentCalledEvent is triggered when an agent is rung.
AgentCalledEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentCalledEvent
 
AgentCompleteEvent - Class in org.asteriskjava.manager.event
An AgentCompleteEvent is triggered when at the end of a call if the caller was connected to an agent.
AgentCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentCompleteEvent
 
AgentConnectEvent - Class in org.asteriskjava.manager.event
An AgentConnectEvent is triggered when a caller is connected to an agent.
AgentConnectEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentConnectEvent
 
AgentDumpEvent - Class in org.asteriskjava.manager.event
An AgentDumpEvent is triggered when an agent dumps the caller while listening to the queue announcement.
AgentDumpEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentDumpEvent
 
AgentLoginEvent - Class in org.asteriskjava.manager.event
An AgentLoginEvent is triggered when an agent is successfully logged in using AgentLogin.
AgentLoginEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentLoginEvent
 
AgentLogoffAction - Class in org.asteriskjava.manager.action
The AgentLogoffAction sets an agent as no longer logged in.
AgentLogoffAction() - Constructor for class org.asteriskjava.manager.action.AgentLogoffAction
Creates a new empty AgentLogoffAction.
AgentLogoffAction(String) - Constructor for class org.asteriskjava.manager.action.AgentLogoffAction
Creates a new AgentLogoffAction that logs off the given agent
AgentLogoffAction(String, Boolean) - Constructor for class org.asteriskjava.manager.action.AgentLogoffAction
Creates a new AgentLogoffAction that logs off the given agent
AgentLogoffEvent - Class in org.asteriskjava.manager.event
An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentLogin is logged of.
AgentLogoffEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentLogoffEvent
 
AgentsAction - Class in org.asteriskjava.manager.action
The AgentsAction requests the state of all agents.
AgentsAction() - Constructor for class org.asteriskjava.manager.action.AgentsAction
Creates a new AgentsAction.
AgentsCompleteEvent - Class in org.asteriskjava.manager.event
An AgentsCompleteEvent is triggered after the state of all agents has been reported in response to an AgentsAction.
AgentsCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentsCompleteEvent
 
AgentsEvent - Class in org.asteriskjava.manager.event
An AgentsEvent is triggered for each agent in response to an AgentsAction.
AgentsEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentsEvent
 
AgiChannel - Interface in org.asteriskjava.fastagi
Provides the functionality to send AgiCommands to Asterisk while handling an AgiRequest.
AgiChannelImpl - Class in org.asteriskjava.fastagi.internal
Default implementation of the AgiChannel interface.
AgiCommand - Interface in org.asteriskjava.fastagi.command
AgiCommand that can be sent to Asterisk via the Asterisk Gateway Interface.
AgiConnectionHandler - Class in org.asteriskjava.fastagi.internal
An AgiConnectionHandler is created and run by the AgiServer whenever a new socket connection from an Asterisk Server is received.
AgiConnectionHandler(SocketConnectionFacade, MappingStrategy) - Constructor for class org.asteriskjava.fastagi.internal.AgiConnectionHandler
Creates a new AGIConnectionHandler to handle the given socket connection.
AgiException - Exception in org.asteriskjava.fastagi
Base class for all AGI specific exceptions.
AgiException(String) - Constructor for exception org.asteriskjava.fastagi.AgiException
Creates a new AgiException with the given message.
AgiException(String, Throwable) - Constructor for exception org.asteriskjava.fastagi.AgiException
Creates a new AgiException with the given message and cause.
AgiHangupException - Exception in org.asteriskjava.fastagi
The AgiHangupException is thrown if the channel is hung up while processing the AgiRequest.
AgiHangupException() - Constructor for exception org.asteriskjava.fastagi.AgiHangupException
Creates a new AgiHangupException.
AgiNetworkException - Exception in org.asteriskjava.fastagi
The AgiNetworkException usally wraps an IOException denoting a network problem while talking to the Asterisk server.
AgiNetworkException(String, Throwable) - Constructor for exception org.asteriskjava.fastagi.AgiNetworkException
Creates a new AgiNetworkException with the given message and cause.
AgiOperations - Class in org.asteriskjava.fastagi
AgiOperations provides some convinience methods that wrap the various AgiCommands.
AgiOperations() - Constructor for class org.asteriskjava.fastagi.AgiOperations
Creates a new instance that operates on the channel attached to the current thread.
AgiOperations(AgiChannel) - Constructor for class org.asteriskjava.fastagi.AgiOperations
Creates a new instance that operates on the given channel.
AgiReply - Interface in org.asteriskjava.fastagi.reply
Reply received in response to an AgiCommand.
AgiReplyImpl - Class in org.asteriskjava.fastagi.internal
Default implementation of the AgiReply interface.
AgiRequest - Interface in org.asteriskjava.fastagi
Provides client request information to an AgiScript.
AgiRequestImpl - Class in org.asteriskjava.fastagi.internal
Default implementation of the AGIRequest interface.
AgiScript - Interface in org.asteriskjava.fastagi
AgiScripts are used by the AsteriskServer to handle AgiRequests received from the Asterisk server.
AgiServer - Interface in org.asteriskjava.fastagi
Listens for incoming AGI connections, reads the inital data and builds an AgiRequest that is then handed over to the appropriate AgiScript for processing.
AgiServerThread - Class in org.asteriskjava.fastagi
Runs an AgiServer in a separate Thread.
AgiServerThread() - Constructor for class org.asteriskjava.fastagi.AgiServerThread
Creates a new AgiServerThread.
AgiServerThread(AgiServer) - Constructor for class org.asteriskjava.fastagi.AgiServerThread
Creates a new AgiServerThread that runs the given AgiServer.
AlarmClearEvent - Class in org.asteriskjava.manager.event
An AlarmEvent is triggered when a Zap channel leaves alarm state.
AlarmClearEvent(Object) - Constructor for class org.asteriskjava.manager.event.AlarmClearEvent
 
AlarmEvent - Class in org.asteriskjava.manager.event
An AlarmEvent is triggered when a Zap channel enters or changes alarm state.
AlarmEvent(Object) - Constructor for class org.asteriskjava.manager.event.AlarmEvent
 
AMA_FLAG_BILLING - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
AMA_FLAG_DOCUMENTATION - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
AMA_FLAG_OMIT - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
AMA_FLAG_UNKNOWN - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
AmaFlags - Enum in org.asteriskjava.live
 
answer() - Method in interface org.asteriskjava.fastagi.AgiChannel
Answers the channel.
answer() - Method in class org.asteriskjava.fastagi.AgiOperations
Answers the channel.
answer() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
AnswerCommand - Class in org.asteriskjava.fastagi.command
Answers channel if not already in answer state.
AnswerCommand() - Constructor for class org.asteriskjava.fastagi.command.AnswerCommand
Creates a new AnswerCommand.
AST_DEVICE_BUSY - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_DEVICE_INUSE - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_DEVICE_INVALID - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_DEVICE_NOT_INUSE - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
Queue member is available
AST_DEVICE_UNAVAILABLE - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_DEVICE_UNKNOWN - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
ASTERISK_1_0 - Static variable in class org.asteriskjava.AsteriskVersion
Represents the Asterisk 1.0 series.
ASTERISK_1_2 - Static variable in class org.asteriskjava.AsteriskVersion
Represents the Asterisk 1.2 series.
ASTERISK_1_4 - Static variable in class org.asteriskjava.AsteriskVersion
Represents the Asterisk 1.4 series.
AsteriskChannel - Interface in org.asteriskjava.live
Represents an Asterisk channel.
AsteriskQueue - Interface in org.asteriskjava.live
An Asterisk ACD queue.
AsteriskQueueListener - Interface in org.asteriskjava.live
You can register an AsteriskQueueListener with an AsteriskQueue to be notified about new calls in and out of the queue
AsteriskServer - Interface in org.asteriskjava.live
The AsteriskServer is built on top of the ManagerConnection and is an attempt to simplify interaction with Asterisk by abstracting the interface.
AsteriskServerImpl - Class in org.asteriskjava.live.internal
Default implementation of the AsteriskServer interface.
AsteriskServerImpl() - Constructor for class org.asteriskjava.live.internal.AsteriskServerImpl
Creates a new instance.
AsteriskServerImpl(ManagerConnection) - Constructor for class org.asteriskjava.live.internal.AsteriskServerImpl
Creates a new instance.
AsteriskServerListener - Interface in org.asteriskjava.live
You can register an AsteriskServerListener with an AsteriskServer to be notified about new channels and MeetMe users.
AsteriskVersion - Class in org.asteriskjava
Represents the version of an Asterisk server.
AstUtil - Class in org.asteriskjava.util
Some static utility methods to imitate Asterisk specific logic.
AuthenticationFailedException - Exception in org.asteriskjava.manager
An AuthenticationFailedException is thrown when a login fails due to an incorrect username and/or password.
AuthenticationFailedException(String) - Constructor for exception org.asteriskjava.manager.AuthenticationFailedException
Creates a new AuthenticationFailedException with the given message.
AuthenticationFailedException(String, Throwable) - Constructor for exception org.asteriskjava.manager.AuthenticationFailedException
Creates a new AuthenticationFailedException with the given message and cause.

B

BaseAgiScript - Class in org.asteriskjava.fastagi
The BaseAgiScript provides some convinience methods to make it easier to write custom AgiScripts.
BaseAgiScript() - Constructor for class org.asteriskjava.fastagi.BaseAgiScript
 
BridgeAction - Class in org.asteriskjava.manager.action
The BridgeAction bridges two channels that are currently active on the system.
BridgeAction() - Constructor for class org.asteriskjava.manager.action.BridgeAction
Creates a new empty BridgeAction.
BridgeAction(String, String) - Constructor for class org.asteriskjava.manager.action.BridgeAction
Creates a new BridgeAction that bridges the two given channels.
BridgeAction(String, String, Boolean) - Constructor for class org.asteriskjava.manager.action.BridgeAction
Creates a new BridgeAction that bridges the two given channels.
buildCommand() - Method in class org.asteriskjava.fastagi.command.AbstractAgiCommand
 
buildCommand() - Method in interface org.asteriskjava.fastagi.command.AgiCommand
Returns a string suitable to be sent to asterisk.
buildCommand() - Method in class org.asteriskjava.fastagi.command.AnswerCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.ChannelStatusCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.DatabaseDelCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.DatabaseGetCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.DatabasePutCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.ExecCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.GetDataCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.GetFullVariableCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.GetOptionCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.GetVariableCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.HangupCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.NoopCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.ReceiveCharCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.ReceiveTextCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SayAlphaCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SayDigitsCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SayNumberCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SayPhoneticCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SayTimeCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SendImageCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SendTextCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SetAutoHangupCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SetCallerIdCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SetContextCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SetExtensionCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SetMusicOffCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SetMusicOnCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SetPriorityCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SetVariableCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.StreamFileCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.TddModeCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.VerboseCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.WaitForDigitCommand
 
BUSY - Static variable in class org.asteriskjava.manager.event.ExtensionStatusEvent
All devices BUSY

C

CallDetailRecord - Interface in org.asteriskjava.live
Represents an Asterisk Call Detail Record (CDR).
CallDetailRecordImpl - Class in org.asteriskjava.live.internal
 
CallerId - Class in org.asteriskjava.live
Represents a Caller*ID containing name and number.
CallerId(String, String) - Constructor for class org.asteriskjava.live.CallerId
Creates a new CallerId.
callerId - Variable in class org.asteriskjava.manager.event.JoinEvent
 
callerIdName - Variable in class org.asteriskjava.manager.event.JoinEvent
 
CdrEvent - Class in org.asteriskjava.manager.event
A CdrEvent is triggered when a call detail record is generated, usually at the end of a call.
CdrEvent(Object) - Constructor for class org.asteriskjava.manager.event.CdrEvent
 
ChallengeAction - Class in org.asteriskjava.manager.action
The ChallengeAction requests a challenge from the server to use when logging in using challenge/response.
ChallengeAction() - Constructor for class org.asteriskjava.manager.action.ChallengeAction
Creates a new empty ChallengeAction.
ChallengeAction(String) - Constructor for class org.asteriskjava.manager.action.ChallengeAction
Creates a new ChallengeAction that requests a new login challenge for use with the given digest algorithm.
ChallengeResponse - Class in org.asteriskjava.manager.response
Corresponds to a ChallengeAction and contains the challenge needed to log in using challenge/response.
ChallengeResponse() - Constructor for class org.asteriskjava.manager.response.ChallengeResponse
 
ChangeMonitorAction - Class in org.asteriskjava.manager.action
The ChangeMonitorAction changes the monitoring filename of a channel.
ChangeMonitorAction() - Constructor for class org.asteriskjava.manager.action.ChangeMonitorAction
Creates a new empty ChangeMonitorAction.
ChangeMonitorAction(String, String) - Constructor for class org.asteriskjava.manager.action.ChangeMonitorAction
Creates a new ChangeMonitorAction that causes monitoring data for the given channel to be written to the given file(s).
changeMonitoring(String) - Method in interface org.asteriskjava.live.AsteriskChannel
Changes the filename of a previously started monitoring.
channel - Variable in class org.asteriskjava.manager.action.SetVarAction
The channel on which to set the variable.
ChannelReloadEvent - Class in org.asteriskjava.manager.event
A ChannelReloadEvent is when a channel driver is reloaded, either on startup or by request.
ChannelReloadEvent(Object) - Constructor for class org.asteriskjava.manager.event.ChannelReloadEvent
 
ChannelState - Enum in org.asteriskjava.live
The lifecycle status of an AsteriskChannel.
ChannelStateHistoryEntry - Class in org.asteriskjava.live
An entry in the channel state history of an AsteriskChannel.
ChannelStateHistoryEntry(Date, ChannelState) - Constructor for class org.asteriskjava.live.ChannelStateHistoryEntry
Creates a new instance.
ChannelStatusCommand - Class in org.asteriskjava.fastagi.command
Returns the status of the specified channel.
ChannelStatusCommand() - Constructor for class org.asteriskjava.fastagi.command.ChannelStatusCommand
Creates a new ChannelStatusCommand that queries the current channel.
ChannelStatusCommand(String) - Constructor for class org.asteriskjava.fastagi.command.ChannelStatusCommand
Creates a new ChannelStatusCommand that queries the given channel.
ClassNameMappingStrategy - Class in org.asteriskjava.fastagi
A MappingStrategy that determines the AGIScript based on the fully qualified class name given in the AGI URL.
ClassNameMappingStrategy() - Constructor for class org.asteriskjava.fastagi.ClassNameMappingStrategy
Creates a new ClassNameMappingStrategy using shared instances.
ClassNameMappingStrategy(boolean) - Constructor for class org.asteriskjava.fastagi.ClassNameMappingStrategy
Creates a new ClassNameMappingStrategy indicating whether to use shared instances or not.
close() - Method in class org.asteriskjava.util.internal.ServerSocketFacadeImpl
 
close() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
close() - Method in interface org.asteriskjava.util.ServerSocketFacade
Unbinds and closes the server socket.
close() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Closes the socket connection including its input and output stream and frees all associated ressources.
command - Variable in class org.asteriskjava.manager.action.CommandAction
 
CommandAction - Class in org.asteriskjava.manager.action
The CommandAction sends a command line interface (CLI) command to the asterisk server.
CommandAction() - Constructor for class org.asteriskjava.manager.action.CommandAction
Creates a new CommandAction.
CommandAction(String) - Constructor for class org.asteriskjava.manager.action.CommandAction
Creates a new CommandAction with the given command.
CommandResponse - Class in org.asteriskjava.manager.response
Response that is received when sending a CommandAction.
CommandResponse() - Constructor for class org.asteriskjava.manager.response.CommandResponse
 
compareTo(AsteriskVersion) - Method in class org.asteriskjava.AsteriskVersion
 
CompositeMappingStrategy - Class in org.asteriskjava.fastagi
A mapping strategy that tries a sequence of other mapping strategies to find an AgiScript matching the request.
CompositeMappingStrategy() - Constructor for class org.asteriskjava.fastagi.CompositeMappingStrategy
Creates a new empty CompositeMappingStrategy.
CompositeMappingStrategy(MappingStrategy...) - Constructor for class org.asteriskjava.fastagi.CompositeMappingStrategy
Creates a new CompositeMappingStrategy.
CompositeMappingStrategy(List<MappingStrategy>) - Constructor for class org.asteriskjava.fastagi.CompositeMappingStrategy
Creates a new CompositeMappingStrategy.
connect() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
ConnectEvent - Class in org.asteriskjava.manager.event
A ConnectEvent is triggered after successful login to the Asterisk server.
ConnectEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConnectEvent
 
ConnectEvent(Object, String) - Constructor for class org.asteriskjava.manager.event.ConnectEvent
 
controlStreamFile(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file allowing the user to control the streaming by using "#" for forward and "*" for rewind.
controlStreamFile(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file allowing the user to control the streaming by using "#" for forward and "*" for rewind.
controlStreamFile(String, String, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file allowing the user to control the streaming by using "#" for forward and "*" for rewind.
controlStreamFile(String, String, int, String, String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file allowing the user to control the streaming by using forwardDigit for forward, rewindDigit for rewind and pauseDigit for pause.
controlStreamFile(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file allowing the user to control the streaming by using "#" for forward and "*" for rewind.
controlStreamFile(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file allowing the user to control the streaming by using "#" for forward and "*" for rewind.
controlStreamFile(String, String, int) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file allowing the user to control the streaming by using "#" for forward and "*" for rewind.
controlStreamFile(String, String, int, String, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file allowing the user to control the streaming by using forwardDigit for forward, rewindDigit for rewind and pauseDigit for pause.
controlStreamFile(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
controlStreamFile(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
controlStreamFile(String, String, int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
controlStreamFile(String, String, int, String, String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
ControlStreamFileCommand - Class in org.asteriskjava.fastagi.command
Plays the given file, allowing playback to be interrupted by the given digits, if any, and allows the listner to control the stream.
ControlStreamFileCommand(String) - Constructor for class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Creates a new ControlStreamFileCommand, streaming from the beginning.
ControlStreamFileCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Creates a new ControlStreamFileCommand, streaming from the beginning.
ControlStreamFileCommand(String, String, int) - Constructor for class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Creates a new ControlStreamFileCommand, streaming from the given offset.
ControlStreamFileCommand(String, String, int, String, String, String) - Constructor for class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Creates a new ControlStreamFileCommand, streaming from the given offset.
createAgiScriptInstance(String) - Method in class org.asteriskjava.fastagi.AbstractMappingStrategy
Creates a new instance of an AGI script.
createManagerConnection(String, int, String, String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
createManagerConnection(String, int, String, String) - Method in class org.asteriskjava.live.SecureAsteriskServer
 
createManagerConnection() - Method in class org.asteriskjava.manager.ManagerConnectionFactory
Returns a new ManagerConnection in state ManagerConnectionState.CONNECTED.
createReader() - Method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
 
createReader(Dispatcher, Object) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
createSecureManagerConnection() - Method in class org.asteriskjava.manager.ManagerConnectionFactory
Returns a new SSL secured ManagerConnection in state ManagerConnectionState.CONNECTED.
createServerSocket() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
 
createSocket() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
createThread() - Method in class org.asteriskjava.fastagi.AgiServerThread
 
createWriter() - Method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
 
createWriter() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 

D

DaemonThreadFactory - Class in org.asteriskjava.util
A ThreadFactory that creates daemon threads for use with an Executor
DaemonThreadFactory() - Constructor for class org.asteriskjava.util.DaemonThreadFactory
Creates a new instance.
databaseDel(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Deletes an entry in the Asterisk database for a given family and key.
databaseDel(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Deletes an entry in the Asterisk database for a given family and key.
databaseDel(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
DatabaseDelCommand - Class in org.asteriskjava.fastagi.command
Deletes a family or specific keytree within a family in the Asterisk database.
DatabaseDelCommand(String) - Constructor for class org.asteriskjava.fastagi.command.DatabaseDelCommand
Creates a new DatabaseDelCommand to delete a family.
DatabaseDelCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.DatabaseDelCommand
Creates a new DatabaseDelCommand to delete a keytree.
databaseDelTree(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Deletes a whole family of entries in the Asterisk database.
databaseDelTree(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Deletes all entries of a given family in the Asterisk database that have a key that starts with a given prefix.
databaseDelTree(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Deletes a whole family of entries in the Asterisk database.
databaseDelTree(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Deletes all entries of a given family in the Asterisk database that have a key that starts with a given prefix.
databaseDelTree(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
databaseDelTree(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
DatabaseDelTreeCommand - Class in org.asteriskjava.fastagi.command
Deletes a family or specific keytree within a family in the Asterisk database.
DatabaseDelTreeCommand(String) - Constructor for class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand
Creates a new DatabaseDelCommand to delete a whole family.
DatabaseDelTreeCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand
Creates a new DatabaseDelCommand to delete a keytree within a given family.
databaseGet(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Retrieves an entry in the Asterisk database for a given family and key.
databaseGet(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Retrieves an entry in the Asterisk database for a given family and key.
databaseGet(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
DatabaseGetCommand - Class in org.asteriskjava.fastagi.command
Retrieves an entry in the Asterisk database for a given family and key.
DatabaseGetCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.DatabaseGetCommand
Creates a new DatabaseGetCommand.
databasePut(String, String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Adds or updates an entry in the Asterisk database for a given family, key, and value.
databasePut(String, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Adds or updates an entry in the Asterisk database for a given family, key, and value.
databasePut(String, String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
DatabasePutCommand - Class in org.asteriskjava.fastagi.command
Adds or updates an entry in the Asterisk database for a given family, key, and value.
DatabasePutCommand(String, String, String) - Constructor for class org.asteriskjava.fastagi.command.DatabasePutCommand
Creates a new DatabasePutCommand.
DateUtil - Class in org.asteriskjava.util
Utility class to obtain the current date and allows to override with a fixed value for unit testing.
DbGetAction - Class in org.asteriskjava.manager.action
Retrieves an entry in the Asterisk database for a given family and key.
DbGetAction() - Constructor for class org.asteriskjava.manager.action.DbGetAction
Creates a new empty DbGetAction.
DbGetAction(String, String) - Constructor for class org.asteriskjava.manager.action.DbGetAction
Creates a new DbGetAction that retrieves the value of the database entry with the given key in the given family.
DbGetResponseEvent - Class in org.asteriskjava.manager.event
A DBGetResponseEvent is sent in response to a DBGetAction and contains the entry that was queried.
DbGetResponseEvent(Object) - Constructor for class org.asteriskjava.manager.event.DbGetResponseEvent
 
DbPutAction - Class in org.asteriskjava.manager.action
Adds or updates an entry in the Asterisk database for a given family, key, and value.
DbPutAction() - Constructor for class org.asteriskjava.manager.action.DbPutAction
Creates a new empty DbPutAction.
DbPutAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.DbPutAction
Creates a new DbPutAction that sets the value of the database entry with the given key in the given family.
debug(Object) - Method in class org.asteriskjava.util.internal.JavaLoggingLog
 
debug(Object) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log a message to the Log4j Logger with DEBUG priority.
debug(Object, Throwable) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log an error to the Log4j Logger with DEBUG priority.
debug(Object) - Method in class org.asteriskjava.util.internal.NullLog
 
debug(Object) - Method in interface org.asteriskjava.util.Log
 
DefaultAgiServer - Class in org.asteriskjava.fastagi
Default implementation of the AgiServer interface.
DefaultAgiServer() - Constructor for class org.asteriskjava.fastagi.DefaultAgiServer
Creates a new DefaultAgiServer.
DefaultAsteriskServer - Class in org.asteriskjava.live
Default implementation of the AsteriskServer interface.
DefaultAsteriskServer() - Constructor for class org.asteriskjava.live.DefaultAsteriskServer
Creates a new instance without a ManagerConnection.
DefaultAsteriskServer(String, String, String) - Constructor for class org.asteriskjava.live.DefaultAsteriskServer
Creates a new instance and a new ManagerConnection with the given connection data.
DefaultAsteriskServer(String, int, String, String) - Constructor for class org.asteriskjava.live.DefaultAsteriskServer
Creates a new instance and a new ManagerConnection with the given connection data.
DefaultAsteriskServer(ManagerConnection) - Constructor for class org.asteriskjava.live.DefaultAsteriskServer
Creates a new instance that uses the given ManagerConnection.
DefaultManagerConnection - Class in org.asteriskjava.manager
Default implemention of the ManagerConnection interface.
DefaultManagerConnection() - Constructor for class org.asteriskjava.manager.DefaultManagerConnection
Creates a new instance.
DefaultManagerConnection(String, String, String) - Constructor for class org.asteriskjava.manager.DefaultManagerConnection
Creates a new instance with the given connection parameters using Asterisk's default port.
DefaultManagerConnection(String, int, String, String) - Constructor for class org.asteriskjava.manager.DefaultManagerConnection
Creates a new instance with the given connection parameters.
determineScript(AgiRequest) - Method in class org.asteriskjava.fastagi.ClassNameMappingStrategy
 
determineScript(AgiRequest) - Method in class org.asteriskjava.fastagi.CompositeMappingStrategy
 
determineScript(AgiRequest) - Method in interface org.asteriskjava.fastagi.MappingStrategy
Returns the AgiScript instance that is responsible to handle the given request.
determineScript(AgiRequest) - Method in class org.asteriskjava.fastagi.ResourceBundleMappingStrategy
 
determineScript(AgiRequest) - Method in class org.asteriskjava.fastagi.SimpleMappingStrategy
 
determineVersion() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
DialedChannelHistoryEntry - Class in org.asteriskjava.live
An entry in the dialed channels history of an AsteriskChannel.
DialedChannelHistoryEntry(Date, AsteriskChannel) - Constructor for class org.asteriskjava.live.DialedChannelHistoryEntry
Creates a new instance.
DialEvent - Class in org.asteriskjava.manager.event
A dial event is triggered whenever a phone attempts to dial someone.
DialEvent(Object) - Constructor for class org.asteriskjava.manager.event.DialEvent
Creates a new DialEvent.
die() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
 
die() - Method in interface org.asteriskjava.manager.internal.ManagerReader
 
die() - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
 
die() - Method in class org.asteriskjava.manager.PingThread
Terminates this PingThread.
disconnect() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Closes the socket connection.
DisconnectEvent - Class in org.asteriskjava.manager.event
A DisconnectEvent is triggered when the connection to the asterisk server is lost.
DisconnectEvent(Object) - Constructor for class org.asteriskjava.manager.event.DisconnectEvent
 
dispatchEvent(ManagerEvent) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
This method is called by the reader whenever a ManagerEvent is received.
dispatchResponse(ManagerResponse) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
This method is called by the reader whenever a ManagerResponse is received.
Disposition - Enum in org.asteriskjava.live
 
DISPOSITION_ANSWERED - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
DISPOSITION_BUSY - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
DISPOSITION_FAILED - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
DISPOSITION_NO_ANSWER - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
DISPOSITION_UNKNOWN - Static variable in class org.asteriskjava.manager.event.CdrEvent
 
DndStateEvent - Class in org.asteriskjava.manager.event
A DNDStateEvent is triggered by the Zap channel driver when a channel enters or leaves DND (do not disturb) state.
DndStateEvent(Object) - Constructor for class org.asteriskjava.manager.event.DndStateEvent
Creates a new DNDStateEvent.
doLogin(long, String) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Does the real login, following the steps outlined below.
dstFilename - Variable in class org.asteriskjava.manager.action.UpdateConfigAction
 

E

equals(Object) - Method in class org.asteriskjava.AsteriskVersion
 
equals(Object) - Method in class org.asteriskjava.live.CallerId
 
error(Object) - Method in class org.asteriskjava.util.internal.JavaLoggingLog
 
error(Object, Throwable) - Method in class org.asteriskjava.util.internal.JavaLoggingLog
 
error(Object) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log a message to the Log4j Logger with ERROR priority.
error(Object, Throwable) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log an error to the Log4j Logger with ERROR priority.
error(Object) - Method in class org.asteriskjava.util.internal.NullLog
 
error(Object, Throwable) - Method in class org.asteriskjava.util.internal.NullLog
 
error(Object) - Method in interface org.asteriskjava.util.Log
 
error(Object, Throwable) - Method in interface org.asteriskjava.util.Log
 
escapeAndQuote(String) - Method in class org.asteriskjava.fastagi.command.AbstractAgiCommand
Escapes and quotes a given String according to the rules set by Asterisk's AGI.
EventGeneratingAction - Interface in org.asteriskjava.manager.action
The EventGeneratingAction interface is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events.
EventsAction - Class in org.asteriskjava.manager.action
With the EventsAction you can specify what kind of events should be sent to this manager connection.
EventsAction() - Constructor for class org.asteriskjava.manager.action.EventsAction
Creates a new empty EventsAction.
EventsAction(String) - Constructor for class org.asteriskjava.manager.action.EventsAction
Creates a new EventsAction that applies the given event mask to the current manager connection.
EventTimeoutException - Exception in org.asteriskjava.manager
An EventTimeoutException is thrown if a ManagerResponse or some ResponseEvents are not completely received within the expected time period.
EventTimeoutException(String, ResponseEvents) - Constructor for exception org.asteriskjava.manager.EventTimeoutException
Creates a new EventTimeoutException with the given message and partial result.
exec(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Executes the given command.
exec(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Executes the given command.
exec(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Executes the given command.
exec(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Executes the given command.
exec(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
exec(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
ExecCommand - Class in org.asteriskjava.fastagi.command
Executes an application with the given options.
ExecCommand(String) - Constructor for class org.asteriskjava.fastagi.command.ExecCommand
Creates a new ExecCommand.
ExecCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.ExecCommand
Creates a new ExecCommand.
executeCliCommand(String) - Method in interface org.asteriskjava.live.AsteriskServer
Executes a command line interface (CLI) command.
executeCliCommand(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
executeCliCommand(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
Extension - Class in org.asteriskjava.live
 
Extension(String, String, Integer) - Constructor for class org.asteriskjava.live.Extension
 
Extension(String, String, Integer, String, String) - Constructor for class org.asteriskjava.live.Extension
 
ExtensionHistoryEntry - Class in org.asteriskjava.live
An entry in the extension history of an AsteriskChannel.
ExtensionHistoryEntry(Date, Extension) - Constructor for class org.asteriskjava.live.ExtensionHistoryEntry
Creates a new instance.
ExtensionStateAction - Class in org.asteriskjava.manager.action
The ExtensionStateAction queries the state of an extension in a given context.
ExtensionStateAction() - Constructor for class org.asteriskjava.manager.action.ExtensionStateAction
 
ExtensionStateResponse - Class in org.asteriskjava.manager.response
 
ExtensionStateResponse() - Constructor for class org.asteriskjava.manager.response.ExtensionStateResponse
 
ExtensionStatusEvent - Class in org.asteriskjava.manager.event
An ExtensionStatusEvent is triggered when the state of an extension changes.
ExtensionStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.ExtensionStatusEvent
 

F

fatal(Object) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log a message to the Log4j Logger with FATAL priority.
fatal(Object, Throwable) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log an error to the Log4j Logger with FATAL priority.
FaxReceivedEvent - Class in org.asteriskjava.manager.event
A FaxReceivedEvent is triggered by spandsp after a new fax has been received.
FaxReceivedEvent(Object) - Constructor for class org.asteriskjava.manager.event.FaxReceivedEvent
 
filename - Variable in class org.asteriskjava.manager.action.GetConfigAction
 
finalize() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
 
flush() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
flush() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Flushes the socket connection, that is sends any buffered but yet unsent data.

G

getAbandoned() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the number of abandoned calls.
getAccount() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the account code used to bill this channel.
getAccount() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the account code to use for the originated call.
getAccount() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the account code of this channel.
getAccountCode() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the account code set for the call.
getAccountCode() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getAccountCode() - Method in interface org.asteriskjava.live.CallDetailRecord
Returns the account number that is usually used to identify the party to bill for the call.
getAccountCode() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getAccountCode() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the account number that is usually used to identify the party to bill for the call.
getAckCall() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Returns if an acknowledgement is needed when agent is called back.
getAcl() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
getAction() - Method in class org.asteriskjava.manager.action.AbsoluteTimeoutAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.AbstractManagerAction
 
getAction() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.AgentLogoffAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.AgentsAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.BridgeAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ChallengeAction
Returns Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ChangeMonitorAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.CommandAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.DbGetAction
 
getAction() - Method in class org.asteriskjava.manager.action.DbPutAction
 
getAction() - Method in class org.asteriskjava.manager.action.EventsAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ExtensionStateAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.GetConfigAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.GetVarAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.HangupAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ListCommandsAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.LoginAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.LogoffAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.MailboxCountAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.MailboxStatusAction
Returns the name of this action, i.e.
getAction() - Method in interface org.asteriskjava.manager.action.ManagerAction
Returns the name of the action for example "Hangup".
getAction() - Method in class org.asteriskjava.manager.action.MeetMeMuteAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.MeetMeUnmuteAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.MonitorAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ParkAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ParkedCallsAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.PauseMonitorAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.PingAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.PlayDtmfAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.QueueAddAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.QueuePauseAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.QueueRemoveAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.QueueStatusAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.QueueSummaryAction
 
getAction() - Method in class org.asteriskjava.manager.action.RedirectAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SetCdrUserFieldAction
Returns the name of the action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SetVarAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SipPeersAction
 
getAction() - Method in class org.asteriskjava.manager.action.SipShowPeerAction
 
getAction() - Method in class org.asteriskjava.manager.action.StatusAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.StopMonitorAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.UnpauseMonitorAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.UserEventAction
Get the name of this action
getAction() - Method in class org.asteriskjava.manager.action.ZapDialOffhookAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ZapDndOffAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ZapDndOnAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ZapHangupAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ZapRestartAction
 
getAction() - Method in class org.asteriskjava.manager.action.ZapShowChannelsAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ZapTransferAction
Returns the name of this action, i.e.
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.AgentsAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.DbGetAction
 
getActionCompleteEventClass() - Method in interface org.asteriskjava.manager.action.EventGeneratingAction
Returns the event type that indicates that Asterisk is finished sending response events for this action.
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.OriginateAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.ParkedCallsAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.QueueStatusAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.QueueSummaryAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.SipPeersAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.SipShowPeerAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.StatusAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.ZapShowChannelsAction
 
getActionId() - Method in class org.asteriskjava.manager.action.AbstractManagerAction
 
getActionId() - Method in interface org.asteriskjava.manager.action.ManagerAction
Returns the action id.
getActionId() - Method in class org.asteriskjava.manager.event.ResponseEvent
Returns the user provided action id of the ManagerAction that caused this event.
getActionId() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns the user provided action id of the ManagerAction that caused this response.
getActions() - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Returns Map of the action's desired operations where Map keys contain: action,cat,var,value,match pairs followed by -XXXXXX, and the Map values contain the values for those keys.
getAgent() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Returns the name of the agent to log in, for example "1002".
getAgent() - Method in class org.asteriskjava.manager.action.AgentLogoffAction
Returns the name of the agent to log off, for example "1002".
getAgent() - Method in class org.asteriskjava.manager.event.AgentCallbackLoginEvent
Returns the name of the agent that logged in.
getAgent() - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
Returns the name of the agent that logged off.
getAgent() - Method in class org.asteriskjava.manager.event.AgentLoginEvent
Returns the name of the agent that logged in.
getAgent() - Method in class org.asteriskjava.manager.event.AgentLogoffEvent
Returns the name of the agent that logged off.
getAgent() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the agentid.
getAgentCalled() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the member interface of the agent that has been called.
getAlarm() - Method in class org.asteriskjava.manager.event.AlarmEvent
Returns the kind of alarm that happened.
getAlarm() - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Returns the alarm state of this zap channel.
getAmaFlags() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getAmaFlags() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getAmaFlags() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the AMA (Automated Message Accounting) flags.
getAnswerDate() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getAnswerDate() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getAnswerTime() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns when the call was answered.
getAnswerTimeAsDate() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the answer time as Date object.
getAnswerTimeAsDate(TimeZone) - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the answer time as Date object.
getAppData() - Method in class org.asteriskjava.live.Extension
 
getAppData() - Method in class org.asteriskjava.manager.event.NewExtenEvent
Returns the parameters passed to the application that is executed.
getAppend() - Method in class org.asteriskjava.manager.action.SetCdrUserFieldAction
Returns if the value of the cdr user field is appended or overwritten.
getApplication() - Method in class org.asteriskjava.fastagi.command.ExecCommand
Returns the name of the application to execute.
getApplication() - Method in class org.asteriskjava.live.Extension
 
getApplication() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the name of the application to connect to.
getApplication() - Method in class org.asteriskjava.manager.event.NewExtenEvent
Returns the name of the application that is executed.
getAsync() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns true if this is a fast origination.
getAttribute(String) - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
Returns an additional attribute contained in the reply.
getAttribute(String) - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns an additional attribute contained in the reply.
getAttribute(String) - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns the value of the attribute with the given key.
getAttributes() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns a Map with all attributes of this response.
getAuthType() - Method in class org.asteriskjava.manager.action.ChallengeAction
Returns the digest alogrithm to use.
getAuthType() - Method in class org.asteriskjava.manager.action.LoginAction
Returns the digest alogrithm when using challenge/response.
getAvailable() - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Returns the number of members logged in and not in a call.
getBeep() - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Returns true if a beep should be played before recording.
getBillableSeconds() - Method in interface org.asteriskjava.live.CallDetailRecord
Returns the total time (in seconds) the call was up from answer to hangup.
getBillableSeconds() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getBillableSeconds() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the total time (in seconds) the call was up from answer to hangup.
getBridgedChannel() - Method in class org.asteriskjava.manager.event.AgentConnectEvent
Returns the unique ID of the queue member channel that is taking the call.
getByCode(int) - Static method in enum org.asteriskjava.live.HangupCause
Returns the HangupCode by its numeric cause code.
getCallDetailRecord() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the call detail record for this channel.
getCallerId() - Method in interface org.asteriskjava.fastagi.AgiRequest
Deprecated. will be removed in 0.4, use AgiRequest.getCallerIdNumber() instead.
getCallerId() - Method in class org.asteriskjava.fastagi.command.SetCallerIdCommand
Returns the new callerId.
getCallerId() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getCallerId() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the caller id of this channel.
getCallerId() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the caller id to set on the outgoing channel.
getCallerId() - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Deprecated.  
getCallerId() - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Returns the Caller*ID number of the parked channel.
getCallerId() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the Caller ID number of the caller's channel.
getCallerId() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the Caller*ID with text.
getCallerId() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the Caller*ID.
getCallerId() - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Returns the Caller*ID in the form "Some Name" <1234>.
getCallerId() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the Caller*ID of the calling party or an empty string if none is available.
getCallerId() - Method in class org.asteriskjava.manager.event.JoinEvent
Returns the Caller*ID number of the channel that joined the queue if set.
getCallerId() - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Returns the the Caller*ID number of this entry.
getCallerId() - Method in class org.asteriskjava.manager.event.StatusEvent
Deprecated.  
getCallerId1() - Method in class org.asteriskjava.manager.event.LinkageEvent
Returns the Caller*Id number of the first channel.
getCallerId2() - Method in class org.asteriskjava.manager.event.LinkageEvent
Returns the Caller*Id number of the second channel.
getCallerIdName() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the the Caller*ID Name, for example "John Doe".
getCallerIdName() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getCallerIdName() - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Returns the Caller*ID Name of the channel if set or "<unknown>" if none has been set.
getCallerIdName() - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Returns the Caller*ID name of the parked channel.
getCallerIdName() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the Caller ID name of the caller's channel.
getCallerIdName() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the Caller*ID Name.
getCallerIdName() - Method in class org.asteriskjava.manager.event.JoinEvent
Returns the Caller*ID name of the channel that joined the queue if set.
getCallerIdName() - Method in class org.asteriskjava.manager.event.MeetMeLeaveEvent
Returns the Caller*ID Name of the channel that left the conference.
getCallerIdName() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Returns the Caller*ID Name of the originated channel.
getCallerIdName() - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Returns the Caller*ID name of this entry.
getCallerIdName() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the Caller*ID Name of this channel.
getCallerIdNum() - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Returns the Caller*ID numbe of the channel if set or "<unknown>" if none has been set.
getCallerIdNum() - Method in class org.asteriskjava.manager.event.MeetMeLeaveEvent
Returns the Caller*ID Number of the channel that left the conference.
getCallerIdNum() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Returns the Caller*ID Number of the originated channel.
getCallerIdNum() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the Caller*ID Number of this channel.
getCallerIdNumber() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the Caller*ID number, for example "1234".
getCallerIdNumber() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getCallers() - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Returns the number of callers currently waiting in the queue.
getCallingAni2() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the Callerid ANI 2 (Info digits).
getCallingAni2() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getCallingPres() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the Callerid presentation/screening.
getCallingPres() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getCallingPres() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the calling presentation for the outgoing channel.
getCallingTns() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the Callerid Transit Network Select.
getCallingTns() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getCallingTon() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the Callerid Type of Number.
getCallingTon() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getCalls() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the number of calls currently waiting in the queue.
getCallsTaken() - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Returns the number of calls answered by the member.
getCallsTaken() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Returns the number of calls answered by the member.
getCategories() - Method in class org.asteriskjava.manager.response.GetConfigResponse
Returns the map of category numbers to category names
getCause() - Method in class org.asteriskjava.manager.event.HangupEvent
Returns the cause of the hangup.
getCause() - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Returns the cause of a rejection or unregistration.
getCause() - Method in class org.asteriskjava.manager.event.RegistryEvent
Returns the cause of a rejected registration.
getCauseTxt() - Method in class org.asteriskjava.manager.event.HangupEvent
Returns the textual representation of the hangup cause.
getChallenge() - Method in class org.asteriskjava.manager.response.ChallengeResponse
Returns the challenge to use when creating the key for log in.
getChannel() - Method in class org.asteriskjava.fastagi.AgiOperations
Returns the channel to operate on.
getChannel() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.fastagi.command.ChannelStatusCommand
Returns the name of the channel to query.
getChannel() - Method in class org.asteriskjava.fastagi.command.GetFullVariableCommand
Returns the the name of the channel.
getChannel() - Method in class org.asteriskjava.fastagi.command.HangupCommand
Returns the name of the channel to hangup.
getChannel() - Static method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
Returns the AgiChannel associated with the current thread.
getChannel() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
Returns the name of the channel.
getChannel() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getChannel() - Method in class org.asteriskjava.live.DialedChannelHistoryEntry
Returns the channel that has been dialed.
getChannel() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getChannel() - Method in class org.asteriskjava.live.LinkedChannelHistoryEntry
Returns the channel that has been linked.
getChannel() - Method in interface org.asteriskjava.live.MeetMeUser
Returns the channel associated with this user.
getChannel() - Method in class org.asteriskjava.manager.action.AbsoluteTimeoutAction
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.action.ChangeMonitorAction
Returns the name of the monitored channel.
getChannel() - Method in class org.asteriskjava.manager.action.GetVarAction
Returns the name of the channel if you query for a local channel variable or null if it is a global variable.
getChannel() - Method in class org.asteriskjava.manager.action.HangupAction
Returns the name of the channel to hangup.
getChannel() - Method in class org.asteriskjava.manager.action.MonitorAction
Returns the name of the channel to monitor.
getChannel() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the name of the channel to connect to the outgoing call.
getChannel() - Method in class org.asteriskjava.manager.action.ParkAction
Returns the name of the channel to park.
getChannel() - Method in class org.asteriskjava.manager.action.PauseMonitorAction
Returns the name of the channel to temporarily stop monitoring.
getChannel() - Method in class org.asteriskjava.manager.action.PlayDtmfAction
Returns the name of the channel to send the digit to.
getChannel() - Method in class org.asteriskjava.manager.action.RedirectAction
Returns name of the channel to redirect.
getChannel() - Method in class org.asteriskjava.manager.action.SetCdrUserFieldAction
Returns the name of the channel to set the cdr user field on.
getChannel() - Method in class org.asteriskjava.manager.action.SetVarAction
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.action.StopMonitorAction
Returns the name of the channel to end monitoring.
getChannel() - Method in class org.asteriskjava.manager.action.UnpauseMonitorAction
Returns the name of the channel to re-enable monitoring.
getChannel() - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Returns the name of the channel that is or was parked.
getChannel() - Method in class org.asteriskjava.manager.event.AgentLoginEvent
Returns the name of the channel associated with the logged in agent.
getChannel() - Method in class org.asteriskjava.manager.event.AlarmClearEvent
Returns the number of the zap channel that left alarm state.
getChannel() - Method in class org.asteriskjava.manager.event.AlarmEvent
Returns the number of the channel the alarm occured on.
getChannel() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the name of the channel, for example "SIP/1310-asfe".
getChannel() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
Returns the channel that was reloaded.
getChannel() - Method in class org.asteriskjava.manager.event.DndStateEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the name of the channel the fax has been recieved on.
getChannel() - Method in class org.asteriskjava.manager.event.HoldEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.LogChannelEvent
Returns the name of the log channel.
getChannel() - Method in class org.asteriskjava.manager.event.NewExtenEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Returns the name of the channel to connect to the outgoing call.
getChannel() - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Returns the name of the channel of this entry.
getChannel() - Method in class org.asteriskjava.manager.event.QueueEvent
Returns the name of the channel that joines or leaves the queue.
getChannel() - Method in class org.asteriskjava.manager.event.RegistryEvent
Deprecated.  
getChannel() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the name of this channel.
getChannel() - Method in class org.asteriskjava.manager.event.UnholdEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.UserEvent
Returns the name of the channel this event occured in.
getChannel() - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Returns the number of this zap channel.
getChannel1() - Method in class org.asteriskjava.manager.action.BridgeAction
Returns the name of the channel to bridge to channel2.
getChannel1() - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Returns the name of the channel that put the other channel on hold.
getChannel1() - Method in class org.asteriskjava.manager.event.LinkageEvent
Returns the name of the first channel.
getChannel2() - Method in class org.asteriskjava.manager.action.BridgeAction
Returns the name of the channel to bridge to channel1.
getChannel2() - Method in class org.asteriskjava.manager.action.ParkAction
Returns the name of the channel to announce park info to and return to on timeout.
getChannel2() - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Returns the name of the channel that has been put on hold.
getChannel2() - Method in class org.asteriskjava.manager.event.LinkageEvent
Returns the name of the second channel.
getChannelById(String) - Method in interface org.asteriskjava.live.AsteriskServer
Returns a channel by its unique id.
getChannelById(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getChannelById(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getChannelByName(String) - Method in interface org.asteriskjava.live.AsteriskServer
Returns a channel by its name.
getChannelByName(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getChannelByName(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getChannelCalling() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the name of the caller's channel that is about to be handled by the agent.
getChannelDriver() - Method in class org.asteriskjava.manager.event.RegistryEvent
Deprecated.  
getChannels() - Method in interface org.asteriskjava.live.AsteriskServer
Returns the active channels of the Asterisk server.
getChannels() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getChannels() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getChannelStatus() - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the status of the channel.
getChannelStatus() - Method in class org.asteriskjava.fastagi.AgiOperations
Returns the status of the channel.
getChannelStatus() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getChannelType() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
For SIP peers this is "SIP".
getChannelType() - Method in class org.asteriskjava.manager.event.RegistryEvent
Returns the type of channel that is registered, that is "IAX2" for an IAX2 channel or "SIP" for a SIP channel.
getChanObjectType() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
For SIP peers this is either "peer" or "user".
getCidCallingPres() - Method in class org.asteriskjava.manager.event.NewCallerIdEvent
Returns the CallerId presentation/screening.
getCidCallingPresTxt() - Method in class org.asteriskjava.manager.event.NewCallerIdEvent
Returns the textual respresentation of the CallerId presentation/screening.
getCode() - Method in enum org.asteriskjava.live.HangupCause
Returns the numeric cause code.
getCommand() - Method in class org.asteriskjava.manager.action.CommandAction
Returns the command.
getCompleted() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the number of completed calls.
GetConfigAction - Class in org.asteriskjava.manager.action
The GetConfigAction sends a GetConfig command to the asterisk server.
GetConfigAction() - Constructor for class org.asteriskjava.manager.action.GetConfigAction
Creates a new GetConfigAction.
GetConfigAction(String) - Constructor for class org.asteriskjava.manager.action.GetConfigAction
Creates a new GetConfigAction with the given filename.
GetConfigResponse - Class in org.asteriskjava.manager.response
Response that is received when sending a GetConfigAction.
GetConfigResponse() - Constructor for class org.asteriskjava.manager.response.GetConfigResponse
 
getContext() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the context in the dial plan from which the AGI script was called.
getContext() - Method in class org.asteriskjava.fastagi.command.SetContextCommand
Returns the context for continuation upon exiting the application.
getContext() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getContext() - Method in class org.asteriskjava.live.Extension
 
getContext() - Method in class org.asteriskjava.live.Voicemailbox
Returns the context of this mailbox as defined in voicemail.conf.
getContext() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Returns the context of the extension to use for callback.
getContext() - Method in class org.asteriskjava.manager.action.ExtensionStateAction
Returns the name of the context that contains the extension to query.
getContext() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the name of the context of the extension to connect to.
getContext() - Method in class org.asteriskjava.manager.action.RedirectAction
Returns the destination context.
getContext() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
getContext() - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Returns the context of the extension.
getContext() - Method in class org.asteriskjava.manager.event.NewExtenEvent
Returns the name of the context of the connected extension.
getContext() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Returns the name of the context of the extension to connect to.
getContext() - Method in class org.asteriskjava.manager.event.StatusEvent
 
getContext() - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Returns the context of this zap channel as defined in zapata.conf.
getContext() - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
getCount() - Method in class org.asteriskjava.manager.event.QueueEvent
Returns the number of elements in the queue, i.e.
getCurrentExtension() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the last visited dialplan entry.
getData(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file and waits for the user to enter DTMF digits until he presses '#'.
getData(String, long) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file and waits for the user to enter DTMF digits until he presses '#' or the timeout occurs.
getData(String, long, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file and waits for the user to enter DTMF digits until he presses '#' or the timeout occurs or the maximum number of digits has been entered.
getData(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file and waits for the user to enter DTMF digits until he presses '#'.
getData(String, int) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file and waits for the user to enter DTMF digits until he presses '#' or the timeout occurs.
getData(String, int, int) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file and waits for the user to enter DTMF digits until he presses '#' or the timeout occurs or the maximum number of digits has been entered.
getData(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getData(String, long) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getData(String, long, int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getData() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the parameters to pass to the application.
GetDataCommand - Class in org.asteriskjava.fastagi.command
Stream the given file, and recieve DTMF data.
GetDataCommand(String) - Constructor for class org.asteriskjava.fastagi.command.GetDataCommand
Creates a new GetDataCommand with default timeout and maxDigits set to 1024.
GetDataCommand(String, long) - Constructor for class org.asteriskjava.fastagi.command.GetDataCommand
Creates a new GetDataCommand with the given timeout and maxDigits set to 1024.
GetDataCommand(String, long, int) - Constructor for class org.asteriskjava.fastagi.command.GetDataCommand
Creates a new GetDataCommand with the given timeout and maxDigits.
getDate() - Method in class org.asteriskjava.live.ChannelStateHistoryEntry
Returns the date the channel entered the state.
getDate() - Method in class org.asteriskjava.live.DialedChannelHistoryEntry
Returns the date the channel was dialed.
getDate() - Method in class org.asteriskjava.live.ExtensionHistoryEntry
Returns the date the extension has been visited.
getDate() - Static method in class org.asteriskjava.util.DateUtil
Returns the real current date or the date set with overrideCurrentDate().
getDateJoined() - Method in interface org.asteriskjava.live.MeetMeUser
Returns the date this user joined the MeetMe room.
getDateLeft() - Method in interface org.asteriskjava.live.MeetMeUser
Returns the date this user left the MeetMe room.
getDateLinked() - Method in class org.asteriskjava.live.LinkedChannelHistoryEntry
Returns the date the channel was linked.
getDateOfCreation() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the date this channel has been created.
getDateOfRemoval() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the date this channel has left the Asterisk server for example by a hangup.
getDateReceived() - Method in class org.asteriskjava.manager.event.ManagerEvent
Returns the point in time this event was received from the Asterisk server.
getDateReceived() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns the point in time this response was received from the asterisk server.
getDateUnlinked() - Method in class org.asteriskjava.live.LinkedChannelHistoryEntry
Returns the date the channel was unlinked.
getDestination() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the destination extension.
getDestination() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the name of the destination channel.
getDestinationChannel() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getDestinationChannel() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getDestinationChannel() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the name of the destination channel if appropriate.
getDestinationContext() - Method in interface org.asteriskjava.live.CallDetailRecord
Returns the destination context.
getDestinationContext() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getDestinationContext() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the destination context.
getDestinationExtension() - Method in interface org.asteriskjava.live.CallDetailRecord
Returns the destination extension.
getDestinationExtension() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getDestUniqueId() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the unique ID of the distination channel.
getDialedChannel() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the channel that has been dialed by this channel most recently, this is the destination channel that was created because this channel dialed it.
getDialedChannelHistory() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns a list of all channels that have been dialed by this channel.
getDialingChannel() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the channel that was dialing this channel, this is the source channel that created this channel by dialing it.
getDigit() - Method in class org.asteriskjava.manager.action.PlayDtmfAction
Returns the DTMF digit to play.
getDigits() - Method in class org.asteriskjava.fastagi.command.SayDigitsCommand
Returns the digits string to say.
getDisposition() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getDisposition() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getDisposition() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns what happened to the call.
getDnd() - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Returns whether dnd (do not disturb) is enabled for this zap channel.
getDnid() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the number, that has been dialed by the user.
getDnid() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getDomain() - Method in class org.asteriskjava.manager.event.RegistryEvent
Returns the domain or host name of the SIP or IAX2 server.
getDstFilename() - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Returns the destination filename.
getDuration() - Method in interface org.asteriskjava.live.CallDetailRecord
Returns the total time (in seconds) the caller spent in the system from dial to hangup.
getDuration() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getDuration() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the total time (in seconds) the caller spent in the system from dial to hangup.
getDuration() - Method in class org.asteriskjava.manager.event.MeetMeLeaveEvent
Returns how long the user spent in the conference.
getDynamic() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
getEnabled() - Method in class org.asteriskjava.manager.event.LogChannelEvent
Returns if logging has been enabled or disabled.
getEndDate() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getEndDate() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getEndTime() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns when the call has ended.
getEndTimeAsDate() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the end time as Date object.
getEndTimeAsDate(TimeZone) - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the end time as Date object.
getEnhanced() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns wheather this agi is passed audio (EAGI - Enhanced AGI).
getEnhanced() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getEntries() - Method in interface org.asteriskjava.live.AsteriskQueue
Returns the list of channels currently waiting in this queue.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.GetOptionCommand
Returns the digits that the user is expected to press.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Returns the digits that allow the user to end recording.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.SayAlphaCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.SayDigitsCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.SayNumberCommand
Returns the number that allow the user to interrupt this command.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.SayPhoneticCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.SayTimeCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class org.asteriskjava.fastagi.command.StreamFileCommand
Returns the digits that allow the user to interrupt this command.
getEventMask() - Method in class org.asteriskjava.manager.action.EventsAction
Returns the event mask.
getEvents() - Method in class org.asteriskjava.manager.action.LoginAction
Returns the event mask.
getEvents() - Method in class org.asteriskjava.manager.internal.ResponseEventsImpl
 
getEvents() - Method in interface org.asteriskjava.manager.ResponseEvents
Returns a Collection of ManagerEvents that have been received including the last one that indicates completion.
getExten() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Returns the extension to use for callback.
getExten() - Method in class org.asteriskjava.manager.action.ExtensionStateAction
Returns the extension to query.
getExten() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the extension to connect to.
getExten() - Method in class org.asteriskjava.manager.action.RedirectAction
Returns the destination extension.
getExten() - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Returns the extension the channel is or was parked at.
getExten() - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Returns the extension.
getExten() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the extension in Asterisk's dialplan the fax was received through.
getExten() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Returns the the extension to connect to.
getExten() - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
getExtension() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the extension in the dial plan from which the AGI script was called.
getExtension() - Method in class org.asteriskjava.fastagi.command.SetExtensionCommand
Returns the extension for continuation upon exiting the application.
getExtension() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getExtension() - Method in class org.asteriskjava.live.Extension
 
getExtension() - Method in class org.asteriskjava.live.ExtensionHistoryEntry
Returns the extension that has been visited.
getExtension() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
getExtension() - Method in class org.asteriskjava.manager.event.NewExtenEvent
Returns the extension.
getExtension() - Method in class org.asteriskjava.manager.event.StatusEvent
 
getExtensionHistory() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns a list of all visited dialplan entries.
getExtra() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
Returns the text in parenthesis contained in this reply.
getExtra() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the text in parenthesis contained in this reply.
getExtraChannel() - Method in class org.asteriskjava.manager.action.RedirectAction
Returns the name of the additional channel to redirect.
getExtraContext() - Method in class org.asteriskjava.manager.action.RedirectAction
Returns the destination context for the additional channel.
getExtraExten() - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the destination extension for the additional channel.
getExtraPriority() - Method in class org.asteriskjava.manager.action.RedirectAction
Returns the destination priority for the additional channel.
getFamily() - Method in class org.asteriskjava.fastagi.command.DatabaseDelCommand
Returns the family (or family of the keytree) to delete.
getFamily() - Method in class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand
Returns the family of the key to delete.
getFamily() - Method in class org.asteriskjava.fastagi.command.DatabaseGetCommand
Returns the family of the key to retrieve.
getFamily() - Method in class org.asteriskjava.fastagi.command.DatabasePutCommand
Returns the family of the key to set.
getFamily() - Method in class org.asteriskjava.manager.action.DbGetAction
Returns the family of the key.
getFamily() - Method in class org.asteriskjava.manager.action.DbPutAction
Returns the family of the key to set.
getFamily() - Method in class org.asteriskjava.manager.event.DbGetResponseEvent
Returns the family of the database entry that was queried.
getFile() - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Returns the name of the file to stream.
getFile() - Method in class org.asteriskjava.fastagi.command.GetDataCommand
Returns the name of the file to stream.
getFile() - Method in class org.asteriskjava.fastagi.command.GetOptionCommand
Returns the name of the file to stream.
getFile() - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Returns the name of the file to stream.
getFile() - Method in class org.asteriskjava.fastagi.command.StreamFileCommand
Returns the name of the file to stream.
getFile() - Method in class org.asteriskjava.manager.action.ChangeMonitorAction
Returns the name of the file to which the voice data is written.
getFile() - Method in class org.asteriskjava.manager.action.MonitorAction
Returns the name of the file to which the voice data is written.
getFilename() - Method in class org.asteriskjava.manager.action.GetConfigAction
Returns the filename.
getFilename() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the filename of the received fax including its full path on the Asterisk server.
getFirstExtension() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the first visited dialplan entry.
getFirstLine() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
getFirstLine() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the first line of the raw reply.
getFormat() - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Returns the format of the file to be recorded, for example "wav".
getFormat() - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Returns the format the time should be said in.
getFormat() - Method in class org.asteriskjava.manager.action.MonitorAction
Returns the format to use for encoding the voice files.
getForwardDigit() - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Returns the digit for fast forward.
getFrom() - Method in class org.asteriskjava.manager.event.ParkedCallEvent
Returns the name of the channel that parked the call.
getFrom() - Method in class org.asteriskjava.manager.event.UnparkedCallEvent
Returns the name of the channel that parked the call.
getFullVariable(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the value of the current channel variable, unlike getVariable() this method understands complex variable names and builtin variables.
getFullVariable(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the value of the given channel variable.
getFullVariable(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Returns the value of the current channel variable, unlike getVariable() this method understands complex variable names and builtin variables.
getFullVariable(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Returns the value of the given channel variable.
getFullVariable(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getFullVariable(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
GetFullVariableCommand - Class in org.asteriskjava.fastagi.command
Returns the value of the given channel varible and understands complex variable names and builtin variables, unlike the GetVariableCommand.
GetFullVariableCommand(String) - Constructor for class org.asteriskjava.fastagi.command.GetFullVariableCommand
Creates a new GetFullVariableCommand.
GetFullVariableCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.GetFullVariableCommand
Creates a new GetFullVariableCommand.
getGetters(Class) - Static method in class org.asteriskjava.util.ReflectionUtil
Returns a Map of getter methods of the given class.
getGlobalVariable(String) - Method in interface org.asteriskjava.live.AsteriskServer
Returns the value of the given global variable.
getGlobalVariable(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getGlobalVariable(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getHangupCause() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the reason for hangup.
getHangupCauseText() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns a textual representation of the reason for hangup.
getHint() - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
getHoldTime() - Method in class org.asteriskjava.manager.event.AgentCompleteEvent
Returns the amount of time the caller was on hold.
getHoldTime() - Method in class org.asteriskjava.manager.event.AgentConnectEvent
Returns the amount of time the caller was on hold.
getHoldTime() - Method in class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
getHoldtime() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the current average holdtime for this queue (in seconds).
getHoldTime() - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Returns the avarage hold time for this queue.
getHostname() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getHostname() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getHostname() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the hostname of the connected Asterisk server.
getId() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the unique id of this channel, for example "1099015093.165".
getImage() - Method in class org.asteriskjava.fastagi.command.SendImageCommand
Returns the image to send.
getInterface() - Method in class org.asteriskjava.manager.action.QueueAddAction
Returns the interface to add.
getInterface() - Method in class org.asteriskjava.manager.action.QueuePauseAction
Returns the interface of the member to make available or unavailable.
getInterface() - Method in class org.asteriskjava.manager.action.QueueRemoveAction
Returns the interface to remove.
getInternalActionId() - Method in class org.asteriskjava.manager.event.ResponseEvent
Returns the internal action id of the ManagerAction that caused this event.
getInternalActionId(String) - Static method in class org.asteriskjava.manager.internal.ManagerUtil
Returns the internal action id contained in the given action id.
getIpAddress() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Returns the IP address of the peer.
getIpPort() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
getKey() - Method in class org.asteriskjava.fastagi.command.DatabaseGetCommand
Returns the the key to retrieve.
getKey() - Method in class org.asteriskjava.fastagi.command.DatabasePutCommand
Returns the the key to set.
getKey() - Method in class org.asteriskjava.manager.action.DbGetAction
Returns the the key of the entry to retrieve.
getKey() - Method in class org.asteriskjava.manager.action.DbPutAction
Returns the the key to set.
getKey() - Method in class org.asteriskjava.manager.action.LoginAction
 
getKey() - Method in class org.asteriskjava.manager.event.DbGetResponseEvent
Returns the key of the database entry that was queried.
getKeyTree() - Method in class org.asteriskjava.fastagi.command.DatabaseDelCommand
Returns the the keytree to delete.
getKeytree() - Method in class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand
Returns the the keytree to delete.
getLanguage() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the language set for the current channel, for example "en".
getLanguage() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getLastAppData() - Method in interface org.asteriskjava.live.CallDetailRecord
Returns the last application's data (arguments), for example "s1234".
getLastAppData() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getLastApplication() - Method in interface org.asteriskjava.live.CallDetailRecord
Returns the last application if appropriate, for example "VoiceMail".
getLastApplication() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getLastApplication() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the last application if appropriate, for example "VoiceMail".
getLastCall() - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Returns the time the last successful call answered by the added member was hungup.
getLastCall() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Returns the time the last successful call answered by the added member was hungup.
getLastData() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the last application's data (arguments), for example "s1234".
getLevel() - Method in class org.asteriskjava.fastagi.command.VerboseCommand
Returns the level to use.
getLines() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
getLines() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns a List containing the lines of the raw reply.
getLines(int) - Method in class org.asteriskjava.manager.response.GetConfigResponse
Returns the map of line number to line value for a given category
getLink() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the name of the linked channel if this channel is bridged.
getLinkedChannel() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the channel this channel is currently bridged with, if any.
getLinkedChannelHistory() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns a list of all channels this channel was briged with.
getListItems() - Method in class org.asteriskjava.manager.event.PeerlistCompleteEvent
Returns the number of PeerEvents that have been reported.
getLocalAddress() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the local address this channel, that is the IP address of the AGI server.
getLocalAddress() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getLocalAddress() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
getLocalAddress() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Returns the local address this socket connection.
getLocalPort() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the local port of this channel, that is the port the AGI server is listening on.
getLocalPort() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getLocalPort() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
getLocalPort() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Returns the local port of this socket connection.
getLocalStationId() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the identifier of the local fax station.
getLocation() - Method in class org.asteriskjava.manager.event.AbstractQueueMemberEvent
Returns the name of the member's interface.
getLocation() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Returns the name of the member's interface.
getLog(Class) - Static method in class org.asteriskjava.util.LogFactory
Returns an instance of Log suitable for logging from the given class.
getLoggedIn() - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Returns the number of members logged in.
getLoggedInChan() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the name of channel this agent logged in from.
getLoggedInTime() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the time (in seconds since 01/01/1970) when the agent logged in.
getLogger() - Method in class org.asteriskjava.util.internal.Log4JLogger
Return the native Logger instance we are using.
getLoginChan() - Method in class org.asteriskjava.manager.event.AgentCallbackLoginEvent
 
getLoginChan() - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
 
getLoginChan() - Method in class org.asteriskjava.manager.event.AgentLoginEvent
Deprecated. use AgentLoginEvent.getChannel() instead.
getLoginTime() - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
 
getLoginTime() - Method in class org.asteriskjava.manager.event.AgentLogoffEvent
 
getMailbox() - Method in class org.asteriskjava.live.Voicemailbox
Returns the name of this mailbox as defined in voicemail.conf.
getMailbox() - Method in class org.asteriskjava.manager.action.MailboxCountAction
Returns the name of the mailbox to query.
getMailbox() - Method in class org.asteriskjava.manager.action.MailboxStatusAction
Returns the name of the mailbox to query.
getMailbox() - Method in class org.asteriskjava.manager.event.MessageWaitingEvent
Returns the name of the mailbox that has waiting messages.
getMailbox() - Method in class org.asteriskjava.manager.response.MailboxCountResponse
Returns the name of the mailbox.
getMailbox() - Method in class org.asteriskjava.manager.response.MailboxStatusResponse
Returns the names of the mailboxes, separated by ",".
getManagerConnection() - Method in interface org.asteriskjava.live.AsteriskServer
Returns the underlying ManagerConnection.
getManagerConnection() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getManagerConnection() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getMax() - Method in interface org.asteriskjava.live.AsteriskQueue
Returns the maximum number of people allowed to wait in this queue or 0 for unlimited.
getMax() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the maximum number of people waiting in the queue or 0 for unlimited.
getMaxDigits() - Method in class org.asteriskjava.fastagi.command.GetDataCommand
Returns the maximum number of digits to read.
getMeetMe() - Method in class org.asteriskjava.manager.action.AbstractMeetMeMuteAction
Returns the conference number.
getMeetMe() - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Returns the conference number.
getMeetMeRoom(String) - Method in interface org.asteriskjava.live.AsteriskServer
Returns the MeetMe room with the given number, if the room does not yet exist a new MeetMeRoom object is created.
getMeetMeRoom(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getMeetMeRoom(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getMeetMeRooms() - Method in interface org.asteriskjava.live.AsteriskServer
Returns the acitve MeetMe rooms on the Asterisk server.
getMeetMeRooms() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getMeetMeRooms() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getMeetMeUser() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the MeetMeUser associated with this channel if this channel is currently taking part in a MeetMe conference.
getMember() - Method in class org.asteriskjava.manager.action.QueueStatusAction
Returns the member filter.
getMember() - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Returns the name of the member's interface.
getMemberName() - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Returns the member name supplied for logging when the member is added.
getMemberName() - Method in class org.asteriskjava.manager.event.AbstractQueueMemberEvent
Retruns the name of the queue member.
getMemberName() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
 
getMembership() - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Returns if the added member is a dynamic or static queue member.
getMembership() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Returns if this member has been dynamically added by the QueueAdd command (in the dialplan or via the Manager API) or if this member is has been statically defined in queues.conf.
getMessage() - Method in class org.asteriskjava.fastagi.command.VerboseCommand
Returns the message to send.
getMessage() - Method in class org.asteriskjava.manager.event.ReloadEvent
Always returns "Reload Requested".
getMessage() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns the message received with this response.
getMix() - Method in class org.asteriskjava.manager.action.MonitorAction
Returns true if the two voice files should be joined at the end of the call.
getMode() - Method in class org.asteriskjava.fastagi.command.TddModeCommand
Returns the mode to set.
getMusicOnHoldClass() - Method in class org.asteriskjava.fastagi.command.SetMusicOnCommand
Returns the music on hold class to play music from.
getName() - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the name of the channel.
getName() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getName() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the name of this channel, for example "SIP/1310-20da".
getName() - Method in interface org.asteriskjava.live.AsteriskQueue
Returns the name of this queue as defined in Asterisk's queues.conf.
getName() - Method in class org.asteriskjava.live.CallerId
Returns the Caller*ID name.
getName() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the name of this agent.
getNatSupport() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
getNew() - Method in class org.asteriskjava.manager.event.MessageWaitingEvent
Returns the number of new messages in this mailbox.
getNewMessages() - Method in class org.asteriskjava.live.Voicemailbox
Returns the number of new messages.
getNewMessages() - Method in class org.asteriskjava.manager.response.MailboxCountResponse
Returns the number of new messages in the mailbox.
getNewname() - Method in class org.asteriskjava.manager.event.RenameEvent
Returns the new name of the channel.
getNewUniqueId() - Method in class org.asteriskjava.manager.event.RenameEvent
Returns the new unique id of the channel.
getNumber() - Method in class org.asteriskjava.fastagi.command.SayNumberCommand
Returns the number to say.
getNumber() - Method in class org.asteriskjava.live.CallerId
Returns the the Caller*ID number.
getNumber() - Method in class org.asteriskjava.manager.action.ZapDialOffhookAction
Returns the number to dial.
getObjectName() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
getOffset() - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Returns the offset samples to skip before streaming.
getOffset() - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Returns the offset samples to skip.
getOffset() - Method in class org.asteriskjava.fastagi.command.StreamFileCommand
Returns the offset samples to skip before streaming.
getOld() - Method in class org.asteriskjava.manager.event.MessageWaitingEvent
Returns the number of old messages in this mailbox.
getOldMessages() - Method in class org.asteriskjava.live.Voicemailbox
Returns the number of old messages.
getOldMessages() - Method in class org.asteriskjava.manager.response.MailboxCountResponse
Returns the number of old messages in the mailbox.
getOldname() - Method in class org.asteriskjava.manager.event.RenameEvent
Returns the old name of the channel.
getOption(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String, int) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getOption(String, String, int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
GetOptionCommand - Class in org.asteriskjava.fastagi.command
Plays the given file, and waits for the user to press one of the given digits.
GetOptionCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.GetOptionCommand
Creates a new GetOptionCommand with a default timeout of 5 seconds.
GetOptionCommand(String, String, int) - Constructor for class org.asteriskjava.fastagi.command.GetOptionCommand
Creates a new GetOptionCommand with the given timeout.
getOptions() - Method in class org.asteriskjava.fastagi.command.ExecCommand
Returns the options to pass to the application.
getOriginalPosition() - Method in class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
getPagesTransferred() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the number of pages transferred.
getParameter(String) - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getParameterMap() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getParameterValues(String) - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getPartialResult() - Method in exception org.asteriskjava.manager.EventTimeoutException
Returns the partial result that has been received before the timeout occured.
getPassword() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getPassword() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getPassword() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the password to use to connect to the Asterisk server.
getPaused() - Method in class org.asteriskjava.manager.action.QueueAddAction
Returns if the queue member should be paused when added.
getPaused() - Method in class org.asteriskjava.manager.action.QueuePauseAction
Returns if the member is made available or unavailable.
getPaused() - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Returns if this queue member is paused (not accepting calls).
getPaused() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Is this queue member paused (not accepting calls)?
getPaused() - Method in class org.asteriskjava.manager.event.QueueMemberPausedEvent
Returns if this queue member is paused (not accepting calls).
getPauseDigit() - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Retruns the digit for pause and unpause.
getPeer() - Method in class org.asteriskjava.manager.action.SipShowPeerAction
Returns the name of the peer to retrieve.
getPeer() - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Returns the name of the peer that registered.
getPeerCount() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
getPeerStatus() - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Returns the registration state.
getPenalty() - Method in class org.asteriskjava.manager.action.QueueAddAction
Returns the penalty for this member.
getPenalty() - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Returns the penalty for the added member.
getPenalty() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Returns the penalty for the added member.
getPort() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getPort() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getPort() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the Manager API port of the connected Asterisk server.
getPosition() - Method in class org.asteriskjava.manager.event.JoinEvent
Returns the position of the joined channel in the queue.
getPosition() - Method in class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
getPosition() - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Returns the position of this entry in the queue.
getPriority() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the priority of the dial plan entry the AGI script was called from.
getPriority() - Method in class org.asteriskjava.fastagi.command.SetPriorityCommand
Returns the priority or label for continuation upon exiting the application.
getPriority() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getPriority() - Method in class org.asteriskjava.live.Extension
 
getPriority() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the priority of the extension to connect to.
getPriority() - Method in class org.asteriskjava.manager.action.RedirectAction
Returns the destination priority.
getPriority() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
getPriority() - Method in class org.asteriskjava.manager.event.NewExtenEvent
Returns the priority.
getPriority() - Method in class org.asteriskjava.manager.event.StatusEvent
 
getPrivilege() - Method in class org.asteriskjava.manager.event.ManagerEvent
Returns the AMI authorization class of this event.
getProtocolIdentifier() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getProtocolIdentifier() - Method in class org.asteriskjava.manager.event.ConnectEvent
Returns the version of the protocol.
getProtocolIdentifier() - Method in class org.asteriskjava.manager.event.ProtocolIdentifierReceivedEvent
Returns the version of the protocol.
getProtocolIdentifier() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getProtocolIdentifier() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the protocol identifier, that is a string like "Asterisk Call Manager/1.0".
getQueue() - Method in class org.asteriskjava.manager.action.QueueAddAction
Returns the name of the queue the new member will be added to.
getQueue() - Method in class org.asteriskjava.manager.action.QueuePauseAction
Returns the name of the queue the member is made available or unavailable on.
getQueue() - Method in class org.asteriskjava.manager.action.QueueRemoveAction
Returns the name of the queue the member will be removed from.
getQueue() - Method in class org.asteriskjava.manager.action.QueueStatusAction
Returns the queue filter.
getQueue() - Method in class org.asteriskjava.manager.action.QueueSummaryAction
Returns the name of the queue to retrieve the summary for.
getQueue() - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Returns the name of the queue.
getQueue() - Method in class org.asteriskjava.manager.event.AbstractQueueMemberEvent
Returns the name of the queue.
getQueue() - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Returns the name of the queue that contains this entry.
getQueue() - Method in class org.asteriskjava.manager.event.QueueEvent
Returns the name of the queue.
getQueue() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Returns the name of the queue.
getQueue() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the name of the queue.
getQueue() - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Returns the name of queue.
getQueues() - Method in interface org.asteriskjava.live.AsteriskServer
Returns the queues served by the Asterisk server.
getQueues() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getQueues() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getRawVersion() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getRdnis() - Method in interface org.asteriskjava.fastagi.AgiRequest
If this call has been forwared, the number of the person doing the redirect is returned (Redirected dialed number identification service).
getRdnis() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getRealtimeDevice() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Available since Asterisk 1.4.
getReason() - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
Returns the reason for the logoff.
getReason() - Method in class org.asteriskjava.manager.event.AgentCompleteEvent
Returns if the agent or the caller terminated the call.
getReason() - Method in class org.asteriskjava.manager.event.LogChannelEvent
Returns the reason code for disabling logging.
getReason() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
 
getReasonTxt() - Method in class org.asteriskjava.manager.event.LogChannelEvent
Returns the textual representation of the reason for disabling logging.
getRegistryCount() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
getReload() - Method in class org.asteriskjava.manager.action.UpdateConfigAction
 
getReloadReason() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
Returns the reason that this channel was reloaded as received from Asterisk, for example "CLIRELOAD (Channel module reload by CLI command)".
getReloadReasonCode() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
Returns the reason that this channel was reloaded.
getReloadReasonDescription() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
Returns the reason that this channel was reloaded as a human readable descriptive string, for example "Channel module reload by CLI command".
getRemoteAddress() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the remote address of this channel, that is the IP address of the Asterisk server.
getRemoteAddress() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getRemoteAddress() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
getRemoteAddress() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Returns the remote address of this socket connection.
getRemotePort() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the remote port of this channel, that is the client port the Asterisk server is using for the AGI connection.
getRemotePort() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getRemotePort() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
getRemotePort() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Returns the remote port of this socket connection.
getRemoteStationId() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Retruns the identifier of the remote fax station.
getRequest() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns a Map containing the raw request name/value pairs.
getRequest() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getRequestURL() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the full URL of the requestURL in the form agi://host[:port][/script][?param1=value1¶m2=value2].
getRequestURL() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
Returns the full URL of the request in the form agi://host[:port][/script].
getResolution() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the row resolution of the received fax.
getResponse() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Returns the result of the corresponding Originate action.
getResponse() - Method in class org.asteriskjava.manager.internal.ResponseEventsImpl
 
getResponse() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns the value of the "Response:" line.
getResponse() - Method in interface org.asteriskjava.manager.ResponseEvents
Returns the response received.
getRestart() - Method in class org.asteriskjava.manager.event.ShutdownEvent
Returns true if the server has been restarted; false if it has been halted.
getResult() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
Returns the result, that is the part directly following the "result=" string.
getResult() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the result, that is the part directly following the "result=" string.
getResult() - Method in class org.asteriskjava.manager.response.CommandResponse
Returns a List containing strings representing the lines returned by the CLI command.
getResultCode() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
Returns the return code (the result as int).
getResultCode() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the return code (the result as int).
getResultCodeAsChar() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
Returns the return code as character.
getResultCodeAsChar() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the return code as character.
getRewindDigit() - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Returns the digit for rewind.
getRoom() - Method in interface org.asteriskjava.live.MeetMeUser
Returns the MeetMe room this user joined.
getRoomNumber() - Method in interface org.asteriskjava.live.MeetMeRoom
Returns the number of this MeetMe room.
getScript() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the name of the script to execute including its full path.
getScript() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
Returns the name of the script to execute.
getSeconds() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the number of elapsed seconds.
getSecret() - Method in class org.asteriskjava.manager.action.LoginAction
Returns the secret.
getServer() - Method in interface org.asteriskjava.live.LiveObject
Returns the AsteriskServer this live object belongs to.
getServiceLevel() - Method in interface org.asteriskjava.live.AsteriskQueue
Returns the service level (in seconds) as defined by the servicelevel setting in queues.conf.
getServiceLevel() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the service level (in seconds) as defined by the servicelevel setting in queues.conf.
getServiceLevelPerf() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the ratio of calls answered within the specified service level per total completed calls (in percent).
getSetters(Class) - Static method in class org.asteriskjava.util.ReflectionUtil
Returns a Map of setter methods of the given class.
getShutdown() - Method in class org.asteriskjava.manager.event.ShutdownEvent
Returns the kind of shutdown or restart.
getSignalling() - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Returns the signalling of this zap channel.
getSoft() - Method in class org.asteriskjava.manager.action.AgentLogoffAction
Returns whether to hangup existing calls or not.
getSrc() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the Caller*ID number.
getSrc() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the name of the source channel.
getSrcFilename() - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Returns the source filename.
getSrcUniqueId() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the unique ID of the source channel.
getStartDate() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getStartDate() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getStartTime() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns when the call has started.
getStartTimeAsDate() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the start time as Date object.
getStartTimeAsDate(TimeZone) - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the start time as Date object.
getState() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the state of this channel.
getState() - Method in class org.asteriskjava.live.ChannelStateHistoryEntry
The state the channel entered.
getState() - Method in interface org.asteriskjava.live.MeetMeUser
Returns the lifecycle status of this MeetMeUser.
getState() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getState() - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
Returns the (new) state of the channel.
getState() - Method in class org.asteriskjava.manager.event.DndStateEvent
Returns DND state of the channel.
getState() - Method in class org.asteriskjava.manager.event.StatusEvent
 
getState() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getState() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the lifecycle status of this connection.
getStatus() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
Returns the status code.
getStatus() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the status code.
getStatus() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the status of this agent.
getStatus() - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Returns the state of the extension.
getStatus() - Method in class org.asteriskjava.manager.event.MeetMeMuteEvent
Returns whether the user was muted or unmuted.
getStatus() - Method in class org.asteriskjava.manager.event.MeetMeTalkingEvent
Returns whether the user has started or stopped talking.
getStatus() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Returns the status of this peer.
getStatus() - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Returns the status of this queue member.
getStatus() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Returns the status of this queue member.
getStatus() - Method in class org.asteriskjava.manager.event.RegistryEvent
Returns the registration state.
getStatus() - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
getStrategy() - Method in interface org.asteriskjava.live.AsteriskQueue
Returns the strategy used for this queue.
getStrategy() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the strategy used for this queue.
getSynopsis() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
Returns the synopsis of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
getSynopsis() - Method in exception org.asteriskjava.fastagi.InvalidCommandSyntaxException
Returns the synopsis of the command that was called with invalid syntax.
getSynopsis() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the synopsis of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
getTalkingTo() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the numerical Caller*ID of the channel this agent is talking to.
getTalkTime() - Method in class org.asteriskjava.manager.event.AgentCompleteEvent
Returns the amount of time the caller talked to the agent.
getTerminationException() - Method in interface org.asteriskjava.manager.internal.ManagerReader
Returns the Exception that caused this reader to terminate if any.
getTerminationException() - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
 
getText() - Method in class org.asteriskjava.fastagi.command.SayAlphaCommand
Returns the text to say.
getText() - Method in class org.asteriskjava.fastagi.command.SayPhoneticCommand
Returns the text to say.
getText() - Method in class org.asteriskjava.fastagi.command.SendTextCommand
Returns the text to send.
getTime() - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Returns the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC).
getTime() - Method in class org.asteriskjava.fastagi.command.SayTimeCommand
Returns the time to say in seconds since 00:00:00 on January 1, 1970.
getTime() - Method in class org.asteriskjava.fastagi.command.SetAutoHangupCommand
Returns the number of seconds before this channel is automatically hung up.
getTime() - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Returns the ping time of the client if status equals "Reachable" or "Lagged"; if the status equals "Unreachable" it returns how long the last response took (in ms) for IAX peers or -1 for SIP peers.
getTimeout() - Method in class org.asteriskjava.fastagi.command.GetDataCommand
Returns the timeout to wait for data.
getTimeout() - Method in class org.asteriskjava.fastagi.command.GetOptionCommand
Returns the timeout to wait if none of the defined esacpe digits was presses while streaming.
getTimeout() - Method in class org.asteriskjava.fastagi.command.ReceiveCharCommand
Returns the milliseconds to wait for the channel to receive a character.
getTimeout() - Method in class org.asteriskjava.fastagi.command.ReceiveTextCommand
Returns the milliseconds to wait for the channel to receive the text.
getTimeout() - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Returns the maximum record time in milliseconds.
getTimeout() - Method in class org.asteriskjava.fastagi.command.WaitForDigitCommand
Returns the milliseconds to wait for the channel to receive a DTMF digit.
getTimeout() - Method in class org.asteriskjava.manager.action.AbsoluteTimeoutAction
Returns the the maximum duation of the call (in seconds) to set.
getTimeout() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the timeout for the origination.
getTimeout() - Method in class org.asteriskjava.manager.action.ParkAction
Returns the timeout in seconds before callback.
getTimeout() - Method in class org.asteriskjava.manager.event.ParkedCallEvent
Returns the number of seconds this call will be parked.
getTimestamp() - Method in class org.asteriskjava.manager.event.ManagerEvent
Returns the timestamp for this event.
getTimezone() - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Returns the timezone to use when saying the time.
getTone() - Method in class org.asteriskjava.manager.action.BridgeAction
Returns whether a courtesy tone will be played to channel2.
getTransferRate() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the transfer rate in bits/s.
getType() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the type of the channel, for example "SIP".
getType() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getUniqueId() - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the unqiue id of the channel.
getUniqueId() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the unqiue id of the channel.
getUniqueId() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getUniqueId() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
Returns the unqiue id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Returns the unique id of the parked channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.AgentCallbackLoginEvent
 
getUniqueId() - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
 
getUniqueId() - Method in class org.asteriskjava.manager.event.AgentLoginEvent
Returns the unique id of the channel associated with the logged in agent.
getUniqueId() - Method in class org.asteriskjava.manager.event.AgentLogoffEvent
 
getUniqueId() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.HoldEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.NewExtenEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Returns the unique id of the originated channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.QueueEvent
Returns the unique id of the channel that joines or leaves the queue.
getUniqueId() - Method in class org.asteriskjava.manager.event.RenameEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the unique id of this channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.UnholdEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.UserEvent
Returns the unqiue id of the channel this event occured in.
getUniqueId() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns the unique id received with this response.
getUniqueId1() - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Returns the unique id of the channel that put the other channel on hold.
getUniqueId1() - Method in class org.asteriskjava.manager.event.LinkageEvent
Returns the unique id of the first channel.
getUniqueId2() - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Returns the unique id of the channel that has been put on hold.
getUniqueId2() - Method in class org.asteriskjava.manager.event.LinkageEvent
Returns the unique id of the second channel.
getUsage() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
Returns the usage of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
getUsage() - Method in exception org.asteriskjava.fastagi.InvalidCommandSyntaxException
Returns a description of the command that was called with invalid syntax.
getUsage() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the usage of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
getUser() - Method in class org.asteriskjava.live.Voicemailbox
Returns the user (usually the full name) of this mailbox as defined in voicemail.conf.
getUserCount() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
getUserEvent() - Method in class org.asteriskjava.manager.action.UserEventAction
 
getUserField() - Method in interface org.asteriskjava.live.CallDetailRecord
Returns the user-defined field as set by Set(CDR(userfield)=Value).
getUserField() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getUserField() - Method in class org.asteriskjava.manager.action.SetCdrUserFieldAction
Returns the value of the cdr user field to set or append.
getUserField() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the user-defined field as set by Set(CDR(userfield)=Value).
getUsername() - Method in class org.asteriskjava.manager.action.LoginAction
Returns the username.
getUsername() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getUsername() - Method in class org.asteriskjava.manager.event.RegistryEvent
Returns the username used for registration.
getUsername() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getUsername() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the username to use to connect to the Asterisk server.
getUserNum() - Method in class org.asteriskjava.manager.action.AbstractMeetMeMuteAction
Returns the index of the user in the conference.
getUserNum() - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Returns the index of the user in the conference.
getUserNumber() - Method in interface org.asteriskjava.live.MeetMeUser
Returns the user number assigned to this user in the room.
getUsers() - Method in interface org.asteriskjava.live.MeetMeRoom
Returns a collection of all active users in this MeetMe room.
getVal() - Method in class org.asteriskjava.manager.action.DbPutAction
Returns the value to set.
getVal() - Method in class org.asteriskjava.manager.event.DbGetResponseEvent
Returns the value of the database entry that was queried.
getValue() - Method in class org.asteriskjava.fastagi.command.DatabasePutCommand
Returns the value to set.
getValue() - Method in class org.asteriskjava.fastagi.command.SetVariableCommand
Returns the value to set.
getValue() - Method in class org.asteriskjava.manager.action.SetVarAction
Returns the value to store.
GetVarAction - Class in org.asteriskjava.manager.action
The GetVarAction queries for a global or local channel variable.
GetVarAction() - Constructor for class org.asteriskjava.manager.action.GetVarAction
Creates a new empty GetVarAction.
GetVarAction(String) - Constructor for class org.asteriskjava.manager.action.GetVarAction
Creates a new GetVarAction that queries for the given global variable.
GetVarAction(String, String) - Constructor for class org.asteriskjava.manager.action.GetVarAction
Creates a new GetVarAction that queries for the given local channel variable.
getVariable(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the value of the current channel variable.
getVariable(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Returns the value of the given channel variable.
getVariable() - Method in class org.asteriskjava.fastagi.command.GetFullVariableCommand
Returns the name of the variable to retrieve.
getVariable() - Method in class org.asteriskjava.fastagi.command.GetVariableCommand
Returns the name of the variable to retrieve.
getVariable() - Method in class org.asteriskjava.fastagi.command.SetVariableCommand
Returns the name of the variable to set.
getVariable(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getVariable(String) - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the value of the given channel variable.
getVariable() - Method in class org.asteriskjava.manager.action.GetVarAction
Retruns the name of the variable to query.
getVariable() - Method in class org.asteriskjava.manager.action.SetVarAction
Returns the name of the variable to set.
GetVariableCommand - Class in org.asteriskjava.fastagi.command
Returns the value of the given channel varible.
GetVariableCommand(String) - Constructor for class org.asteriskjava.fastagi.command.GetVariableCommand
Creates a new GetVariableCommand.
getVariables() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the variables to set on the originated call.
getVersion() - Method in interface org.asteriskjava.live.AsteriskServer
Returns the exact version string of this Asterisk server.
getVersion(String) - Method in interface org.asteriskjava.live.AsteriskServer
Returns the CVS revision of a given source file of this Asterisk server.
getVersion() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getVersion(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getVersion() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getVersion(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getVideoSupport() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Available since Asterisk 1.4.
getVoicemailboxes() - Method in interface org.asteriskjava.live.AsteriskServer
Returns a collection of all voicemailboxes configured for this Asterisk server with the number of new and old messages they contain.
getVoicemailboxes() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getVoicemailboxes() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getWait() - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Returns the number of seconds this entry has spent in the queue.
getWaiting() - Method in class org.asteriskjava.manager.event.MessageWaitingEvent
Returns the number of new messages in the mailbox.
getWaiting() - Method in class org.asteriskjava.manager.response.MailboxStatusResponse
Returns Boolean.TRUE if at least one of the given mailboxes contains new messages; Boolean.FALSE otherwise.
getWeight() - Method in interface org.asteriskjava.live.AsteriskQueue
Returns the weight of this queue.
getWeight() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the weight of this queue.
getWrapupTime() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Returns the minimum amount of time after disconnecting before the caller can receive a new call.
getZapChannel() - Method in class org.asteriskjava.manager.action.ZapDialOffhookAction
Returns the number of the zap channel.
getZapChannel() - Method in class org.asteriskjava.manager.action.ZapDndOffAction
Returns the number of the zap channel to switch to dnd off.
getZapChannel() - Method in class org.asteriskjava.manager.action.ZapDndOnAction
Returns the number of the zap channel to switch to dnd on.
getZapChannel() - Method in class org.asteriskjava.manager.action.ZapHangupAction
Returns the number of the zap channel to hangup.
getZapChannel() - Method in class org.asteriskjava.manager.action.ZapTransferAction
Returns the number of the zap channel to transfer.

H

handleEvent(AgentCallbackLoginEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentCallbackLogoffEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentCalledEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentLoginEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentLogoffEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AlarmClearEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AlarmEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(CdrEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ConnectEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DialEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DisconnectEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DndStateEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ExtensionStatusEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(HoldedCallEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(HoldEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(LogChannelEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(MessageWaitingEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(NewExtenEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(PeerStatusEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ProtocolIdentifierReceivedEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(RegistryEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ReloadEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(RenameEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ShutdownEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(UnholdEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(UserEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentConnectEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentDumpEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(FaxReceivedEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(NewCallerIdEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(HangupEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(NewChannelEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(NewStateEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(MeetMeJoinEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(MeetMeLeaveEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(MeetMeMuteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(MeetMeStopTalkingEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(MeetMeTalkingEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ParkedCallGiveUpEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ParkedCallTimeOutEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(UnparkedCallEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueMemberAddedEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueMemberPausedEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueMemberRemovedEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentsCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(AgentsEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DbGetResponseEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(JoinEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(LeaveEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(LinkEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(OriginateResponseEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ParkedCallEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ParkedCallsCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(PeerEntryEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(PeerlistCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueEntryEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueMemberEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueMemberStatusEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueParamsEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(QueueStatusCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(StatusCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(StatusEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(UnlinkEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ZapShowChannelsCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ZapShowChannelsEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
hangup() - Method in interface org.asteriskjava.fastagi.AgiChannel
Hangs the channel up.
hangup() - Method in class org.asteriskjava.fastagi.AgiOperations
Hangs the channel up.
hangup() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
hangup() - Method in interface org.asteriskjava.live.AsteriskChannel
Hangs up this channel.
hangup(HangupCause) - Method in interface org.asteriskjava.live.AsteriskChannel
Hangs up this channel using a given cause code.
HangupAction - Class in org.asteriskjava.manager.action
The HangupAction causes the pbx to hang up a given channel.
HangupAction() - Constructor for class org.asteriskjava.manager.action.HangupAction
Creates a new empty HangupAction.
HangupAction(String) - Constructor for class org.asteriskjava.manager.action.HangupAction
Creates a new HangupAction that hangs up the given channel.
HangupCause - Enum in org.asteriskjava.live
Asterisk hangup cause.
HangupCommand - Class in org.asteriskjava.fastagi.command
Hangs up the specified channel.
HangupCommand() - Constructor for class org.asteriskjava.fastagi.command.HangupCommand
Creates a new HangupCommand that hangs up the current channel.
HangupCommand(String) - Constructor for class org.asteriskjava.fastagi.command.HangupCommand
Creates a new HangupCommand that hangs up the given channel.
HangupEvent - Class in org.asteriskjava.manager.event
A HangupEvent is triggered when a channel is hung up.
HangupEvent(Object) - Constructor for class org.asteriskjava.manager.event.HangupEvent
 
hashCode() - Method in class org.asteriskjava.AsteriskVersion
 
hashCode() - Method in class org.asteriskjava.live.CallerId
 
HoldedCallEvent - Class in org.asteriskjava.manager.event
A ParkedCallEvent is triggered when a channel is put on hold.
HoldedCallEvent(Object) - Constructor for class org.asteriskjava.manager.event.HoldedCallEvent
 
HoldEvent - Class in org.asteriskjava.manager.event
A HoldEvent is triggered by the SIP channel driver when a channel is put on hold.
HoldEvent(Object) - Constructor for class org.asteriskjava.manager.event.HoldEvent
Creates a new HoldEvent.

I

info(Object) - Method in class org.asteriskjava.util.internal.JavaLoggingLog
 
info(Object) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log a message to the Log4j Logger with INFO priority.
info(Object, Throwable) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log an error to the Log4j Logger with INFO priority.
info(Object) - Method in class org.asteriskjava.util.internal.NullLog
 
info(Object) - Method in interface org.asteriskjava.util.Log
 
initialize() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
initialize() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
INTERNAL_ACTION_ID_DELIMITER - Static variable in class org.asteriskjava.manager.internal.ManagerUtil
 
INUSE - Static variable in class org.asteriskjava.manager.event.ExtensionStatusEvent
One or more devices INUSE
InvalidCommandSyntaxException - Exception in org.asteriskjava.fastagi
An InvalidCommandSyntaxException is thrown when the reader receives a reply with status code 520.
InvalidCommandSyntaxException(String, String) - Constructor for exception org.asteriskjava.fastagi.InvalidCommandSyntaxException
Creates a new InvalidCommandSyntaxException with the given synopsis and usage.
InvalidOrUnknownCommandException - Exception in org.asteriskjava.fastagi
An InvalidOrUnknownCommandException is thrown when the reader receives a reply with status code 510.
InvalidOrUnknownCommandException(String) - Constructor for exception org.asteriskjava.fastagi.InvalidOrUnknownCommandException
Creates a new InvalidOrUnknownCommandException.
isAtLeast(AsteriskVersion) - Method in class org.asteriskjava.AsteriskVersion
Returns true if this version is equal to or higher than the given version.
isComplete() - Method in class org.asteriskjava.manager.internal.ResponseEventsImpl
 
isConnected() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
isConnected() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Returns the connection state of the socket.
isDead() - Method in interface org.asteriskjava.manager.internal.ManagerReader
 
isDead() - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
 
isDebugEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for DEBUG priority.
isDynamic() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Convenience method that checks whether this member has been dynamically added by the QueueAdd command.
isEmpty() - Method in interface org.asteriskjava.live.MeetMeRoom
Checks whether there are users in this room or not.
isErrorEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for ERROR priority.
isFatalEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for FATAL priority.
isInfoEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for INFO priority.
isMuted() - Method in interface org.asteriskjava.live.MeetMeUser
Returns whether this user is muted or not.
isNull(String) - Static method in class org.asteriskjava.util.AstUtil
Checks if the value of s was null in Asterisk.
isSsl() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
isSsl() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
isSsl() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns whether to use SSL.
isStatic() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Convenience method that checks whether this member has been statically defined in queues.conf.
isSuccess() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
 
isTalking() - Method in interface org.asteriskjava.live.MeetMeUser
Returns whether this user is currently talking or not.
isTraceEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for TRACE priority.
isTrue(String) - Static method in class org.asteriskjava.util.AstUtil
Checks if a String represents true or false according to Asterisk's logic.
isWarnEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for WARN priority.

J

JavaLoggingLog - Class in org.asteriskjava.util.internal
Implementation of Log that maps to the Logger of the java.util.logging package.
JavaLoggingLog(Class) - Constructor for class org.asteriskjava.util.internal.JavaLoggingLog
Creates a new JavaLoggingLog obtained from java.util.logging for the given class.
JoinEvent - Class in org.asteriskjava.manager.event
A JoinEvent is triggered when a channel joines a queue.
JoinEvent(Object) - Constructor for class org.asteriskjava.manager.event.JoinEvent
 

K

kick() - Method in interface org.asteriskjava.live.MeetMeUser
Removes this user from the MeetMe room.

L

LeaveEvent - Class in org.asteriskjava.manager.event
A LeaveEvent is triggered when a channel leaves a queue.
LeaveEvent(Object) - Constructor for class org.asteriskjava.manager.event.LeaveEvent
 
LinkageEvent - Class in org.asteriskjava.manager.event
Abstract base class providing common properties for LinkEvent and UnlinkEvent.
LinkageEvent(Object) - Constructor for class org.asteriskjava.manager.event.LinkageEvent
 
LinkedChannelHistoryEntry - Class in org.asteriskjava.live
An entry in the linked channels history of an AsteriskChannel.
LinkedChannelHistoryEntry(Date, AsteriskChannel) - Constructor for class org.asteriskjava.live.LinkedChannelHistoryEntry
Creates a new instance.
LinkEvent - Class in org.asteriskjava.manager.event
A LinkEvent is triggered when two voice channels are linked together and voice data exchange commences.
LinkEvent(Object) - Constructor for class org.asteriskjava.manager.event.LinkEvent
 
ListCommandsAction - Class in org.asteriskjava.manager.action
The ListCommandsAction returns possible commands in the Manager interface.
ListCommandsAction() - Constructor for class org.asteriskjava.manager.action.ListCommandsAction
Creates a new ListCommandsAction.
LiveException - Exception in org.asteriskjava.live
Base class for exceptions thrown by the live package.
LiveException(String) - Constructor for exception org.asteriskjava.live.LiveException
Creates a new instance with the given message.
LiveException(String, Throwable) - Constructor for exception org.asteriskjava.live.LiveException
Creates a new instance with the given message and cause.
LiveObject - Interface in org.asteriskjava.live
Interface for all live objects.
lock() - Method in interface org.asteriskjava.live.MeetMeRoom
Locks this room so no addtional users can join.
Log - Interface in org.asteriskjava.util
Main interface used for logging throughout Asterisk-Java.
Log4JLogger - Class in org.asteriskjava.util.internal
Implementation of Log that maps directly to a Log4J Logger.
Log4JLogger() - Constructor for class org.asteriskjava.util.internal.Log4JLogger
 
Log4JLogger(Class) - Constructor for class org.asteriskjava.util.internal.Log4JLogger
Base constructor.
LogChannelEvent - Class in org.asteriskjava.manager.event
A LogChannelEvent is triggered when logging is turned on or off.
LogChannelEvent(Object) - Constructor for class org.asteriskjava.manager.event.LogChannelEvent
 
LogFactory - Class in org.asteriskjava.util
Facade to hide details of the underlying logging system.
LogFactory() - Constructor for class org.asteriskjava.util.LogFactory
 
logger - Variable in class org.asteriskjava.fastagi.AbstractMappingStrategy
Reference to Asterisk-Java's logging subsystem.
login() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
login(String) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
login() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
login(String) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
login() - Method in interface org.asteriskjava.manager.ManagerConnection
Logs in to the Asterisk server with the username and password specified when this connection was created.
login(String) - Method in interface org.asteriskjava.manager.ManagerConnection
Logs in to the Asterisk server with the username and password specified when this connection was created and a given event mask.
LoginAction - Class in org.asteriskjava.manager.action
The LoginAction authenticates the connection.
LoginAction() - Constructor for class org.asteriskjava.manager.action.LoginAction
Creates a new empty LoginAction.
LoginAction(String, String) - Constructor for class org.asteriskjava.manager.action.LoginAction
Creates a new LoginAction that performs a cleartext login.
LoginAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.LoginAction
Creates a new LoginAction that performs a login via challenge/response.
LoginAction(String, String, String, String) - Constructor for class org.asteriskjava.manager.action.LoginAction
Creates a new LoginAction that performs a login via challenge/response.
logoff() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
logoff() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
logoff() - Method in interface org.asteriskjava.manager.ManagerConnection
Sends a LogoffAction to the Asterisk server and disconnects.
LogoffAction - Class in org.asteriskjava.manager.action
The LogoffAction causes the server to close the connection.
LogoffAction() - Constructor for class org.asteriskjava.manager.action.LogoffAction
Creates a new LogoffAction.

M

MailboxCountAction - Class in org.asteriskjava.manager.action
The MailboxCountAction queries the number of unread and read messages in a mailbox.
MailboxCountAction() - Constructor for class org.asteriskjava.manager.action.MailboxCountAction
Creates a new empty MailboxCountAction.
MailboxCountAction(String) - Constructor for class org.asteriskjava.manager.action.MailboxCountAction
Creates a new MailboxCountAction that queries the number of unread and read messages in the given mailbox.
MailboxCountResponse - Class in org.asteriskjava.manager.response
A MailboxCountResponse is sent in response to a MailboxCountAction and contains the number of old and new messages in a mailbox.
MailboxCountResponse() - Constructor for class org.asteriskjava.manager.response.MailboxCountResponse
 
MailboxStatusAction - Class in org.asteriskjava.manager.action
The MailboxStatusAction checks if a mailbox contains waiting messages.
MailboxStatusAction() - Constructor for class org.asteriskjava.manager.action.MailboxStatusAction
Creates a new empty MailboxStatusAction.
MailboxStatusAction(String) - Constructor for class org.asteriskjava.manager.action.MailboxStatusAction
Creates a new MailboxStatusAction that checks for waiting messages in the given mailbox.
MailboxStatusResponse - Class in org.asteriskjava.manager.response
A MailboxStatusResponse is sent in response to a MailboxStatusAction and indicates if a set of mailboxes contains waiting messages.
MailboxStatusResponse() - Constructor for class org.asteriskjava.manager.response.MailboxStatusResponse
 
main(String[]) - Static method in class org.asteriskjava.fastagi.DefaultAgiServer
 
ManagerAction - Interface in org.asteriskjava.manager.action
Interface that all Actions that can be sent to the Asterisk server must impement.
ManagerCommunicationException - Exception in org.asteriskjava.live
 
ManagerCommunicationException(String, Throwable) - Constructor for exception org.asteriskjava.live.ManagerCommunicationException
 
ManagerConnection - Interface in org.asteriskjava.manager
The main interface to talk to an Asterisk server via the Asterisk Manager API.
ManagerConnectionFactory - Class in org.asteriskjava.manager
This factory is the canonical way to obtain new ManagerConnections.
ManagerConnectionFactory(String, String, String) - Constructor for class org.asteriskjava.manager.ManagerConnectionFactory
Creates a new ManagerConnectionFactory with the given connection data and the default port 5038.
ManagerConnectionFactory(String, int, String, String) - Constructor for class org.asteriskjava.manager.ManagerConnectionFactory
Creates a new ManagerConnectionFactory with the given connection data.
ManagerConnectionImpl - Class in org.asteriskjava.manager.internal
Default implemention of the ManagerConnection interface.
ManagerConnectionImpl() - Constructor for class org.asteriskjava.manager.internal.ManagerConnectionImpl
Creates a new instance.
ManagerConnectionState - Enum in org.asteriskjava.manager
The lifecycle status of a ManagerConnection.
ManagerError - Class in org.asteriskjava.manager.response
Represents an "Response: Error" response received from the asterisk server.
ManagerError() - Constructor for class org.asteriskjava.manager.response.ManagerError
Creates a new ManagerError.
ManagerEvent - Class in org.asteriskjava.manager.event
Abstract base class for all Events that can be received from the Asterisk server.
ManagerEvent(Object) - Constructor for class org.asteriskjava.manager.event.ManagerEvent
 
ManagerEventListener - Interface in org.asteriskjava.manager
An interface to listen for events received from an Asterisk server.
ManagerEventListenerProxy - Class in org.asteriskjava.manager
Proxies a ManagerEventListener and dispatches events asynchronously by using a single threaded executor.
ManagerEventListenerProxy() - Constructor for class org.asteriskjava.manager.ManagerEventListenerProxy
Creates a new ManagerEventListenerProxy.
ManagerEventListenerProxy(ManagerEventListener) - Constructor for class org.asteriskjava.manager.ManagerEventListenerProxy
Creates a new ManagerEventListenerProxy that notifies the given target asynchronously when new events are received.
ManagerReader - Interface in org.asteriskjava.manager.internal
The ManagerReader reads events and responses from the asterisk server, parses them using EventBuilderImpl and ResponseBuilder and dispatches them to the associated ManagerConnection.
ManagerReaderImpl - Class in org.asteriskjava.manager.internal
Default implementation of the ManagerReader interface.
ManagerReaderImpl(Dispatcher, Object) - Constructor for class org.asteriskjava.manager.internal.ManagerReaderImpl
Creates a new ManagerReaderImpl.
ManagerResponse - Class in org.asteriskjava.manager.response
Represents a response received from the Asterisk server as the result of a previously sent ManagerAction.
ManagerResponse() - Constructor for class org.asteriskjava.manager.response.ManagerResponse
 
ManagerUtil - Class in org.asteriskjava.manager.internal
Utilitiy class with some static helper methods that are used in multiple contexts within the manager package.
ManagerUtil() - Constructor for class org.asteriskjava.manager.internal.ManagerUtil
 
ManagerWriter - Interface in org.asteriskjava.manager.internal
The ManagerWriter transforms actions using an ActionBuilder and sends them to the asterisk server.
ManagerWriterImpl - Class in org.asteriskjava.manager.internal
Default implementation of ManagerWriter interface.
ManagerWriterImpl() - Constructor for class org.asteriskjava.manager.internal.ManagerWriterImpl
Creates a new ManagerWriter.
MappingStrategy - Interface in org.asteriskjava.fastagi
A MappingStrategy determines which AgiScript is called to service a given AgiRequest.
MeetMeJoinEvent - Class in org.asteriskjava.manager.event
A MeetMeJoinEvent is triggered if a channel joins a MeetMe conference.
MeetMeJoinEvent(Object) - Constructor for class org.asteriskjava.manager.event.MeetMeJoinEvent
 
MeetMeLeaveEvent - Class in org.asteriskjava.manager.event
A MeetMeLeaveEvent is triggered if a channel leaves a MeetMe conference.
MeetMeLeaveEvent(Object) - Constructor for class org.asteriskjava.manager.event.MeetMeLeaveEvent
 
MeetMeMuteAction - Class in org.asteriskjava.manager.action
The MeetMeMuteAction mutes a user in a conference.
MeetMeMuteAction() - Constructor for class org.asteriskjava.manager.action.MeetMeMuteAction
Creates a new empty MeetMeMuteAction.
MeetMeMuteAction(String, Integer) - Constructor for class org.asteriskjava.manager.action.MeetMeMuteAction
Creates a new MeetMeMuteAction.
MeetMeMuteEvent - Class in org.asteriskjava.manager.event
A MeetMeMuteEvent is triggered when a user in a MeetMe room is muted or unmuted.
MeetMeMuteEvent(Object) - Constructor for class org.asteriskjava.manager.event.MeetMeMuteEvent
 
MeetMeRoom - Interface in org.asteriskjava.live
Represents an Asterisk MeetMe room.
MeetMeStopTalkingEvent - Class in org.asteriskjava.manager.event
A MeetMeStopTalkingEvent is triggered when a user ends talking in a meet me conference.
MeetMeStopTalkingEvent(Object) - Constructor for class org.asteriskjava.manager.event.MeetMeStopTalkingEvent
 
MeetMeTalkingEvent - Class in org.asteriskjava.manager.event
A MeetMeTalkingEvent is triggered when a user starts talking in a meet me conference.
MeetMeTalkingEvent(Object) - Constructor for class org.asteriskjava.manager.event.MeetMeTalkingEvent
 
MeetMeUnmuteAction - Class in org.asteriskjava.manager.action
The MeetMeUnmuteAction unmutes a user in a conference.
MeetMeUnmuteAction() - Constructor for class org.asteriskjava.manager.action.MeetMeUnmuteAction
Creates a new empty MeetMeUnmuteAction.
MeetMeUnmuteAction(String, Integer) - Constructor for class org.asteriskjava.manager.action.MeetMeUnmuteAction
Creates a new MeetMeUnmuteAction.
MeetMeUser - Interface in org.asteriskjava.live
Represents a user of a MeetMe room.
MeetMeUserState - Enum in org.asteriskjava.live
The lifecycle status of a MeetMeUser.
MessageWaitingEvent - Class in org.asteriskjava.manager.event
A MessageWaitingEvent is triggered when someone leaves voicemail.
MessageWaitingEvent(Object) - Constructor for class org.asteriskjava.manager.event.MessageWaitingEvent
 
MonitorAction - Class in org.asteriskjava.manager.action
The MonitorAction starts monitoring (recording) a channel.
MonitorAction() - Constructor for class org.asteriskjava.manager.action.MonitorAction
Creates a new empty MonitorAction.
MonitorAction(String, String) - Constructor for class org.asteriskjava.manager.action.MonitorAction
Creates a new MonitorAction that starts monitoring the given channel and writes voice data to the given files.
MonitorAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.MonitorAction
Creates a new MonitorAction that starts monitoring the given channel and writes voice data to the given files.
MonitorAction(String, String, String, Boolean) - Constructor for class org.asteriskjava.manager.action.MonitorAction
Creates a new MonitorAction that starts monitoring the given channel and writes voice data to the given file(s).
mute() - Method in interface org.asteriskjava.live.MeetMeUser
Stops sending voice from this user to the MeetMe room.

N

NewCallerIdEvent - Class in org.asteriskjava.manager.event
A NewCallerIdEvent is triggered when the caller id of a channel changes.
NewCallerIdEvent(Object) - Constructor for class org.asteriskjava.manager.event.NewCallerIdEvent
 
NewChannelEvent - Class in org.asteriskjava.manager.event
A NewChannelEvent is triggered when a new channel is created.
NewChannelEvent(Object) - Constructor for class org.asteriskjava.manager.event.NewChannelEvent
 
NewExtenEvent - Class in org.asteriskjava.manager.event
A NewExtenEvent is triggered when a channel is connected to a new extension.
NewExtenEvent(Object) - Constructor for class org.asteriskjava.manager.event.NewExtenEvent
 
newname - Variable in class org.asteriskjava.manager.event.RenameEvent
New name of the channel after renaming occured.
NewStateEvent - Class in org.asteriskjava.manager.event
A NewStateEvent is triggered when the state of a channel has changed.
NewStateEvent(Object) - Constructor for class org.asteriskjava.manager.event.NewStateEvent
 
newThread(Runnable) - Method in class org.asteriskjava.util.DaemonThreadFactory
 
newUniqueId - Variable in class org.asteriskjava.manager.event.RenameEvent
New unique id.
NoopCommand - Class in org.asteriskjava.fastagi.command
Does nothing.
NoopCommand() - Constructor for class org.asteriskjava.fastagi.command.NoopCommand
Creates a new NoopCommand.
NoSuchChannelException - Exception in org.asteriskjava.live
Indicates that the channel is not available on the Asterisk server.
NoSuchChannelException(String) - Constructor for exception org.asteriskjava.live.NoSuchChannelException
Creates a new instance with the given message.
NOT_INUSE - Static variable in class org.asteriskjava.manager.event.ExtensionStatusEvent
No device INUSE or BUSY
NullLog - Class in org.asteriskjava.util.internal
A Log implementation that does nothing.
NullLog() - Constructor for class org.asteriskjava.util.internal.NullLog
Creates a new NullLog.

O

oldname - Variable in class org.asteriskjava.manager.event.RenameEvent
Old name of the channel before renaming occured.
onBusy(AsteriskChannel) - Method in interface org.asteriskjava.live.OriginateCallback
Called if the originate was unsuccessful because the called party was busy.
onDialing(AsteriskChannel) - Method in interface org.asteriskjava.live.OriginateCallback
Called when the channel has been created and before it starts ringing.
onEntryLeave(AsteriskChannel) - Method in interface org.asteriskjava.live.AsteriskQueueListener
Called whenever a channel (entry) leaves the queue
onFailure(LiveException) - Method in interface org.asteriskjava.live.OriginateCallback
Called if the originate failed for example due to an invalid channel name or an originate to an unregistered SIP or IAX peer.
onManagerEvent(ManagerEvent) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
Handles all events received from the Asterisk server.
onManagerEvent(ManagerEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
Dispatches to the appropriate handleEvent(...) method.
onManagerEvent(ManagerEvent) - Method in interface org.asteriskjava.manager.ManagerEventListener
This method is called when an event is received.
onManagerEvent(ManagerEvent) - Method in class org.asteriskjava.manager.ManagerEventListenerProxy
 
onNewAsteriskChannel(AsteriskChannel) - Method in class org.asteriskjava.live.AbstractAsteriskServerListener
 
onNewAsteriskChannel(AsteriskChannel) - Method in interface org.asteriskjava.live.AsteriskServerListener
Called whenever a new channel appears on the Asterisk server.
onNewEntry(AsteriskChannel) - Method in interface org.asteriskjava.live.AsteriskQueueListener
Called whenever a new channel (entry) appears in the queue
onNewMeetMeUser(MeetMeUser) - Method in class org.asteriskjava.live.AbstractAsteriskServerListener
 
onNewMeetMeUser(MeetMeUser) - Method in interface org.asteriskjava.live.AsteriskServerListener
Called whenever a user joins a MeetMeRoom.
onNoAnswer(AsteriskChannel) - Method in interface org.asteriskjava.live.OriginateCallback
Called if the originate was unsuccessful because the called party did not answer the call.
onResponse(ManagerResponse) - Method in interface org.asteriskjava.manager.SendActionCallback
This method is called when a response is received.
onSuccess(AsteriskChannel) - Method in interface org.asteriskjava.live.OriginateCallback
Called if the originate was successful and the called party answered the call.
org.asteriskjava - package org.asteriskjava
 
org.asteriskjava.fastagi - package org.asteriskjava.fastagi
Provides an implementaion of Asterisk's FastAGI.
org.asteriskjava.fastagi.command - package org.asteriskjava.fastagi.command
Provides classes that represent the standard commands that can be sent to an Asterisk server via the FastAGI.
org.asteriskjava.fastagi.internal - package org.asteriskjava.fastagi.internal
Provides private implementations for interfaces defined in the org.asteriskjava.fastagi package.
org.asteriskjava.fastagi.reply - package org.asteriskjava.fastagi.reply
Provides a class that represents the reply that is received from an Asterisk server in response to a command sent via the FastAGI.
org.asteriskjava.live - package org.asteriskjava.live
Provides a higher level API on top of Asterisk's Manager API.
org.asteriskjava.live.internal - package org.asteriskjava.live.internal
Provides private implementations and helper classes for interfaces defined in the org.asteriskjava.live package.
org.asteriskjava.manager - package org.asteriskjava.manager
Provides an implementaion of Asterisk's Manager API.
org.asteriskjava.manager.action - package 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 - package 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 - package org.asteriskjava.manager.internal
Provides private implementations for interfaces defined in the org.asteriskjava.manager package.
org.asteriskjava.manager.response - package org.asteriskjava.manager.response
Provides classes that represent the responses that are received from an Asterisk server in response to an action send via the Manager API.
org.asteriskjava.util - package org.asteriskjava.util
Provides various utility classes used throughout the library.
org.asteriskjava.util.internal - package org.asteriskjava.util.internal
Provides private implementations for interfaces defined in the org.asteriskjava.util package.
OriginateAction - Class in org.asteriskjava.manager.action
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.
OriginateAction() - Constructor for class org.asteriskjava.manager.action.OriginateAction
 
OriginateCallback - Interface in org.asteriskjava.live
Callback interface for asynchronous originates.
OriginateFailureEvent - Class in org.asteriskjava.manager.event
Deprecated.  
OriginateFailureEvent(Object) - Constructor for class org.asteriskjava.manager.event.OriginateFailureEvent
Deprecated.  
OriginateResponseEvent - Class in org.asteriskjava.manager.event
Response to an OriginateAction.
OriginateResponseEvent(Object) - Constructor for class org.asteriskjava.manager.event.OriginateResponseEvent
 
OriginateSuccessEvent - Class in org.asteriskjava.manager.event
Deprecated.  
OriginateSuccessEvent(Object) - Constructor for class org.asteriskjava.manager.event.OriginateSuccessEvent
Deprecated.  
originateToApplication(String, String, String, long) - Method in interface org.asteriskjava.live.AsteriskServer
Generates an outgoing channel to an application.
originateToApplication(String, String, String, long, CallerId, Map<String, String>) - Method in interface org.asteriskjava.live.AsteriskServer
Generates an outgoing channel to an application and sets an optional map of channel variables.
originateToApplication(String, String, String, long) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateToApplication(String, String, String, long, CallerId, Map<String, String>) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateToApplication(String, String, String, long) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
originateToApplication(String, String, String, long, CallerId, Map<String, String>) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
originateToApplicationAsync(String, String, String, long, OriginateCallback) - Method in interface org.asteriskjava.live.AsteriskServer
Asynchronously generates an outgoing channel to an application.
originateToApplicationAsync(String, String, String, long, CallerId, Map<String, String>, OriginateCallback) - Method in interface org.asteriskjava.live.AsteriskServer
Asynchronously generates an outgoing channel to an application and sets an optional map of channel variables.
originateToApplicationAsync(String, String, String, long, CallerId, Map<String, String>, OriginateCallback) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateToApplicationAsync(String, String, String, long, OriginateCallback) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateToApplicationAsync(String, String, String, long, OriginateCallback) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
originateToApplicationAsync(String, String, String, long, CallerId, Map<String, String>, OriginateCallback) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
originateToExtension(String, String, String, int, long) - Method in interface org.asteriskjava.live.AsteriskServer
Generates an outgoing channel to a dialplan entry (extension, context, priority).
originateToExtension(String, String, String, int, long, CallerId, Map<String, String>) - Method in interface org.asteriskjava.live.AsteriskServer
Generates an outgoing channel to a dialplan entry (extension, context, priority) and sets an optional map of channel variables.
originateToExtension(String, String, String, int, long) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateToExtension(String, String, String, int, long, CallerId, Map<String, String>) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateToExtension(String, String, String, int, long) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
originateToExtension(String, String, String, int, long, CallerId, Map<String, String>) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
originateToExtensionAsync(String, String, String, int, long, OriginateCallback) - Method in interface org.asteriskjava.live.AsteriskServer
Asynchronously generates an outgoing channel to a dialplan entry (extension, context, priority).
originateToExtensionAsync(String, String, String, int, long, CallerId, Map<String, String>, OriginateCallback) - Method in interface org.asteriskjava.live.AsteriskServer
Asynchronously generates an outgoing channel to a dialplan entry (extension, context, priority) and sets an optional map of channel variables.
originateToExtensionAsync(String, String, String, int, long, CallerId, Map<String, String>, OriginateCallback) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateToExtensionAsync(String, String, String, int, long, OriginateCallback) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateToExtensionAsync(String, String, String, int, long, OriginateCallback) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
originateToExtensionAsync(String, String, String, int, long, CallerId, Map<String, String>, OriginateCallback) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
overrideCurrentDate(Date) - Static method in class org.asteriskjava.util.DateUtil
If set to a non null value uses the date given as current date on calls to getDate().

P

ParkAction - Class in org.asteriskjava.manager.action
The ParkAction parks a channel using Asterisk's park feature.
ParkAction() - Constructor for class org.asteriskjava.manager.action.ParkAction
Creates a new empty ParkAction.
ParkAction(String, String) - Constructor for class org.asteriskjava.manager.action.ParkAction
Creates a new ParkAction.
ParkAction(String, String, Integer) - Constructor for class org.asteriskjava.manager.action.ParkAction
Creates a new ParkAction with a timeout.
ParkedCallEvent - Class in org.asteriskjava.manager.event
A ParkedCallEvent is triggered when a channel is parked (in this case no action id is set) and in response to a ParkedCallsAction.
ParkedCallEvent(Object) - Constructor for class org.asteriskjava.manager.event.ParkedCallEvent
 
ParkedCallGiveUpEvent - Class in org.asteriskjava.manager.event
A ParkedCallGiveUpEvent is triggered when a channel that has been parked is hung up.
ParkedCallGiveUpEvent(Object) - Constructor for class org.asteriskjava.manager.event.ParkedCallGiveUpEvent
 
ParkedCallsAction - Class in org.asteriskjava.manager.action
The ParkedCallsAction requests a list of all currently parked calls.
ParkedCallsAction() - Constructor for class org.asteriskjava.manager.action.ParkedCallsAction
Creates a new ParkedCallsAction.
ParkedCallsCompleteEvent - Class in org.asteriskjava.manager.event
A ParkedCallsCompleteEvent is triggered after all parked calls have been reported in response to a ParkedCallsAction.
ParkedCallsCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.ParkedCallsCompleteEvent
 
ParkedCallTimeOutEvent - Class in org.asteriskjava.manager.event
A ParkedCallTimeOutEvent is triggered when call parking times out for a given channel.
ParkedCallTimeOutEvent(Object) - Constructor for class org.asteriskjava.manager.event.ParkedCallTimeOutEvent
 
parseCallerId(String) - Static method in class org.asteriskjava.util.AstUtil
Parses a string for caller id information.
parseDateTime(String) - Static method in class org.asteriskjava.util.DateUtil
Converts a date in the form of "yy-MM-dd HH:mm:ss" to a Date object using the default timezone.
parseDateTime(String, TimeZone) - Static method in class org.asteriskjava.util.DateUtil
Converts a date in the form of "yy-MM-dd HH:mm:ss" to a Date object using the given timezone.
password - Variable in class org.asteriskjava.manager.internal.ManagerConnectionImpl
The password to use for login as defined in Asterisk's manager.conf.
PauseMonitorAction - Class in org.asteriskjava.manager.action
The PauseMonitorAction temporarily stop monitoring (recording) a channel.
PauseMonitorAction() - Constructor for class org.asteriskjava.manager.action.PauseMonitorAction
Creates a new empty PauseMonitorAction.
PauseMonitorAction(String) - Constructor for class org.asteriskjava.manager.action.PauseMonitorAction
Creates a new PauseMonitorAction that temporarily stops monitoring the given channel.
pauseMonitoring() - Method in interface org.asteriskjava.live.AsteriskChannel
Temporarily stops monitoring this channel.
PeerEntryEvent - Class in org.asteriskjava.manager.event
A PeerEntryEvent is triggered in response to a SIPPeersAction or SIPShowPeerAction and contains information about a peer.
PeerEntryEvent(Object) - Constructor for class org.asteriskjava.manager.event.PeerEntryEvent
Creates a new instance.
PeerlistCompleteEvent - Class in org.asteriskjava.manager.event
A PeerlistCompleteEvent is triggered after the details of all peers has been reported in response to an SIPPeersAction or SIPShowPeerAction.
PeerlistCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.PeerlistCompleteEvent
Creates a new instance.
PeerStatusEvent - Class in org.asteriskjava.manager.event
A PeerStatusEvent is triggered when a SIP or IAX client attempts to registrer at this asterisk server.
PeerStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.PeerStatusEvent
 
ping() - Method in class org.asteriskjava.manager.PingThread
Sends a ping to Asterisk and logs any errors that may occur.
PingAction - Class in org.asteriskjava.manager.action
The PingAction will ellicit a 'Pong' response, it is used to keep the manager connection open and performs no operation.
PingAction() - Constructor for class org.asteriskjava.manager.action.PingAction
Creates a new PingAction.
PingThread - Class in org.asteriskjava.manager
A Thread that pings the Asterisk server at a given interval.
PingThread(ManagerConnection) - Constructor for class org.asteriskjava.manager.PingThread
Creates a new PingThread that uses the given ManagerConnection.
playDtmf(String) - Method in interface org.asteriskjava.live.AsteriskChannel
Plays the given DTMF digit on this channel.
PlayDtmfAction - Class in org.asteriskjava.manager.action
The PlayDTMFAction plays a DTMF digit on the specified channel.
PlayDtmfAction() - Constructor for class org.asteriskjava.manager.action.PlayDtmfAction
Creates a new empty PlayDtmfAction.
PlayDtmfAction(String, String) - Constructor for class org.asteriskjava.manager.action.PlayDtmfAction
Creates a new PlayDtmfAction that sends the given DTMF digit to the given channel.
playMusicOnHold() - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays music on hold from the default music on hold class.
playMusicOnHold(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays music on hold from the given music on hold class.
playMusicOnHold() - Method in class org.asteriskjava.fastagi.AgiOperations
Plays music on hold from the default music on hold class.
playMusicOnHold(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays music on hold from the given music on hold class.
playMusicOnHold() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
playMusicOnHold(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
position - Variable in class org.asteriskjava.manager.event.JoinEvent
 
PROPERTY_ACCOUNT - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_CALL_DETAIL_RECORD - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_CALLER_ID - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_CURRENT_EXTENSION - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_DIALED_CHANNEL - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_DIALING_CHANNEL - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_LINKED_CHANNEL - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_MEET_ME_USER - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_MUTED - Static variable in interface org.asteriskjava.live.MeetMeUser
 
PROPERTY_NAME - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_STATE - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_STATE - Static variable in interface org.asteriskjava.live.MeetMeUser
 
PROPERTY_TALKING - Static variable in interface org.asteriskjava.live.MeetMeUser
 
ProtocolIdentifierReceivedEvent - Class in org.asteriskjava.manager.event
A ProtocolIdentifierReceivedEvent is triggered when the network connection to the Asterisk server has been established and the protocol identifier has been sent.
ProtocolIdentifierReceivedEvent(Object) - Constructor for class org.asteriskjava.manager.event.ProtocolIdentifierReceivedEvent
 

Q

QueueAddAction - Class in org.asteriskjava.manager.action
The QueueAddAction adds a new member to a queue.
QueueAddAction() - Constructor for class org.asteriskjava.manager.action.QueueAddAction
Creates a new empty QueueAddAction.
QueueAddAction(String, String) - Constructor for class org.asteriskjava.manager.action.QueueAddAction
Creates a new QueueAddAction that adds a new member on the given interface to the given queue.
QueueAddAction(String, String, Integer) - Constructor for class org.asteriskjava.manager.action.QueueAddAction
Creates a new QueueAddAction that adds a new member on the given interface to the given queue with the given penalty.
QueueCallerAbandonEvent - Class in org.asteriskjava.manager.event
A QueueCallerAbandonEvent is triggered when a caller abandons a queue before getting connected with an agent.
QueueCallerAbandonEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
QueueEntryEvent - Class in org.asteriskjava.manager.event
A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
QueueEntryEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueEntryEvent
 
QueueEvent - Class in org.asteriskjava.manager.event
Abstract base class providing common properties for JoinEvent and LeaveEvent.
QueueEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueEvent
 
QueueMemberAddedEvent - Class in org.asteriskjava.manager.event
A QueueMemberAddedEvent is triggered when a queue member is added to a queue.
QueueMemberAddedEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueMemberAddedEvent
 
QueueMemberEvent - Class in org.asteriskjava.manager.event
A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue.
QueueMemberEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueMemberEvent
 
QueueMemberPausedEvent - Class in org.asteriskjava.manager.event
A QueueMemberPausedEvent is triggered when a queue member is paused or unpaused.
QueueMemberPausedEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueMemberPausedEvent
 
QueueMemberRemovedEvent - Class in org.asteriskjava.manager.event
A QueueMemberRemovedEvent is triggered when a queue member is removed from a queue.
QueueMemberRemovedEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueMemberRemovedEvent
 
QueueMemberStatusEvent - Class in org.asteriskjava.manager.event
A QueueMemberStatusEvent shows the status of a QueueMemberEvent
QueueMemberStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueMemberStatusEvent
 
QueueParamsEvent - Class in org.asteriskjava.manager.event
A QueueParamsEvent is triggered in response to a QueueStatusAction and contains the parameters of a queue.
QueueParamsEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueParamsEvent
 
QueuePauseAction - Class in org.asteriskjava.manager.action
The QueuePauseAction makes a queue member temporarily unavailabe (or available again).
QueuePauseAction() - Constructor for class org.asteriskjava.manager.action.QueuePauseAction
Creates a new empty QueuePauseAction.
QueuePauseAction(String) - Constructor for class org.asteriskjava.manager.action.QueuePauseAction
Creates a new QueuePauseAction that makes the member on the given interface unavailable on all queues.
QueuePauseAction(String, String) - Constructor for class org.asteriskjava.manager.action.QueuePauseAction
Creates a new QueuePauseAction that makes the member on the given interface unavailable on the given queue.
QueuePauseAction(String, Boolean) - Constructor for class org.asteriskjava.manager.action.QueuePauseAction
Creates a new QueuePauseAction that makes the member on the given interface available or unavailable on all queues.
QueuePauseAction(String, String, Boolean) - Constructor for class org.asteriskjava.manager.action.QueuePauseAction
Creates a new QueuePauseAction that makes the member on the given interface unavailable on the given queue.
QueueRemoveAction - Class in org.asteriskjava.manager.action
The QueueRemoveAction removes a member from a queue.
QueueRemoveAction() - Constructor for class org.asteriskjava.manager.action.QueueRemoveAction
Creates a new empty QueueRemoveAction.
QueueRemoveAction(String, String) - Constructor for class org.asteriskjava.manager.action.QueueRemoveAction
Creates a new QueueRemoveAction that removes the member on the given interface from the given queue.
QueueStatusAction - Class in org.asteriskjava.manager.action
The QueueStatusAction requests the state of all defined queues their members (agents) and entries (callers).
QueueStatusAction() - Constructor for class org.asteriskjava.manager.action.QueueStatusAction
Creates a new QueueStatusAction.
QueueStatusCompleteEvent - Class in org.asteriskjava.manager.event
A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction.
QueueStatusCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueStatusCompleteEvent
 
QueueSummaryAction - Class in org.asteriskjava.manager.action
The QueueSummaryAction retrieves the summary for one or all queues.
QueueSummaryAction() - Constructor for class org.asteriskjava.manager.action.QueueSummaryAction
Creates a new QueueSummaryAction that retrieves the summary for all queues.
QueueSummaryAction(String) - Constructor for class org.asteriskjava.manager.action.QueueSummaryAction
Creates a new QueueSummaryAction that retrieves the summary for the given queue.
QueueSummaryCompleteEvent - Class in org.asteriskjava.manager.event
A QueueSummaryCompleteEvent is triggered after the summary for all requested queues has been reported in response to a QueueSummaryAction.
QueueSummaryCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueSummaryCompleteEvent
 
QueueSummaryEvent - Class in org.asteriskjava.manager.event
A QueueSummaryEvent is triggered in response to a QueueSummaryAction and contains a summary of the current state of a queue.
QueueSummaryEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueSummaryEvent
 

R

readLine() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
readLine() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Reads a line of text from the socket connection.
REASON_CLI_RELOAD - Static variable in class org.asteriskjava.manager.event.ChannelReloadEvent
The channel module has been reloaded from the command line.
REASON_LOAD - Static variable in class org.asteriskjava.manager.event.ChannelReloadEvent
The channel module has been loaded for the first time.
REASON_MANAGER_RELOAD - Static variable in class org.asteriskjava.manager.event.ChannelReloadEvent
The channel module has been reloaded due to a manager action.
REASON_RELOAD - Static variable in class org.asteriskjava.manager.event.ChannelReloadEvent
The channel module has been reloaded.
ReceiveCharCommand - Class in org.asteriskjava.fastagi.command
Receives a character of text on a channel.
ReceiveCharCommand() - Constructor for class org.asteriskjava.fastagi.command.ReceiveCharCommand
Creates a new ReceiveCharCommand with a default timeout of 0 meaning to wait for ever.
ReceiveCharCommand(int) - Constructor for class org.asteriskjava.fastagi.command.ReceiveCharCommand
Creates a new ReceiveCharCommand.
ReceiveTextCommand - Class in org.asteriskjava.fastagi.command
Receives a string of text on a channel.
ReceiveTextCommand() - Constructor for class org.asteriskjava.fastagi.command.ReceiveTextCommand
Creates a new ReceiveTextCommand with a default timeout of 0 meaning to wait for ever.
ReceiveTextCommand(int) - Constructor for class org.asteriskjava.fastagi.command.ReceiveTextCommand
Creates a new ReceiveTextCommand.
recordFile(String, String, String, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Record to a file until a given dtmf digit in the sequence is received.
recordFile(String, String, String, int, int, boolean, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Record to a file until a given dtmf digit in the sequence is received.
recordFile(String, String, String, int) - Method in class org.asteriskjava.fastagi.AgiOperations
Record to a file until a given dtmf digit in the sequence is received.
recordFile(String, String, String, int, int, boolean, int) - Method in class org.asteriskjava.fastagi.AgiOperations
Record to a file until a given dtmf digit in the sequence is received.
recordFile(String, String, String, int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
recordFile(String, String, String, int, int, boolean, int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
RecordFileCommand - Class in org.asteriskjava.fastagi.command
Record to a file until a given dtmf digit in the sequence is received.
RecordFileCommand(String, String, String, int) - Constructor for class org.asteriskjava.fastagi.command.RecordFileCommand
Creates a new RecordFileCommand.
RecordFileCommand(String, String, String, int, int, boolean, int) - Constructor for class org.asteriskjava.fastagi.command.RecordFileCommand
Creates a new RecordFileCommand.
redirect(String, String, int) - Method in interface org.asteriskjava.live.AsteriskChannel
Redirects this channel to a new extension.
RedirectAction - Class in org.asteriskjava.manager.action
Redirects a given channel (and an optional additional channel) to a new extension.
RedirectAction() - Constructor for class org.asteriskjava.manager.action.RedirectAction
Creates a new empty RedirectAction.
RedirectAction(String, String, String, Integer) - Constructor for class org.asteriskjava.manager.action.RedirectAction
Creates a new RedirectAction that redirects the given channel to the given context, extension, priority triple.
RedirectAction(String, String, String, String, Integer) - Constructor for class org.asteriskjava.manager.action.RedirectAction
Creates a new RedirectAction that redirects the given channels to the given context, extension, priority triple.
RedirectAction(String, String, String, String, Integer, String, String, Integer) - Constructor for class org.asteriskjava.manager.action.RedirectAction
Creates a new RedirectAction that redirects the given channels to the given context, extension, priority triples.
redirectBothLegs(String, String, int) - Method in interface org.asteriskjava.live.AsteriskChannel
Redirects this channel and the channel this channel is linked to to a new extension.
ReflectionUtil - Class in org.asteriskjava.util
Utility class that provides helper methods for reflection that is used by the fastagi and manager packages to access getter and setter methods.
registerEventClass(Class) - Method in interface org.asteriskjava.manager.internal.ManagerReader
Registers a new event type with the underlying EventBuilderImpl.
registerEventClass(Class) - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
 
registerUserEventClass(Class) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
registerUserEventClass(Class) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
registerUserEventClass(Class) - Method in interface org.asteriskjava.manager.ManagerConnection
Registers a new user event type.
RegistryEvent - Class in org.asteriskjava.manager.event
A RegistryEvent is triggered when this asterisk server attempts to register as a client at another SIP or IAX server.
RegistryEvent(Object) - Constructor for class org.asteriskjava.manager.event.RegistryEvent
 
reload - Variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
ReloadEvent - Class in org.asteriskjava.manager.event
A ReloadEvent is triggerd when the reload console command is executed or the asterisk server is started.
ReloadEvent(Object) - Constructor for class org.asteriskjava.manager.event.ReloadEvent
 
removeAsteriskQueueListener(AsteriskQueueListener) - Method in interface org.asteriskjava.live.AsteriskQueue
Removes a previously registered queue listener.
removeAsteriskServerListener(AsteriskServerListener) - Method in interface org.asteriskjava.live.AsteriskServer
Removes a listener from this Asterisk server.
removeAsteriskServerListener(AsteriskServerListener) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
removeAsteriskServerListener(AsteriskServerListener) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
removeEventListener(ManagerEventListener) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
removeEventListener(ManagerEventListener) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
removeEventListener(ManagerEventListener) - Method in interface org.asteriskjava.manager.ManagerConnection
Unregisters a previously registered event listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.asteriskjava.live.LiveObject
Removes the given PropertyChangeListener that was added by calling LiveObject.addPropertyChangeListener(PropertyChangeListener).
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.asteriskjava.live.LiveObject
Removes the given PropertyChangeListener that was added by calling LiveObject.addPropertyChangeListener(String, PropertyChangeListener).
RenameEvent - Class in org.asteriskjava.manager.event
A RenameEvent is triggered when the name of a channel is changed.
RenameEvent(Object) - Constructor for class org.asteriskjava.manager.event.RenameEvent
 
ResourceBundleMappingStrategy - Class in org.asteriskjava.fastagi
A MappingStrategy that is configured via a resource bundle.
ResourceBundleMappingStrategy() - Constructor for class org.asteriskjava.fastagi.ResourceBundleMappingStrategy
Creates a new ResourceBundleMappingStrategy using shared instances..
ResourceBundleMappingStrategy(String) - Constructor for class org.asteriskjava.fastagi.ResourceBundleMappingStrategy
Creates a new ResourceBundleMappingStrategy with the given basename of the resource bundle to use.
ResourceBundleMappingStrategy(boolean) - Constructor for class org.asteriskjava.fastagi.ResourceBundleMappingStrategy
Creates a new ResourceBundleMappingStrategy indicating whether to use shared instances or not.
ResourceBundleMappingStrategy(String, boolean) - Constructor for class org.asteriskjava.fastagi.ResourceBundleMappingStrategy
Creates a new ResourceBundleMappingStrategy with the given basename of the resource bundle to use and indicating whether to use shared instances or not.
ResponseEvent - Class in org.asteriskjava.manager.event
Abstract base class for events triggered in response to a ManagerAction.
ResponseEvent(Object) - Constructor for class org.asteriskjava.manager.event.ResponseEvent
 
ResponseEvents - Interface in org.asteriskjava.manager
Contains the result of executing an EventGeneratingAction, that is the ManagerResponse and any received ManagerEvents.
ResponseEventsImpl - Class in org.asteriskjava.manager.internal
Implementation of the ResponseEvents interface.
ResponseEventsImpl() - Constructor for class org.asteriskjava.manager.internal.ResponseEventsImpl
Creates a new instance.
result - Variable in class org.asteriskjava.manager.response.CommandResponse
 
RINGING - Static variable in class org.asteriskjava.manager.event.ExtensionStatusEvent
One or more devices RINGING
run() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
 
run() - Method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
 
run() - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
Reads line by line from the asterisk server, sets the protocol identifier (using a generated ProtocolIdentifierReceivedEvent) as soon as it is received and dispatches the received events and responses via the associated dispatcher.
run() - Method in class org.asteriskjava.manager.PingThread
 

S

sayAlpha(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given character string.
sayAlpha(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given character string, returning early if any of the given DTMF number are received on the channel.
sayAlpha(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given character string.
sayAlpha(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given character string, returning early if any of the given DTMF number are received on the channel.
sayAlpha(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sayAlpha(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SayAlphaCommand - Class in org.asteriskjava.fastagi.command
Say a given character string, returning early if any of the given DTMF digits are received on the channel.
SayAlphaCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SayAlphaCommand
Creates a new SayAlphaCommand.
SayAlphaCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.SayAlphaCommand
Creates a new SayAlphaCommand.
sayDateTime(long) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given time.
sayDateTime(long, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given time and allows interruption by one of the given escape digits.
sayDateTime(long, String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given time in the given format and allows interruption by one of the given escape digits.
sayDateTime(long, String, String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given time in the given format and timezone and allows interruption by one of the given escape digits.
sayDateTime(long) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given time.
sayDateTime(long, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given time and allows interruption by one of the given escape digits.
sayDateTime(long, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given time in the given format and allows interruption by one of the given escape digits.
sayDateTime(long, String, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given time in the given format and timezone and allows interruption by one of the given escape digits.
sayDateTime(long, String, String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sayDateTime(long, String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sayDateTime(long, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sayDateTime(long) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SayDateTimeCommand - Class in org.asteriskjava.fastagi.command
Say a given time, returning early if any of the given DTMF digits are pressed.
SayDateTimeCommand(long) - Constructor for class org.asteriskjava.fastagi.command.SayDateTimeCommand
Creates a new SayDateTimeCommand that says the given time.
SayDateTimeCommand(long, String) - Constructor for class org.asteriskjava.fastagi.command.SayDateTimeCommand
Creates a new SayDateTimeCommand that says the given time and allows interruption by one of the given escape digits.
SayDateTimeCommand(long, String, String) - Constructor for class org.asteriskjava.fastagi.command.SayDateTimeCommand
Creates a new SayDateTimeCommand that says the given time in the given format and allows interruption by one of the given escape digits.
SayDateTimeCommand(long, String, String, String) - Constructor for class org.asteriskjava.fastagi.command.SayDateTimeCommand
Creates a new SayDateTimeCommand that says the given time in the given format and timezone and allows interruption by one of the given escape digits.
sayDigits(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given digit string.
sayDigits(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given number, returning early if any of the given DTMF number are received on the channel.
sayDigits(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given digit string.
sayDigits(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given number, returning early if any of the given DTMF number are received on the channel.
sayDigits(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sayDigits(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SayDigitsCommand - Class in org.asteriskjava.fastagi.command
Say a given digit string, returning early if any of the given DTMF digits are received on the channel.
SayDigitsCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SayDigitsCommand
Creates a new SayDigitsCommand.
SayDigitsCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.SayDigitsCommand
Creates a new SayDigitsCommand.
sayNumber(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given number.
sayNumber(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given number, returning early if any of the given DTMF number are received on the channel.
sayNumber(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given number.
sayNumber(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given number, returning early if any of the given DTMF number are received on the channel.
sayNumber(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sayNumber(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SayNumberCommand - Class in org.asteriskjava.fastagi.command
Say a given number, returning early if any of the given DTMF number are received on the channel.
SayNumberCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SayNumberCommand
Creates a new SayNumberCommand.
SayNumberCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.SayNumberCommand
Creates a new SayNumberCommand.
sayPhonetic(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given character string with phonetics.
sayPhonetic(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given character string with phonetics, returning early if any of the given DTMF number are received on the channel.
sayPhonetic(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given character string with phonetics.
sayPhonetic(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given character string with phonetics, returning early if any of the given DTMF number are received on the channel.
sayPhonetic(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sayPhonetic(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SayPhoneticCommand - Class in org.asteriskjava.fastagi.command
Say a given character string with phonetics, returning early if any of the given DTMF digits are received on the channel.
SayPhoneticCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SayPhoneticCommand
Creates a new SayPhonticCommand.
SayPhoneticCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.SayPhoneticCommand
Creates a new SayPhoneticCommand.
sayTime(long) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given time.
sayTime(long, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Says the given time, returning early if any of the given DTMF number are received on the channel.
sayTime(long) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given time.
sayTime(long, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Says the given time, returning early if any of the given DTMF number are received on the channel.
sayTime(long) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sayTime(long, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SayTimeCommand - Class in org.asteriskjava.fastagi.command
Say a given time, returning early if any of the given DTMF digits are received on the channel.
SayTimeCommand(long) - Constructor for class org.asteriskjava.fastagi.command.SayTimeCommand
Creates a new SayTimeCommand.
SayTimeCommand(long, String) - Constructor for class org.asteriskjava.fastagi.command.SayTimeCommand
Creates a new SayTimeCommand.
SC_INVALID_COMMAND_SYNTAX - Static variable in interface org.asteriskjava.fastagi.reply.AgiReply
Status code (520) indicating Asterisk was unable to process the AgiCommand because the syntax used was not correct.
SC_INVALID_OR_UNKNOWN_COMMAND - Static variable in interface org.asteriskjava.fastagi.reply.AgiReply
Status code (510) indicating Asterisk was unable to process the AgiCommand because there is no command with the given name available.
SC_SUCCESS - Static variable in interface org.asteriskjava.fastagi.reply.AgiReply
Status code (200) indicating Asterisk successfully processed the AgiCommand.
SecureAsteriskServer - Class in org.asteriskjava.live
Secure implementation of the AsteriskServer interface.
SecureAsteriskServer(String, int, String, String) - Constructor for class org.asteriskjava.live.SecureAsteriskServer
Creates a new instance and a new SSL secured ManagerConnection with the given connection data.
sendAction(ManagerAction) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
sendAction(ManagerAction, long) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
sendAction(ManagerAction, SendActionCallback) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
sendAction(ManagerAction) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
sendAction(ManagerAction, long) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
sendAction(ManagerAction, SendActionCallback) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
sendAction(ManagerAction, String) - Method in interface org.asteriskjava.manager.internal.ManagerWriter
Sends the given action to the asterisk server.
sendAction(ManagerAction, String) - Method in class org.asteriskjava.manager.internal.ManagerWriterImpl
 
sendAction(ManagerAction) - Method in interface org.asteriskjava.manager.ManagerConnection
Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse.
sendAction(ManagerAction, long) - Method in interface org.asteriskjava.manager.ManagerConnection
Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse.
sendAction(ManagerAction, SendActionCallback) - Method in interface org.asteriskjava.manager.ManagerConnection
Sends a ManagerAction to the Asterisk server and registers a callback handler to be called when the corresponding ManagerResponse is received.
SendActionCallback - Interface in org.asteriskjava.manager
Callback interface to send ManagerActions asynchronously.
sendCommand(AgiCommand) - Method in interface org.asteriskjava.fastagi.AgiChannel
Sends a command to asterisk and returns the corresponding reply.
sendCommand(AgiCommand) - Method in class org.asteriskjava.fastagi.AgiOperations
Sends the given command to the channel attached to the current thread.
sendCommand(AgiCommand) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sendEventGeneratingAction(EventGeneratingAction) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
sendEventGeneratingAction(EventGeneratingAction, long) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
sendEventGeneratingAction(EventGeneratingAction) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
sendEventGeneratingAction(EventGeneratingAction, long) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
sendEventGeneratingAction(EventGeneratingAction) - Method in interface org.asteriskjava.manager.ManagerConnection
Sends an EventGeneratingAction to the Asterisk server and waits for the corresponding ManagerResponse and the ResponseEvents
sendEventGeneratingAction(EventGeneratingAction, long) - Method in interface org.asteriskjava.manager.ManagerConnection
Sends an EventGeneratingAction to the Asterisk server and waits for the corresponding ManagerResponse and the ResponseEvents
SendImageCommand - Class in org.asteriskjava.fastagi.command
Sends the given image on a channel.
SendImageCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SendImageCommand
Creates a new SendImageCommand.
SendTextCommand - Class in org.asteriskjava.fastagi.command
Sends the given text on a channel.
SendTextCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SendTextCommand
Creates a new SendTextCommand.
ServerSocketFacade - Interface in org.asteriskjava.util
The ServerSocketFacade provides operations to accept client connections over TCP/IP sockets.
ServerSocketFacadeImpl - Class in org.asteriskjava.util.internal
Default implementation of the ServerSocketFacade interface using standard java.io classes (ServerSocket in this case).
ServerSocketFacadeImpl(int, int, InetAddress) - Constructor for class org.asteriskjava.util.internal.ServerSocketFacadeImpl
 
service(AgiRequest, AgiChannel) - Method in interface org.asteriskjava.fastagi.AgiScript
The service method is called by the AsteriskServer whenever this AgiScript should handle an incoming AgiRequest.
setAbandoned(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the number of abandoned calls.
setAbsoluteTimeout(int) - Method in interface org.asteriskjava.live.AsteriskChannel
Sets the absolute maximum amount of time permitted for a call on a given channel, it hangs up the channel after this time.
setAccount(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the account code to use for the originated call.
setAccount(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the account code of this channel.
setAccountCode(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the account number.
setAckCall(Boolean) - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Sets if an acknowledgement is needed when agent is called back.
setAcl(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setActionId(String) - Method in class org.asteriskjava.manager.action.AbstractManagerAction
 
setActionId(String) - Method in interface org.asteriskjava.manager.action.ManagerAction
Sets the action id.
setActionId(String) - Method in class org.asteriskjava.manager.event.ResponseEvent
Sets the action id of the ManagerAction that caused this event.
setActionId(String) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the action id of the ManagerAction that caused this response.
setActions(Map<String, String>) - Method in class org.asteriskjava.manager.action.UpdateConfigAction
You may use this field to directly, programmatically add your own Map of key,value pairs that you would like to send for this command.
setAgent(String) - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Sets the name of the agent to log in, for example "1002".
setAgent(String) - Method in class org.asteriskjava.manager.action.AgentLogoffAction
Sets the name of the agent to log off, for example "1002".
setAgent(String) - Method in class org.asteriskjava.manager.event.AgentCallbackLoginEvent
Sets the name of the agent that logged in.
setAgent(String) - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
Sets the name of the agent that logged off.
setAgent(String) - Method in class org.asteriskjava.manager.event.AgentLoginEvent
Sets the name of the agent that logged in.
setAgent(String) - Method in class org.asteriskjava.manager.event.AgentLogoffEvent
Sets the name of the agent that logged off.
setAgent(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the agentid.
setAgentCalled(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Sets the member interface of the agent that has been called.
setAgiServer(AgiServer) - Method in class org.asteriskjava.fastagi.AgiServerThread
Sets the AgiServer to run.
setAlarm(String) - Method in class org.asteriskjava.manager.event.AlarmEvent
Sets the kind of alarm that happened.
setAlarm(String) - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Sets the alarm state of this zap channel.
setAmaFlags(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the AMA (Automated Message Accounting) flags.
setAnswerTime(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the date/time when the call was answered.
setAppData(String) - Method in class org.asteriskjava.manager.event.NewExtenEvent
Sets the parameters passed to the application that is executed.
setAppend(Boolean) - Method in class org.asteriskjava.manager.action.SetCdrUserFieldAction
Set to true to append the value to the cdr user field or false to overwrite.
setApplication(String) - Method in class org.asteriskjava.fastagi.command.ExecCommand
Sets the name of the application to execute.
setApplication(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the name of the application to connect to.
setApplication(String) - Method in class org.asteriskjava.manager.event.NewExtenEvent
Sets the name of the application that is executed.
setAsync(Boolean) - Method in class org.asteriskjava.manager.action.OriginateAction
Set to true for fast origination.
setAttributes(Map<String, String>) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the Map with all attributes.
setAuthType(String) - Method in class org.asteriskjava.manager.action.ChallengeAction
Sets the digest alogrithm to use.
setAuthType(String) - Method in class org.asteriskjava.manager.action.LoginAction
Sets the digest alogrithm when using challenge/response.
setAutoHangup(int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Cause the channel to automatically hangup at the given number of seconds in the future.
setAutoHangup(int) - Method in class org.asteriskjava.fastagi.AgiOperations
Cause the channel to automatically hangup at the given number of seconds in the future.
setAutoHangup(int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SetAutoHangupCommand - Class in org.asteriskjava.fastagi.command
Cause the channel to automatically hangup at the given number of seconds in the future.
SetAutoHangupCommand(int) - Constructor for class org.asteriskjava.fastagi.command.SetAutoHangupCommand
Creates a new SetAutoHangupCommand.
setAvailable(Integer) - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Sets the number of members logged in and not in a call.
setBeep(boolean) - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Set to true to play a beep before recording.
setBillableSeconds(Integer) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the total time in call.
setBindPort(int) - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Deprecated. use DefaultAgiServer.setPort(int) instead
setBridgedChannel(String) - Method in class org.asteriskjava.manager.event.AgentConnectEvent
Sets the unique ID of the queue member channel that is taking the call.
setCallerId(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Sets the caller id on the current channel.
setCallerId(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Sets the caller id on the current channel.
setCallerId(String) - Method in class org.asteriskjava.fastagi.command.SetCallerIdCommand
Sets the new callerId.
setCallerId(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
setCallerId(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the caller id to set on the outgoing channel.
setCallerId(String) - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Deprecated.  
setCallerId(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Sets the Caller*ID number of the parked channel.
setCallerId(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Sets the Caller ID number of the caller's channel.
setCallerId(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the Caller*ID with text.
setCallerId(String) - Method in class org.asteriskjava.manager.event.DialEvent
Sets the caller*ID.
setCallerId(String) - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Sets the Caller*ID.
setCallerId(String) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the Caller*ID of the calling party.
setCallerId(String) - Method in class org.asteriskjava.manager.event.JoinEvent
Sets the Caller*ID number of the channel that joined the queue.
setCallerId(String) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
 
setCallerId(String) - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Sets the the Caller*ID number of this entry.
setCallerId(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the Caller*ID Number of this channel.
setCallerId1(String) - Method in class org.asteriskjava.manager.event.LinkageEvent
Sets the Caller*Id number of the first channel.
setCallerId2(String) - Method in class org.asteriskjava.manager.event.LinkageEvent
Sets the Caller*Id number of the second channel.
SetCallerIdCommand - Class in org.asteriskjava.fastagi.command
Changes the callerid of the current channel.
SetCallerIdCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SetCallerIdCommand
Creates a new SetCallerIdCommand.
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Sets the Caller*ID Name of the channel.
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Sets the Caller*ID name of the parked channel.
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Sets the Caller ID name of the caller's channel.
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.DialEvent
Sets the Caller*Id Name.
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.JoinEvent
Sets the Caller*ID name of the channel that joined the queue.
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.MeetMeLeaveEvent
Sets the Caller*ID Name of the channel that left the conference.
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
 
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Sets the Caller*ID name of this entry.
setCallerIdName(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the Caller*ID Name of this channel.
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Sets the Caller*ID number of the channel.
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.MeetMeLeaveEvent
Sets the Caller*ID Number of the channel that left the conference.
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
 
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the Caller*ID Number of this channel.
setCallers(Integer) - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Sets the number of callers currently waiting in the queue.
setCallingPres(Integer) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the calling presentation for the outgoing channel.
setCalls(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the number of calls currently waiting in the queue.
setCallsTaken(Integer) - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Sets the number of calls answered by the added member.
setCallsTaken(Integer) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Sets the number of calls answered by the added member.
setCause(Integer) - Method in class org.asteriskjava.manager.event.HangupEvent
Sets the cause of the hangup.
setCause(String) - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Sets the cause of the rejection or unregistration.
setCause(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Sets the cause of a rejected registration.
setCauseTxt(String) - Method in class org.asteriskjava.manager.event.HangupEvent
Sets the textual representation of the hangup cause.
SetCdrUserFieldAction - Class in org.asteriskjava.manager.action
The SetCDRUserFieldAction causes the user field of the call detail record for the given channel to be changed.
SetCdrUserFieldAction() - Constructor for class org.asteriskjava.manager.action.SetCdrUserFieldAction
Creates a new empty SetCdrUserFieldAction.
SetCdrUserFieldAction(String, String) - Constructor for class org.asteriskjava.manager.action.SetCdrUserFieldAction
Creates a new SetCdrUserFieldAction that sets the user field of the call detail record for the given channel to the given value.
SetCdrUserFieldAction(String, String, Boolean) - Constructor for class org.asteriskjava.manager.action.SetCdrUserFieldAction
Creates a new SetCDRUserFieldAction that sets the user field of the call detail record for the given channel to the given value.
setChallenge(String) - Method in class org.asteriskjava.manager.response.ChallengeResponse
Sets the challenge to use when creating the key for log in.
setChannel(String) - Method in class org.asteriskjava.fastagi.command.ChannelStatusCommand
Sets the name of the channel to query.
setChannel(String) - Method in class org.asteriskjava.fastagi.command.GetFullVariableCommand
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.fastagi.command.HangupCommand
Sets the name of the channel to hangup.
setChannel(String) - Method in class org.asteriskjava.manager.action.AbsoluteTimeoutAction
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.action.ChangeMonitorAction
Sets the name of the monitored channel.
setChannel(String) - Method in class org.asteriskjava.manager.action.GetVarAction
Sets the name of the channel if you query for a local channel variable.
setChannel(String) - Method in class org.asteriskjava.manager.action.HangupAction
Sets the name of the channel to hangup.
setChannel(String) - Method in class org.asteriskjava.manager.action.MonitorAction
Sets the name of the channel to monitor.
setChannel(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the name of the channel to connect to the outgoing call.
setChannel(String) - Method in class org.asteriskjava.manager.action.ParkAction
Sets the name of the channel to park.
setChannel(String) - Method in class org.asteriskjava.manager.action.PauseMonitorAction
Sets the name of the channel to temporarily stop monitoring.
setChannel(String) - Method in class org.asteriskjava.manager.action.PlayDtmfAction
Sets the name of the channel to send the digit to.
setChannel(String) - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the name of the channel to redirect.
setChannel(String) - Method in class org.asteriskjava.manager.action.SetCdrUserFieldAction
Sets the name of the channel to set the cdr user field on.
setChannel(String) - Method in class org.asteriskjava.manager.action.SetVarAction
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.action.StopMonitorAction
Sets the name of the channel to end monitoring.
setChannel(String) - Method in class org.asteriskjava.manager.action.UnpauseMonitorAction
Sets the name of the channel to re-enable monitoring.
setChannel(String) - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Sets the name of the channel that is or was parked.
setChannel(String) - Method in class org.asteriskjava.manager.event.AgentLoginEvent
Sets the name of the channel associated with the logged in agent.
setChannel(Integer) - Method in class org.asteriskjava.manager.event.AlarmClearEvent
Sets the number of the zap channel that left alarm state.
setChannel(Integer) - Method in class org.asteriskjava.manager.event.AlarmEvent
Sets the number of the channel the alarm occured on.
setChannel(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.DndStateEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the name of the channel the fax has been recieved on.
setChannel(String) - Method in class org.asteriskjava.manager.event.HoldEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.LogChannelEvent
Sets the name of the log channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.NewExtenEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Sets the name of the channel to connect to the outgoing call.
setChannel(String) - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Sets the name of the channel of this entry.
setChannel(String) - Method in class org.asteriskjava.manager.event.QueueEvent
Sets the name of the channel that joines or leaves the queue.
setChannel(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Deprecated.  
setChannel(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the name of this channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.UnholdEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.UserEvent
Sets the name of the channel this event occured in.
setChannel(Integer) - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Sets the number of this zap channel.
setChannel1(String) - Method in class org.asteriskjava.manager.action.BridgeAction
Sets the name of the channel to bridge to channel2.
setChannel1(String) - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Sets the name of the channel that put the other channel on hold.
setChannel1(String) - Method in class org.asteriskjava.manager.event.LinkageEvent
Sets the name of the first channel.
setChannel2(String) - Method in class org.asteriskjava.manager.action.BridgeAction
Sets the name of the channel to bridge to channel1.
setChannel2(String) - Method in class org.asteriskjava.manager.action.ParkAction
Sets the name of the channel to announce park info to and return to on timeout.
setChannel2(String) - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Sets the name of the channel that has been put on hold.
setChannel2(String) - Method in class org.asteriskjava.manager.event.LinkageEvent
Sets the name of the second channel.
setChannelCalling(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Sets the name of the caller's channel.
setChannelDriver(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Deprecated.  
setChannelType(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setChannelType(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Sets the type of channel that is registered.
setChanObjectType(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setCidCallingPres(String) - Method in class org.asteriskjava.manager.event.NewCallerIdEvent
Sets the CallerId presentation/screening in the form "%d (%s)".
setCommand(String) - Method in class org.asteriskjava.manager.action.CommandAction
Sets the CLI command to send to the Asterisk server.
setComplete(boolean) - Method in class org.asteriskjava.manager.internal.ResponseEventsImpl
Indicats if all events have been received.
setCompleted(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the number of completed calls.
setContext(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Sets the context for continuation upon exiting the application.
setContext(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Sets the context for continuation upon exiting the application.
setContext(String) - Method in class org.asteriskjava.fastagi.command.SetContextCommand
Sets the context for continuation upon exiting the application.
setContext(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
setContext(String) - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Sets the context of the extension to use for callback.
setContext(String) - Method in class org.asteriskjava.manager.action.ExtensionStateAction
Sets the name of the context that contains the extension to query.
setContext(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the name of the context of the extension to connect to.
setContext(String) - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the destination context.
setContext(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
setContext(String) - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Sets the context of the extension.
setContext(String) - Method in class org.asteriskjava.manager.event.NewExtenEvent
Sets the name of the context of the connected extension.
setContext(String) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Sets the name of the context of the extension to connect to.
setContext(String) - Method in class org.asteriskjava.manager.event.StatusEvent
 
setContext(String) - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Sets the context of this zap channel.
setContext(String) - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
SetContextCommand - Class in org.asteriskjava.fastagi.command
Sets the context for continuation upon exiting the application.
SetContextCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SetContextCommand
Creates a new SetPriorityCommand.
setControlDigits(String, String) - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Sets the control digits for fast forward and rewind.
setControlDigits(String, String, String) - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Sets the control digits for fast forward, rewind and pause.
setCount(Integer) - Method in class org.asteriskjava.manager.event.QueueEvent
Sets the number of elements in the queue.
setDaemon(boolean) - Method in class org.asteriskjava.fastagi.AgiServerThread
Marks the thread as either a daemon thread or a user thread.
setData(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the parameters to pass to the application.
setDateReceived(Date) - Method in class org.asteriskjava.manager.event.ManagerEvent
Sets the point in time this event was received from the asterisk server.
setDateReceived(Date) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the point in time this response was received from the asterisk server.
setDateUnlinked(Date) - Method in class org.asteriskjava.live.LinkedChannelHistoryEntry
Sets the date the channel was unlinked.
setDefaultEventTimeout(long) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Sets the time in milliseconds the synchronous method DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction) will wait for a response and the last response event before throwing a TimeoutException.
setDefaultEventTimeout(long) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Sets the time in milliseconds the synchronous method ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction) will wait for a response and the last response event before throwing a TimeoutException.
setDefaultResponseTimeout(long) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Sets the time in milliseconds the synchronous method DefaultManagerConnection.sendAction(ManagerAction) will wait for a response before throwing a TimeoutException.
setDefaultResponseTimeout(long) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Sets the time in milliseconds the synchronous method ManagerConnectionImpl.sendAction(ManagerAction) will wait for a response before throwing a TimeoutException.
setDefaultTimeout(long) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Deprecated. use DefaultManagerConnection.setDefaultResponseTimeout(long) instead
setDestination(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the destination extension.
setDestination(String) - Method in class org.asteriskjava.manager.event.DialEvent
Sets the name of the destination channel.
setDestinationChannel(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the name of the destination channel.
setDestinationContext(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the destination context.
setDestUniqueId(String) - Method in class org.asteriskjava.manager.event.DialEvent
Sets the unique ID of the distination channel.
setDigit(String) - Method in class org.asteriskjava.manager.action.PlayDtmfAction
Sets the DTMF digit to play.
setDigits(String) - Method in class org.asteriskjava.fastagi.command.SayDigitsCommand
Sets the digits to say.
setDisposition(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the disposition.
setDnd(Boolean) - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Sets whether dnd (do not disturb) is enabled for this zap channel.
setDomain(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Sets the domain or host name of the SIP or IAX2 server.
setDstFilename(String) - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Sets the source filename.
setDuration(Integer) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the total time in system.
setDuration(Long) - Method in class org.asteriskjava.manager.event.MeetMeLeaveEvent
Sets how long the user spent in the conference.
setDynamic(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setEnabled(Boolean) - Method in class org.asteriskjava.manager.event.LogChannelEvent
Sets if logging has been enabled or disabled.
setEndTime(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the date/time when the call has ended.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.GetOptionCommand
Sets the digits that the user is expected to press.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Sets the digits that allow the user to end recording.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.SayAlphaCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.SayDigitsCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.SayNumberCommand
Sets the number that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.SayPhoneticCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.SayTimeCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class org.asteriskjava.fastagi.command.StreamFileCommand
Sets the digits that allow the user to interrupt this command.
setEventMask(String) - Method in class org.asteriskjava.manager.action.EventsAction
Sets the event mask.
setEvents(String) - Method in class org.asteriskjava.manager.action.LoginAction
Sets the event mask.
setExten(String) - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Sets the extension to use for callback.
setExten(String) - Method in class org.asteriskjava.manager.action.ExtensionStateAction
Sets the extension to query.
setExten(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the extension to connect to.
setExten(String) - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the destination extension.
setExten(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Sets the extension the channel is or was parked at.
setExten(String) - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Sets the extension.
setExten(String) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the extension the fax was received through.
setExten(String) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Sets the the extension to connect to.
setExten(String) - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
setExtension(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Sets the extension for continuation upon exiting the application.
setExtension(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Sets the extension for continuation upon exiting the application.
setExtension(String) - Method in class org.asteriskjava.fastagi.command.SetExtensionCommand
Sets the extension for continuation upon exiting the application.
setExtension(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
setExtension(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
setExtension(String) - Method in class org.asteriskjava.manager.event.NewExtenEvent
Sets the extension.
setExtension(String) - Method in class org.asteriskjava.manager.event.StatusEvent
 
SetExtensionCommand - Class in org.asteriskjava.fastagi.command
Sets the extension for continuation upon exiting the application.
SetExtensionCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SetExtensionCommand
Creates a new SetPriorityCommand.
setExtraChannel(String) - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the name of the additional channel to redirect.
setExtraContext(String) - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the destination context for the additional channel.
setExtraExten(String) - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the destination extension for the additional channel.
setExtraPriority(Integer) - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the destination priority for the additional channel.
setFamily(String) - Method in class org.asteriskjava.fastagi.command.DatabaseDelCommand
Sets the family (or family of the keytree) to delete.
setFamily(String) - Method in class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand
Sets the family of the key to delete.
setFamily(String) - Method in class org.asteriskjava.fastagi.command.DatabaseGetCommand
Sets the family of the key to retrieve.
setFamily(String) - Method in class org.asteriskjava.fastagi.command.DatabasePutCommand
Sets the family of the key to set.
setFamily(String) - Method in class org.asteriskjava.manager.action.DbGetAction
Sets the family of the key.
setFamily(String) - Method in class org.asteriskjava.manager.action.DbPutAction
Sets the family of the key to set.
setFamily(String) - Method in class org.asteriskjava.manager.event.DbGetResponseEvent
Sets the family of the database entry that was queried.
setFile(String) - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Sets the name of the file to stream.
setFile(String) - Method in class org.asteriskjava.fastagi.command.GetDataCommand
Sets the name of the file to stream.
setFile(String) - Method in class org.asteriskjava.fastagi.command.GetOptionCommand
Sets the name of the file to stream.
setFile(String) - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Sets the name of the file to stream.
setFile(String) - Method in class org.asteriskjava.fastagi.command.StreamFileCommand
Sets the name of the file to stream.
setFile(String) - Method in class org.asteriskjava.manager.action.ChangeMonitorAction
Sets the (base) name of the file(s) to which the voice data is written.
setFile(String) - Method in class org.asteriskjava.manager.action.MonitorAction
Sets the (base) name of the file(s) to which the voice data is written.
setFilename(String) - Method in class org.asteriskjava.manager.action.GetConfigAction
Sets filename.
setFilename(String) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the filename of the received fax.
setFormat(String) - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Sets the format of the file to be recorded, for example "wav".
setFormat(String) - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Sets the format the time should be said in.
setFormat(String) - Method in class org.asteriskjava.manager.action.MonitorAction
Sets the format to use for encoding the voice files.
setFrom(String) - Method in class org.asteriskjava.manager.event.ParkedCallEvent
Sets the name of the channel that parked the call.
setFrom(String) - Method in class org.asteriskjava.manager.event.UnparkedCallEvent
Sets the name of the channel that parked the call.
setGlobalVariable(String, String) - Method in interface org.asteriskjava.live.AsteriskServer
Sets the value of the given global variable.
setGlobalVariable(String, String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
setGlobalVariable(String, String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
setHint(String) - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
setHoldTime(Long) - Method in class org.asteriskjava.manager.event.AgentCompleteEvent
Sets the amount of time the caller was on hold.
setHoldTime(Long) - Method in class org.asteriskjava.manager.event.AgentConnectEvent
Sets the amount of time the caller was on hold.
setHoldTime(Integer) - Method in class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
setHoldtime(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the current average holdtime for this queue.
setHoldTime(Integer) - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Sets the avarage hold time for this queue.
setHostname(String) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Sets the hostname of the Asterisk server to connect to.
setHostname(String) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Sets the hostname of the asterisk server to connect to.
setImage(String) - Method in class org.asteriskjava.fastagi.command.SendImageCommand
Sets the image to send.
setInterface(String) - Method in class org.asteriskjava.manager.action.QueueAddAction
Sets the interface to add.
setInterface(String) - Method in class org.asteriskjava.manager.action.QueuePauseAction
Sets the interface of the member to make available or unavailable.
setInterface(String) - Method in class org.asteriskjava.manager.action.QueueRemoveAction
Sets the interface to remove.
setInternalActionId(String) - Method in class org.asteriskjava.manager.event.ResponseEvent
Sets the internal action id of the ManagerAction that caused this event.
setInterval(long) - Method in class org.asteriskjava.manager.PingThread
Adjusts how often a PingAction is sent.
setIpAddress(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Sets the IP address of the peer.
setIpPort(Integer) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setKeepAliveAfterAuthenticationFailure(boolean) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Set to true to try reconnecting to ther asterisk serve even if the reconnection attempt threw an AuthenticationFailedException.
setKeepAliveAfterAuthenticationFailure(boolean) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Set to true to try reconnecting to ther asterisk serve even if the reconnection attempt threw an AuthenticationFailedException.
setKey(String) - Method in class org.asteriskjava.fastagi.command.DatabaseGetCommand
Sets the key to retrieve.
setKey(String) - Method in class org.asteriskjava.fastagi.command.DatabasePutCommand
Sets the key to set.
setKey(String) - Method in class org.asteriskjava.manager.action.DbGetAction
Sets the key of the entry to retrieve.
setKey(String) - Method in class org.asteriskjava.manager.action.DbPutAction
Sets the key to set.
setKey(String) - Method in class org.asteriskjava.manager.action.LoginAction
 
setKey(String) - Method in class org.asteriskjava.manager.event.DbGetResponseEvent
Sets the key of the database entry that was queried.
setKeyTree(String) - Method in class org.asteriskjava.fastagi.command.DatabaseDelCommand
Sets the keytree to delete.
setKeytree(String) - Method in class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand
Sets the keytree to delete.
setLastApplication(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the last application.
setLastCall(Long) - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Sets the time the last successful call answered by this member was hungup.
setLastCall(Long) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Sets the time the last successful call answered by this member was hungup.
setLastData(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Set the last application's data.
setLevel(int) - Method in class org.asteriskjava.fastagi.command.VerboseCommand
Sets the level to use.
setLink(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the name of the linked channel.
setListItems(Integer) - Method in class org.asteriskjava.manager.event.PeerlistCompleteEvent
Sets the number of PeerEvents that have been reported.
setLocalStationId(String) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the identifier of the local fax station.
setLocation(String) - Method in class org.asteriskjava.manager.event.AbstractQueueMemberEvent
Sets the name of the member's interface.
setLocation(String) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Sets the name of the member's interface.
setLoggedIn(Integer) - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Sets the number of members logged in.
setLoggedInChan(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the name of channel this agent logged in from.
setLoggedInTime(Long) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the time when the agent logged in.
setLoginChan(String) - Method in class org.asteriskjava.manager.event.AgentCallbackLoginEvent
 
setLoginChan(String) - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
 
setLoginTime(Long) - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
 
setLoginTime(String) - Method in class org.asteriskjava.manager.event.AgentLogoffEvent
 
setMailbox(String) - Method in class org.asteriskjava.manager.action.MailboxCountAction
Sets the name of the mailbox to query.
setMailbox(String) - Method in class org.asteriskjava.manager.action.MailboxStatusAction
Sets the name of the mailbox to query.
setMailbox(String) - Method in class org.asteriskjava.manager.event.MessageWaitingEvent
Sets the name of the mailbox that has waiting messages.
setMailbox(String) - Method in class org.asteriskjava.manager.response.MailboxCountResponse
Sets the name of the mailbox.
setMailbox(String) - Method in class org.asteriskjava.manager.response.MailboxStatusResponse
Sets the names of the mailboxes.
setManagerConnection(ManagerConnection) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
setManagerConnection(ManagerConnection) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
setMappings(Map<String, AgiScript>) - Method in class org.asteriskjava.fastagi.SimpleMappingStrategy
Set the "path to AgiScript" mapping.
setMappingStrategy(MappingStrategy) - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Sets the strategy to use for mapping AgiRequests to AgiScripts that serve them.
setMax(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the maximum number of people waiting in the queue.
setMaxDigits(int) - Method in class org.asteriskjava.fastagi.command.GetDataCommand
Sets the maximum number of digits to read.
setMaximumPoolSize(int) - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Sets the maximum number of worker threads in the thread pool.
setMeetMe(String) - Method in class org.asteriskjava.manager.action.AbstractMeetMeMuteAction
Sets the conference number.
setMeetMe(String) - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Sets the conference number.
setMember(String) - Method in class org.asteriskjava.manager.action.QueueStatusAction
Sets the member filter.
setMember(String) - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Sets the name of the member's interface.
setMemberName(String) - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
 
setMemberName(String) - Method in class org.asteriskjava.manager.event.AbstractQueueMemberEvent
Sets the name of the queue member.
setMemberName(String) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
 
setMembership(String) - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Sets if the added member is a dynamic or static queue member.
setMembership(String) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Sets if this member has been dynamically or statically added.
setMessage(String) - Method in class org.asteriskjava.fastagi.command.VerboseCommand
Sets the message to send.
setMessage(String) - Method in class org.asteriskjava.manager.event.ReloadEvent
 
setMessage(String) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the message.
setMix(Boolean) - Method in class org.asteriskjava.manager.action.MonitorAction
Set to true if the two voice files should be joined at the end of the call.
setMode(String) - Method in class org.asteriskjava.fastagi.command.TddModeCommand
Sets the mode to set.
SetMusicOffCommand - Class in org.asteriskjava.fastagi.command
Turns off music on hold on the current channel.
SetMusicOffCommand() - Constructor for class org.asteriskjava.fastagi.command.SetMusicOffCommand
Creates a new SetMusicOffCommand.
SetMusicOnCommand - Class in org.asteriskjava.fastagi.command
Turns on music on hold on the current channel.
SetMusicOnCommand() - Constructor for class org.asteriskjava.fastagi.command.SetMusicOnCommand
Creates a new SetMusicOnCommand playing music from the default music on hold class.
SetMusicOnCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SetMusicOnCommand
Creates a new SetMusicOnCommand playing music from the default music on hold class.
setMusicOnHoldClass(String) - Method in class org.asteriskjava.fastagi.command.SetMusicOnCommand
Sets the music on hold class to play music from.
setName(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the name of this agent.
setNatSupport(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setNew(Integer) - Method in class org.asteriskjava.manager.event.MessageWaitingEvent
Sets the number of new messages in this mailbox.
setNewMessages(int) - Method in class org.asteriskjava.live.Voicemailbox
Sets the number of new messages.
setNewMessages(Integer) - Method in class org.asteriskjava.manager.response.MailboxCountResponse
Sets the number of new messages in the mailbox.
setNewname(String) - Method in class org.asteriskjava.manager.event.RenameEvent
Sets the new name of the channel.
setNewUniqueId(String) - Method in class org.asteriskjava.manager.event.RenameEvent
Sets the new unique id of the channel.
setNumber(String) - Method in class org.asteriskjava.fastagi.command.SayNumberCommand
Sets the number to say.
setNumber(String) - Method in class org.asteriskjava.manager.action.ZapDialOffhookAction
Sets the number to dial.
setObjectName(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setOffset(int) - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Sets the offset samples to skip before streaming.
setOffset(int) - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Sets the offset samples to skip.
setOffset(int) - Method in class org.asteriskjava.fastagi.command.StreamFileCommand
Sets the offset samples to skip before streaming.
setOld(Integer) - Method in class org.asteriskjava.manager.event.MessageWaitingEvent
Sets the number of old messages in this mailbox.
setOldMessages(int) - Method in class org.asteriskjava.live.Voicemailbox
Sets the number of old messages.
setOldMessages(Integer) - Method in class org.asteriskjava.manager.response.MailboxCountResponse
Sets the number of old messages in the mailbox.
setOldname(String) - Method in class org.asteriskjava.manager.event.RenameEvent
Sets the old name of the channel.
setOptions(String) - Method in class org.asteriskjava.fastagi.command.ExecCommand
Sets the options to pass to the application.
setOriginalPosition(Integer) - Method in class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
setPagesTransferred(Integer) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the number of pages transferred.
setPassword(String) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Sets the password to use to connect to the Asterisk server.
setPassword(String) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Sets the password to use to connect to the asterisk server.
setPaused(Boolean) - Method in class org.asteriskjava.manager.action.QueueAddAction
Sets if the queue member should be paused when added.
setPaused(Boolean) - Method in class org.asteriskjava.manager.action.QueuePauseAction
Sets if the member is made available or unavailable.
setPaused(Boolean) - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Sets if this member is paused.
setPaused(Boolean) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Sets if this member has been paused.
setPaused(Boolean) - Method in class org.asteriskjava.manager.event.QueueMemberPausedEvent
Sets if this member is paused.
setPeer(String) - Method in class org.asteriskjava.manager.action.SipShowPeerAction
Sets the name of the peer to retrieve.
setPeer(String) - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Sets the name of the peer that registered.
setPeerCount(Integer) - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
setPeerStatus(String) - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Sets the registration state.
setPenalty(Integer) - Method in class org.asteriskjava.manager.action.QueueAddAction
Sets the penalty for this member.
setPenalty(Integer) - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Sets the penalty for this member.
setPenalty(Integer) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Sets the penalty for this member.
setPoolSize(int) - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Sets the number of worker threads in the thread pool.
setPort(int) - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Sets the TCP port to listen on for new connections.
setPort(int) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Sets the port to use to connect to the Asterisk server.
setPort(int) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Sets the port to use to connect to the asterisk server.
setPosition(Integer) - Method in class org.asteriskjava.manager.event.JoinEvent
Sets the position of the joined channel in the queue.
setPosition(Integer) - Method in class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
setPosition(Integer) - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Sets the position of this entry in the queue.
setPriority(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Sets the priority or label for continuation upon exiting the application.
setPriority(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Sets the priority or label for continuation upon exiting the application.
setPriority(String) - Method in class org.asteriskjava.fastagi.command.SetPriorityCommand
Sets the priority or label for continuation upon exiting the application.
setPriority(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
setPriority(Integer) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the priority of the extension to connect to.
setPriority(Integer) - Method in class org.asteriskjava.manager.action.RedirectAction
Sets the destination priority.
setPriority(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
setPriority(Integer) - Method in class org.asteriskjava.manager.event.NewExtenEvent
Sets the priority.
setPriority(Integer) - Method in class org.asteriskjava.manager.event.StatusEvent
 
SetPriorityCommand - Class in org.asteriskjava.fastagi.command
Sets the priority for continuation upon exiting the application.
SetPriorityCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SetPriorityCommand
Creates a new SetPriorityCommand.
setPrivilege(String) - Method in class org.asteriskjava.manager.event.ManagerEvent
Sets the AMI authorization class of this event.
setProtocolIdentifier(String) - Method in class org.asteriskjava.manager.event.ConnectEvent
Sets the version of the protocol.
setProtocolIdentifier(String) - Method in class org.asteriskjava.manager.event.ProtocolIdentifierReceivedEvent
Sets the version of the protocol.
setQueue(String) - Method in class org.asteriskjava.manager.action.QueueAddAction
Sets the name of the queue the new member will be added to.
setQueue(String) - Method in class org.asteriskjava.manager.action.QueuePauseAction
Sets the name of the queue the member is made available or unavailable on.
setQueue(String) - Method in class org.asteriskjava.manager.action.QueueRemoveAction
Sets the name of the queue the member will be removed from.
setQueue(String) - Method in class org.asteriskjava.manager.action.QueueStatusAction
Sets the queue filter.
setQueue(String) - Method in class org.asteriskjava.manager.action.QueueSummaryAction
Sets the name of the queue to retrieve the summary for.
setQueue(String) - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Sets the name of the queue.
setQueue(String) - Method in class org.asteriskjava.manager.event.AbstractQueueMemberEvent
Sets the name of the queue.
setQueue(String) - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Sets the name of the queue that contains this entry.
setQueue(String) - Method in class org.asteriskjava.manager.event.QueueEvent
Sets the name of the queue.
setQueue(String) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Sets the name of the queue.
setQueue(String) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the name of the queue.
setQueue(String) - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Sets the name of queue.
setRealtimeDevice(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Available since Asterisk 1.4.
setReason(String) - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
Sets the reason for the logoff.
setReason(String) - Method in class org.asteriskjava.manager.event.AgentCompleteEvent
Sets if the agent or the caller terminated the call.
setReason(String) - Method in class org.asteriskjava.manager.event.LogChannelEvent
Sets the reason for disabling logging.
setReason(Integer) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
 
setRegistryCount(Integer) - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
setReload(String) - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Sets the reload behavior of this action, or sets a specific module to be reloaded
setReload(boolean) - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Sets the reload behavior of this action.
setReloadReason(String) - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
Sets the reason that this channel was reloaded, for example "CLIRELOAD (Channel module reload by CLI command)".
setRemoteStationId(String) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the identifier of the remote fax station.
setRepsonse(ManagerResponse) - Method in class org.asteriskjava.manager.internal.ResponseEventsImpl
Sets the ManagerResponse received.
setResolution(Integer) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the row resolution of the received fax.
setResourceBundleName(String) - Method in class org.asteriskjava.fastagi.ResourceBundleMappingStrategy
Sets the basename of the resource bundle to use.
setResponse(String) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Sets the result of the corresponding Originate action.
setResponse(String) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the response.
setRestart(Boolean) - Method in class org.asteriskjava.manager.event.ShutdownEvent
 
setResult(List<String>) - Method in class org.asteriskjava.manager.response.CommandResponse
Sets the result.
setSeconds(Integer) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the number of elapsed seconds.
setSecret(String) - Method in class org.asteriskjava.manager.action.LoginAction
Sets the secret to use when using cleartext login.
setServiceLevel(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the service level.
setServiceLevelPerf(Double) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the ratio of calls answered within the specified service level per total completed calls.
setShareInstances(boolean) - Method in class org.asteriskjava.fastagi.ClassNameMappingStrategy
Sets whether to use shared instances or not.
setShareInstances(boolean) - Method in class org.asteriskjava.fastagi.ResourceBundleMappingStrategy
Sets whether to use shared instances or not.
setShutdown(String) - Method in class org.asteriskjava.manager.event.ShutdownEvent
 
setSignalling(String) - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Sets the signalling of this zap channel.
setSkipQueues(boolean) - Method in class org.asteriskjava.live.DefaultAsteriskServer
Determines if queue status is retrieved at startup.
setSkipQueues(boolean) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
Determines if queue status is retrieved at startup.
setSleepTime(long) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Deprecated. no longer needed as we now use an interrupt based response checking approach.
setSocket(SocketConnectionFacade) - Method in interface org.asteriskjava.manager.internal.ManagerReader
Sets the socket to use for reading from the asterisk server.
setSocket(SocketConnectionFacade) - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
Sets the socket to use for reading from the asterisk server.
setSocket(SocketConnectionFacade) - Method in interface org.asteriskjava.manager.internal.ManagerWriter
Sets the socket to use for writing to Asterisk.
setSocket(SocketConnectionFacade) - Method in class org.asteriskjava.manager.internal.ManagerWriterImpl
 
setSocketReadTimeout(int) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
setSocketReadTimeout(int) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
setSocketReadTimeout(int) - Method in interface org.asteriskjava.manager.ManagerConnection
Connection is dropped (and restarted) if it stales on read longer than the timeout.
setSocketTimeout(int) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
setSocketTimeout(int) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
setSocketTimeout(int) - Method in interface org.asteriskjava.manager.ManagerConnection
The timeout to use when connecting the the Asterisk server.
setSoft(Boolean) - Method in class org.asteriskjava.manager.action.AgentLogoffAction
Sets whether existing calls should be hung up or not.
setSrc(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the Caller*ID number.
setSrc(String) - Method in class org.asteriskjava.manager.event.DialEvent
Sets the name of the source channel.
setSrcFilename(String) - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Sets the source filename.
setSrcUniqueId(String) - Method in class org.asteriskjava.manager.event.DialEvent
Sets the unique ID of the source channel.
setSsl(boolean) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Sets whether to use SSL.
setSsl(boolean) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Sets whether to use SSL.
setStartTime(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the date/time when the call has started.
setState(String) - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
Sets the (new) state of the channel.
setState(Boolean) - Method in class org.asteriskjava.manager.event.DndStateEvent
Sets the DND state of the channel.
setState(String) - Method in class org.asteriskjava.manager.event.StatusEvent
 
setStatus(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the status of this agent.
setStatus(Integer) - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Sets the state of the extension.
setStatus(Boolean) - Method in class org.asteriskjava.manager.event.MeetMeMuteEvent
Sets whether the user was muted or unmuted.
setStatus(Boolean) - Method in class org.asteriskjava.manager.event.MeetMeTalkingEvent
Sets whether the user has started or stopped talking.
setStatus(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Sets the status of this peer.
setStatus(Integer) - Method in class org.asteriskjava.manager.event.QueueMemberAddedEvent
Sets the status of this queue member.
setStatus(Integer) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Sets the status of this queue member.
setStatus(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Sets the registration state.
setStatus(Integer) - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
setStrategies(List<MappingStrategy>) - Method in class org.asteriskjava.fastagi.CompositeMappingStrategy
Sets the strategies to use.
setStrategy(String) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the strategy used for this queue.
setTalkingTo(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the numerical Caller*ID of the channel this agent is talking to.
setTalkTime(Long) - Method in class org.asteriskjava.manager.event.AgentCompleteEvent
Sets the amount of time the caller talked to the agent.
setTarget(ManagerEventListener) - Method in class org.asteriskjava.manager.ManagerEventListenerProxy
Sets the target listener that is notified asynchronously when new events are received.
setTargetVersion(AsteriskVersion) - Method in interface org.asteriskjava.manager.internal.ManagerWriter
Sets the version of the target Asterisk server.
setTargetVersion(AsteriskVersion) - Method in class org.asteriskjava.manager.internal.ManagerWriterImpl
 
setText(String) - Method in class org.asteriskjava.fastagi.command.SayAlphaCommand
Sets the text to say.
setText(String) - Method in class org.asteriskjava.fastagi.command.SayPhoneticCommand
Sets the text to say.
setText(String) - Method in class org.asteriskjava.fastagi.command.SendTextCommand
Sets the text to send.
setTime(long) - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Returns the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC).
setTime(long) - Method in class org.asteriskjava.fastagi.command.SayTimeCommand
Sets the time to say in seconds since 00:00:00 on January 1, 1970.
setTime(int) - Method in class org.asteriskjava.fastagi.command.SetAutoHangupCommand
Sets the number of seconds before this channel is automatically hung up.
setTime(Integer) - Method in class org.asteriskjava.manager.event.PeerStatusEvent
 
setTimeout(long) - Method in class org.asteriskjava.fastagi.command.GetDataCommand
Sets the timeout to wait for data.
setTimeout(int) - Method in class org.asteriskjava.fastagi.command.GetOptionCommand
Sets the timeout to wait if none of the defined esacpe digits was presses while streaming.
setTimeout(int) - Method in class org.asteriskjava.fastagi.command.ReceiveCharCommand
Sets the milliseconds to wait for the channel to receive a character.
setTimeout(int) - Method in class org.asteriskjava.fastagi.command.ReceiveTextCommand
Sets the milliseconds to wait for the channel to receive the text.
setTimeout(int) - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Sets the maximum record time in milliseconds.
setTimeout(long) - Method in class org.asteriskjava.fastagi.command.WaitForDigitCommand
Sets the milliseconds to wait for the channel to receive a DTMF digit.
setTimeout(Integer) - Method in class org.asteriskjava.manager.action.AbsoluteTimeoutAction
Sets the the maximum duation of the call (in seconds) to set on channel.
setTimeout(Integer) - Method in class org.asteriskjava.manager.action.OriginateAction
Deprecated. use OriginateAction.setTimeout(Long) instead.
setTimeout(Long) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the timeout (in milliseconds) for the origination.
setTimeout(Integer) - Method in class org.asteriskjava.manager.action.ParkAction
Sets the timeout in seconds before callback.
setTimeout(Integer) - Method in class org.asteriskjava.manager.event.ParkedCallEvent
Sets the number of seconds this call will be parked.
setTimeout(long) - Method in class org.asteriskjava.manager.PingThread
Sets the timeout to wait for the ManagerResponse before throwing an excpetion.
setTimestamp(Double) - Method in class org.asteriskjava.manager.event.ManagerEvent
Sets the timestamp for this event.
setTimezone(String) - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Sets the timezone to use when saying the time.
setTone(Boolean) - Method in class org.asteriskjava.manager.action.BridgeAction
Sets whether a courtesy tone will be played to channel2.
setTransferRate(Integer) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the transfer rate in bits/s.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Sets the unique id of the parked channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AgentCallbackLoginEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AgentLoginEvent
Sets the unique id of the channel associated with the logged in agent.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AgentLogoffEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.HoldEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.NewExtenEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.QueueEvent
Sets the unique id of the channel that joines or leaves the queue.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.RenameEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the unique id of this channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.UnholdEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.UserEvent
Sets the unqiue id of the channel this event occured in.
setUniqueId(String) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the unique id received with this response.
setUniqueId1(String) - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Sets the unique id of the channel that put the other channel on hold.
setUniqueId1(String) - Method in class org.asteriskjava.manager.event.LinkageEvent
Sets the unique id of the first channel.
setUniqueId2(String) - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Sets the unique id of the channel that has been put on hold.
setUniqueId2(String) - Method in class org.asteriskjava.manager.event.LinkageEvent
Sets the unique id of the second channel.
setUnqiueId(String) - Method in class org.asteriskjava.manager.event.ParkedCallEvent
Sets the unique id of the parked channel, workaround for a typo in asterisk manager event
setUser(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Deprecated. Please do not use this method it is a workaround for Asterisk 1.0.x servers. See Asterisk bug 4916.
setUserCount(Integer) - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
setUserEvent(UserEvent) - Method in class org.asteriskjava.manager.action.UserEventAction
 
setUserField(String) - Method in class org.asteriskjava.manager.action.SetCdrUserFieldAction
Sets the value of the cdr user field to set or append.
setUserField(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the user-defined field.
setUsername(String) - Method in class org.asteriskjava.manager.action.LoginAction
Sets the username as configured in asterik's manager.conf.
setUsername(String) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Sets the username to use to connect to the Asterisk server.
setUsername(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Sets the username used for registration.
setUsername(String) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
Sets the username to use to connect to the asterisk server.
setUserNum(Integer) - Method in class org.asteriskjava.manager.action.AbstractMeetMeMuteAction
Sets the index of the user in the conference.
setUserNum(Integer) - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Sets the index of the user in the conference.
setVal(String) - Method in class org.asteriskjava.manager.action.DbPutAction
Sets the value to set.
setVal(String) - Method in class org.asteriskjava.manager.event.DbGetResponseEvent
Sets the value of the database entry that was queried.
setValue(String) - Method in class org.asteriskjava.fastagi.command.DatabasePutCommand
Sets the value to set.
setValue(String) - Method in class org.asteriskjava.fastagi.command.SetVariableCommand
Sets the value to set.
setValue(String) - Method in class org.asteriskjava.manager.action.SetVarAction
Sets the value to store.
SetVarAction - Class in org.asteriskjava.manager.action
The SetVarAction sets the value of a global or local channel variable.
SetVarAction() - Constructor for class org.asteriskjava.manager.action.SetVarAction
Creates a new empty SetVarAction.
SetVarAction(String, String) - Constructor for class org.asteriskjava.manager.action.SetVarAction
Creates a new SetVarAction that sets the given global variable to a new value.
SetVarAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.SetVarAction
Creates a new SetVarAction that sets the given channel variable of the given channel to a new value.
setVariable(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Sets the value of the current channel variable to a new value.
setVariable(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Sets the value of the given channel variable to a new value.
setVariable(String) - Method in class org.asteriskjava.fastagi.command.GetFullVariableCommand
Sets the name of the variable to retrieve.
setVariable(String) - Method in class org.asteriskjava.fastagi.command.GetVariableCommand
Sets the name of the variable to retrieve.
setVariable(String) - Method in class org.asteriskjava.fastagi.command.SetVariableCommand
Sets the name of the variable to set.
setVariable(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
setVariable(String, String) - Method in interface org.asteriskjava.live.AsteriskChannel
Sets the value of the given channel variable.
setVariable(String) - Method in class org.asteriskjava.manager.action.GetVarAction
Sets the name of the variable to query.
setVariable(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Deprecated. use OriginateAction.setVariables(Map) instead.
setVariable(String, String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets an variable on the originated call.
setVariable(String) - Method in class org.asteriskjava.manager.action.SetVarAction
Sets the name of the variable to set.
SetVariableCommand - Class in org.asteriskjava.fastagi.command
Sets the given channel varible to the given value.
SetVariableCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.SetVariableCommand
Creates a new GetVariableCommand.
setVariables(Map<String, String>) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the variables to set on the originated call.
setVideoSupport(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Available since Asterisk 1.4.
setWait(Long) - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Sets the number of seconds this entry has spent in the queue.
setWaiting(Integer) - Method in class org.asteriskjava.manager.event.MessageWaitingEvent
Sets the number of new messages in the mailbox.
setWaiting(Boolean) - Method in class org.asteriskjava.manager.response.MailboxStatusResponse
Set to Boolean.TRUE if at least one of the mailboxes contains new messages; Boolean.FALSE otherwise.
setWeight(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the weight of this queue.
setWrapupTime(Long) - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Sets the minimum amount of time after disconnecting before the caller can receive a new call.
setZapChannel(Integer) - Method in class org.asteriskjava.manager.action.ZapDialOffhookAction
Sets the number of the zap channel.
setZapChannel(Integer) - Method in class org.asteriskjava.manager.action.ZapDndOffAction
Sets the number of the zap channel to switch to dnd off.
setZapChannel(Integer) - Method in class org.asteriskjava.manager.action.ZapDndOnAction
Sets the number of the zap channel to switch to dnd on.
setZapChannel(Integer) - Method in class org.asteriskjava.manager.action.ZapHangupAction
Sets the number of the zap channel to hangup.
setZapChannel(Integer) - Method in class org.asteriskjava.manager.action.ZapTransferAction
Sets the number of the zap channel to transfer.
shutdown() - Method in interface org.asteriskjava.fastagi.AgiServer
Stops this AgiServer.
shutdown() - Method in class org.asteriskjava.fastagi.AgiServerThread
Stops the AgiServer.
shutdown() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
 
shutdown() - Method in interface org.asteriskjava.live.AsteriskServer
Closes the connection to this server.
shutdown() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
shutdown() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
shutdown() - Method in class org.asteriskjava.manager.ManagerEventListenerProxy
 
ShutdownEvent - Class in org.asteriskjava.manager.event
A ShutdownEvent is triggered when the asterisk server is shut down or restarted.
ShutdownEvent(Object) - Constructor for class org.asteriskjava.manager.event.ShutdownEvent
 
SimpleMappingStrategy - Class in org.asteriskjava.fastagi
A MappingStrategy that is configured via a fixed set of properties.
SimpleMappingStrategy() - Constructor for class org.asteriskjava.fastagi.SimpleMappingStrategy
 
SipPeersAction - Class in org.asteriskjava.manager.action
Retrieves a list of all defined SIP peers.
SipPeersAction() - Constructor for class org.asteriskjava.manager.action.SipPeersAction
Creates a new SipPeersAction.
SipShowPeerAction - Class in org.asteriskjava.manager.action
Retrieves a the details about a given SIP peer.
SipShowPeerAction() - Constructor for class org.asteriskjava.manager.action.SipShowPeerAction
Creates a new empty SipShowPeerAction.
SipShowPeerAction(String) - Constructor for class org.asteriskjava.manager.action.SipShowPeerAction
Creates a new SipShowPeerAction that requests the details about the given SIP peer.
SocketConnectionFacade - Interface in org.asteriskjava.util
The SocketConnectionFacade provides read and write operation for communication over TCP/IP sockets.
SocketConnectionFacadeImpl - Class in org.asteriskjava.util.internal
Default implementation of the SocketConnectionFacade interface using java.io.
SocketConnectionFacadeImpl(String, int, boolean, int, int) - Constructor for class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
Creates a new instance.
srcFilename - Variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
startMonitoring(String) - Method in interface org.asteriskjava.live.AsteriskChannel
Starts monitoring (recording) this channel.
startMonitoring(String, String) - Method in interface org.asteriskjava.live.AsteriskChannel
Starts monitoring (recording) this channel using the given audio format.
startMonitoring(String, String, boolean) - Method in interface org.asteriskjava.live.AsteriskChannel
Starts monitoring (recording) this channel using the given audio format and optionally mixing input and output data after recording is finished.
startup() - Method in interface org.asteriskjava.fastagi.AgiServer
Starts this AgiServer.
startup() - Method in class org.asteriskjava.fastagi.AgiServerThread
Starts the AgiServer in its own thread.
startup() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
 
state - Variable in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
STATUS_AUTH_SENT - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
STATUS_LAGGED - Static variable in class org.asteriskjava.manager.event.PeerStatusEvent
 
STATUS_NO_AUTHENTICATION - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
STATUS_REACHABLE - Static variable in class org.asteriskjava.manager.event.PeerStatusEvent
 
STATUS_REGISTERED - Static variable in class org.asteriskjava.manager.event.PeerStatusEvent
 
STATUS_REGISTERED - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
STATUS_REJECTED - Static variable in class org.asteriskjava.manager.event.PeerStatusEvent
 
STATUS_REJECTED - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
STATUS_REQUEST_SENT - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
STATUS_TIMEOUT - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
STATUS_UNREACHABLE - Static variable in class org.asteriskjava.manager.event.PeerStatusEvent
 
STATUS_UNREACHABLE - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
STATUS_UNREGISTERED - Static variable in class org.asteriskjava.manager.event.PeerStatusEvent
 
STATUS_UNREGISTERED - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
StatusAction - Class in org.asteriskjava.manager.action
The StatusAction requests the state of all active channels.
StatusAction() - Constructor for class org.asteriskjava.manager.action.StatusAction
Creates a new StatusAction.
StatusCompleteEvent - Class in org.asteriskjava.manager.event
A StatusCompleteEvent is triggered after the state of all channels has been reported in response to a StatusAction.
StatusCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.StatusCompleteEvent
 
StatusEvent - Class in org.asteriskjava.manager.event
A StatusEvent is triggered for each active channel in response to a StatusAction.
StatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.StatusEvent
 
StopMonitorAction - Class in org.asteriskjava.manager.action
The StopMonitorAction ends monitoring (recording) a channel.
StopMonitorAction() - Constructor for class org.asteriskjava.manager.action.StopMonitorAction
Creates a new empty StopMonitorAction.
StopMonitorAction(String) - Constructor for class org.asteriskjava.manager.action.StopMonitorAction
Creates a new StopMonitorAction that ends monitoring of the given channel.
stopMonitoring() - Method in interface org.asteriskjava.live.AsteriskChannel
Stops monitoring this channel.
stopMusicOnHold() - Method in interface org.asteriskjava.fastagi.AgiChannel
Stops playing music on hold.
stopMusicOnHold() - Method in class org.asteriskjava.fastagi.AgiOperations
Stops playing music on hold.
stopMusicOnHold() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
streamFile(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file.
streamFile(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file and allows the user to escape by pressing one of the given digit.
streamFile(String) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file.
streamFile(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
Plays the given file and allows the user to escape by pressing one of the given digit.
streamFile(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
streamFile(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
StreamFileCommand - Class in org.asteriskjava.fastagi.command
Plays the given file, allowing playback to be interrupted by the given digits, if any.
StreamFileCommand(String) - Constructor for class org.asteriskjava.fastagi.command.StreamFileCommand
Creates a new StreamFileCommand, streaming from the beginning.
StreamFileCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.StreamFileCommand
Creates a new StreamFileCommand, streaming from the beginning.
StreamFileCommand(String, String, int) - Constructor for class org.asteriskjava.fastagi.command.StreamFileCommand
Creates a new StreamFileCommand, streaming from the given offset.
stripInternalActionId(String) - Static method in class org.asteriskjava.manager.internal.ManagerUtil
Strips the internal action id from the given action id.

T

TddModeCommand - Class in org.asteriskjava.fastagi.command
Enable/Disable TDD transmission/reception on a channel.
TddModeCommand(String) - Constructor for class org.asteriskjava.fastagi.command.TddModeCommand
Creates a new TDDModeCommand.
TimeoutException - Exception in org.asteriskjava.manager
A TimeoutException is thrown if a ManagerResponse is not received within the expected time period.
TimeoutException(String) - Constructor for exception org.asteriskjava.manager.TimeoutException
Creates a new TimeoutException with the given message.
toHexString(byte[]) - Static method in class org.asteriskjava.manager.internal.ManagerUtil
Converts a byte array to a hex string representing it.
toString() - Method in class org.asteriskjava.AsteriskVersion
 
toString() - Method in class org.asteriskjava.fastagi.command.AbstractAgiCommand
 
toString() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
toString() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
toString() - Method in class org.asteriskjava.live.CallerId
Returns a string representation of this CallerId in the form "Some Name" <1234>.
toString() - Method in class org.asteriskjava.live.ChannelStateHistoryEntry
 
toString() - Method in class org.asteriskjava.live.DialedChannelHistoryEntry
 
toString() - Method in class org.asteriskjava.live.Extension
 
toString() - Method in class org.asteriskjava.live.ExtensionHistoryEntry
 
toString() - Method in enum org.asteriskjava.live.HangupCause
 
toString() - Method in class org.asteriskjava.live.LinkedChannelHistoryEntry
 
toString() - Method in class org.asteriskjava.live.Voicemailbox
 
toString() - Method in class org.asteriskjava.manager.action.AbstractManagerAction
 
toString() - Method in class org.asteriskjava.manager.event.ManagerEvent
 
toString() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
toString() - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
toString() - Method in class org.asteriskjava.manager.response.ManagerResponse
 
trace(Object) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log a message to the Log4j Logger with TRACE priority.
trace(Object, Throwable) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log an error to the Log4j Logger with TRACE priority.

U

UNAVAILABLE - Static variable in class org.asteriskjava.manager.event.ExtensionStatusEvent
All devices UNAVAILABLE/UNREGISTERED
UnholdEvent - Class in org.asteriskjava.manager.event
An UnholdEvent is triggered by the SIP channel driver when a channel is no longer put on hold.
UnholdEvent(Object) - Constructor for class org.asteriskjava.manager.event.UnholdEvent
Creates a new UnholdEvent.
uniqueId - Variable in class org.asteriskjava.manager.event.RenameEvent
Unique id of the channel.
UnlinkEvent - Class in org.asteriskjava.manager.event
An UnlinkEvent is triggered when a link between two voice channels is discontinued, for example, just before call completion.
UnlinkEvent(Object) - Constructor for class org.asteriskjava.manager.event.UnlinkEvent
 
unlock() - Method in interface org.asteriskjava.live.MeetMeRoom
Unlocks this room so additional users can join again.
unmute() - Method in interface org.asteriskjava.live.MeetMeUser
(Re)starts sending voice from this user to the MeetMe room.
UnparkedCallEvent - Class in org.asteriskjava.manager.event
A UnparkedCallEvent is triggered when a channel that has been parked is resumed.
UnparkedCallEvent(Object) - Constructor for class org.asteriskjava.manager.event.UnparkedCallEvent
 
UnpauseMonitorAction - Class in org.asteriskjava.manager.action
The PauseMonitorAction re-enables monitoring (recording) of a channel after calling PauseMonitor.
UnpauseMonitorAction() - Constructor for class org.asteriskjava.manager.action.UnpauseMonitorAction
Creates a new empty UnpauseMonitorAction.
UnpauseMonitorAction(String) - Constructor for class org.asteriskjava.manager.action.UnpauseMonitorAction
Creates a new UnpauseMonitorAction that re-enables monitoring the given channel.
unpauseMonitoring() - Method in interface org.asteriskjava.live.AsteriskChannel
Re-enables monitoring this channel after calling AsteriskChannel.pauseMonitoring().
UpdateConfigAction - Class in org.asteriskjava.manager.action
The UpdateConfigAction sends an UpdateConfig command to the asterisk server.
UpdateConfigAction() - Constructor for class org.asteriskjava.manager.action.UpdateConfigAction
Creates a new UpdateConfigAction.
UpdateConfigAction(String, String, boolean) - Constructor for class org.asteriskjava.manager.action.UpdateConfigAction
Creates a new UpdateConfigAction with the given parameters.
UserEvent - Class in org.asteriskjava.manager.event
Abstract base class for user events.
UserEvent(Object) - Constructor for class org.asteriskjava.manager.event.UserEvent
 
UserEventAction - Class in org.asteriskjava.manager.action
The UserEventAction will send a custom user event to the Asterisk server.
UserEventAction() - Constructor for class org.asteriskjava.manager.action.UserEventAction
 
UserEventAction(UserEvent) - Constructor for class org.asteriskjava.manager.action.UserEventAction
Create the userevent action with userEvent as the event it will send
username - Variable in class org.asteriskjava.manager.internal.ManagerConnectionImpl
The username to use for login as defined in Asterisk's manager.conf.

V

value - Variable in class org.asteriskjava.manager.action.SetVarAction
The value to store.
valueOf(String) - Static method in enum org.asteriskjava.live.AmaFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.asteriskjava.live.CallerId
Parses a caller id string in the form "Some Name" <1234> to a CallerId object.
valueOf(String) - Static method in enum org.asteriskjava.live.ChannelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asteriskjava.live.Disposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asteriskjava.live.HangupCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asteriskjava.live.MeetMeUserState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asteriskjava.manager.ManagerConnectionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.asteriskjava.live.AmaFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asteriskjava.live.ChannelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asteriskjava.live.Disposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asteriskjava.live.HangupCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asteriskjava.live.MeetMeUserState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asteriskjava.manager.ManagerConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
variable - Variable in class org.asteriskjava.manager.action.SetVarAction
The name of the variable to set.
VARIABLE_MONITOR_EXEC - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
VARIABLE_MONITOR_EXEC_ARGS - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
verbose(String, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Sends a message to the Asterisk console via the verbose message system.
verbose(String, int) - Method in class org.asteriskjava.fastagi.AgiOperations
Sends a message to the Asterisk console via the verbose message system.
verbose(String, int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
VerboseCommand - Class in org.asteriskjava.fastagi.command
Sends a message to the Asterisk console via the verbose message system.
VerboseCommand(String, int) - Constructor for class org.asteriskjava.fastagi.command.VerboseCommand
Creates a new VerboseCommand.
Voicemailbox - Class in org.asteriskjava.live
An Asterisk voicemailbox with status.
Voicemailbox(String, String, String) - Constructor for class org.asteriskjava.live.Voicemailbox
Creates a new instance.

W

waitForDigit(int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Waits up to 'timeout' milliseconds to receive a DTMF digit.
waitForDigit(int) - Method in class org.asteriskjava.fastagi.AgiOperations
Waits up to 'timeout' milliseconds to receive a DTMF digit.
waitForDigit(int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
WaitForDigitCommand - Class in org.asteriskjava.fastagi.command
Waits up to 'timeout' milliseconds for channel to receive a DTMF digit.
WaitForDigitCommand() - Constructor for class org.asteriskjava.fastagi.command.WaitForDigitCommand
Creates a new WaitForDigitCommand with a default timeout of -1 which blocks the channel indefinitely.
WaitForDigitCommand(long) - Constructor for class org.asteriskjava.fastagi.command.WaitForDigitCommand
Creates a new WaitForDigitCommand.
warn(Object) - Method in class org.asteriskjava.util.internal.JavaLoggingLog
 
warn(Object, Throwable) - Method in class org.asteriskjava.util.internal.JavaLoggingLog
 
warn(Object) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log a message to the Log4j Logger with WARN priority.
warn(Object, Throwable) - Method in class org.asteriskjava.util.internal.Log4JLogger
Log an error to the Log4j Logger with WARN priority.
warn(Object) - Method in class org.asteriskjava.util.internal.NullLog
 
warn(Object, Throwable) - Method in class org.asteriskjava.util.internal.NullLog
 
warn(Object) - Method in interface org.asteriskjava.util.Log
 
warn(Object, Throwable) - Method in interface org.asteriskjava.util.Log
 
wasBusy() - Method in interface org.asteriskjava.live.AsteriskChannel
Checks if this channel was busy.
wasInState(ChannelState) - Method in interface org.asteriskjava.live.AsteriskChannel
Checks if this channel was at least once in the given state.
wasLinked() - Method in interface org.asteriskjava.live.AsteriskChannel
Indicates if this channel was linked to another channel at least once.
write(String) - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
write(String) - Method in interface org.asteriskjava.util.SocketConnectionFacade
Sends a given String to the socket connection.

Z

ZapDialOffhookAction - Class in org.asteriskjava.manager.action
The ZapDialOffhookAction dials a number on a zap channel while offhook.
ZapDialOffhookAction() - Constructor for class org.asteriskjava.manager.action.ZapDialOffhookAction
Creates a new empty ZapDialOffhookAction.
ZapDialOffhookAction(Integer, String) - Constructor for class org.asteriskjava.manager.action.ZapDialOffhookAction
Creates a new ZapDialOffhookAction that dials the given number on the given zap channel.
ZapDndOffAction - Class in org.asteriskjava.manager.action
The ZapDNDOnAction switches a zap channel "Do Not Disturb" status off.
ZapDndOffAction() - Constructor for class org.asteriskjava.manager.action.ZapDndOffAction
Creates a new empty ZapDndOffAction.
ZapDndOffAction(Integer) - Constructor for class org.asteriskjava.manager.action.ZapDndOffAction
Creates a new ZapDndOffAction that disables "Do Not Disturb" status for the given zap channel.
ZapDndOnAction - Class in org.asteriskjava.manager.action
The ZapDNDOnAction switches a zap channel "Do Not Disturb" status on.
ZapDndOnAction() - Constructor for class org.asteriskjava.manager.action.ZapDndOnAction
Creates a new empty ZapDndOnAction.
ZapDndOnAction(Integer) - Constructor for class org.asteriskjava.manager.action.ZapDndOnAction
Creates a new ZapDndOnAction that enables "Do Not Disturb" status for the given zap channel.
ZapHangupAction - Class in org.asteriskjava.manager.action
The ZapHangupAction hangs up a zap channel.
ZapHangupAction() - Constructor for class org.asteriskjava.manager.action.ZapHangupAction
Creates a new empty ZapHangupAction.
ZapHangupAction(Integer) - Constructor for class org.asteriskjava.manager.action.ZapHangupAction
Creates a new ZapHangupAction that hangs up the given zap channel.
ZapRestartAction - Class in org.asteriskjava.manager.action
Fully restarts all zaptel channels and terminates any calls on Zap interfaces.
ZapRestartAction() - Constructor for class org.asteriskjava.manager.action.ZapRestartAction
Creates a new ZapRestartAction.
ZapShowChannelsAction - Class in org.asteriskjava.manager.action
The ZapShowChannelsAction requests the state of all zap channels.
ZapShowChannelsAction() - Constructor for class org.asteriskjava.manager.action.ZapShowChannelsAction
Creates a new ZapShowChannelsAction.
ZapShowChannelsCompleteEvent - Class in org.asteriskjava.manager.event
A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported in response to a ZapShowChannelsAction.
ZapShowChannelsCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.ZapShowChannelsCompleteEvent
 
ZapShowChannelsEvent - Class in org.asteriskjava.manager.event
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.
ZapShowChannelsEvent(Object) - Constructor for class org.asteriskjava.manager.event.ZapShowChannelsEvent
 
ZapTransferAction - Class in org.asteriskjava.manager.action
The ZapTransferAction transfers a zap channel.
ZapTransferAction() - Constructor for class org.asteriskjava.manager.action.ZapTransferAction
 

A B C D E F G H I J K L M N O P Q R S T U V W Z
Asterisk-Java

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