Skip navigation links
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
 
AbstractAgiServer - Class in org.asteriskjava.fastagi
Abstract base class for FastAGI and AsyncAGI servers.
AbstractAgiServer() - Constructor for class org.asteriskjava.fastagi.AbstractAgiServer
 
AbstractAgiServer(AgiChannelFactory) - Constructor for class org.asteriskjava.fastagi.AbstractAgiServer
Creates a new AbstractAgiServer with the given channel factory.
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
 
AbstractFaxEvent - Class in org.asteriskjava.manager.event
An AbstractFaxEvent is a base class for fax related events
AbstractFaxEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractFaxEvent
 
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
 
AbstractMonitorEvent - Class in org.asteriskjava.manager.event
Abstract base class for monitoring events.
AbstractMonitorEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractMonitorEvent
 
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
 
AbstractRtcpEvent - Class in org.asteriskjava.manager.event
Abstract base class for RTCP related events.
AbstractRtcpEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractRtcpEvent
 
AbstractRtpStatEvent - Class in org.asteriskjava.manager.event
Abstract base class for RTP statistics events.
AbstractRtpStatEvent(Object) - Constructor for class org.asteriskjava.manager.event.AbstractRtpStatEvent
 
accept() - Method in class org.asteriskjava.util.internal.ServerSocketFacadeImpl
 
accept() - Method in interface org.asteriskjava.util.ServerSocketFacade
Waits for a new incoming connection.
Access() - Constructor for class org.asteriskjava.manager.ManagerEventListenerProxy.Access
 
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.
If this server is not yet connected it will be implicitly connected.
addAsteriskServerListener(AsteriskServerListener) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
addAsteriskServerListener(AsteriskServerListener) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
addChainListener(ManagerEventListener) - Method in interface org.asteriskjava.live.AsteriskServer
The chainListener allows a listener to receive manager events after they have been processed by the AsteriskServer.
addChainListener(ManagerEventListener) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
addChainListener(ManagerEventListener) - 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.
addConnection(ManagerConnection) - Method in class org.asteriskjava.manager.PingThread
Adds a connection to the list of pinged connections.
addElement(ConfigElement) - Method in class org.asteriskjava.config.Category
 
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
Deprecated.
use QueueAddAction instead.
AgentCallbackLoginAction() - Constructor for class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
Creates a new empty AgentCallbackLoginAction.
AgentCallbackLoginAction(String, String) - Constructor for class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
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
Deprecated.
Creates a new AgentCallbackLoginAction, that logs in the given agent at the given callback extension in the given context.
AgentCallbackLoginAction(String, String, String, Boolean, Long) - Constructor for class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
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
 
agentId - Variable in class org.asteriskjava.live.internal.AsteriskAgentImpl
 
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
 
AgentManager - Class in org.asteriskjava.live.internal
Manages all events related to agents on Asterisk server.
AgentRingNoAnswerEvent - Class in org.asteriskjava.manager.event
An AgentRingNoAnswerEvent is triggered when a call is routed to an agent but the agent does not answer the call.
AgentRingNoAnswerEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgentRingNoAnswerEvent
 
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
 
AgentState - Enum in org.asteriskjava.live
The lifecycle status of an AsteriskAgent.
AGI_CONNECTION_HANDLERS - Static variable in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
 
AgiAction - Class in org.asteriskjava.manager.action
Add a new AGI command to execute by the Async AGI application.
AgiAction() - Constructor for class org.asteriskjava.manager.action.AgiAction
Creates a new empty AgiAction.
AgiAction(String, String) - Constructor for class org.asteriskjava.manager.action.AgiAction
Creates a new AgiAction with channel and command.
AgiAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.AgiAction
Creates a new AgiAction with channel, command and commandId.
AgiChannel - Interface in org.asteriskjava.fastagi
Provides the functionality to send AgiCommands to Asterisk while handling an AgiRequest.
AgiChannelFactory - Interface in org.asteriskjava.fastagi.internal
An AgiChannelFactory creates instances of AgiChannels, that are passed to agi scripts.
AgiChannelImpl - Class in org.asteriskjava.fastagi.internal
Default implementation of the AgiChannel interface.
AgiChannelImpl(AgiRequest, AgiWriter, AgiReader) - Constructor for class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
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 AGI connection from an Asterisk Server is received.
AgiConnectionHandler(MappingStrategy, AgiChannelFactory) - 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.
AgiExecEvent - Class in org.asteriskjava.manager.event
AgiExecEvents are triggered when an AGI command is executed.
AgiExecEvent(Object) - Constructor for class org.asteriskjava.manager.event.AgiExecEvent
Creates a new AgiExecEvent.
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.
AgiReader - Interface in org.asteriskjava.fastagi.internal
The AgiReader reads the replies from the network and parses them using a ReplyBuilder.
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 FastAGI 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.
AgiSpeechException - Exception in org.asteriskjava.fastagi
The AgiSpeechException is thrown if a speech command can not be executed successfully.
AgiSpeechException(String) - Constructor for exception org.asteriskjava.fastagi.AgiSpeechException
Creates a new AgiSpeechException with the given message.
AgiWriter - Interface in org.asteriskjava.fastagi.internal
The AgiWriter sends commands to Asterisk.
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
 
altBase64ToByteArray(String) - Static method in class org.asteriskjava.util.Base64
Translates the specified "alternate representation" Base64 string into a byte array.
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
 
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.
appendPropertyIfNotNull(StringBuilder, String, Object) - Method in class org.asteriskjava.manager.event.ManagerEvent
 
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_ONHOLD - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_DEVICE_RINGING - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_DEVICE_RINGINUSE - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_DEVICE_UNAVAILABLE - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_DEVICE_UNKNOWN - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
AST_STATE_BUSY - Static variable in class org.asteriskjava.util.AstState
Line is busy.
AST_STATE_DIALING - Static variable in class org.asteriskjava.util.AstState
Digits (or equivalent) have been dialed.
AST_STATE_DIALING_OFFHOOK - Static variable in class org.asteriskjava.util.AstState
Digits (or equivalent) have been dialed while offhook.
AST_STATE_DOWN - Static variable in class org.asteriskjava.util.AstState
Channel is down and available.
AST_STATE_OFFHOOK - Static variable in class org.asteriskjava.util.AstState
Channel is off hook.
AST_STATE_PRERING - Static variable in class org.asteriskjava.util.AstState
Channel has detected an incoming call and is waiting for ring.
AST_STATE_RING - Static variable in class org.asteriskjava.util.AstState
Line is ringing.
AST_STATE_RINGING - Static variable in class org.asteriskjava.util.AstState
Remote end is ringing.
AST_STATE_RSRVD - Static variable in class org.asteriskjava.util.AstState
Channel is down, but reserved.
AST_STATE_UP - Static variable in class org.asteriskjava.util.AstState
Line is up.
ASTERISK_10 - Static variable in class org.asteriskjava.AsteriskVersion
Represents the Asterisk 10 series.
ASTERISK_11 - Static variable in class org.asteriskjava.AsteriskVersion
Represents the Asterisk 11 series.
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.
ASTERISK_1_6 - Static variable in class org.asteriskjava.AsteriskVersion
Represents the Asterisk 1.6 series.
ASTERISK_1_8 - Static variable in class org.asteriskjava.AsteriskVersion
Represents the Asterisk 1.8 series.
AsteriskAgent - Interface in org.asteriskjava.live
Represents an Asterisk agent
AsteriskAgentImpl - Class in org.asteriskjava.live.internal
Default implementation of the AsteriskAgent interface.
AsteriskChannel - Interface in org.asteriskjava.live
Represents an Asterisk channel.
AsteriskMapping - Annotation Type in org.asteriskjava.manager
Customized the mapping to Asterisk.
AsteriskQueue - Interface in org.asteriskjava.live
An Asterisk ACD queue.
AsteriskQueueEntry - Interface in org.asteriskjava.live
Represents a member of a 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, member state changes and exceeding service levels.
AsteriskQueueMember - Interface in org.asteriskjava.live
A queue member.
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.
AstState - Class in org.asteriskjava.util
Utility methods related to channel state handling in Asterisk's channel.c.
AstUtil - Class in org.asteriskjava.util
Some static utility methods to imitate Asterisk specific logic.
AsyncAgiBreakCommand - Class in org.asteriskjava.fastagi.command
Breaks the Async AGI loop.
AsyncAgiBreakCommand() - Constructor for class org.asteriskjava.fastagi.command.AsyncAgiBreakCommand
Creates a new AsyncAgiBreakCommand.
AsyncAgiConnectionHandler - Class in org.asteriskjava.fastagi.internal
An AgiConnectionHandler for AsyncAGI.
AsyncAgiConnectionHandler(MappingStrategy, AsyncAgiEvent, AgiChannelFactory) - Constructor for class org.asteriskjava.fastagi.internal.AsyncAgiConnectionHandler
Creates a new FastAGIConnectionHandler to handle the given FastAGI socket connection.
AsyncAgiEvent - Class in org.asteriskjava.manager.event
The following sub events are reported: Start: A channel has started the AGI("agi:async") application and is awaiting Async AGI commands. Exec: Execution of an AGI command initiated through AgiAction has finished. End: A channel has left the AGI("agi:async") application. It is implemented in res/res_agi.c.
AsyncAgiEvent(Object) - Constructor for class org.asteriskjava.manager.event.AsyncAgiEvent
Creates a new AsyncAgiEvent.
AsyncAgiReader - Class in org.asteriskjava.fastagi.internal
 
AsyncAgiReader(ManagerConnection, List<String>, BlockingQueue<AsyncAgiEvent>) - Constructor for class org.asteriskjava.fastagi.internal.AsyncAgiReader
 
AsyncAgiServer - Class in org.asteriskjava.fastagi
AGI server for AGI over the Manager API (AsyncAGI).
AsyncAgiServer() - Constructor for class org.asteriskjava.fastagi.AsyncAgiServer
Creates a new AsyncAgiServer with a DefaultAgiChannelFactory.
AsyncAgiServer(AgiChannelFactory) - Constructor for class org.asteriskjava.fastagi.AsyncAgiServer
Creates a new AsyncAgiServer with a custom AgiChannelFactory.
AsyncAgiServer(MappingStrategy) - Constructor for class org.asteriskjava.fastagi.AsyncAgiServer
Creates a new AsyncAgiServer with the given MappingStrategy.
AsyncAgiServer(MappingStrategy, AgiChannelFactory) - Constructor for class org.asteriskjava.fastagi.AsyncAgiServer
Creates a new AsyncAgiServer with the given MappingStrategy.
AsyncAgiServer(AgiScript, AgiChannelFactory) - Constructor for class org.asteriskjava.fastagi.AsyncAgiServer
Creates a new AsyncAgiServer that will execute the given AGI script for every request.
AsyncAgiServer(AgiScript) - Constructor for class org.asteriskjava.fastagi.AsyncAgiServer
Creates a new AsyncAgiServer that will execute the given AGI script for every request.
AsyncAgiWriter - Class in org.asteriskjava.fastagi.internal
Implementation of AgiWriter that uses a ManagerConnection to send AgiCommands as part of an AsyncAgi conversation.
AsyncAgiWriter(ManagerConnection, String) - Constructor for class org.asteriskjava.fastagi.internal.AsyncAgiWriter
 
AtxferAction - Class in org.asteriskjava.manager.action
Starts an attended transfer.
AtxferAction() - Constructor for class org.asteriskjava.manager.action.AtxferAction
Creates a new empty AtxferAction.
AtxferAction(String, String, String, Integer) - Constructor for class org.asteriskjava.manager.action.AtxferAction
Creates a new AtxferAction that initiates an attended transfer of the given channel to the given context, extension, priority triple.
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

Base64 - Class in org.asteriskjava.util
Static methods for translating Base64 encoded strings to byte arrays and vice-versa.
Base64() - Constructor for class org.asteriskjava.util.Base64
 
base64ToByteArray(String) - Static method in class org.asteriskjava.util.Base64
Translates the specified Base64 string (as per Preferences.get(byte[])) into a byte array.
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
 
bridge(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
invoke the bridge command
bridge(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
bridge(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
BRIDGE_STATE_LINK - Static variable in class org.asteriskjava.manager.event.BridgeEvent
 
BRIDGE_STATE_UNLINK - Static variable in class org.asteriskjava.manager.event.BridgeEvent
 
BRIDGE_TYPE_CORE - Static variable in class org.asteriskjava.manager.event.BridgeEvent
A channel.c bridge.
BRIDGE_TYPE_RTP_DIRECT - Static variable in class org.asteriskjava.manager.event.BridgeEvent
An RTP peer-2-peer bridge (NAT support only).
BRIDGE_TYPE_RTP_NATIVE - Static variable in class org.asteriskjava.manager.event.BridgeEvent
An RTP native bridge.
BRIDGE_TYPE_RTP_REMOTE - Static variable in class org.asteriskjava.manager.event.BridgeEvent
A remote (re-invite) bridge.
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.
BridgeCommand - Class in org.asteriskjava.fastagi.command
 
BridgeCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.BridgeCommand
Creates a new AnswerCommand.
BridgeEvent - Class in org.asteriskjava.manager.event
A BridgeEvent is triggered when a link between two voice channels is established ("Link") or discontinued ("Unlink").
BridgeEvent(Object) - Constructor for class org.asteriskjava.manager.event.BridgeEvent
 
BridgeExecEvent - Class in org.asteriskjava.manager.event
A BridgeExecEvent is triggered when two channels are bridged through a feature code or bridging the channels fails.
BridgeExecEvent(Object) - Constructor for class org.asteriskjava.manager.event.BridgeExecEvent
 
BUDDYSTATUS_BLOCKED - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_BLOCKEDSKYPEOUT - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_DONTDISTURB - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_NOTAVAILABLE - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_OFFLINE - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_OFFLINEFORWARDENABLEL - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_OFFLINEVOICEENABLE - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_ONLINE - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_SKYPEME - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_SKYPEOUT - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_UNKNOWN - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUS_WAITAUTHORIZATION - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
BUDDYSTATUSS_AWAY - Static variable in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
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.AsyncAgiBreakCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.BridgeCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.ChannelStatusCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.ConfbridgeCommand
 
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.DialCommand
 
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.GosubCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.HangupCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.MeetmeCommand
 
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.SpeechActivateGrammarCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SpeechCreateCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SpeechDeactivateGrammarCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SpeechDestroyCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SpeechRecognizeCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SpeechSetCommand
 
buildCommand() - Method in class org.asteriskjava.fastagi.command.SpeechUnloadGrammarCommand
 
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.
byteArrayToAltBase64(byte[]) - Static method in class org.asteriskjava.util.Base64
Translates the specified byte array into an "alternate representation" Base64 string.
byteArrayToBase64(byte[]) - Static method in class org.asteriskjava.util.Base64
Translates the specified byte array into a Base64 string as per Preferences.put(byte[]).

C

CallDetailRecord - Interface in org.asteriskjava.live
Represents an Asterisk Call Detail Record (CDR).
CallDetailRecordImpl - Class in org.asteriskjava.live.internal
Default implementation of the CallDetailRecord interface.
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.
callerIdName - Variable in class org.asteriskjava.manager.event.JoinEvent
 
callerIdNum - Variable in class org.asteriskjava.manager.event.JoinEvent
 
categories - Variable in class org.asteriskjava.config.ConfigFileImpl
 
categories - Variable in class org.asteriskjava.config.ConfigFileReader
 
Category - Class in org.asteriskjava.config
 
Category(String) - Constructor for class org.asteriskjava.config.Category
The last object in the list will get assigned any trailing comments when EOF is hit.
Category(String, int, String) - Constructor for class org.asteriskjava.config.Category
 
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 - Static variable in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
The binding under which the AGI channel is made available to scripts.
channel - Variable in class org.asteriskjava.manager.action.SetVarAction
The channel on which to set the variable.
channel - Variable in class org.asteriskjava.manager.event.RenameEvent
Old name of the channel before renaming occured.
CHANNEL_TYPE_IAX - Static variable in class org.asteriskjava.manager.event.PeerEntryEvent
 
CHANNEL_TYPE_SIP - Static variable in class org.asteriskjava.manager.event.PeerEntryEvent
 
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.
ChannelUpdateEvent - Class in org.asteriskjava.manager.event
A ChannelUpdateEvent provides additional channel type specific information like the SIP call id or IAX2 call numbers about a channel.
ChannelUpdateEvent(Object) - Constructor for class org.asteriskjava.manager.event.ChannelUpdateEvent
 
ChanSpyStartEvent - Class in org.asteriskjava.manager.event
 
ChanSpyStartEvent(Object) - Constructor for class org.asteriskjava.manager.event.ChanSpyStartEvent
 
ChanSpyStopEvent - Class in org.asteriskjava.manager.event
 
ChanSpyStopEvent(Object) - Constructor for class org.asteriskjava.manager.event.ChanSpyStopEvent
 
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.
Cli - Class in org.asteriskjava
Simple command line interface for Asterisk-Java.
Cli() - Constructor for class org.asteriskjava.Cli
 
close() - Method in class org.asteriskjava.util.internal.FileTrace
 
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.internal.Trace
Closes allocated resources by trace implementation.
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
 
COMMAND_RESULT_RESPONSE_KEY - Static variable in interface org.asteriskjava.manager.internal.ManagerReader
 
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.
confbridge(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
since at least asterisk 13
confbridge(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
confbridge(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
ConfbridgeCommand - Class in org.asteriskjava.fastagi.command
 
ConfbridgeCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.ConfbridgeCommand
Creates a new AnswerCommand.
ConfbridgeEndEvent - Class in org.asteriskjava.manager.event
This event is sent when the last user leaves a conference and it is torn down.
ConfbridgeEndEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeEndEvent
 
ConfbridgeJoinEvent - Class in org.asteriskjava.manager.event
This event is sent when a user joins a conference - either one already in progress or as the first user to join a newly instantiated bridge.
ConfbridgeJoinEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeJoinEvent
 
ConfbridgeKickAction - Class in org.asteriskjava.manager.action
The ConfbridgeKickAction kicks a channel out of a conference.
ConfbridgeKickAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeKickAction
Creates a new empty ConfbridgeKickAction.
ConfbridgeKickAction(String, String) - Constructor for class org.asteriskjava.manager.action.ConfbridgeKickAction
Creates a new ConfbridgeKickAction.
ConfbridgeLeaveEvent - Class in org.asteriskjava.manager.event
This event is sent when a user leaves a conference.
ConfbridgeLeaveEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeLeaveEvent
 
ConfbridgeListAction - Class in org.asteriskjava.manager.action
Lists all users in a particular ConfBridge conference.
ConfbridgeListAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeListAction
 
ConfbridgeListAction(String) - Constructor for class org.asteriskjava.manager.action.ConfbridgeListAction
 
ConfbridgeListCompleteEvent - Class in org.asteriskjava.manager.event
 
ConfbridgeListCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeListCompleteEvent
 
ConfbridgeListEvent - Class in org.asteriskjava.manager.event
Response to a ConfbridgeListAction.
ConfbridgeListEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeListEvent
 
ConfbridgeListRoomsAction - Class in org.asteriskjava.manager.action
Lists data about all active conferences.
ConfbridgeListRoomsAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeListRoomsAction
 
ConfbridgeListRoomsCompleteEvent - Class in org.asteriskjava.manager.event
 
ConfbridgeListRoomsCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeListRoomsCompleteEvent
 
ConfbridgeListRoomsEvent - Class in org.asteriskjava.manager.event
 
ConfbridgeListRoomsEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
 
ConfbridgeLockAction - Class in org.asteriskjava.manager.action
The ConfbridgeLockAction lockes a specified conference.
ConfbridgeLockAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeLockAction
Creates a new empty ConfbridgeLockAction.
ConfbridgeLockAction(String) - Constructor for class org.asteriskjava.manager.action.ConfbridgeLockAction
Creates a new ConfbridgeLockAction for a specific conference.
ConfbridgeMuteAction - Class in org.asteriskjava.manager.action
The ConfbridgeMuteAction mutes a channel in a conference.
ConfbridgeMuteAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeMuteAction
Creates a new empty ConfbridgeMuteAction.
ConfbridgeMuteAction(String, String) - Constructor for class org.asteriskjava.manager.action.ConfbridgeMuteAction
Creates a new ConfbridgeMuteAction.
ConfbridgeSetSingleVideoSrcAction - Class in org.asteriskjava.manager.action
The ConfbridgeSetSingleVideoSrcAction sets a conference user as the single video source distributed to all other video-capable participants.
ConfbridgeSetSingleVideoSrcAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeSetSingleVideoSrcAction
Creates a new empty ConfbridgeSetSingleVideoSrcAction.
ConfbridgeStartEvent - Class in org.asteriskjava.manager.event
This event is sent when the first user requests a conference and it is instantiated.
ConfbridgeStartEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeStartEvent
 
ConfbridgeStartRecordAction - Class in org.asteriskjava.manager.action
The ConfbridgeStartAction starts an audio recording of a conference.
ConfbridgeStartRecordAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeStartRecordAction
Creates a new empty ConfbridgeStartRecordAction.
ConfbridgeStartRecordAction(String) - Constructor for class org.asteriskjava.manager.action.ConfbridgeStartRecordAction
Creates a new ConfbridgeStartRecordAction for a specific conference.
ConfbridgeStopRecordAction - Class in org.asteriskjava.manager.action
The ConfbridgeStopAction stops an audio recording of a conference.
ConfbridgeStopRecordAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeStopRecordAction
Creates a new empty ConfbridgeStopRecordAction.
ConfbridgeStopRecordAction(String) - Constructor for class org.asteriskjava.manager.action.ConfbridgeStopRecordAction
Creates a new ConfbridgeStopRecordAction for a specific conference.
ConfbridgeTalkingEvent - Class in org.asteriskjava.manager.event
This event is sent when the conference detects that a user has either begin or stopped talking.
ConfbridgeTalkingEvent(Object) - Constructor for class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
 
ConfbridgeUnlockAction - Class in org.asteriskjava.manager.action
The ConfbridgeUnlockAction unlocks a specified conference.
ConfbridgeUnlockAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeUnlockAction
Creates a new empty ConfbridgeUnlockAction.
ConfbridgeUnlockAction(String) - Constructor for class org.asteriskjava.manager.action.ConfbridgeUnlockAction
Creates a new ConfbridgeUnlockAction for a specific conference.
ConfbridgeUnmuteAction - Class in org.asteriskjava.manager.action
The ConfbridgeUnmuteAction unmutes a channel in a conference.
ConfbridgeUnmuteAction() - Constructor for class org.asteriskjava.manager.action.ConfbridgeUnmuteAction
Creates a new empty ConfbridgeUnmuteAction.
ConfbridgeUnmuteAction(String, String) - Constructor for class org.asteriskjava.manager.action.ConfbridgeUnmuteAction
Creates a new ConfbridgeUnmuteAction.
ConfigDirective - Class in org.asteriskjava.config
 
ConfigDirective() - Constructor for class org.asteriskjava.config.ConfigDirective
 
ConfigDirective(String, int) - Constructor for class org.asteriskjava.config.ConfigDirective
 
ConfigElement - Class in org.asteriskjava.config
 
ConfigElement() - Constructor for class org.asteriskjava.config.ConfigElement
 
ConfigElement(String, int) - Constructor for class org.asteriskjava.config.ConfigElement
 
ConfigExtension - Class in org.asteriskjava.config.dialplan
Represents the dial plan extension as a specific kind of configuration directive This class makes no interpretation of syntax checking of names, priorities, or application (for now).
ConfigExtension(String, int, String, String, String[]) - Constructor for class org.asteriskjava.config.dialplan.ConfigExtension
 
ConfigFile - Interface in org.asteriskjava.config
An Asterisk configuration file.
ConfigFileImpl - Class in org.asteriskjava.config
An Asterisk configuration file read from the filesystem.
ConfigFileImpl(String, Map<String, Category>) - Constructor for class org.asteriskjava.config.ConfigFileImpl
 
ConfigFileImpl - Class in org.asteriskjava.live.internal
ConfigFile implementation based on the config actions of the Manager API.
ConfigFileImpl(String, Map<String, List<String>>) - Constructor for class org.asteriskjava.live.internal.ConfigFileImpl
 
ConfigFileReader - Class in org.asteriskjava.config
Reads and parses Asterisk configuration files.
ConfigFileReader() - Constructor for class org.asteriskjava.config.ConfigFileReader
 
ConfigInclude - Class in org.asteriskjava.config.dialplan
 
ConfigInclude(String, int, String) - Constructor for class org.asteriskjava.config.dialplan.ConfigInclude
 
ConfigParseException - Exception in org.asteriskjava.config
 
ConfigParseException(String, int, String) - Constructor for exception org.asteriskjava.config.ConfigParseException
 
ConfigParseException(String, int, String, Object...) - Constructor for exception org.asteriskjava.config.ConfigParseException
 
ConfigVariable - Class in org.asteriskjava.config
 
ConfigVariable(String, String) - Constructor for class org.asteriskjava.config.ConfigVariable
 
ConfigVariable(String, int, String, String) - Constructor for class org.asteriskjava.config.ConfigVariable
 
connect() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
connectedlinename - Variable in class org.asteriskjava.manager.event.JoinEvent
 
connectedlinenum - Variable in class org.asteriskjava.manager.event.JoinEvent
 
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
 
continueAt(String, String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Defines the point in the dialplan where the call will continue when the AGI script returns.
continueAt(String, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
continueAt(String, String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
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
 
controlStreamFile(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
controlStreamFile(String, String, int) - Method in class org.asteriskjava.fastagi.AgiOperations
 
controlStreamFile(String, String, int, String, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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.
CoreSettingsAction - Class in org.asteriskjava.manager.action
The CoreStatusAction requests a settings summary from the server.
CoreSettingsAction() - Constructor for class org.asteriskjava.manager.action.CoreSettingsAction
Creates a new CoreSettingsAction.
CoreSettingsResponse - Class in org.asteriskjava.manager.response
Corresponds to a CoreSettingsAction and contains the current settings summary of the Asterisk server.
CoreSettingsResponse() - Constructor for class org.asteriskjava.manager.response.CoreSettingsResponse
 
CoreShowChannelEvent - Class in org.asteriskjava.manager.event
A CoreShowChannelEvent is triggered for each active channel in response to a CoreShowChannelsAction.
CoreShowChannelEvent(Object) - Constructor for class org.asteriskjava.manager.event.CoreShowChannelEvent
 
CoreShowChannelsAction - Class in org.asteriskjava.manager.action
The CoreShowChannelsAction requests the state of all active channels.
CoreShowChannelsAction() - Constructor for class org.asteriskjava.manager.action.CoreShowChannelsAction
 
CoreShowChannelsCompleteEvent - Class in org.asteriskjava.manager.event
A CoreShowChannelsCompleteEvent is triggered after the state of all channels has been reported in response to a CoreShowChannelsAction.
CoreShowChannelsCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.CoreShowChannelsCompleteEvent
 
CoreStatusAction - Class in org.asteriskjava.manager.action
The CoreStatusAction requests a status summary from the server.
CoreStatusAction() - Constructor for class org.asteriskjava.manager.action.CoreStatusAction
Creates a new CoreStatusAction.
CoreStatusResponse - Class in org.asteriskjava.manager.response
Corresponds to a CoreStatusAction and contains the current status summary of the Asterisk server.
CoreStatusResponse() - Constructor for class org.asteriskjava.manager.response.CoreStatusResponse
 
createAgiChannel(AgiRequest, AgiWriter, AgiReader) - Method in interface org.asteriskjava.fastagi.internal.AgiChannelFactory
Creates a new AgiChannel.
createAgiChannel(AgiRequest, AgiWriter, AgiReader) - Method in class org.asteriskjava.fastagi.internal.DefaultAgiChannelFactory
 
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.
createPool() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
Creates a new ThreadPoolExecutor to serve the AGI requests.
createReader() - Method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
 
createReader() - Method in class org.asteriskjava.fastagi.internal.AsyncAgiConnectionHandler
 
createReader() - Method in class org.asteriskjava.fastagi.internal.FastAgiConnectionHandler
 
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.fastagi.internal.AsyncAgiConnectionHandler
 
createWriter() - Method in class org.asteriskjava.fastagi.internal.FastAgiConnectionHandler
 
createWriter() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
CRNL_PATTERN - Static variable in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
currentCategory - Variable in class org.asteriskjava.config.ConfigFileReader
 

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.
DAHDIChannelEvent - Class in org.asteriskjava.manager.event
 
DAHDIChannelEvent(Object) - Constructor for class org.asteriskjava.manager.event.DAHDIChannelEvent
 
DahdiShowChannelsAction - Class in org.asteriskjava.manager.action
The DahdiShowChannelsAction requests the state of all Dahdi channels.
DahdiShowChannelsAction() - Constructor for class org.asteriskjava.manager.action.DahdiShowChannelsAction
Creates a new DahdiShowChannelsAction.
DahdiShowChannelsCompleteEvent - Class in org.asteriskjava.manager.event
A DahdiShowChannelsCompleteEvent is triggered after the state of all Dahdi channels has been reported in response to a DahdiShowChannelsAction.
DahdiShowChannelsCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.DahdiShowChannelsCompleteEvent
 
DahdiShowChannelsEvent - Class in org.asteriskjava.manager.event
A DahdiShowChannelsEvent is triggered in response to a DahdiShowChannelsAction and shows the state of a Dahdi channel.
DahdiShowChannelsEvent(Object) - Constructor for class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
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
 
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
 
databaseDelTree(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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
 
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
 
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.
dbDel(String, String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
DbDelAction - Class in org.asteriskjava.manager.action
Deletes an entry in the Asterisk database for a given family and key.
DbDelAction() - Constructor for class org.asteriskjava.manager.action.DbDelAction
Creates a new empty DbDelAction.
DbDelAction(String, String) - Constructor for class org.asteriskjava.manager.action.DbDelAction
Creates a new DbDelAction that deletes the value of the database
DbDelTreeAction - Class in org.asteriskjava.manager.action
Recursivly deletes entries in the Asterisk database for a given family and key.
DbDelTreeAction() - Constructor for class org.asteriskjava.manager.action.DbDelTreeAction
Creates a new empty DbDelTreeAction.
DbDelTreeAction(String, String) - Constructor for class org.asteriskjava.manager.action.DbDelTreeAction
Creates a new DbDelTreeAction.
dbGet(String, String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
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
 
dbPut(String, String, String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
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 class org.asteriskjava.util.internal.Slf4JLogger
Log a message to the SLF4J Logger with DEBUG priority.
debug(Object, Throwable) - Method in class org.asteriskjava.util.internal.Slf4JLogger
Log an error to the SLF4J Logger with DEBUG priority.
debug(Object) - Method in interface org.asteriskjava.util.Log
 
decodeEnv() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Decodes the AGI environment and returns a list of lines.
decodeResult() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Decodes the result.
DefaultAgiChannelFactory - Class in org.asteriskjava.fastagi.internal
If no other factory is passed to DefaultAgiServer's constructor, an instance of this one will be used.
DefaultAgiChannelFactory() - Constructor for class org.asteriskjava.fastagi.internal.DefaultAgiChannelFactory
 
DefaultAgiServer - Class in org.asteriskjava.fastagi
Default implementation of the AgiServer interface for FastAGI.
DefaultAgiServer() - Constructor for class org.asteriskjava.fastagi.DefaultAgiServer
Creates a new DefaultAgiServer.
DefaultAgiServer(AgiChannelFactory) - Constructor for class org.asteriskjava.fastagi.DefaultAgiServer
Creates a new DefaultAgiServer and set a custom factory for creating AgiChannels
DefaultAgiServer(String) - Constructor for class org.asteriskjava.fastagi.DefaultAgiServer
Creates a new DefaultAgiServer and loads its configuration from an alternative resource bundle.
DefaultAgiServer(MappingStrategy) - Constructor for class org.asteriskjava.fastagi.DefaultAgiServer
Creates a new DefaultAgiServer that uses the given MappingStrategy.
DefaultAgiServer(AgiScript) - Constructor for class org.asteriskjava.fastagi.DefaultAgiServer
Creates a new DefaultAgiServer that runs the given AgiScript for all requests.
DefaultAgiServer(String, MappingStrategy) - Constructor for class org.asteriskjava.fastagi.DefaultAgiServer
Creates a new DefaultAgiServer and loads its configuration from an alternative resource bundle and uses the given MappingStrategy.
DefaultAgiServer(String, MappingStrategy, AgiChannelFactory) - Constructor for class org.asteriskjava.fastagi.DefaultAgiServer
Creates a new DefaultAgiServer and loads its configuration from an alternative resource bundle and uses the given MappingStrategy.
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, AgiChannel) - Method in class org.asteriskjava.fastagi.AbstractMappingStrategy
 
determineScript(AgiRequest) - Method in class org.asteriskjava.fastagi.AbstractMappingStrategy
 
determineScript(AgiRequest) - Method in class org.asteriskjava.fastagi.ClassNameMappingStrategy
 
determineScript(AgiRequest, AgiChannel) - Method in class org.asteriskjava.fastagi.CompositeMappingStrategy
 
determineScript(AgiRequest, AgiChannel) - 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, AgiChannel) - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
 
determineScript(AgiRequest, AgiChannel) - Method in class org.asteriskjava.fastagi.SimpleMappingStrategy
 
determineScript(AgiRequest, AgiChannel) - Method in class org.asteriskjava.fastagi.StaticMappingStrategy
 
determineVersion() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
dial(String, int, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
invoke the dial command
dial(String, int, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
dial(String, int, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
DialCommand - Class in org.asteriskjava.fastagi.command
 
DialCommand(String, int, String) - Constructor for class org.asteriskjava.fastagi.command.DialCommand
Creates a new AnswerCommand.
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
 
DIALSTATUS_ANSWER - Static variable in class org.asteriskjava.manager.event.DialEvent
 
DIALSTATUS_BUSY - Static variable in class org.asteriskjava.manager.event.DialEvent
 
DIALSTATUS_CANCEL - Static variable in class org.asteriskjava.manager.event.DialEvent
 
DIALSTATUS_CHANUNAVAIL - Static variable in class org.asteriskjava.manager.event.DialEvent
 
DIALSTATUS_CONGESTION - Static variable in class org.asteriskjava.manager.event.DialEvent
 
DIALSTATUS_DONTCALL - Static variable in class org.asteriskjava.manager.event.DialEvent
 
DIALSTATUS_INVALIDARGS - Static variable in class org.asteriskjava.manager.event.DialEvent
 
DIALSTATUS_NOANSWER - Static variable in class org.asteriskjava.manager.event.DialEvent
 
DIALSTATUS_TORTURE - Static variable in class org.asteriskjava.manager.event.DialEvent
 
die() - Method in interface org.asteriskjava.manager.internal.ManagerReader
Terminates this reader.
die() - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
 
die() - Method in class org.asteriskjava.manager.PingThread
Terminates this PingThread.
DIRECTION_RECEIVED - Static variable in class org.asteriskjava.manager.event.DtmfEvent
 
DIRECTION_SENT - Static variable in class org.asteriskjava.manager.event.DtmfEvent
 
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.
DongleCallStateChangeEvent - Class in org.asteriskjava.manager.event
 
DongleCallStateChangeEvent(Object) - Constructor for class org.asteriskjava.manager.event.DongleCallStateChangeEvent
 
DongleCENDEvent - Class in org.asteriskjava.manager.event
 
DongleCENDEvent(Object) - Constructor for class org.asteriskjava.manager.event.DongleCENDEvent
 
DongleDeviceEntryEvent - Class in org.asteriskjava.manager.event
 
DongleDeviceEntryEvent(Object) - Constructor for class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
DongleNewCMGREvent - Class in org.asteriskjava.manager.event
 
DongleNewCMGREvent(Object) - Constructor for class org.asteriskjava.manager.event.DongleNewCMGREvent
 
DongleNewSMSBase64Event - Class in org.asteriskjava.manager.event
 
DongleNewSMSBase64Event(Object) - Constructor for class org.asteriskjava.manager.event.DongleNewSMSBase64Event
 
DongleNewSMSEvent - Class in org.asteriskjava.manager.event
 
DongleNewSMSEvent(Object) - Constructor for class org.asteriskjava.manager.event.DongleNewSMSEvent
 
DongleSendSMSAction - Class in org.asteriskjava.manager.action
 
DongleSendSMSAction() - Constructor for class org.asteriskjava.manager.action.DongleSendSMSAction
 
DongleShowDevicesAction - Class in org.asteriskjava.manager.action
 
DongleShowDevicesAction() - Constructor for class org.asteriskjava.manager.action.DongleShowDevicesAction
Creates a new DahdiShowChannelsAction.
DongleShowDevicesCompleteEvent - Class in org.asteriskjava.manager.event
A DahdiShowChannelsCompleteEvent is triggered after the state of all Dahdi channels has been reported in response to a DahdiShowChannelsAction.
DongleShowDevicesCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.DongleShowDevicesCompleteEvent
 
DongleStatusEvent - Class in org.asteriskjava.manager.event
 
DongleStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.DongleStatusEvent
 
dstFilename - Variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
DtmfEvent - Class in org.asteriskjava.manager.event
A DtmfEvent is triggered each time a DTMF digit is sent or received on a channel.
DtmfEvent(Object) - Constructor for class org.asteriskjava.manager.event.DtmfEvent
Creates a new DtmfEvent.

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 class org.asteriskjava.util.internal.Slf4JLogger
Log a message to the SLF4J Logger with ERROR priority.
error(Object, Throwable) - Method in class org.asteriskjava.util.internal.Slf4JLogger
Log an error to the SLF4J Logger with ERROR priority.
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.
escapeAndQuote(String[]) - Method in class org.asteriskjava.fastagi.command.AbstractAgiCommand
 
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
 
exec(String, String...) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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.
ExecDirective - Class in org.asteriskjava.config
 
ExecDirective(String) - Constructor for class org.asteriskjava.config.ExecDirective
 
ExecDirective(String, int, String) - Constructor for class org.asteriskjava.config.ExecDirective
 
execute(Runnable) - Method in class org.asteriskjava.fastagi.AbstractAgiServer
Execute the runnable using the configured ThreadPoolExecutor obtained from AbstractAgiServer.getPool().
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
 
ExpectedResponse - Annotation Type in org.asteriskjava.manager
Indicates that an annotated ManagerAction expects a specific subclass of ManagerResponse when executed successfully.
expectResponseClass(String, Class<? extends ManagerResponse>) - Method in interface org.asteriskjava.manager.internal.ManagerReader
 
expectResponseClass(String, Class<? extends ManagerResponse>) - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
 
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.
ExtensionsConfigFile - Class in org.asteriskjava.config.dialplan
 
ExtensionsConfigFile(String, Map<String, Category>) - Constructor for class org.asteriskjava.config.dialplan.ExtensionsConfigFile
 
ExtensionsConfigFileReader - Class in org.asteriskjava.config.dialplan
 
ExtensionsConfigFileReader() - Constructor for class org.asteriskjava.config.dialplan.ExtensionsConfigFileReader
 
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
Creates a new ExtensionStateAction.
ExtensionStateAction(String, String) - Constructor for class org.asteriskjava.manager.action.ExtensionStateAction
Creates a new ExtensionStateAction that queries the state of the given extension in the given context.
ExtensionStateResponse - Class in org.asteriskjava.manager.response
Response to an ExtensionStateAction.
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

FastAgiConnectionHandler - Class in org.asteriskjava.fastagi.internal
An AgiConnectionHandler for FastAGI.
FastAgiConnectionHandler(MappingStrategy, SocketConnectionFacade, AgiChannelFactory) - Constructor for class org.asteriskjava.fastagi.internal.FastAgiConnectionHandler
Creates a new FastAGIConnectionHandler to handle the given FastAGI socket connection.
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.
fatal(Object) - Method in class org.asteriskjava.util.internal.Slf4JLogger
Log a message to the SLF4J Logger with FATAL priority.
fatal(Object, Throwable) - Method in class org.asteriskjava.util.internal.Slf4JLogger
Log an error to the SLF4J Logger with FATAL priority.
FaxDocumentStatusEvent - Class in org.asteriskjava.manager.event
A FaxDocumentStatusEvent is an event of Digium's Fax For Asterisk add-on.
FaxDocumentStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
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
 
FaxStatusEvent - Class in org.asteriskjava.manager.event
A FaxDocumentStatusEvent is an event of Digium's Fax For Asterisk add-on.
FaxStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.FaxStatusEvent
 
FILE_PREFIX - Static variable in class org.asteriskjava.util.internal.FileTrace
 
FILE_SUFFIX - Static variable in class org.asteriskjava.util.internal.FileTrace
 
FileTrace - Class in org.asteriskjava.util.internal
Writes a trace file to the file system.
FileTrace(Socket) - Constructor for class org.asteriskjava.util.internal.FileTrace
 
finalize() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
 
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 by sending any buffered but yet unsent data.
format() - Method in class org.asteriskjava.config.Category
 
format(StringBuilder) - Method in class org.asteriskjava.config.ConfigElement
 
format(String, String) - Method in class org.asteriskjava.util.internal.FileTrace
 
FullyBootedEvent - Class in org.asteriskjava.manager.event
Indicates that Asterisk has loaded all its modules and finished booting.
It is handy to have a single event notification for when all Asterisk modules have been loaded - especially for situations like running automated tests.
FullyBootedEvent(Object) - Constructor for class org.asteriskjava.manager.event.FullyBootedEvent
 

G

getAbandoned() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the number of abandoned calls.
getAbout() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
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.JabberEventEvent
 
getAccount() - Method in class org.asteriskjava.manager.event.StatusEvent
Deprecated.
since 1.0.0, use StatusEvent.getAccountCode() instead.
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.
getAccountcode() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the Account code
getAccountcode() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
getAccountCode() - Method in class org.asteriskjava.manager.event.NewAccountCodeEvent
Returns the new account code.
getAccountCode() - Method in class org.asteriskjava.manager.event.NewChannelEvent
Returns the account code of the new channel.
getAccountCode() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the account code of this channel.
getAccountCode() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getAckCall() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
Returns if an acknowledgement is needed when agent is called back.
getAcl() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
getAcl() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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
Deprecated.
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.AgiAction
Returns the name of this action.
getAction() - Method in class org.asteriskjava.manager.action.AtxferAction
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.ConfbridgeKickAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeListAction
 
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeListRoomsAction
 
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeLockAction
Returns the name of this action "ConfbridgeLock".
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeMuteAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeSetSingleVideoSrcAction
Returns the name of this action "ConfbridgeSetSingleVideoSrc".
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeStartRecordAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeStopRecordAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeUnlockAction
Returns the name of this action "ConfbridgeUnlock".
getAction() - Method in class org.asteriskjava.manager.action.ConfbridgeUnmuteAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.CoreSettingsAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.CoreShowChannelsAction
 
getAction() - Method in class org.asteriskjava.manager.action.CoreStatusAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.DahdiShowChannelsAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.DbDelAction
 
getAction() - Method in class org.asteriskjava.manager.action.DbDelTreeAction
 
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.DongleSendSMSAction
 
getAction() - Method in class org.asteriskjava.manager.action.DongleShowDevicesAction
Returns the name of this action, i.e.
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.IaxPeerListAction
 
getAction() - Method in class org.asteriskjava.manager.action.JabberSendAction
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.LocalOptimizeAwayAction
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.MixMonitorMuteAction
Returns the name of this action.
getAction() - Method in class org.asteriskjava.manager.action.ModuleCheckAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.ModuleLoadAction
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.MuteAudioAction
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.PauseMixMonitorAction
 
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.QueueLogAction
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.QueuePenaltyAction
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.QueueResetAction
 
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.SendTextAction
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.ShowDialplanAction
 
getAction() - Method in class org.asteriskjava.manager.action.SipNotifyAction
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.SipShowRegistryAction
 
getAction() - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SkypeAddBuddyAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SkypeBuddiesAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SkypeBuddyAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SkypeChatSendAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SkypeLicenseListAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SkypeLicenseStatusAction
Returns the name of this action, i.e.
getAction() - Method in class org.asteriskjava.manager.action.SkypeRemoveBuddyAction
Returns the name of this action, i.e.
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.VoicemailUsersListAction
 
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.AgiAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.ConfbridgeListAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.ConfbridgeListRoomsAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.CoreShowChannelsAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.DahdiShowChannelsAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.DbGetAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.DongleShowDevicesAction
 
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.IaxPeerListAction
 
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.ShowDialplanAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.SipPeersAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.SipShowRegistryAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.SkypeBuddiesAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.SkypeLicenseListAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.StatusAction
 
getActionCompleteEventClass() - Method in class org.asteriskjava.manager.action.VoicemailUsersListAction
 
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.
getActive() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getAddress() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Returns the address this server is configured to bind to.
getAddress() - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Returns the IP address of the peer that registered.
getAddressIp() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getAddressPort() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getAdmin() - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
Returns the role of the caller in the list admin = yes or no of the conference.
getAgent() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
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.
getAgentId() - Method in interface org.asteriskjava.live.AsteriskAgent
 
getAgentId() - Method in class org.asteriskjava.live.internal.AsteriskAgentImpl
 
getAgentName() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the name of the agent that has been called.
getAgents() - Method in interface org.asteriskjava.live.AsteriskServer
Return the agents, registered at Asterisk server.
getAgents() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getAgents() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getAgiChannelFactory() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
Returns the AgiChannelFactory to use for creating new AgiChannel instances.
getAlarm() - Method in class org.asteriskjava.manager.event.AlarmEvent
Returns the kind of alarm that happened.
getAlarm() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
Returns the alarm state of this Dahdi channel.
getAlarm() - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Returns the alarm state of this zap channel.
getAlerting() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getAllResults() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
 
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.
getAmaFlags() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getAmiVersion() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
Returns the version of the Asterisk Manager Interface (AMI).
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.ListDialplanEvent
Returns the parameters of the application configured to handle this priority.
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.config.dialplan.ConfigExtension
 
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.CoreShowChannelEvent
Returns the Aplication is runnning that channel at that time
getApplication() - Method in class org.asteriskjava.manager.event.ListDialplanEvent
Returns the application configured to handle this priority.
getApplication() - Method in class org.asteriskjava.manager.event.NewExtenEvent
Returns the name of the application that is executed.
getApplicationdata() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the Aplication Data is runnning that channel at that time this is the parameters passed to that dialplan application
getArguments() - Method in interface org.asteriskjava.fastagi.AgiRequest
Returns the array of arguments passed from the AGI dialplan command.
getArguments() - Method in class org.asteriskjava.fastagi.command.GosubCommand
Returns the arguments to be passed to the subroutine.
getArguments() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getAsteriskVersion() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
Returns the version of the Asterisk server.
getAsync() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns true if this is a fast origination.
getAttachmentFormat() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
getAttachMessage() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns whether Asterisk copies a voicemail message to an audio file and sends it to the user as an attachment in an eemail voicemail notification message.
getAttribute(String) - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
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.fastagi.internal.AgiReplyImpl
 
getAttributes() - 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.
getAttributes() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns a Map with all attributes of this response.
getAudioSetting() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getAudioState() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getAuthMsg() - Method in class org.asteriskjava.manager.action.SkypeAddBuddyAction
Returns the auth message.
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.
getAutoDeleteSMS() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getAvailability() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
getAvailable() - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Returns the number of members logged in and not in a call.
getAverageLag() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getAverageLagInMilliSeconds() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getAverageRxDataRate() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getAverageRxDataRateInBps() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getAverageTxDataRate() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getAverageTxDataRateInBps() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getBadLineCount() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getBaseCategories() - Method in class org.asteriskjava.config.Category
Returns a list of categories this category inherits from.
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.
getBridgedChannel() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the Bridged Channel if is bridged to one
getBridgedChannel() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the name of the linked channel if this channel is bridged.
getBridgeduniqueid() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the Bridged UniqueID
getBridgedUniqueId() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the unique id of the linked channel if this channel is bridged.
getBridgeState() - Method in class org.asteriskjava.manager.event.BridgeEvent
Returns the bridge state.
getBridgeType() - Method in class org.asteriskjava.manager.event.BridgeEvent
Returns the bridge type.
getBuddy() - Method in class org.asteriskjava.manager.action.SkypeAddBuddyAction
Returns the Skype username of the buddy.
getBuddy() - Method in class org.asteriskjava.manager.action.SkypeBuddyAction
Returns the Skype username of the buddy.
getBuddy() - Method in class org.asteriskjava.manager.action.SkypeRemoveBuddyAction
Returns the Skype username of the buddy.
getBuddy() - Method in class org.asteriskjava.manager.event.SkypeBuddyEntryEvent
Returns the Skype username of the buddy.
getBuddy() - Method in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
Returns the address of the buddy.
getBuddySkypename() - Method in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
Returns the Skype username of the buddy who changed his status.
getBuddyStatus() - Method in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
Returns the status of the buddy.
getBusyLevel() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getByCode(int) - Static method in enum org.asteriskjava.live.HangupCause
Returns the HangupCode by its numeric cause code.
getCallback() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the dialplan context used by the "return phone call" feature in the advanced voicemail features menu.
getCallDetailRecord() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the call detail record for this channel.
getCallDuration() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getCallerId() - Method in interface org.asteriskjava.fastagi.AgiRequest
Deprecated.
as of 0.3, 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
Deprecated.
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
Deprecated.
getCallerId() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Deprecated.
as of 1.0.0, use AgentCalledEvent.getCallerIdNum() instead.
getCallerId() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the Caller*ID with text.
getCallerId() - Method in class org.asteriskjava.manager.event.DialEvent
Deprecated.
as of 1.0.0, use DialEvent.getCallerIdNum() instead.
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
Deprecated.
since 1.0.0, use JoinEvent.getCallerIdNum() instead.
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.ReceiveFaxEvent
 
getCallerId() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
getCallerId() - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
getCallerId() - Method in class org.asteriskjava.manager.event.StatusEvent
Deprecated. 
getCallerId() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getCallerId1() - Method in class org.asteriskjava.manager.event.BridgeEvent
Returns the Caller*Id number of the first channel.
getCallerId2() - Method in class org.asteriskjava.manager.event.BridgeEvent
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 null 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.ConfbridgeListEvent
Returns the Caller*ID Name of the channel in the list of the conference.
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.MeetMeJoinEvent
Returns the Caller Id name.
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 number of the channel if set or null if none has been set.
getCallerIdNum() - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Returns the Caller*ID number of the parked channel.
getCallerIdNum() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the Caller ID number of the caller's channel.
getCallerIDnum() - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
Returns the Caller*ID Number of the channel in the list of the conference.
getCalleridnum() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the CallerID
getCallerIdNum() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the the Caller*ID Number.
getCallerIdNum() - Method in class org.asteriskjava.manager.event.JoinEvent
Returns the Caller*ID number of the channel that joined the queue if set.
getCallerIdNum() - Method in class org.asteriskjava.manager.event.MeetMeJoinEvent
Returns the Caller Id number.
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.QueueEntryEvent
Gets the Caller*ID num of this entry.
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.
getCallGroup() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getCallidx() - Method in class org.asteriskjava.manager.event.DongleCallStateChangeEvent
 
getCallidx() - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
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
 
getCallLimit() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getCallOperator() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
getCalls() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the number of calls currently waiting in the queue.
getCallsChannels() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getCallsLicensed() - Method in class org.asteriskjava.manager.response.SkypeLicenseStatusResponse
Returns the total number of concurrent Skype calls currently licenced for this system.
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.
getCallWaitingSetting() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getCallWaitingState() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getCanReview() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
getCategories() - Method in interface org.asteriskjava.config.ConfigFile
Returns the lines per category.
getCategories() - Method in class org.asteriskjava.config.ConfigFileImpl
 
getCategories() - Method in class org.asteriskjava.live.internal.ConfigFileImpl
 
getCategories() - Method in class org.asteriskjava.manager.response.GetConfigResponse
Returns the map of category numbers to category names.
getCategory(String) - Method in class org.asteriskjava.config.ConfigFileImpl
 
getCause() - Method in class org.asteriskjava.manager.action.HangupAction
Returns the hangup cause.
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.
getCause() - Method in class org.asteriskjava.manager.event.SoftHangupRequestEvent
Returns the cause of the hangup.
getCauseTxt() - Method in class org.asteriskjava.manager.event.HangupEvent
Returns the textual representation of the hangup cause.
getCccause() - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
getCellID() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getCfrCount() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
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.AsteriskQueueEntry
Returns the channel associated with this entry.
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.AgiAction
Returns the name of the channel to execute the AGI command on.
getChannel() - Method in class org.asteriskjava.manager.action.AtxferAction
Returns name of the channel to transfer.
getChannel() - Method in class org.asteriskjava.manager.action.ChangeMonitorAction
Returns the name of the monitored channel.
getChannel() - Method in class org.asteriskjava.manager.action.ConfbridgeKickAction
Returns the number of the channel to kick.
getChannel() - Method in class org.asteriskjava.manager.action.ConfbridgeMuteAction
 
getChannel() - Method in class org.asteriskjava.manager.action.ConfbridgeSetSingleVideoSrcAction
Returns the channel which will be the single video source of the conference.
getChannel() - Method in class org.asteriskjava.manager.action.ConfbridgeUnmuteAction
Returns the number of the channel to unmute.
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.LocalOptimizeAwayAction
Sets the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.action.MixMonitorMuteAction
Returns the name of the channel to mute.
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.PauseMixMonitorAction
 
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.SendTextAction
Returns the name of the channel to send the message to.
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.SipNotifyAction
Returns the peer that will receive the notify.
getChannel() - Method in class org.asteriskjava.manager.action.StatusAction
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.AbstractFaxEvent
 
getChannel() - Method in class org.asteriskjava.manager.event.AbstractMeetMeEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.AbstractMonitorEvent
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.AgiExecEvent
Returns the name of the channel this event occurred on.
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.AsyncAgiEvent
Returns the name of the channel this event occurred 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
Deprecated.
getChannel() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
Returns the name of the channel in the list.
getChannel() - Method in class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
Returns the name of the channel on which a participant started or stopped talking.
getChannel() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the Originate Channel name
getChannel() - Method in class org.asteriskjava.manager.event.DAHDIChannelEvent
 
getChannel() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
getChannel() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the name of the source channel.
getChannel() - Method in class org.asteriskjava.manager.event.DndStateEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.DtmfEvent
Returns the name of the channel the DTMF digit was sent or received 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.MusicOnHoldEvent
Returns the name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.NewAccountCodeEvent
Returns the name of the 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.ReceiveFaxEvent
 
getChannel() - Method in class org.asteriskjava.manager.event.RegistryEvent
Deprecated. 
getChannel() - Method in class org.asteriskjava.manager.event.RenameEvent
Returns the old name of the channel.
getChannel() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the name of this channel.
getChannel() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns the name of the transfering 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.VarSetEvent
Returns the name of the channel or null for global variables.
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.BridgeEvent
Returns the name of the first channel.
getChannel1() - Method in class org.asteriskjava.manager.event.BridgeExecEvent
The name of the first channel.
getChannel1() - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Returns the name of the channel that put the other channel on hold.
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.BridgeEvent
Returns the name of the second channel.
getChannel2() - Method in class org.asteriskjava.manager.event.BridgeExecEvent
The name of the second channel.
getChannel2() - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Returns the name of the channel that has been put on hold.
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
 
getChannelByNameAndActive(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. 
getChannelLanguage() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getChannelName() - Method in interface org.asteriskjava.live.AsteriskQueueEntry
Returns the name of the channel associated with this entry.
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
 
getChannels() - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
Returns the number of licensed channels.
getChannelState() - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
Returns the new state of the channel.
getChannelState() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the channel state
getChannelState() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the state of the channel.
getChannelStateDesc() - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
Returns the new state of the channel as a descriptive text.
getChannelstatedesc() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the Channel state description (RING,...)
getChannelStateDesc() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the state of the channel as a descriptive text.
getChannelStatus() - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the status of the channel.
getChannelStatus() - Method in class org.asteriskjava.fastagi.AgiOperations
 
getChannelStatus() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getChannelType() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
Returns the type of channel that was reloaded.
getChannelType() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
Returns the type of channel, that is "IAX2" for an IAX2 channel or "SIP" for a SIP channel.
For Google Talk it is either "GTALK" or "Gtalk".
getChannelType() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Returns whether this event represents a SIP or an IAX peer.
getChannelType() - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Returns the type of channel that registers, that is "IAX2" for an IAX2 channel or "SIP" for a SIP channel.
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.
getChannelType() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getChanObjectType() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
For SIP peers this is either "peer" or "user".
getChanObjectType() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getChanVariable() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getCidCallingPres() - Method in class org.asteriskjava.manager.event.NewCallerIdEvent
Returns the CallerId presentation/screening.
getCidCallingPres() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getCidCallingPresTxt() - Method in class org.asteriskjava.manager.event.NewCallerIdEvent
Returns the textual respresentation of the CallerId presentation/screening.
getClassLoader() - Method in class org.asteriskjava.fastagi.AbstractMappingStrategy
Returns the ClassLoader to use for loading AgiScript classes and load other resources like the mapping properties file.
getClassLoader() - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Returns the ClassLoader to use for the ScriptEngineManager.
getClassName() - Method in class org.asteriskjava.manager.event.MusicOnHoldEvent
 
getClone() - Method in class org.asteriskjava.manager.event.MasqueradeEvent
Returns the name of the clone channel.
getCloneState() - Method in class org.asteriskjava.manager.event.MasqueradeEvent
Returns the state of the clone channel.
getCloneStateDesc() - Method in class org.asteriskjava.manager.event.MasqueradeEvent
Returns the state of the clone channel as a descriptive text.
getCode() - Method in enum org.asteriskjava.live.HangupCause
Returns the numeric cause code.
getCodecOrder() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getCodecs() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the codecs to use for the call.
getCodecs() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getCommand() - Method in class org.asteriskjava.manager.action.AgiAction
Returns the AGI command to execute.
getCommand() - Method in class org.asteriskjava.manager.action.CommandAction
Returns the command.
getCommand() - Method in class org.asteriskjava.manager.event.AgiExecEvent
Returns the AGI command.
getCommandId() - Method in class org.asteriskjava.manager.action.AgiAction
Returns the command id to track execution progress.
getCommandId() - Method in class org.asteriskjava.manager.event.AgiExecEvent
Returns the command id.
getCommandId() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Returns the command id of the corresponding AgiAction.
getCommandsInQueue() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getComment() - Method in class org.asteriskjava.config.ConfigElement
 
getCompleted() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the number of completed calls.
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeKickAction
Returns the id of the conference to kick a channel from.
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeListAction
 
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeLockAction
Returns the id of the conference to lock.
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeMuteAction
Returns the id of the conference.
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeSetSingleVideoSrcAction
Returns the id of the conference for which the video source is to be set.
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeStartRecordAction
Returns the id of the conference for which to start an audio recording.
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeStopRecordAction
Returns the id of the conference for which to stop an audio recording.
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeUnlockAction
Returns the id of the conference to unlock.
getConference() - Method in class org.asteriskjava.manager.action.ConfbridgeUnmuteAction
Returns the id of the conference.
getConference() - Method in class org.asteriskjava.manager.event.ConfbridgeEndEvent
Returns the id of the conference ended.
getConference() - Method in class org.asteriskjava.manager.event.ConfbridgeJoinEvent
Returns the id of the conference the participant joined.
getConference() - Method in class org.asteriskjava.manager.event.ConfbridgeLeaveEvent
Returns the id of the conference the participant left.
getConference() - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
Returns the id of the conference to be listed.
getConference() - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
Returns the id of the conference to be listed.
getConference() - Method in class org.asteriskjava.manager.event.ConfbridgeStartEvent
Returns the id of the conference started.
getConference() - Method in class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
Returns the id of the conference.
getConfig(String) - Method in interface org.asteriskjava.live.AsteriskServer
Reads the given Asterisk configuration file.
getConfig(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
getConfig(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
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
 
getConnectedlinename() - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
 
getConnectedlinename() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the Caller*ID name of the channel connected if set.
getConnectedlinename() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the Caller*ID name of the channel connected if set.
getConnectedlinename() - Method in class org.asteriskjava.manager.event.HangupEvent
Returns the Caller*ID name of the channel connected if set.
getConnectedlinename() - Method in class org.asteriskjava.manager.event.JoinEvent
Returns the Caller*ID name of the channel connected if set.
getConnectedlinenum() - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
 
getConnectedlinenum() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the Caller*ID number of the channel connected if set.
getConnectedlinenum() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the Caller*ID number of the channel connected if set.
getConnectedlinenum() - Method in class org.asteriskjava.manager.event.HangupEvent
Returns the Caller*ID number of the channel connected if set.
getConnectedlinenum() - Method in class org.asteriskjava.manager.event.JoinEvent
Returns the Caller*ID number of the channel connected if set.
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.GosubCommand
Returns the context of the subroutine to call.
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
Deprecated.
Returns the context of the extension to use for callback.
getContext() - Method in class org.asteriskjava.manager.action.AtxferAction
Returns the destination context.
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.CoreShowChannelEvent
Returns the Context the channel is
getContext() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
Returns the context of this Dahdi channel as defined in chan_Dahdi.conf.
getContext() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getContext() - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Returns the context of the extension.
getContext() - Method in class org.asteriskjava.manager.event.ListDialplanEvent
Returns the context.
getContext() - Method in class org.asteriskjava.manager.event.NewChannelEvent
Returns the context of the dialplan entry the channel started at.
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.ReceiveFaxEvent
 
getContext() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
getContext() - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
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
 
getContext() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getContexts() - Method in class org.asteriskjava.config.dialplan.ExtensionsConfigFile
 
getCoreCurrentCalls() - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the number of currently active channels on the server.
getCoreMaxCalls() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
getCoreMaxFilehandles() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
getCoreMaxLoadAvg() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
getCoreReloadDate() - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the date the server (core module) was last reloaded.
getCoreReloadDateTimeAsDate() - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the and time the server (core module) was last reloaded.
getCoreReloadDateTimeAsDate(TimeZone) - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the date the server (core module) was last reloaded.
getCoreReloadTime() - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the time the server (core module) was last reloaded.
getCoreRunGroup() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
getCoreRunUser() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
getCoreStartupDate() - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the date the server was started.
getCoreStartupDateTimeAsDate() - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the date and time the server was started.
getCoreStartupDateTimeAsDate(TimeZone) - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the date and time the server was started.
getCoreStartupTime() - Method in class org.asteriskjava.manager.response.CoreStatusResponse
Returns the time the server was started.
getCount() - Method in class org.asteriskjava.manager.event.QueueEvent
Returns the number of elements in the queue, i.e.
getCountry() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
Returns the ISO country code.
getCumulativeLoss() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
getCurrentDeviceState() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getCurrentExtension() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the last visited dialplan entry.
getDahdichannel() - Method in class org.asteriskjava.manager.event.DAHDIChannelEvent
 
getDahdichannel() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
getDahdispan() - Method in class org.asteriskjava.manager.event.DAHDIChannelEvent
 
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
 
getData(String, long) - Method in class org.asteriskjava.fastagi.AgiOperations
 
getData(String, long, int) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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.
getDataRate() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getDataSetting() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getDataState() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.AsteriskQueueEntry
Returns the date this member joined the Queue.
getDateJoined() - Method in interface org.asteriskjava.live.MeetMeUser
Returns the date this user joined the MeetMe room.
getDateLeft() - Method in interface org.asteriskjava.live.AsteriskQueueEntry
Returns the date this member left the queue 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.
getDChannel() - Method in class org.asteriskjava.manager.event.PriEventEvent
Returns the D-Channel the event occurred on.
getDcnCount() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getDecodedMessage() - Method in class org.asteriskjava.manager.event.SkypeChatMessageEvent
Returns the decoded message.
getDefaultAddrIp() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getDefaultAddrPort() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getDefaultCallingPres() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getDefaultUsername() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getDeleteMessage() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns whether messages will be deleted from the voicemailbox (after having been emailed).
getDesiredDeviceState() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.AgentCalledEvent
Returns the name of the channel calling the agent.
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 destination channel.
getDevice() - Method in class org.asteriskjava.manager.action.DongleSendSMSAction
 
getDevice() - Method in class org.asteriskjava.manager.event.DongleCallStateChangeEvent
 
getDevice() - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
getDevice() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getDevice() - Method in class org.asteriskjava.manager.event.DongleNewCMGREvent
 
getDevice() - Method in class org.asteriskjava.manager.event.DongleNewSMSBase64Event
 
getDevice() - Method in class org.asteriskjava.manager.event.DongleNewSMSEvent
 
getDevice() - Method in class org.asteriskjava.manager.event.DongleStatusEvent
 
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.
getDialing() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.
getDialout() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the dialplan context used by the "place an outgoing call" feature in the advanced voicemail features menu.
getDialStatus() - Method in class org.asteriskjava.manager.event.DialEvent
For end subevents this returns whether the completion status of the dial application.
Possible values are: CHANUNAVAIL CONGESTION NOANSWER BUSY ANSWER CANCEL DONTCALL TORTURE INVALIDARGS It corresponds the the DIALSTATUS variable used in the dialplan.
getDialString() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the dial string passed to the Dial application.
getDigit() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Returns the DTMF digit that was received.
getDigit() - Method in class org.asteriskjava.manager.action.PlayDtmfAction
Returns the DTMF digit to play.
getDigit() - Method in class org.asteriskjava.manager.event.DtmfEvent
Returns the DTMF digit that was sent or received.
getDigits() - Method in class org.asteriskjava.fastagi.command.SayDigitsCommand
Returns the digits string to say.
getDirection() - Method in class org.asteriskjava.manager.action.MixMonitorMuteAction
Gets the direction of the part of the recording to mute.
getDirection() - Method in class org.asteriskjava.manager.action.PauseMixMonitorAction
 
getDirection() - Method in class org.asteriskjava.manager.event.DtmfEvent
Returns whether the DTMF digit was sent or received.
getDisableSMS() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getDisDcsDtcCtcCount() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
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.
getDlSr() - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
Returns the delay since the last SR.
getDnd() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
Returns whether dnd (do not disturb) is enabled for this Dahdi channel.
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
 
getDocumentNumber() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getDocumentNumber() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getDocumentTime() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
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.
getDTMF() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getDtmfReceived() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the last DTMF digit received on this channels.
getDtmfSent() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the last DTMF digit sent on this channels.
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.CoreShowChannelEvent
Returns the duration of the call
getDuration() - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
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
 
getDynamic() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getEcmMode() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getElements() - Method in class org.asteriskjava.config.Category
 
getEmail() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the email address of the voicemail user.
getEnabled() - Method in class org.asteriskjava.manager.event.LogChannelEvent
Returns if logging has been enabled or disabled.
getEncryption() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
getEndDate() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getEndDate() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getEndpos() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Returns the position where the prompt stopped playing because a DTMF digit was received or speech was recognized (barge in).
getEndstatus() - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
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.
getEngine() - Method in class org.asteriskjava.fastagi.command.SpeechCreateCommand
Returns the name of the speech engine to use for subsequent Speech AGI commands.
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 entries currently waiting in this queue.
getEnv() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Returns the raw AGI environment similar to the AGI request for FastAGI.
getError() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
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.
getEvent() - Method in class org.asteriskjava.manager.action.QueueLogAction
Returns the event to log.
getEventList() - Method in class org.asteriskjava.manager.event.ConfbridgeListCompleteEvent
Returns the status of the list e.g.
getEventList() - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsCompleteEvent
Returns the status of the list that is always "Complete".
getEventlist() - Method in class org.asteriskjava.manager.event.CoreShowChannelsCompleteEvent
Returns if the status of the eventlist (should be Complete).
getEventlist() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsCompleteEvent
Returns if the status of the eventlist (should be Complete).
getEventlist() - Method in class org.asteriskjava.manager.event.DongleShowDevicesCompleteEvent
Returns if the status of the eventlist (should be Complete).
getEventList() - Method in class org.asteriskjava.manager.event.PeerlistCompleteEvent
Returns always "Complete".
getEventList() - Method in class org.asteriskjava.manager.event.RegistrationsCompleteEvent
Returns always "Complete".
getEventList() - Method in class org.asteriskjava.manager.response.ManagerResponse
Sent for manager events that reply with a list of events.
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.
getExecFile() - Method in class org.asteriskjava.config.ExecDirective
 
getExitContext() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the dialplan context the user is dropped into after he has pressed * or 0 to exit voicemail.
getExpires() - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
Returns the date the license expires in the format "YYYY-MM-DD".
getExten() - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
Returns the extension to use for callback.
getExten() - Method in class org.asteriskjava.manager.action.AtxferAction
Returns the destination extension.
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.DongleDeviceEntryEvent
 
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.NewChannelEvent
Returns the extension of the dialplan entry the channel started at.
getExten() - Method in class org.asteriskjava.manager.event.OriginateResponseEvent
Returns the the extension to connect to.
getExten() - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
getExten() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
getExten() - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
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.GosubCommand
Returns the extension within the called context.
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(String) - Static method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Returns the extension (the part after the last ".") of the given script.
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.CoreShowChannelEvent
Returns the Extension dialed
getExtension() - Method in class org.asteriskjava.manager.event.ListDialplanEvent
Returns the extension or extension pattern.
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.
getExtensionLabel() - Method in class org.asteriskjava.manager.event.ListDialplanEvent
Returns the extension label.
getExtra() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
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.DbDelAction
Returns the family of the key to delete
getFamily() - Method in class org.asteriskjava.manager.action.DbDelTreeAction
Returns the family of the key to delete.
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.
getFaxSession() - Method in class org.asteriskjava.manager.event.AbstractFaxEvent
 
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.
getFile() - Method in class org.asteriskjava.manager.event.ManagerEvent
Returns the name of the file in Asterisk's source code that triggered this event.
getFile() - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
Returns the name of the file this license is stored in.
getFileName() - Method in class org.asteriskjava.config.ConfigElement
 
getFilename() - Method in interface org.asteriskjava.config.ConfigFile
Returns the filename.
getFilename() - Method in class org.asteriskjava.config.ConfigFileImpl
 
getFileName() - Method in exception org.asteriskjava.config.ConfigParseException
 
getFilename() - Method in class org.asteriskjava.live.internal.ConfigFileImpl
 
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.
getFileName() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getFileName() - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
getFileName() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
getFileName() - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
getFirmware() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.
getForceRport() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Returns whether the nat option is set to force_rport.
Available since Asterisk 1.8
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.
getFractionLost() - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
Returns the short term loss ratio.
getFrom() - Method in class org.asteriskjava.manager.event.DongleNewSMSBase64Event
 
getFrom() - Method in class org.asteriskjava.manager.event.DongleNewSMSEvent
 
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.SkypeChatMessageEvent
Returns the Skype username of the sender of this chat message.
getFrom() - Method in class org.asteriskjava.manager.event.UnparkedCallEvent
Returns the name of the channel that parked the call.
getFromAddress() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
Returns the IP address the RTCP message has been received from.
getFromPort() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
Returns the port of the RTCP message has been received from.
getFttCount() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getFullname() - Method in class org.asteriskjava.manager.event.SkypeBuddyEntryEvent
Returns the full name of the buddy.
getFullname() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the full name of the voicemail user that is used for the directory application.
getFullname() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
getFullVariable(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Evaluates a channel expression for the current channel.
getFullVariable(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Evaluates a channel expression for the given channel.To extract the caller id of channel use getFullVariable("${CALLERID(name)}", "SIP/john-0085d860");.
getFullVariable(String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
getFullVariable(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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.
getFunc() - Method in class org.asteriskjava.manager.event.ManagerEvent
Returns the name of the C function in Asterisk's source code that triggered this event.
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
 
getGrammar() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Returns the grammar for the first recognition result.
getGrammar() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult.SpeechResult
Returns the grammar.
getGroup() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getGSMRegistrationStatus() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getGtalkSid() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
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.
getHeld() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getHighestSequence() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
getHint() - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Returns the hint assigned to the extension.
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 current avarage hold time for this queue based on an exponential average.
getHost() - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Returns the IP address or hostname used for the registration.
getHostId() - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
 
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.
getIaJitter() - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
Returns the interarrival jitter.
getIax2CallNoLocal() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
getIax2CallNoRemote() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
getIax2Peer() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
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.
getImageEncoding() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getImageResolution() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getImapUser() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the username of the IMAP account associated with this mailbox.
getIMEISetting() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getIMEIState() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getIMSISetting() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getIncludeFile() - Method in class org.asteriskjava.config.IncludeDirective
 
getIncoming() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getInitializing() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getInterface() - Method in class org.asteriskjava.manager.action.QueueAddAction
Returns the name of the channel to dial to reach this member.
getInterface() - Method in class org.asteriskjava.manager.action.QueueLogAction
Returns the interface of the member to log the event for.
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.QueuePenaltyAction
Returns the interface of the member to set the penalty for.
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.
getInternalAgiRequest() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
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
Deprecated.
since 1.0.0, use PeerEntryEvent.getPort() instead.
getItems() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsCompleteEvent
 
getItems() - Method in class org.asteriskjava.manager.event.DongleShowDevicesCompleteEvent
 
getItems() - Method in class org.asteriskjava.manager.event.StatusCompleteEvent
Returns the number of channels reported.
getJabber() - Method in class org.asteriskjava.manager.action.JabberSendAction
 
getJitter() - Method in class org.asteriskjava.manager.event.AbstractRtpStatEvent
 
getJitterBufferOverflows() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
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.DbDelAction
Returns the the key to delete
getKey() - Method in class org.asteriskjava.manager.action.DbDelTreeAction
Returns the the key to delete.
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.
getKey() - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
Returns the license key.
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
 
getLanguage() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
getLanguage() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getLanguage() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
Returns the ISO language code.
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".
getLastError() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getLastMsgsSent() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getLastPageProcessed() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getLastReply() - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the reply received in response to the last command sent to Asterisk.
getLastReply() - Method in class org.asteriskjava.fastagi.AgiOperations
 
getLastReply() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getLastSr() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
getLevel() - Method in class org.asteriskjava.fastagi.command.VerboseCommand
Returns the level to use.
getLine() - Method in class org.asteriskjava.manager.event.ManagerEvent
Returns the line number in Asterisk's source code where this event was triggered.
getLinecount() - Method in class org.asteriskjava.manager.event.DongleNewSMSEvent
 
getLineNumber() - Method in class org.asteriskjava.config.ConfigElement
 
getLineNumber() - Method in exception org.asteriskjava.config.ConfigParseException
 
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
Deprecated.
as of 1.0.0, use StatusEvent.getBridgedChannel() instead.
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.
getListContexts() - Method in class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
Returns the number of contexts reported.
getListExtensions() - Method in class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
Returns the number of extensions reported.
getListItems() - Method in class org.asteriskjava.manager.event.ConfbridgeListCompleteEvent
Returns the number listitems.
getListItems() - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsCompleteEvent
Returns the number listitems.
getListitems() - Method in class org.asteriskjava.manager.event.CoreShowChannelsCompleteEvent
Returns the number of channels reported.
getListitems() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsCompleteEvent
Returns the number of channels reported.
getListitems() - Method in class org.asteriskjava.manager.event.DongleShowDevicesCompleteEvent
Returns the number of channels reported.
getListItems() - Method in class org.asteriskjava.manager.event.PeerlistCompleteEvent
Returns the number of PeerEvents that have been reported.
getListItems() - Method in class org.asteriskjava.manager.event.RegistrationsCompleteEvent
Returns the number of SIP registrations that have been reported.
getListItems() - Method in class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
Returns the total number of list items reported.
getListItems() - Method in class org.asteriskjava.manager.event.SkypeBuddyListCompleteEvent
Returns the number of buddies that have been reported.
getListPriorities() - Method in class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
Returns the number of priorites reported.
getLoadType() - Method in class org.asteriskjava.manager.action.ModuleLoadAction
Returns the operation to perform.
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.manager.DefaultManagerConnection
 
getLocalAddress() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getLocalAddress() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the local address of the underlying socket connection.
getLocalAddress() - Method in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
getLocalAddress() - Method in interface org.asteriskjava.util.SocketConnectionFacade
Returns the local address this socket connection.
getLocalDis() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getLocalDropped() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getLocalJbDelay() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getLocalJitter() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getLocalLossPercent() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getLocalooo() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
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.manager.DefaultManagerConnection
 
getLocalPort() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getLocalPort() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the local port of the underlying socket connection.
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.
getLocalReceived() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getLocalSid() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getLocalStationId() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the identifier of the local fax station.
getLocalStationId() - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
getLocalStationId() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
getLocalStationId() - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
getLocalTotalLost() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getLocation() - Method in interface org.asteriskjava.live.AsteriskQueueMember
Returns the location of this member.
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.
getLocation() - Method in class org.asteriskjava.manager.event.QueueMemberPenaltyEvent
Returns the name of the member's interface.
getLocationAreaCode() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getLocked() - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
 
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.
getLogger() - Method in class org.asteriskjava.util.internal.Slf4JLogger
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.
getLoginTime() - Method in class org.asteriskjava.manager.event.AgentCallbackLogoffEvent
 
getLoginTime() - Method in class org.asteriskjava.manager.event.AgentLogoffEvent
 
getLongestHoldTime() - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Returns the longest hold time of the a queue entry currently in the queue.
getLostPackets() - Method in class org.asteriskjava.manager.event.AbstractRtpStatEvent
Returns the number of lost packets.
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 ",".
getMailCommand() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the custom mail command used to send notifications to the voicemail user.
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
 
getManufacturer() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getMappingStrategy() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
 
getMarked() - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
Returns the number of marked participants in this conference.
getMarkedUser() - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
 
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.
getMaxCallBr() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getMaxDigits() - Method in class org.asteriskjava.fastagi.command.GetDataCommand
Returns the maximum number of digits to read.
getMaximumPoolSize() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
Returns the maximum number of worker threads in the thread pool.
getMaxLag() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getMaxLagInMilliSeconds() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getMaxMessageCount() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the maximum number of messages per folder.
getMaxMessageLength() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the maximum duration per message for voicemails in this mailbox.
getMcfCount() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getMd5SecretExist() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.
getMeetMe() - Method in class org.asteriskjava.manager.event.MeetMeEndEvent
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.action.QueueAddAction
Returns the name of the queue memeber (agent name).
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
Deprecated.
since 1.0.0. Use QueueMemberEvent.getName() instead.
getMembers() - Method in interface org.asteriskjava.live.AsteriskQueue
Returns the list of Asterisk members of this queue.
getMembership() - Method in interface org.asteriskjava.live.AsteriskQueueMember
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.
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.action.DongleSendSMSAction
 
getMessage() - Method in class org.asteriskjava.manager.action.JabberSendAction
 
getMessage() - Method in class org.asteriskjava.manager.action.QueueLogAction
Returns the message to log.
getMessage() - Method in class org.asteriskjava.manager.action.SendTextAction
Returns the message to send.
getMessage() - Method in class org.asteriskjava.manager.action.SkypeChatSendAction
Returns the message to send.
getMessage() - Method in class org.asteriskjava.manager.event.DongleNewSMSBase64Event
 
getMessage() - Method in class org.asteriskjava.manager.event.ReloadEvent
 
getMessage() - Method in class org.asteriskjava.manager.event.SkypeChatMessageEvent
Returns the Base64 encoded message.
getMessage() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns the message received with this response.
getMessageline0() - Method in class org.asteriskjava.manager.event.DongleNewSMSEvent
 
getMinimalDTMFDuration() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getMinimalDTMFGap() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getMinimalDTMFInterval() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getMinimumJitterSpace() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
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.
getMode() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getModel() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getModule() - Method in class org.asteriskjava.manager.action.ModuleCheckAction
Returns the name of the module to check.
getModule() - Method in class org.asteriskjava.manager.action.ModuleLoadAction
Returns the name of the module or subsystem to perform the operation on.
getModule() - Method in class org.asteriskjava.manager.event.ReloadEvent
Returns the name of the module that has been reloaded.
getModuleCount() - Method in class org.asteriskjava.manager.event.ModuleLoadReportEvent
Returns the number of modules that have been loaded.
getModuleLoadStatus() - Method in class org.asteriskjava.manager.event.ModuleLoadReportEvent
Returns the load status.
getModuleSelection() - Method in class org.asteriskjava.manager.event.ModuleLoadReportEvent
Returns whether loading the pre-load modules has been completed or all modules have been loaded.
getMusicOnHoldClass() - Method in class org.asteriskjava.fastagi.command.SetMusicOnCommand
Returns the music on hold class to play music from.
getName() - Method in class org.asteriskjava.config.Category
Returns the name of this category.
getName() - Method in class org.asteriskjava.config.ConfigVariable
 
getName() - Method in class org.asteriskjava.config.dialplan.ConfigExtension
 
getName() - Method in class org.asteriskjava.config.dialplan.ConfigInclude
 
getName() - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the name of the channel.
getName() - Method in class org.asteriskjava.fastagi.AgiOperations
 
getName() - Method in class org.asteriskjava.fastagi.command.SpeechActivateGrammarCommand
Returns the name of the grammar.
getName() - Method in class org.asteriskjava.fastagi.command.SpeechDeactivateGrammarCommand
Returns the name of the grammar.
getName() - Method in class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand
Returns the name of the grammar.
getName() - Method in class org.asteriskjava.fastagi.command.SpeechSetCommand
Returns the name of the setting to set.
getName() - Method in class org.asteriskjava.fastagi.command.SpeechUnloadGrammarCommand
Returns the name of the grammar.
getName() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getName() - Method in interface org.asteriskjava.fastagi.NamedAgiScript
Returns the name of the script.
getName() - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy.ScriptEngineAgiScript
 
getName() - Method in interface org.asteriskjava.live.AsteriskAgent
 
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.live.internal.AsteriskAgentImpl
 
getName() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the name of this agent.
getName() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Returns the name of the member.
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.
getNewMessageCount() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
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.
getNewstate() - Method in class org.asteriskjava.manager.event.DongleCallStateChangeEvent
 
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.DongleSendSMSAction
 
getNumber() - Method in class org.asteriskjava.manager.action.ZapDialOffhookAction
Returns the number to dial.
getNumberOfResults() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Returns how many results have been recoginized.
getObjectName() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
getObjectName() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getObjectUserName() - 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.SpeechRecognizeCommand
Returns the offset samples to skip when playing the prompt.
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.
getOldAccountCode() - Method in class org.asteriskjava.manager.event.NewAccountCodeEvent
Returns the old account code.
getOldMessageCount() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the number of old ("read" or listened to) messages for this voicemail user.
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
Deprecated.
getOperatingMode() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
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, long) - 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
 
getOption(String, String, long) - Method in class org.asteriskjava.fastagi.AgiOperations
 
getOption(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
getOption(String, String, long) - 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, long) - 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.
getOriginal() - Method in class org.asteriskjava.manager.event.MasqueradeEvent
Returns the name of the original channel.
getOriginalPosition() - Method in class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
getOriginalState() - Method in class org.asteriskjava.manager.event.MasqueradeEvent
Returns the state of the original channel.
getOriginalStateDesc() - Method in class org.asteriskjava.manager.event.MasqueradeEvent
Returns the state of the original channel as a descriptive text.
getOurSsrc() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
Returns our synchronization source identifier that uniquely identifies the source of a stream.
getOwner() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
Returns the name of the channel.
getPacket() - Method in class org.asteriskjava.manager.event.JabberEventEvent
 
getPacketsLost() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
Returns the number of packets lost so far.
getPageCount() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getPageNumber() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getPager() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the email adress of pager of the voicemail user.
getPageSize() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getPagesTransferred() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the number of pages transferred.
getPagesTransferred() - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
getPagesTransferred() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
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 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 an empty array if the parameter does not exist.
getParameterValues(String) - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
 
getParkedAt() - Method in interface org.asteriskjava.live.AsteriskChannel
Return the extension to dial to pickup he channel of the parking if the channel is currently parked.
getParkingLot() - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Returns the parking lot.
getParkingLot() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getPartialResult() - Method in exception org.asteriskjava.manager.EventTimeoutException
Returns the partial result that has been received before the timeout occured.
getParties() - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
Returns the number of participants in this conference.
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.
getPath() - Method in class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand
Returns the path to the grammar.
getPaused() - Method in interface org.asteriskjava.live.AsteriskQueueMember
Deprecated.
as of 1.0.0. Use AsteriskQueueMember.isPaused() instead.
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
Returns the number of peers defined during the configuration of this channel (e.g.
getPeerEntries() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
getPeerName() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
getPeerStatus() - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Returns the registration state.
getPenalty() - Method in interface org.asteriskjava.live.AsteriskQueueMember
Returns the penalty of this member.
getPenalty() - Method in class org.asteriskjava.manager.action.QueueAddAction
Returns the penalty for this member.
getPenalty() - Method in class org.asteriskjava.manager.action.QueuePenaltyAction
Returns the new penalty.
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.
getPenalty() - Method in class org.asteriskjava.manager.event.QueueMemberPenaltyEvent
Returns the new penalty.
getPhoneHome() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
getPhoneMobile() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
getPhoneOffice() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
getPickupGroup() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getPing() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getPing() - Method in class org.asteriskjava.manager.response.PingResponse
Returns always "Pong".
getPoolActiveTaskCount() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
Returns the approximate number of AgiConnectionHandler threads that are actively executing tasks.
getPoolActiveThreadCount() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
 
getPoolSize() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
Returns the default number of worker threads in the thread pool.
getPort() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Returns the TCP port this server is configured to bind to.
getPort() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getPort() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Returns the port of the peer.
getPort() - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Returns the port of the peer that registered.
getPort() - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Returns the port number used for the registration.
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 interface org.asteriskjava.live.AsteriskQueueEntry
Returns the position of this queue entry in the queue.
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.LeaveEvent
 
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.
getPprCount() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getPreComment() - Method in class org.asteriskjava.config.ConfigElement
 
getPriEvent() - Method in class org.asteriskjava.manager.event.PriEventEvent
Returns the textual representation of the event code.
getPriEventCode() - Method in class org.asteriskjava.manager.event.PriEventEvent
Returns the numerical pri event code.
getPriority() - Method in class org.asteriskjava.config.dialplan.ConfigExtension
 
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.GosubCommand
Returns the priority of the called extension.
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.AtxferAction
Returns the destination priority.
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.CoreShowChannelEvent
Returns the Priority the channel actualy is
getPriority() - Method in class org.asteriskjava.manager.event.ListDialplanEvent
Returns the priority.
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.
getPrivilege() - Method in class org.asteriskjava.manager.response.CommandResponse
Returns the AMI authorization class of this response.
getProcessedStatus() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getPrompt() - Method in class org.asteriskjava.fastagi.command.SpeechRecognizeCommand
Returns the prompt to play.
getProperty(Object, String) - Method in class org.asteriskjava.tools.HtmlEventTracer
 
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".
getProviderName() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getPt() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
Indicates the format of the payload, typical values are 200 for sender reports and 201 for receiver reports.
getQualifyFreq() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getQueue() - Method in interface org.asteriskjava.live.AsteriskQueueEntry
Returns the Queue this member joined.
getQueue() - Method in interface org.asteriskjava.live.AsteriskQueueMember
Returns the queue this member is registerd to.
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.QueueLogAction
Returns the name of the queue to log the event for.
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.QueuePenaltyAction
Returns the name of the queue.
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.QueueResetAction
Returns the name of the queue to reset.
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.AgentCalledEvent
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.QueueMemberPenaltyEvent
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.
getQueueEntry() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the queue entry associated with this channel.
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
 
getReader(File) - Static method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
 
getRealtimeDevice() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Available since Asterisk 1.4.
getReason() - Method in class org.asteriskjava.manager.action.QueuePauseAction
Sets the name of the local reason.
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.BridgeExecEvent
Returns the reason for failure.
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
 
getReason() - Method in class org.asteriskjava.manager.event.QueueMemberPausedEvent
Returns the reason why the queue member has been paused.
getReasonTxt() - Method in class org.asteriskjava.manager.event.LogChannelEvent
Returns the textual representation of the reason for disabling logging.
getReceivedPackets() - Method in class org.asteriskjava.manager.event.RtpReceiverStatEvent
Returns the number of packets received.
getReceptionReports() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
getRefresh() - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Returns the value of refresh.
getRegContact() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getRegExpire() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getRegExtension() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getRegistrar() - Method in class org.asteriskjava.manager.event.ListDialplanEvent
Returns the registrar that registered this priority.
getRegistrationTime() - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Returns the epoch since the last registration.
getRegistryCount() - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
getReleasing() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.manager.DefaultManagerConnection
 
getRemoteAddress() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getRemoteAddress() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the remote address of the underlying socket connection.
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.
getRemoteDis() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getRemoteDropped() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getRemoteJbDelay() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getRemoteJitter() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getRemoteLossPercent() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getRemoteooo() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
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.manager.DefaultManagerConnection
 
getRemotePort() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getRemotePort() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the remote port of the underlying socket connection.
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.
getRemoteReceived() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
getRemoteSecretExist() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getRemoteSid() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getRemoteStationId() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Retruns the identifier of the remote fax station.
getRemoteStationId() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getRemoteStationId() - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
getRemoteStationId() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
getRemoteTotalLost() - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
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&param2=value2].
getRequestURL() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
Returns the full URL of the request in the form agi://host[:port][/script].
getResetDongle() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getResolution() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the row resolution of the received fax.
getResolution() - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
getResolution() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
getResponse() - Method in class org.asteriskjava.manager.event.BridgeExecEvent
Returns whether bridging succeeded or failed.
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
 
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.event.AgiExecEvent
Returns the result as a string.
getResult() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Returns the raw result of a command execution in response to the corresponding AgiAction.
getResult() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getResult() - Method in class org.asteriskjava.manager.response.CommandResponse
Returns a List of strings representing the lines returned by the CLI command.
getResultCode() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
getResultCode() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the return code (the result as int).
getResultCode() - Method in class org.asteriskjava.manager.event.AgiExecEvent
Returns the result code.
getResultCodeAsChar() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
getResultCodeAsChar() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the return code as character.
getRetransmitCount() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getRewindDigit() - Method in class org.asteriskjava.fastagi.command.ControlStreamFileCommand
Returns the digit for rewind.
getRingtime() - Method in class org.asteriskjava.manager.event.AgentConnectEvent
Returns the amount of time the agent's channel was ringing before answered.
getRingtime() - Method in class org.asteriskjava.manager.event.AgentRingNoAnswerEvent
Returns the amount of time the agent's channel was ringing.
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.
getRrCount() - Method in class org.asteriskjava.manager.event.RtpReceiverStatEvent
Returns the number of receiver reports.
getRSSI() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getRtnCount() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getRtt() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
Returns the round trip time.
getRtt() - Method in class org.asteriskjava.manager.event.RtpSenderStatEvent
 
getRxBytes() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getRXGain() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getRxPages() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getSayCid() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
getSayDurationMinimum() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
getSayEnvelope() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
getScore() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Returns the confidence score for the first recognition result.
getScore() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult.SpeechResult
Returns the confidence score.
getScreenName() - Method in class org.asteriskjava.manager.action.JabberSendAction
 
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.AgiConnectionHandler
 
getScript() - Method in class org.asteriskjava.fastagi.internal.AgiRequestImpl
Returns the name of the script to execute.
getScriptEngine(File) - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Searches for a ScriptEngine that can handle the given file.
getScriptEngineManager() - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Returns the ScriptEngineManager to use for loading the ScriptEngine.
getScriptName(AgiScript) - Method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
 
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.
getSecretExist() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSenderSsrc() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
Returns the synchronization source identifier of the sender.
getSentNtp() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
getSentOctets() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
Returns the number of octets (bytes) sent.
getSentPackets() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
Returns the number of packets sent.
getSentPackets() - Method in class org.asteriskjava.manager.event.RtpSenderStatEvent
Returns the number of packets sent.
getSentRtp() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
getSequenceNumber() - Method in class org.asteriskjava.manager.event.ManagerEvent
Returns the sequence numbers of this event.
getSequenceNumberCycles() - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
getServer() - Method in interface org.asteriskjava.live.LiveObject
Returns the AsteriskServer this live object belongs to.
getServer() - Method in class org.asteriskjava.manager.event.ManagerEvent
Returns the name of the Asterisk server from which this event has been received.
getServer() - Method in class org.asteriskjava.manager.response.ManagerResponse
Returns the name of the Asterisk server from which this response has been received.
getServerEmail() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the email address used for the "from" header when sending notification emails.
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.DahdiShowChannelsEvent
Returns the signalling of this Dahdi channel.
getSignalling() - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Returns the signalling of this zap channel.
getSignallingcode() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
getSipAuthInsecure() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipCallId() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
getSipCallId() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns the SIP call id.
getSipCanReinvite() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipDirectMedia() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipDtmfMode() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipFromDomain() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipFromUser() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipFullContact() - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
getSipNatSupport() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipPromiscRedir() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipSessExpires() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipSessMin() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipSessRefresh() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipSessTimers() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipT38ec() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipT38MaxDtgrm() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipT38support() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipTextSupport() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipUserAgent() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipUserPhone() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSipVideoSupport() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getSkypename() - Method in class org.asteriskjava.manager.action.SkypeChatSendAction
Returns the Skype username of the recipient of this chat message.
getSkypename() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
getSMS() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getSMSPDU() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getSMSServiceCenter() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getSoft() - Method in class org.asteriskjava.manager.action.AgentLogoffAction
Returns whether to hangup existing calls or not.
getSpan() - Method in class org.asteriskjava.manager.event.PriEventEvent
Returns the span the event occurred on.
getSpyeeChannel() - Method in class org.asteriskjava.manager.event.ChanSpyStartEvent
 
getSpyeeChannel() - Method in class org.asteriskjava.manager.event.ChanSpyStopEvent
 
getSpyerChannel() - Method in class org.asteriskjava.manager.event.ChanSpyStartEvent
 
getSrc() - Method in class org.asteriskjava.manager.event.CdrEvent
Returns the Caller*ID number.
getSrc() - Method in class org.asteriskjava.manager.event.DialEvent
Deprecated.
as of 1.0.0, use DialEvent.getChannel() instead.
getSrcFilename() - Method in class org.asteriskjava.manager.action.UpdateConfigAction
Returns the source filename.
getSrCount() - Method in class org.asteriskjava.manager.event.RtpSenderStatEvent
Returns the number of sender reports.
getSrcUniqueId() - Method in class org.asteriskjava.manager.event.DialEvent
Deprecated.
as of 1.0.0, use DialEvent.getUniqueId() instead.
getSsrc() - Method in class org.asteriskjava.manager.event.AbstractRtpStatEvent
Returns the synchronization source identifier that uniquely identifies the source of a stream.
getStartDate() - Method in interface org.asteriskjava.live.CallDetailRecord
 
getStartDate() - Method in class org.asteriskjava.live.internal.CallDetailRecordImpl
 
getStartPage() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
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.AsteriskAgent
Returns the state of this agent.
getState() - Method in interface org.asteriskjava.live.AsteriskChannel
Returns the state of this channel.
getState() - Method in interface org.asteriskjava.live.AsteriskQueueEntry
Returns the lifecycle status of this AsteriskQueueEntry.
getState() - Method in interface org.asteriskjava.live.AsteriskQueueMember
Returns the state of this member.
getState() - Method in class org.asteriskjava.live.ChannelStateHistoryEntry
The state the channel entered.
getState() - Method in class org.asteriskjava.live.internal.AsteriskAgentImpl
 
getState() - Method in interface org.asteriskjava.live.MeetMeUser
Returns the lifecycle status of this MeetMeUser.
getState() - Method in class org.asteriskjava.manager.action.MixMonitorMuteAction
Gets the state of the mute.
getState() - Method in class org.asteriskjava.manager.action.PauseMixMonitorAction
 
getState() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getState() - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
Deprecated.
as of 1.0.0, use AbstractChannelStateEvent.getChannelStateDesc() instead or even better switch to numeric values as returned by AbstractChannelStateEvent.getChannelState().
getState() - Method in class org.asteriskjava.manager.event.DndStateEvent
Returns DND state of the channel.
getState() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getState() - Method in class org.asteriskjava.manager.event.MusicOnHoldEvent
Returns the state.
getState() - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Returns the value of state.
getState() - Method in class org.asteriskjava.manager.event.StatusEvent
Deprecated.
getState() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getState() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the lifecycle status of this connection.
getStateInterface() - Method in class org.asteriskjava.manager.action.QueueAddAction
Returns the name of the channel from which to read devicestate changes.
getStateinterface() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
 
getStateName() - Method in enum org.asteriskjava.util.MixMonitorDirection
 
getStatus() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
getStatus() - Method in interface org.asteriskjava.fastagi.reply.AgiReply
Returns the status code.
getStatus() - Method in enum org.asteriskjava.live.ChannelState
Returns the numerical status code.
getStatus() - Method in enum org.asteriskjava.live.QueueMemberState
Returns the numerical 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.DongleStatusEvent
 
getStatus() - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Returns the state of the extension.
getStatus() - Method in class org.asteriskjava.manager.event.FullyBootedEvent
Returns the status.
getStatus() - Method in class org.asteriskjava.manager.event.HoldEvent
Returns whether this is a hold or unhold event.
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.MeetMeTalkingRequestEvent
Returns whether the user has started or stopped requesting 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.event.ReloadEvent
Returns the new status of the module.
getStatus() - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
getStatus() - Method in class org.asteriskjava.manager.event.SkypeAccountStatusEvent
Returns the Skype user status.
getStatus() - Method in class org.asteriskjava.manager.event.SkypeBuddyEntryEvent
Returns the status of the buddy.
getStatus() - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
 
getStatus() - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
getStatus() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.
getSubEvent() - Method in class org.asteriskjava.manager.event.AgiExecEvent
Returns the sub event type.
getSubEvent() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Returns the sub event type.
getSubEvent() - Method in class org.asteriskjava.manager.event.DialEvent
Since Asterisk 1.6 the begin and the end of a dial command generate a Dial event.
getSubmode() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getSubscriberNumber() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getSynopsis() - Method in class org.asteriskjava.fastagi.internal.AgiReplyImpl
 
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).
getSystemName() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
getT38OctetsReceived() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getT38OctetsSent() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getT38PacketsReceived() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getT38PacketsSent() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getT38SessionDuration() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getT38SessionDurationInSeconds() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getTalkingStatus() - Method in class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
Returns the talking status.
getTalkingTo() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the numerical Caller*ID of the channel this agent is talking to.
getTalkingToChan() - Method in class org.asteriskjava.manager.event.AgentsEvent
Returns the name 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.
getTalkTime() - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Returns the current avarage talk time for this queue based on an exponential average.
getTalkTime() - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Returns the current avarage talk time for this queue based on an exponential average.
getTargetChannel() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns the name of the target channel.
getTargetUniqueId() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns the unique id of the target channel.
getTasksInQueue() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.
getText() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Returns the text for the first recognition result.
getText() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult.SpeechResult
Returns the text.
getText(String, ManagerEvent) - Method in class org.asteriskjava.tools.HtmlEventTracer
 
getTextSupport() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Returns whether the peer supports text messages.
getTheirLastSr() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
getThreadQueueSize(ManagerEventListenerProxy) - Static method in class org.asteriskjava.manager.ManagerEventListenerProxy.Access
 
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.SpeechRecognizeCommand
Returns the maximum recognition 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.
getTimestamp() - Method in class org.asteriskjava.manager.response.PingResponse
Timestamp for the response.
getTimezone() - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Returns the timezone to use when saying the time.
getTimezone() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
getTimezone() - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
getTo() - Method in class org.asteriskjava.manager.event.SkypeChatMessageEvent
Returns the Skype username of the recipient of this chat message.
getToAddress() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
Returns the IP address the RTCP message has been sent to.
getToHost() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getTone() - Method in class org.asteriskjava.manager.action.BridgeAction
Returns whether a courtesy tone will be played to channel2.
getToPort() - Method in class org.asteriskjava.manager.event.RtcpSentEvent
Returns the port the RTCP message has been sent to.
getTotalBadLines() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getTotalEvents() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getTotalLag() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getTotalLagInMilliSeconds() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
getTotalRxLines() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getTotalTxLines() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getTransfer2Parking() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns whether this is a transfer to a parking extension.
getTransferContext() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns the target context (in the dialplan) the call is transfered to.
getTransferDuration() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getTransferExten() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns the target extension the call is transfered to.
getTransferMethod() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns the transfer method.
getTransferMode() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
getTransferPels() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getTransferRate() - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
getTransferRate() - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Returns the transfer rate in bits/s.
getTransferRate() - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
getTransferRate() - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
getTransferType() - Method in class org.asteriskjava.manager.event.TransferEvent
Returns whether this is an attended or a blind transfer.
getTransit() - Method in class org.asteriskjava.manager.event.RtpReceiverStatEvent
 
getTrunk() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Returns whether to use IAX2 trunking with this peer.
getTxBytes() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
getTXGain() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getTxPages() - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
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
 
getU2DIAG() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getUniqueId() - Method in interface org.asteriskjava.fastagi.AgiChannel
Returns the unqiue id of the channel.
getUniqueId() - Method in class org.asteriskjava.fastagi.AgiOperations
 
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.action.QueueLogAction
Returns the unique id of the channel to log the event for.
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.AbstractMonitorEvent
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.AgentCalledEvent
Returns the unique id of the caller's channel that is about to be handled by the agent.
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.ChannelUpdateEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
Returns the unique id of the channel on which a participant started or stopped talking.
getUniqueid() - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
Returns the Uniqueid
getUniqueid() - Method in class org.asteriskjava.manager.event.DAHDIChannelEvent
 
getUniqueid() - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
getUniqueId() - Method in class org.asteriskjava.manager.event.DialEvent
Returns the unique ID of the source channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.DtmfEvent
Returns the unique id of the the channel the DTMF digit was sent or received on.
getUniqueId() - Method in class org.asteriskjava.manager.event.HoldEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.MusicOnHoldEvent
Returns the unique id of the channel.
getUniqueId() - Method in class org.asteriskjava.manager.event.NewAccountCodeEvent
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.QueueEntryEvent
Returns the unique id of the channel of this entry.
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.TransferEvent
Returns the unique id of the transfering 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.event.VarSetEvent
Returns the unique id of the channel or null for global variables.
getUniqueId() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
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.BridgeEvent
Returns the unique id of the first channel.
getUniqueId1() - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Returns the unique id of the channel that put the other channel on hold.
getUniqueId2() - Method in class org.asteriskjava.manager.event.BridgeEvent
Returns the unique id of the second channel.
getUniqueId2() - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Returns the unique id of the channel that has been put on hold.
getUnrecoverablePackets() - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
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).
getUseCallingPres() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getUser() - Method in class org.asteriskjava.live.Voicemailbox
Returns the user (usually the full name) of this mailbox as defined in voicemail.conf.
getUser() - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
Returns the Skype username of the Skype for Asterisk user.
getUser() - Method in class org.asteriskjava.manager.action.SkypeAddBuddyAction
Returns the Skype username of the Skype for Asterisk user.
getUser() - Method in class org.asteriskjava.manager.action.SkypeBuddiesAction
Returns the Skype username of the user to retrieve the buddy list for.
getUser() - Method in class org.asteriskjava.manager.action.SkypeBuddyAction
Returns the Skype username of the Skype for Asterisk user.
getUser() - Method in class org.asteriskjava.manager.action.SkypeChatSendAction
Returns the Skype username of the sender of this chat message.
getUser() - Method in class org.asteriskjava.manager.action.SkypeRemoveBuddyAction
Returns the Skype username of the Skype for Asterisk user.
getUser() - Method in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
Returns the Skype username of the Skype for Asterisk user whose buddy changed his status.
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.RegistryEntryEvent
Returns the username used for the registration.
getUsername() - Method in class org.asteriskjava.manager.event.RegistryEvent
Returns the username used for registration.
getUsername() - Method in class org.asteriskjava.manager.event.SkypeAccountStatusEvent
Returns the name of the Skype user.
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.
getUseUCS2Encoding() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getUSSDUse7BitEncoding() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getUSSDUseUCS2Decoding() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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(String, String) - Method in interface org.asteriskjava.config.ConfigFile
 
getValue(String, String) - Method in class org.asteriskjava.config.ConfigFileImpl
 
getValue() - Method in class org.asteriskjava.config.ConfigVariable
 
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.fastagi.command.SpeechSetCommand
Returns the value to set.
getValue(String, String) - Method in class org.asteriskjava.live.internal.ConfigFileImpl
 
getValue() - Method in class org.asteriskjava.manager.action.DbPutAction
Returns the value to set for BRIstuffed versions.
getValue() - Method in class org.asteriskjava.manager.action.SetVarAction
Returns the value to store.
getValue() - Method in class org.asteriskjava.manager.event.VarSetEvent
Returns the new value of the variable.
getValue() - Method in class org.asteriskjava.manager.response.GetVarResponse
Returns the value of the requested variable.
getValues(String, String) - Method in interface org.asteriskjava.config.ConfigFile
 
getValues(String, String) - Method in class org.asteriskjava.config.ConfigFileImpl
 
getValues(String, String) - Method in class org.asteriskjava.live.internal.ConfigFileImpl
 
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 or global variable.
getVariable(String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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.
getVariable() - Method in class org.asteriskjava.manager.event.VarSetEvent
Returns the name of the variable that has been set.
getVariable() - Method in class org.asteriskjava.manager.response.GetVarResponse
Returns the name of the requested variable.
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 interface org.asteriskjava.live.AsteriskChannel
Returns the channel variables as received by VarSetEvents.
getVariables() - Method in class org.asteriskjava.manager.action.OriginateAction
Returns the variables to set on the originated call.
getVariables() - Method in class org.asteriskjava.manager.action.SipNotifyAction
Returns the variables to set on the originated call.
getVariables() - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
getVariables() - Method in class org.asteriskjava.manager.action.StatusAction
 
getVariables() - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Returns the channel variables if eventwhencalled is set to vars in queues.conf.
getVariables() - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Returns the channel variables if eventwhencalled is set to vars in queues.conf.
getVariables() - Method in class org.asteriskjava.manager.event.StatusEvent
Returns the channel variables if the StatusAction.setVariables(String) property has been set.
GetVarResponse - Class in org.asteriskjava.manager.response
Corresponds to a GetVarAction and contains the value of the requested variable.
GetVarResponse() - Constructor for class org.asteriskjava.manager.response.GetVarResponse
 
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
 
getVersion() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
getVersion() - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
getVersion() - Method in interface org.asteriskjava.manager.ManagerConnection
Returns the version of Asterisk running in the server.
getVersion() - Method in class org.asteriskjava.manager.response.ModuleCheckResponse
Returns the version (svn revision) of the module.
getVideoSupport() - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Available since Asterisk 1.4.
getVmContext() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the voicemail context.
getVoice() - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
getVoicemailbox() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the mailbox id.
getVoiceMailbox() - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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
 
getVolumeGain() - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the volume gain used for voicemails sent via email.
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.DongleDeviceEntryEvent
 
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.
getWarnings() - Method in class org.asteriskjava.config.ConfigFileReader
 
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
Deprecated.
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.
gosub(String, String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Calls a subroutine in the dialplan
This method is available since Asterisk 1.6.
gosub(String, String, String, String...) - Method in interface org.asteriskjava.fastagi.AgiChannel
Calls a subroutine in the dialplan
gosub(String, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
gosub(String, String, String, String...) - Method in class org.asteriskjava.fastagi.AgiOperations
 
gosub(String, String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
gosub(String, String, String, String...) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
GosubCommand - Class in org.asteriskjava.fastagi.command
Calls a subroutine from dialplan.
GosubCommand(String, String, String) - Constructor for class org.asteriskjava.fastagi.command.GosubCommand
Creates a new GosubCommand.
GosubCommand(String, String, String, String...) - Constructor for class org.asteriskjava.fastagi.command.GosubCommand
Creates a new GosubCommand.

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(ChanSpyStartEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ChanSpyStopEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ConnectEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DAHDIChannelEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(SoftHangupRequestEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DialEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(HangupRequestEvent) - 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(RegistryEntryEvent) - 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(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(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(DongleNewSMSBase64Event) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DongleStatusEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DongleCENDEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DongleCallStateChangeEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DongleNewSMSEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DongleNewCMGREvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DongleDeviceEntryEvent) - 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(BridgeEvent) - 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(RegistrationsCompleteEvent) - 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(ZapShowChannelsCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DahdiShowChannelsCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(ZapShowChannelsEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(DahdiShowChannelsEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(CoreShowChannelEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleEvent(CoreShowChannelsCompleteEvent) - Method in class org.asteriskjava.manager.AbstractManagerEventListener
 
handleException(String, Exception) - Method in class org.asteriskjava.fastagi.AbstractAgiServer
 
hangup() - Method in interface org.asteriskjava.fastagi.AgiChannel
Hangs the channel up.
hangup() - Method in class org.asteriskjava.fastagi.AgiOperations
 
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 Asterisk 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.
HangupAction(String, int) - Constructor for class org.asteriskjava.manager.action.HangupAction
Creates a new HangupAction that hangs up the given channel with the given cause code.
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
 
HangupRequestEvent - Class in org.asteriskjava.manager.event
A HangupEvent is triggered when a channel is requested hung up.
HangupRequestEvent(Object) - Constructor for class org.asteriskjava.manager.event.HangupRequestEvent
 
hashCode() - Method in class org.asteriskjava.AsteriskVersion
 
hashCode() - Method in class org.asteriskjava.live.CallerId
 
HoldedCallEvent - Class in org.asteriskjava.manager.event
A HoldedCallEvent 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 when a channel is put on hold (or no longer on hold).
HoldEvent(Object) - Constructor for class org.asteriskjava.manager.event.HoldEvent
Creates a new HoldEvent.
HtmlEventTracer - Class in org.asteriskjava.tools
A diagnostic tool that creates an HTML file showing the state changing events received from Asterisk on the Manager API.
HtmlEventTracer() - Constructor for class org.asteriskjava.tools.HtmlEventTracer
 

I

IaxPeerListAction - Class in org.asteriskjava.manager.action
Retrieves a list of all defined IAX peers.
IaxPeerListAction() - Constructor for class org.asteriskjava.manager.action.IaxPeerListAction
Creates a new IaxPeersAction.
IncludeDirective - Class in org.asteriskjava.config
 
IncludeDirective(String) - Constructor for class org.asteriskjava.config.IncludeDirective
 
IncludeDirective(String, int, String) - Constructor for class org.asteriskjava.config.IncludeDirective
 
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 class org.asteriskjava.util.internal.Slf4JLogger
Log a message to the SLF4J Logger with INFO priority.
info(Object, Throwable) - Method in class org.asteriskjava.util.internal.Slf4JLogger
Log an error to the SLF4J Logger with INFO priority.
info(Object) - Method in interface org.asteriskjava.util.Log
 
initialize() - Method in interface org.asteriskjava.live.AsteriskServer
Opens the connection to this server.
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.
InvalidPenaltyException - Exception in org.asteriskjava.live
Indicates that the penalty could not be assigned to the queue member.
InvalidPenaltyException(String) - Constructor for exception org.asteriskjava.live.InvalidPenaltyException
Creates a new instance with the given message.
isAll() - Method in class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
isAsteriskServerListening(AsteriskServerListener) - Method in interface org.asteriskjava.live.AsteriskServer
Checks whether the listener is already registered with this Asterisk server
isAsteriskServerListening(AsteriskServerListener) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
isAsteriskServerListening(AsteriskServerListener) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
isAtLeast(AsteriskVersion) - Method in class org.asteriskjava.AsteriskVersion
Returns true if this version is equal to or higher than the given version.
isAttended() - Method in class org.asteriskjava.manager.event.TransferEvent
Checks whether this is an attended transfer or not.
isBegin() - Method in class org.asteriskjava.manager.event.DtmfEvent
Returns whether this event represents an AST_FRAME_DTMF_BEGIN frame.
isBlind() - Method in class org.asteriskjava.manager.event.TransferEvent
Checks whether this is a blind transfer or not.
isClassAvailable(String) - Static method in class org.asteriskjava.util.ReflectionUtil
Checks if the class is available on the current thread's context class loader.
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.
isCoreCdrEnabled() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
Checks whether the CDR (call detail records) subsystem is enabled.
isCoreHttpEnabled() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
Checks whether the HTTP subsystem is enabled.
isCoreRealtimeEnabled() - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
Checks whether the realtime subsystem is enabled.
isDead() - Method in interface org.asteriskjava.manager.internal.ManagerReader
Checks whether this reader is terminating or terminated.
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.
isDebugEnabled() - Method in class org.asteriskjava.util.internal.Slf4JLogger
Check whether the SLF4J Logger used is enabled for DEBUG priority.
isDie() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
 
isDisabled() - Method in class org.asteriskjava.manager.event.ReloadEvent
Returns whether the module is now disabled.
isDtmf() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Checks whether a DTMF digit was recieved.
isDynamic() - Method in interface org.asteriskjava.live.AsteriskQueueMember
Convenience method that checks whether this member has been dynamically added by the QueueAdd command.
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.
isEnabled() - Method in class org.asteriskjava.manager.event.ReloadEvent
Returns whether the module is now enabled.
isEnd() - Method in class org.asteriskjava.manager.event.AgiExecEvent
Checks is this an end sub event.
isEnd() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Checks is this an end sub event.
isEnd() - Method in class org.asteriskjava.manager.event.DtmfEvent
Returns whether this event represents an AST_FRAME_DTMF_END frame.
isErrorEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for ERROR priority.
isErrorEnabled() - Method in class org.asteriskjava.util.internal.Slf4JLogger
Check whether the SLF4J Logger used is enabled for ERROR priority.
isExec() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Checks is this an exec sub event.
isFatalEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for FATAL priority.
isFatalEnabled() - Method in class org.asteriskjava.util.internal.Slf4JLogger
Check whether the SLF4J Logger used is enabled for FATAL priority.
isHint() - Method in class org.asteriskjava.manager.event.ListDialplanEvent
Checks whether this is a hint.
isHold() - Method in class org.asteriskjava.manager.event.HoldEvent
Returns whether this is a hold event.
isIgnoreMissingScripts() - Method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
 
isInfoEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for INFO priority.
isInfoEnabled() - Method in class org.asteriskjava.util.internal.Slf4JLogger
Check whether the SLF4J Logger used is enabled for INFO priority.
isInside(File, File) - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Checks whether a file is contained within a given directory (or a sub directory) or not.
isLink() - Method in class org.asteriskjava.manager.event.BridgeEvent
Returns whether the two channels have been linked.
isModuleLoaded(String) - Method in interface org.asteriskjava.live.AsteriskServer
Checks whether a module is currently loaded.
isModuleLoaded(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
isModuleLoaded(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
isMonitored() - Method in interface org.asteriskjava.live.AsteriskChannel
Return the actual MONITOR state.
isMuted() - Method in interface org.asteriskjava.live.MeetMeUser
Returns whether this user is muted or not.
isNull(Object) - Static method in class org.asteriskjava.util.AstUtil
Checks if the value of s was null in Asterisk.
isParking() - Method in class org.asteriskjava.manager.event.TransferEvent
Convenience method to check if this is a transfer to a parking extension.
isPaused() - Method in interface org.asteriskjava.live.AsteriskQueueMember
Returns whether this member is currently paused..
isPreload() - Method in class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
isReceived() - Method in class org.asteriskjava.manager.event.DtmfEvent
Returns whether the DTMF digit was received by Asterisk (sent from the device to Asterisk).
isSent() - Method in class org.asteriskjava.manager.event.DtmfEvent
Returns whether the DTMF digit was sent from Asterisk to the device.
isSpeech() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Checks whether speech was recognized.
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.
isStart() - Method in class org.asteriskjava.manager.event.AgiExecEvent
Checks is this a start sub event.
isStart() - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Checks is this a start sub event.
isStart() - Method in class org.asteriskjava.manager.event.MusicOnHoldEvent
Returns whether this is a start event.
isStatic() - Method in interface org.asteriskjava.live.AsteriskQueueMember
Convenience method that checks whether this member has been statically defined in queues.conf.
isStatic() - Method in class org.asteriskjava.manager.event.QueueMemberEvent
Convenience method that checks whether this member has been statically defined in queues.conf.
isStop() - Method in class org.asteriskjava.manager.event.MusicOnHoldEvent
Returns whether this is a stop event.
isSubEvent(String) - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
 
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.
isTemplate() - Method in class org.asteriskjava.config.Category
Checks if this category is a template.
isTimeout() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
Checks whether a timeout was encountered and neither a DTMF digit was received nor speech was recognized.
isTraceEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for TRACE priority.
isTraceEnabled() - Method in class org.asteriskjava.util.internal.Slf4JLogger
Check whether the SLF4J Logger used is enabled for TRACE priority.
isTrue(Object) - Static method in class org.asteriskjava.util.AstUtil
Checks if a String represents true or false according to Asterisk's logic.
isUnhold() - Method in class org.asteriskjava.manager.event.HoldEvent
Returns whether this is an unhold event.
isUnlink() - Method in class org.asteriskjava.manager.event.BridgeEvent
Returns whether the two channels have been unlinked.
isWarnEnabled() - Method in class org.asteriskjava.util.internal.Log4JLogger
Check whether the Log4j Logger used is enabled for WARN priority.
isWarnEnabled() - Method in class org.asteriskjava.util.internal.Slf4JLogger
Check whether the SLF4J Logger used is enabled for WARN priority.

J

JabberEventEvent - Class in org.asteriskjava.manager.event
A JabberEventEvent is triggered when Asterisk receives a Jabber (XMPP) message.
JabberEventEvent(Object) - Constructor for class org.asteriskjava.manager.event.JabberEventEvent
 
JabberSendAction - Class in org.asteriskjava.manager.action
The JabberSendAction sends a Jabber (XMPP) message to a recipient.
JabberSendAction() - Constructor for class org.asteriskjava.manager.action.JabberSendAction
Creates a new JabberSendAction.
JabberSendAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.JabberSendAction
Creates a new JabberSendAction.
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.
JitterBufStatsEvent - Class in org.asteriskjava.manager.event
A JitterBufStatsEvent is triggered at the end of IAX2 calls and reports jitter statistics.
JitterBufStatsEvent(Object) - Constructor for class org.asteriskjava.manager.event.JitterBufStatsEvent
 
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
 
libPath - Variable in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
 
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
Deprecated.
as of 1.0.0, use BridgeEvent and BridgeEvent.isLink() instead
LinkEvent(Object) - Constructor for class org.asteriskjava.manager.event.LinkEvent
Deprecated.
 
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.
ListDialplanEvent - Class in org.asteriskjava.manager.event
A ShowDialplanCompleteEvent is triggered for each priority in the dialplan in response to a ShowDialplanAction.
ListDialplanEvent(Object) - Constructor for class org.asteriskjava.manager.event.ListDialplanEvent
 
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.
LOAD_TYPE_LOAD - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
LOAD_TYPE_RELOAD - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
LOAD_TYPE_UNLOAD - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
loadModule(String) - Method in interface org.asteriskjava.live.AsteriskServer
Loads a module or subsystem
loadModule(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
loadModule(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
LocalOptimizeAwayAction - Class in org.asteriskjava.manager.action
LocalOptimizeAway action -- Optimize away a local channel when possible.
LocalOptimizeAwayAction() - Constructor for class org.asteriskjava.manager.action.LocalOptimizeAwayAction
Creates a new empty LocalOptimizeAwayAction.
LocalOptimizeAwayAction(String) - Constructor for class org.asteriskjava.manager.action.LocalOptimizeAwayAction
Creates a new LocalOptimizeAwayAction with channel name.
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.
logger - Variable in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
 
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.Cli
 
main(String[]) - Static method in class org.asteriskjava.fastagi.DefaultAgiServer
Deprecated.
since 1.0.0 use Cli instead.
main(String[]) - Static method in class org.asteriskjava.tools.HtmlEventTracer
 
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
Internal 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(ManagerEventListener) - Constructor for class org.asteriskjava.manager.ManagerEventListenerProxy
Creates a new ManagerEventListenerProxy that notifies the given target asynchronously when new events are received.
ManagerEventListenerProxy.Access - Class in org.asteriskjava.manager
 
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.
MasqueradeEvent - Class in org.asteriskjava.manager.event
A MasqueradeEvent is triggered when Asterisk masquerades a channel.
MasqueradeEvent(Object) - Constructor for class org.asteriskjava.manager.event.MasqueradeEvent
 
meetme(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
since at least asterisk 1.4
meetme(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
meetme(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
MeetmeCommand - Class in org.asteriskjava.fastagi.command
 
MeetmeCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.MeetmeCommand
Creates a new AnswerCommand.
MeetMeEndEvent - Class in org.asteriskjava.manager.event
A MeetMeEnd event indicates that a conference room was disposed.
MeetMeEndEvent(Object) - Constructor for class org.asteriskjava.manager.event.MeetMeEndEvent
 
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
Deprecated.
as of 1.0.0, use MeetMeTalkingEvent instead and check for MeetMeTalkingEvent.getStatus().
MeetMeStopTalkingEvent(Object) - Constructor for class org.asteriskjava.manager.event.MeetMeStopTalkingEvent
Deprecated.
 
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
 
MeetMeTalkingRequestEvent - Class in org.asteriskjava.manager.event
A MeetMeTalkingEvent is triggered when a muted user requests talking in a meet me conference.
MeetMeTalkingRequestEvent(Object) - Constructor for class org.asteriskjava.manager.event.MeetMeTalkingRequestEvent
 
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.
MEMBERSHIP_DYNAMIC - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
MEMBERSHIP_STATIC - Static variable in class org.asteriskjava.manager.event.QueueMemberEvent
 
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
 
MissingDirectiveParameterException - Exception in org.asteriskjava.config
A required parameter to a directive is missing.
MissingDirectiveParameterException(String, int, String, Object...) - Constructor for exception org.asteriskjava.config.MissingDirectiveParameterException
 
MissingEqualSignException - Exception in org.asteriskjava.config
The equal sign on a variable assignment line is missing.
MissingEqualSignException(String, int, String, Object...) - Constructor for exception org.asteriskjava.config.MissingEqualSignException
 
MixMonitorDirection - Enum in org.asteriskjava.util
MixMonitorDirection Which part of the recording to mute: read, write or both (from channel, to channel or both channels).
MixMonitorMuteAction - Class in org.asteriskjava.manager.action
MixMonitorMute can be used to mute and un-mute an existing recording.
MixMonitorMuteAction() - Constructor for class org.asteriskjava.manager.action.MixMonitorMuteAction
Creates a new empty MixMonitorMuteAction
MixMonitorMuteAction(String) - Constructor for class org.asteriskjava.manager.action.MixMonitorMuteAction
Mutes the monitor on the given channel.
MixMonitorMuteAction(String, String) - Constructor for class org.asteriskjava.manager.action.MixMonitorMuteAction
Mutes the monitor on the given channel for the given portion of the call.
MixMonitorMuteAction(String, String, Integer) - Constructor for class org.asteriskjava.manager.action.MixMonitorMuteAction
Either mutes or un-mutes the monitor on the given channel for the given portion of the call.
MixMonitorMuteAction(String, Integer) - Constructor for class org.asteriskjava.manager.action.MixMonitorMuteAction
Either mutes or un-mutes the monitor on the given channel.
MODULE_CDR - Static variable in class org.asteriskjava.manager.event.ReloadEvent
 
MODULE_DNS_MGR - Static variable in class org.asteriskjava.manager.event.ReloadEvent
 
MODULE_ENUM - Static variable in class org.asteriskjava.manager.event.ReloadEvent
 
MODULE_LOAD_STATUS_DONE - Static variable in class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
MODULE_MANAGER - Static variable in class org.asteriskjava.manager.event.ReloadEvent
 
MODULE_RTP - Static variable in class org.asteriskjava.manager.event.ReloadEvent
 
MODULE_SELECTION_ALL - Static variable in class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
MODULE_SELECTION_PRELOAD - Static variable in class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
ModuleCheckAction - Class in org.asteriskjava.manager.action
The ModuleLoadAction checks if an Asterisk module is loaded and reports its version.
ModuleCheckAction() - Constructor for class org.asteriskjava.manager.action.ModuleCheckAction
Creates a new ModuleCheckAction.
ModuleCheckAction(String) - Constructor for class org.asteriskjava.manager.action.ModuleCheckAction
Creates a new ModuleCheckAction with the given parameters.
ModuleCheckResponse - Class in org.asteriskjava.manager.response
Corresponds to a ModuleCheckAction and contains the version of the module.
ModuleCheckResponse() - Constructor for class org.asteriskjava.manager.response.ModuleCheckResponse
 
ModuleLoadAction - Class in org.asteriskjava.manager.action
The ModuleLoadAction loads, unloads or reloads Asterisk modules.
ModuleLoadAction() - Constructor for class org.asteriskjava.manager.action.ModuleLoadAction
Creates a new ModuleLoadAction.
ModuleLoadAction(String, String) - Constructor for class org.asteriskjava.manager.action.ModuleLoadAction
Creates a new ModuleLoadAction with the given parameters.
ModuleLoadReportEvent - Class in org.asteriskjava.manager.event
A ModuleLoadReportEvent is triggerd when Asterisk has completed loading its modules.
ModuleLoadReportEvent(Object) - Constructor for class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
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).
MonitorStartEvent - Class in org.asteriskjava.manager.event
A MonitorStartEvent indicates that monitoring was started on a channel.
MonitorStartEvent(Object) - Constructor for class org.asteriskjava.manager.event.MonitorStartEvent
 
MonitorStopEvent - Class in org.asteriskjava.manager.event
A MonitorStopEvent indicates that monitoring was stopped on a channel.
MonitorStopEvent(Object) - Constructor for class org.asteriskjava.manager.event.MonitorStopEvent
 
MusicOnHoldEvent - Class in org.asteriskjava.manager.event
A MusicOnHoldEvent is triggered when music on hold starts or stops on a channel.
MusicOnHoldEvent(Object) - Constructor for class org.asteriskjava.manager.event.MusicOnHoldEvent
 
mute() - Method in interface org.asteriskjava.live.MeetMeUser
Stops sending voice from this user to the MeetMe room.
MuteAudioAction - Class in org.asteriskjava.manager.action
Action: MuteAudio Synopsis: Mute an audio stream Privilege: system,all Description: Mute an incoming or outbound audio stream in a channel.
MuteAudioAction() - Constructor for class org.asteriskjava.manager.action.MuteAudioAction
Creates a new empty MuteAction.
MuteAudioAction(String, MuteAudioAction.Direction, MuteAudioAction.State) - Constructor for class org.asteriskjava.manager.action.MuteAudioAction
Creates a new MuteAction that Mutes or Unmutes the two given channel.
MuteAudioAction.Direction - Enum in org.asteriskjava.manager.action
The audio direct (relative to the pbx) which is to be muted.
MuteAudioAction.State - Enum in org.asteriskjava.manager.action
Controls whether to mute (on) or unmute (off) the call

N

name - Variable in class org.asteriskjava.live.internal.AsteriskAgentImpl
 
NamedAgiScript - Interface in org.asteriskjava.fastagi
Interface for an AgiScript that provides a name for logging and management.
NewAccountCodeEvent - Class in org.asteriskjava.manager.event
A NewAccountCodeEvent indicates that the account code used for CDR has changed.
NewAccountCodeEvent(Object) - Constructor for class org.asteriskjava.manager.event.NewAccountCodeEvent
 
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
 
newInstance(String) - Static method in class org.asteriskjava.util.ReflectionUtil
Creates a new instance of the given class.
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.
NL_PATTERN - Static variable in class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
 
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.
NoSuchInterfaceException - Exception in org.asteriskjava.live
Indicates that the interface is not available on the Asterisk server.
NoSuchInterfaceException(String) - Constructor for exception org.asteriskjava.live.NoSuchInterfaceException
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

onAsyncAgiEndEvent(AsyncAgiEvent) - Method in class org.asteriskjava.fastagi.internal.AsyncAgiConnectionHandler
 
onAsyncAgiExecEvent(AsyncAgiEvent) - Method in class org.asteriskjava.fastagi.internal.AsyncAgiConnectionHandler
 
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(AsteriskQueueEntry) - Method in interface org.asteriskjava.live.AsteriskQueueListener
Called whenever an entry leaves the queue.
onEntryServiceLevelExceeded(AsteriskQueueEntry) - Method in interface org.asteriskjava.live.AsteriskQueueListener
 
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.fastagi.AsyncAgiServer
 
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
 
onManagerEvent(ManagerEvent) - Method in class org.asteriskjava.tools.HtmlEventTracer
 
onMemberAdded(AsteriskQueueMember) - Method in interface org.asteriskjava.live.AsteriskQueueListener
Called whenever a new member is added to the queue.
onMemberRemoved(AsteriskQueueMember) - Method in interface org.asteriskjava.live.AsteriskQueueListener
Called whenever a member is removed from this queue.
onMemberStateChange(AsteriskQueueMember) - Method in interface org.asteriskjava.live.AsteriskQueueListener
Called whenever a member changes his state.
onNewAgent(AsteriskAgentImpl) - Method in interface org.asteriskjava.live.AsteriskServerListener
Called whenever a new agent will be registered at Asterisk server.
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(AsteriskQueueEntry) - Method in interface org.asteriskjava.live.AsteriskQueueListener
Called whenever an 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.
onNewQueueEntry(AsteriskQueueEntry) - Method in interface org.asteriskjava.live.AsteriskServerListener
Called whenever a queue entry ( ~ wapper over channel) joins a AsteriskQueue.
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
The Asterisk-Java command line interface.
org.asteriskjava.config - package org.asteriskjava.config
Provides classes to manage the configuration of an Asterisk server.
org.asteriskjava.config.dialplan - package org.asteriskjava.config.dialplan
Provides classes to manage the dialplan of an Asterisk server.
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.tools - package org.asteriskjava.tools
Tools for debugging Asterisk and Asterisk-Java.
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.
originate(OriginateAction) - Method in interface org.asteriskjava.live.AsteriskServer
Generates an outgoing channel.
originate(OriginateAction) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originate(OriginateAction) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
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
 
originateAsync(OriginateAction, OriginateCallback) - Method in interface org.asteriskjava.live.AsteriskServer
Asynchronously generates an outgoing channel.
originateAsync(OriginateAction, OriginateCallback) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
originateAsync(OriginateAction, OriginateCallback) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
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.
parseCategoryHeader(String, int, String) - Method in class org.asteriskjava.config.ConfigFileReader
 
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 time zone.
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 time zone.
parseExtension(String, int, String) - Method in class org.asteriskjava.config.dialplan.ExtensionsConfigFileReader
 
parseVariable(String, int, String) - Method in class org.asteriskjava.config.ConfigFileReader
 
password - Variable in class org.asteriskjava.manager.internal.ManagerConnectionImpl
The password to use for login as defined in Asterisk's manager.conf.
pauseMixMonitor(MixMonitorDirection) - Method in interface org.asteriskjava.live.AsteriskChannel
Temporarily stops monitoring this channel if this is monitored with MixMonitor.
PauseMixMonitorAction - Class in org.asteriskjava.manager.action
The PauseMixMonitorAction temporarily stop/start monitoring (recording) a/both channel(s).
PauseMixMonitorAction() - Constructor for class org.asteriskjava.manager.action.PauseMixMonitorAction
 
PauseMixMonitorAction(String, Integer, String) - Constructor for class org.asteriskjava.manager.action.PauseMixMonitorAction
 
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, SipShowPeerAction or IaxPeerListAction and contains information about a SIP or IAX 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(ManagerConnection) - 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 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.
PingResponse - Class in org.asteriskjava.manager.response
Corresponds to a PingAction and contains an additional (yet useless) ping property.
PingResponse() - Constructor for class org.asteriskjava.manager.response.PingResponse
 
PingThread - Class in org.asteriskjava.manager
A Thread that pings the Asterisk server at a given interval.
PingThread() - Constructor for class org.asteriskjava.manager.PingThread
Creates a new PingThread.
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
 
playMusicOnHold(String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
playMusicOnHold() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
playMusicOnHold(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
populateBindings(File, AgiRequest, AgiChannel, Bindings) - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Override this method if you want to add additional bindings before the script is run.
position - Variable in class org.asteriskjava.manager.event.JoinEvent
 
POSITION_UNDETERMINED - Static variable in interface org.asteriskjava.live.AsteriskQueueEntry
 
PriEventEvent - Class in org.asteriskjava.manager.event
This event is implemented in channels/chan_dahdi.c.
PriEventEvent(Object) - Constructor for class org.asteriskjava.manager.event.PriEventEvent
 
print(String) - Method in class org.asteriskjava.util.internal.FileTrace
 
processTextLine(String, int, String) - Method in class org.asteriskjava.config.ConfigFileReader
 
processTextLine(String, int, String) - Method in class org.asteriskjava.config.dialplan.ExtensionsConfigFileReader
 
PROPERTY_ABOUT - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
PROPERTY_ACCOUNT - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_AVAILABILITY - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
PROPERTY_CALL_DETAIL_RECORD - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_CALLER_ID - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_COUNTRY - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
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_DTMF_RECEIVED - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_DTMF_SENT - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_FULLNAME - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
PROPERTY_ID - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_LANGUAGE - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
PROPERTY_LINKED_CHANNEL - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_MEET_ME_USER - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_MONITORED - 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_PARKED_AT - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_PAUSED - Static variable in interface org.asteriskjava.live.AsteriskQueueMember
 
PROPERTY_PENALTY - Static variable in interface org.asteriskjava.live.AsteriskQueueMember
 
PROPERTY_PHONE_HOME - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
PROPERTY_PHONE_MOBILE - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
PROPERTY_PHONE_OFFICE - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
PROPERTY_POSITION - Static variable in interface org.asteriskjava.live.AsteriskQueueEntry
 
PROPERTY_QUEUE_ENTRY - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_REPORTED_POSITION - Static variable in interface org.asteriskjava.live.AsteriskQueueEntry
 
PROPERTY_SKYPENAME - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
PROPERTY_STATE - Static variable in interface org.asteriskjava.live.AsteriskAgent
 
PROPERTY_STATE - Static variable in interface org.asteriskjava.live.AsteriskChannel
 
PROPERTY_STATE - Static variable in interface org.asteriskjava.live.AsteriskQueueEntry
 
PROPERTY_STATE - Static variable in interface org.asteriskjava.live.AsteriskQueueMember
 
PROPERTY_STATE - Static variable in interface org.asteriskjava.live.MeetMeUser
 
PROPERTY_TALKING - Static variable in interface org.asteriskjava.live.MeetMeUser
 
PROPERTY_TIMEZONE - Static variable in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
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
 
PT_H261_FUR - Static variable in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
PT_RECEIVER_REPORT - Static variable in class org.asteriskjava.manager.event.RtcpReceivedEvent
Payload identifier for a receiver report.
PT_SENDER_REPORT - Static variable in class org.asteriskjava.manager.event.RtcpReceivedEvent
Payload identifier for a sender report.

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
 
QueueEntryState - Enum in org.asteriskjava.live
The lifecycle status of a AsteriskQueueEntry.
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
 
QueueLogAction - Class in org.asteriskjava.manager.action
The QueueLogAction adds a custom log entry to the queue_log.
QueueLogAction() - Constructor for class org.asteriskjava.manager.action.QueueLogAction
Creates a new empty QueueLogAction.
QueueLogAction(String, String) - Constructor for class org.asteriskjava.manager.action.QueueLogAction
Creates a new QueueLogAction with the mandatory properties queue and event.
QueueLogAction(String, String, String, String, String) - Constructor for class org.asteriskjava.manager.action.QueueLogAction
Creates a new QueueLogAction with the mandatory properties queue and event.
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
 
QueueMemberPenaltyEvent - Class in org.asteriskjava.manager.event
A QueueMemberPenaltyEvent is triggered when a queue member is assigned a new penalty.
QueueMemberPenaltyEvent(Object) - Constructor for class org.asteriskjava.manager.event.QueueMemberPenaltyEvent
Creates a new instance.
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
 
QueueMemberState - Enum in org.asteriskjava.live
Represents the status of a Queue memeber.
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.
QueuePenaltyAction - Class in org.asteriskjava.manager.action
The QueuePenaltyAction sets the penalty for a queue member.
QueuePenaltyAction() - Constructor for class org.asteriskjava.manager.action.QueuePenaltyAction
Creates a new empty QueuePenaltyAction.
QueuePenaltyAction(String, int) - Constructor for class org.asteriskjava.manager.action.QueuePenaltyAction
Creates a new QueuePenaltyAction that sets the penalty for the given interface on all queues.
QueuePenaltyAction(String, int, String) - Constructor for class org.asteriskjava.manager.action.QueuePenaltyAction
Creates a new QueuePenaltyAction that sets the penalty for the given interface 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.
QueueResetAction - Class in org.asteriskjava.manager.action
The QueueResetAction resets all statistical data of a given queue or all queues.
QueueResetAction() - Constructor for class org.asteriskjava.manager.action.QueueResetAction
Creates a new QueueResetAction that resets statistical data of all queues.
QueueResetAction(String) - Constructor for class org.asteriskjava.manager.action.QueueResetAction
Creates a new QueueResetAction that resets statistical data of 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

rawFormat(StringBuilder) - Method in class org.asteriskjava.config.Category
 
rawFormat(StringBuilder) - Method in class org.asteriskjava.config.ConfigElement
 
rawFormat(StringBuilder) - Method in class org.asteriskjava.config.ConfigVariable
 
rawFormat(StringBuilder) - Method in class org.asteriskjava.config.dialplan.ConfigExtension
 
rawFormat(StringBuilder) - Method in class org.asteriskjava.config.dialplan.ConfigInclude
 
rawFormat(StringBuilder) - Method in class org.asteriskjava.config.ExecDirective
 
rawFormat(StringBuilder) - Method in class org.asteriskjava.config.IncludeDirective
 
readExtensionsFile(String) - Method in class org.asteriskjava.config.dialplan.ExtensionsConfigFileReader
 
readFile(String) - Method in class org.asteriskjava.config.ConfigFileReader
 
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.
readReply() - Method in interface org.asteriskjava.fastagi.internal.AgiReader
Reads one reply to an AgiCommand from Asterisk.
readReply() - Method in class org.asteriskjava.fastagi.internal.AsyncAgiReader
 
readRequest() - Method in interface org.asteriskjava.fastagi.internal.AgiReader
Reads the initial request data from Asterisk.
readRequest() - Method in class org.asteriskjava.fastagi.internal.AsyncAgiReader
 
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.
received(String) - Method in class org.asteriskjava.util.internal.FileTrace
 
received(String) - Method in interface org.asteriskjava.util.internal.Trace
Writes data that has been received from the network to the trace.
ReceiveFaxEvent - Class in org.asteriskjava.manager.event
A ReceiveFaxEvent is an event of Digium's Fax For Asterisk add-on.
ReceiveFaxEvent(Object) - Constructor for class org.asteriskjava.manager.event.ReceiveFaxEvent
 
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
 
recordFile(String, String, String, int, int, boolean, int) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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<? extends ManagerEvent>) - Method in interface org.asteriskjava.manager.internal.ManagerReader
Registers a new event type with the underlying EventBuilderImpl.
registerEventClass(Class<? extends ManagerEvent>) - Method in class org.asteriskjava.manager.internal.ManagerReaderImpl
 
registerUserEventClass(Class<? extends ManagerEvent>) - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
registerUserEventClass(Class<? extends ManagerEvent>) - Method in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
registerUserEventClass(Class<? extends ManagerEvent>) - Method in interface org.asteriskjava.manager.ManagerConnection
Registers a new user event type.
RegistrationsCompleteEvent - Class in org.asteriskjava.manager.event
A RegistrationsCompleteEvent is triggered after the details of all SIP registrations has been reported in response to an SipShowRegistryAction.
RegistrationsCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.RegistrationsCompleteEvent
Creates a new RegistrationsCompleteEvent.
RegistryEntryEvent - Class in org.asteriskjava.manager.event
A RegistryEntry is triggered in response to a SipShowRegistryAction and contains information about a SIP registration.
RegistryEntryEvent(Object) - Constructor for class org.asteriskjava.manager.event.RegistryEntryEvent
Creates a new instance.
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
 
release() - Method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
Release any open resources like closing a socket.
release() - Method in class org.asteriskjava.fastagi.internal.AsyncAgiConnectionHandler
 
release() - Method in class org.asteriskjava.fastagi.internal.FastAgiConnectionHandler
 
reload - Variable in class org.asteriskjava.manager.action.UpdateConfigAction
 
reloadAllModules() - Method in interface org.asteriskjava.live.AsteriskServer
Reloads all currently loaded modules.
reloadAllModules() - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
reloadAllModules() - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
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
 
reloadModule(String) - Method in interface org.asteriskjava.live.AsteriskServer
Reloads a module or subsystem.
reloadModule(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
reloadModule(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
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
 
removeChainListener(ManagerEventListener) - Method in interface org.asteriskjava.live.AsteriskServer
remove the chain listener.
removeChainListener(ManagerEventListener) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
removeChainListener(ManagerEventListener) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
removeConnection(ManagerConnection) - Method in class org.asteriskjava.manager.PingThread
Removes a connection from the list of pinged connections.
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
 
REQUEST - Static variable in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
The binding under which the AGI request is made available to scripts.
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.
RESPONSE_FAILED - Static variable in class org.asteriskjava.manager.event.BridgeExecEvent
 
RESPONSE_SUCCESS - Static variable in class org.asteriskjava.manager.event.BridgeExecEvent
 
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.
RINGING - Static variable in class org.asteriskjava.manager.event.ExtensionStatusEvent
One or more devices RINGING.
RtcpReceivedEvent - Class in org.asteriskjava.manager.event
An RTCPReceivedEvent is triggered when Asterisk receives an RTCP message.
RtcpReceivedEvent(Object) - Constructor for class org.asteriskjava.manager.event.RtcpReceivedEvent
 
RtcpSentEvent - Class in org.asteriskjava.manager.event
An RtcpSentEvent is triggered when Asterisk sends an RTCP message.
RtcpSentEvent(Object) - Constructor for class org.asteriskjava.manager.event.RtcpSentEvent
 
RtpReceiverStatEvent - Class in org.asteriskjava.manager.event
An RtpReceiverStatEvent is triggered at the end of an RTP transmission and reports transmission statistics.
RtpReceiverStatEvent(Object) - Constructor for class org.asteriskjava.manager.event.RtpReceiverStatEvent
 
RtpSenderStatEvent - Class in org.asteriskjava.manager.event
An RtpSenderStatEvent is triggered at the end of an RTP transmission and reports transmission statistics.
RtpSenderStatEvent(Object) - Constructor for class org.asteriskjava.manager.event.RtpSenderStatEvent
 
run() - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Deprecated.
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
 
sayAlpha(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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
 
sayDateTime(long, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
sayDateTime(long, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
sayDateTime(long, String, String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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
 
sayDigits(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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
 
sayNumber(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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
 
sayPhonetic(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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
 
sayTime(long, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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_DEAD_CHANNEL - Static variable in interface org.asteriskjava.fastagi.reply.AgiReply
Status code (511) indicating Asterisk was unable to execute the command because the channel has been hung up.
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.
SC_TRYING - Static variable in interface org.asteriskjava.fastagi.reply.AgiReply
Status code (100) indicating Asterisk needs to process the AgiCommand and will report a final result code soon.
ScriptEngineAgiScript(File, ScriptEngine) - Constructor for class org.asteriskjava.fastagi.ScriptEngineMappingStrategy.ScriptEngineAgiScript
Creates a new ScriptEngineAgiScript.
scriptEngineManager - Variable in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
 
ScriptEngineMappingStrategy - Class in org.asteriskjava.fastagi
A MappingStrategy that uses ScriptEngine to run AgiScripts.
ScriptEngineMappingStrategy() - Constructor for class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Creates a new ScriptEngineMappingStrategy that searches for scripts in the current directory.
ScriptEngineMappingStrategy(String[], String[]) - Constructor for class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Creates a new ScriptEngineMappingStrategy that searches for scripts on the given path.
ScriptEngineMappingStrategy.ScriptEngineAgiScript - Class in org.asteriskjava.fastagi
 
scriptPath - Variable in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
 
searchFile(String, String[]) - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Searches for the file with the given name on the path.
secStringToDouble(String) - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
 
secStringToLong(String) - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
 
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
 
sendCommand(AgiCommand) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
sendCommand(AgiCommand) - Method in interface org.asteriskjava.fastagi.internal.AgiWriter
Sends the given command to the Asterisk server.
sendCommand(AgiCommand) - Method in class org.asteriskjava.fastagi.internal.AsyncAgiWriter
 
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
SendFaxEvent - Class in org.asteriskjava.manager.event
A SendFaxEvent is an event of Digium's Fax For Asterisk add-on.
SendFaxEvent(Object) - Constructor for class org.asteriskjava.manager.event.SendFaxEvent
 
SendFaxStatusEvent - Class in org.asteriskjava.manager.event
A SendFaxStatusEvent is an event of Digium's Fax For Asterisk add-on.
SendFaxStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.SendFaxStatusEvent
 
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.
sendModuleLoadAction(String, String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
SendTextAction - Class in org.asteriskjava.manager.action
Sends a text message to a given channel while in a call.
SendTextAction() - Constructor for class org.asteriskjava.manager.action.SendTextAction
Creates a new empty SendTextAction.
SendTextAction(String, String) - Constructor for class org.asteriskjava.manager.action.SendTextAction
Creates a new SendTextAction that sends the given message to the given channel.
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.
sent(String) - Method in class org.asteriskjava.util.internal.FileTrace
 
sent(String) - Method in interface org.asteriskjava.util.internal.Trace
Writes data that has been sent to the network to the trace.
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.
service(AgiRequest, AgiChannel) - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy.ScriptEngineAgiScript
 
setAbandoned(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the number of abandoned calls.
setAbout(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setAbout(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
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.JabberEventEvent
 
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.
setAccountcode(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setAccountcode(String) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
setAccountCode(String) - Method in class org.asteriskjava.manager.event.NewAccountCodeEvent
 
setAccountCode(String) - Method in class org.asteriskjava.manager.event.NewChannelEvent
Sets the account code of the new channel.
setAccountCode(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the account code of this channel.
setAccountCode(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setAckCall(Boolean) - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
Sets if an acknowledgement is needed when agent is called back.
setAcl(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setAcl(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.
setActive(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setAddress(InetAddress) - Method in class org.asteriskjava.fastagi.DefaultAgiServer
Sets the address to bind server.
setAddress(String) - Method in class org.asteriskjava.manager.event.PeerStatusEvent
 
setAddressIp(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setAddressPort(Integer) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setAdmin(Boolean) - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
Sets the role of the caller in the list admin = yes or no of the conference.
setAgent(String) - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
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.
setAgentName(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
setAgiScript(AgiScript) - Method in class org.asteriskjava.fastagi.StaticMappingStrategy
Sets the AgiScript to map to.
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.DahdiShowChannelsEvent
Sets the alarm state of this Dahdi channel.
setAlarm(String) - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Sets the alarm state of this zap channel.
setAlerting(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setAmaFlags(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the AMA (Automated Message Accounting) flags.
setAmaFlags(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setAmiVersion(String) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
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.ListDialplanEvent
 
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.CoreShowChannelEvent
 
setApplication(String) - Method in class org.asteriskjava.manager.event.ListDialplanEvent
 
setApplication(String) - Method in class org.asteriskjava.manager.event.NewExtenEvent
Sets the name of the application that is executed.
setApplicationdata(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setArguments(String[]) - Method in class org.asteriskjava.fastagi.command.GosubCommand
Sets the arguments to be passed to the subroutine.
setAsteriskVersion(String) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setAsync(Boolean) - Method in class org.asteriskjava.manager.action.OriginateAction
Set to true for fast origination.
setAttachmentFormat(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
setAttachMessage(Boolean) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets whether Asterisk copies a voicemail message to an audio file and sends it to the user as an attachment in an eemail voicemail notification message.
setAttributes(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.
setAttributes(Map<String, Object>) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the Map with all attributes.
setAudioSetting(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setAudioState(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setAuthMsg(String) - Method in class org.asteriskjava.manager.action.SkypeAddBuddyAction
Sets the auth message.
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.
setAutoDeleteSMS(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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
 
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.
setAvailability(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setAvailability(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
setAvailable(Integer) - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Sets the number of members logged in and not in a call.
setAverageLag(String) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setAverageRxDataRate(String) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setAverageTxDataRate(String) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setBadLineCount(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setBeep(boolean) - Method in class org.asteriskjava.fastagi.command.RecordFileCommand
Set to true to play a beep before recording.
setBegin(Boolean) - Method in class org.asteriskjava.manager.event.DtmfEvent
Sets whether this event represents an AST_FRAME_DTMF_BEGIN frame.
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.
setBridgedChannel(String) - Method in class org.asteriskjava.manager.event.AgentConnectEvent
Sets the unique ID of the queue member channel that is taking the call.
setBridgedChannel(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setBridgedChannel(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the name of the linked channel.
setBridgeduniqueid(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setBridgedUniqueId(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the unique id of the linked channel if this channel is bridged.
setBridgeState(String) - Method in class org.asteriskjava.manager.event.BridgeEvent
Sets the bridge state.
setBridgeType(String) - Method in class org.asteriskjava.manager.event.BridgeEvent
Sets the bridge type.
setBuddy(String) - Method in class org.asteriskjava.manager.action.SkypeAddBuddyAction
Sets the Skype username of the buddy.
setBuddy(String) - Method in class org.asteriskjava.manager.action.SkypeBuddyAction
Sets the Skype username of the buddy.
setBuddy(String) - Method in class org.asteriskjava.manager.action.SkypeRemoveBuddyAction
Sets the Skype username of the buddy.
setBuddy(String) - Method in class org.asteriskjava.manager.event.SkypeBuddyEntryEvent
Sets the Skype username of the buddy.
setBuddy(String) - Method in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
Sets the address of buddy.
setBuddyStatus(String) - Method in class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
setBusyLevel(Integer) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setCallback(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the dialplan context used by the "return phone call" feature in the advanced voicemail features menu.
setCallDuration(Double) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
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
 
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
 
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.ReceiveFaxEvent
 
setCallerId(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
setCallerId(String) - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
setCallerId(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the Caller*ID Number of this channel.
setCallerId(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setCallerId1(String) - Method in class org.asteriskjava.manager.event.BridgeEvent
Sets the Caller*Id number of the first channel.
setCallerId2(String) - Method in class org.asteriskjava.manager.event.BridgeEvent
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
 
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.ConfbridgeListEvent
Sets the Caller*ID Name of the channel in the list of the conference.
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.MeetMeJoinEvent
 
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
 
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
 
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
setCallerIDnum(String) - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
Sets the Caller*ID Number of the channel in the list of the conference.
setCalleridnum(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.DialEvent
 
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.JoinEvent
Sets the Caller*ID number of the channel that joined the queue.
setCallerIdNum(String) - Method in class org.asteriskjava.manager.event.MeetMeJoinEvent
 
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.QueueEntryEvent
Sets the Caller*ID num of this entry.
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.
setCallGroup(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setCallidx(String) - Method in class org.asteriskjava.manager.event.DongleCallStateChangeEvent
 
setCallidx(String) - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
setCallingPres(Integer) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the calling presentation for the outgoing channel.
setCallLimit(Integer) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setCallOperator(Boolean) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
setCalls(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the number of calls currently waiting in the queue.
setCallsChannels(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setCallsLicensed(Integer) - Method in class org.asteriskjava.manager.response.SkypeLicenseStatusResponse
Sets the total number of concurrent Skype calls currently licenced for this system.
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.
setCallWaitingSetting(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setCallWaitingState(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setCanReview(Boolean) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
setCause(Integer) - Method in class org.asteriskjava.manager.action.HangupAction
Sets the hangup cause.
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.
setCause(Integer) - Method in class org.asteriskjava.manager.event.SoftHangupRequestEvent
Sets the cause of the hangup.
setCauseTxt(String) - Method in class org.asteriskjava.manager.event.HangupEvent
Sets the textual representation of the hangup cause.
setCccause(String) - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
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.
setCellID(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setCfrCount(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setChallenge(String) - Method in class org.asteriskjava.manager.response.ChallengeResponse
 
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.AgiAction
Sets the name of the channel to execute the AGI command on.
setChannel(String) - Method in class org.asteriskjava.manager.action.AtxferAction
Sets name of the channel to transfer.
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.ConfbridgeKickAction
Sets the number of the channel to kick.
setChannel(String) - Method in class org.asteriskjava.manager.action.ConfbridgeMuteAction
Sets the number of the channel to mute.
setChannel(String) - Method in class org.asteriskjava.manager.action.ConfbridgeSetSingleVideoSrcAction
Sets the channel which will be the single video source of the conference.
setChannel(String) - Method in class org.asteriskjava.manager.action.ConfbridgeUnmuteAction
Sets the number of the channel to unmute.
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.LocalOptimizeAwayAction
Returns the name of tha channel.
setChannel(String) - Method in class org.asteriskjava.manager.action.MixMonitorMuteAction
Sets the name of the channel to mute.
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.PauseMixMonitorAction
 
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.SendTextAction
Sets the name of the channel to send the message to.
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.SipNotifyAction
Sets the peer to receive the notify to.
setChannel(String) - Method in class org.asteriskjava.manager.action.StatusAction
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
 
setChannel(String) - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.AbstractFaxEvent
 
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.AbstractMonitorEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.AgentLoginEvent
Sets the name of the channel associated with the logged in agent.
setChannel(String) - Method in class org.asteriskjava.manager.event.AgiExecEvent
Sets the name of the channel this event occurred on.
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.AsyncAgiEvent
Sets the name of the channel this event occurred 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.ChannelUpdateEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
Sets the name of the channel in the list.
setChannel(String) - Method in class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
Sets the name of the channel on which a participant started or stopped talking.
setChannel(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.DAHDIChannelEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.DialEvent
Returns the name of the source channel.
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.DtmfEvent
Sets the name of the channel.
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.MusicOnHoldEvent
Sets the name of the channel.
setChannel(String) - Method in class org.asteriskjava.manager.event.NewAccountCodeEvent
 
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.ReceiveFaxEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Deprecated. 
setChannel(String) - Method in class org.asteriskjava.manager.event.RenameEvent
Sets the old name of the channel.
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.TransferEvent
 
setChannel(String) - Method in class org.asteriskjava.manager.event.UserEvent
Sets the name of the channel this event occured in.
setChannel(String) - Method in class org.asteriskjava.manager.event.VarSetEvent
 
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.BridgeEvent
Sets the name of the first channel.
setChannel1(String) - Method in class org.asteriskjava.manager.event.BridgeExecEvent
 
setChannel1(String) - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Sets the name of the channel that put the other channel on hold.
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.BridgeEvent
Sets the name of the second channel.
setChannel2(String) - Method in class org.asteriskjava.manager.event.BridgeExecEvent
 
setChannel2(String) - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Sets the name of the channel that has been put on hold.
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. 
setChannelLanguage(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setChannels(Integer) - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
Sets the number of licensed channels.
setChannelState(Integer) - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
Sets the new state of the channel.
setChannelState(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setChannelState(Integer) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the state of the channel.
setChannelStateDesc(String) - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
Sets the new state of the channel as a descriptive text.
setChannelstatedesc(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setChannelStateDesc(String) - Method in class org.asteriskjava.manager.event.StatusEvent
 
setChannelType(String) - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
setChannelType(String) - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
setChannelType(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setChannelType(String) - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Sets the type of channel that registers.
setChannelType(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Sets the type of channel that is registered.
setChannelType(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setChanObjectType(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setChanObjectType(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setChanVariable(Map<String, String>) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setCidCallingPres(String) - Method in class org.asteriskjava.manager.event.NewCallerIdEvent
Sets the CallerId presentation/screening in the form "%d (%s)".
setCidCallingPres(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setClassLoader(ClassLoader) - Static method in class org.asteriskjava.util.LogFactory
 
setClassName(String) - Method in class org.asteriskjava.manager.event.MusicOnHoldEvent
 
setClone(String) - Method in class org.asteriskjava.manager.event.MasqueradeEvent
 
setCloneState(String) - Method in class org.asteriskjava.manager.event.MasqueradeEvent
 
setCodecOrder(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setCodecs(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the codecs to use for the call.
setCodecs(List<String>) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the codecs to use for the call.
setCodecs(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setCommand(String) - Method in class org.asteriskjava.manager.action.AgiAction
Sets the AGI command to execute.
setCommand(String) - Method in class org.asteriskjava.manager.action.CommandAction
Sets the CLI command to send to the Asterisk server.
setCommand(String) - Method in class org.asteriskjava.manager.event.AgiExecEvent
Sets the AGI command.
setCommandId(String) - Method in class org.asteriskjava.manager.action.AgiAction
Sets the command id to track execution progress.
setCommandId(String) - Method in class org.asteriskjava.manager.event.AgiExecEvent
Sets the command id.
setCommandId(String) - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Sets the command id.
setCommandsInQueue(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setComment(String) - Method in class org.asteriskjava.config.ConfigElement
 
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.
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeKickAction
Sets the id of the conference to kick a channel from.
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeListAction
 
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeLockAction
Sets the id of the conference to lock.
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeMuteAction
Sets the id of the conference.
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeSetSingleVideoSrcAction
Sets the id of the conference for which the video source is to be set.
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeStartRecordAction
Sets the id of the conference for which to start an audio recording.
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeStopRecordAction
Sets the id of the conference for which to stop an audio recording.
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeUnlockAction
Sets the id of the conference to unlock.
setConference(String) - Method in class org.asteriskjava.manager.action.ConfbridgeUnmuteAction
Sets the id of the conference.
setConference(String) - Method in class org.asteriskjava.manager.event.ConfbridgeEndEvent
Sets the id of the conference ended.
setConference(String) - Method in class org.asteriskjava.manager.event.ConfbridgeJoinEvent
Sets the id of the conference the participant joined.
setConference(String) - Method in class org.asteriskjava.manager.event.ConfbridgeLeaveEvent
Sets the id of the conference the participant left.
setConference(String) - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
Sets the id of the conference to be listed.
setConference(String) - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
Sets the id of the conference to be listed.
setConference(String) - Method in class org.asteriskjava.manager.event.ConfbridgeStartEvent
Sets the id of the conference started.
setConference(String) - Method in class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
Sets the id of the conference.
setConnectedlinename(String) - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
 
setConnectedlinename(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
setConnectedlinename(String) - Method in class org.asteriskjava.manager.event.DialEvent
 
setConnectedlinename(String) - Method in class org.asteriskjava.manager.event.HangupEvent
 
setConnectedlinename(String) - Method in class org.asteriskjava.manager.event.JoinEvent
 
setConnectedlinenum(String) - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
 
setConnectedlinenum(String) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
 
setConnectedlinenum(String) - Method in class org.asteriskjava.manager.event.DialEvent
 
setConnectedlinenum(String) - Method in class org.asteriskjava.manager.event.HangupEvent
 
setConnectedlinenum(String) - Method in class org.asteriskjava.manager.event.JoinEvent
 
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
 
setContext(String) - Method in class org.asteriskjava.fastagi.command.GosubCommand
Sets the context of the subroutine to call.
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
Deprecated.
Sets the context of the extension to use for callback.
setContext(String) - Method in class org.asteriskjava.manager.action.AtxferAction
Sets the destination context.
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.CoreShowChannelEvent
 
setContext(String) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
Sets the context of this Dahdi channel.
setContext(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.ListDialplanEvent
 
setContext(String) - Method in class org.asteriskjava.manager.event.NewChannelEvent
Sets the context of the dialplan entry the channel started at.
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.ReceiveFaxEvent
 
setContext(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
setContext(String) - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
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
 
setContext(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.
setCoreCdrEnabled(Boolean) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setCoreCurrentCalls(Integer) - Method in class org.asteriskjava.manager.response.CoreStatusResponse
 
setCoreHttpEnabled(Boolean) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setCoreMaxCalls(Integer) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setCoreMaxFilehandles(Integer) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setCoreMaxLoadAvg(Double) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setCoreRealtimeEnabled(Boolean) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setCoreReloadDate(String) - Method in class org.asteriskjava.manager.response.CoreStatusResponse
 
setCoreReloadTime(String) - Method in class org.asteriskjava.manager.response.CoreStatusResponse
 
setCoreRunGroup(String) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setCoreRunUser(String) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setCoreStartupDate(String) - Method in class org.asteriskjava.manager.response.CoreStatusResponse
 
setCoreStartupTime(String) - Method in class org.asteriskjava.manager.response.CoreStatusResponse
 
setCount(Integer) - Method in class org.asteriskjava.manager.event.QueueEvent
Sets the number of elements in the queue.
setCountry(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
Sets the country code.
setCountry(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
Sets the country code.
setCumulativeLoss(Long) - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
setCurrentDeviceState(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setDaemon(boolean) - Method in class org.asteriskjava.fastagi.AgiServerThread
Marks the thread as either a daemon thread or a user thread.
setDahdichannel(String) - Method in class org.asteriskjava.manager.event.DAHDIChannelEvent
 
setDahdichannel(Integer) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
setDahdispan(String) - Method in class org.asteriskjava.manager.event.DAHDIChannelEvent
 
setData(String) - Method in class org.asteriskjava.manager.action.OriginateAction
Sets the parameters to pass to the application.
setDataRate(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setDataSetting(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setDataState(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.
setDChannel(String) - Method in class org.asteriskjava.manager.event.PriEventEvent
 
setDcnCount(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setDefaultAddrIp(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setDefaultAddrPort(Integer) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setDefaultCallingPres(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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
setDefaultUsername(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setDeleteMessage(Boolean) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets whether messages will be deleted from the voicemailbox (after having been emailed).
setDesiredDeviceState(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.AgentCalledEvent
 
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 destination channel.
setDevice(String) - Method in class org.asteriskjava.manager.action.DongleSendSMSAction
 
setDevice(String) - Method in class org.asteriskjava.manager.event.DongleCallStateChangeEvent
 
setDevice(String) - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
setDevice(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setDevice(String) - Method in class org.asteriskjava.manager.event.DongleNewCMGREvent
 
setDevice(String) - Method in class org.asteriskjava.manager.event.DongleNewSMSBase64Event
 
setDevice(String) - Method in class org.asteriskjava.manager.event.DongleNewSMSEvent
 
setDevice(String) - Method in class org.asteriskjava.manager.event.DongleStatusEvent
 
setDialing(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setDialout(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the dialplan context used by the "place an outgoing call" feature in the advanced voicemail features menu.
setDialStatus(String) - Method in class org.asteriskjava.manager.event.DialEvent
 
setDialString(String) - Method in class org.asteriskjava.manager.event.DialEvent
Sets the dial string passed to the Dial application.
setDigit(String) - Method in class org.asteriskjava.manager.action.PlayDtmfAction
Sets the DTMF digit to play.
setDigit(String) - Method in class org.asteriskjava.manager.event.DtmfEvent
Sets the DTMF digit that was sent or received.
setDigits(String) - Method in class org.asteriskjava.fastagi.command.SayDigitsCommand
Sets the digits to say.
setDirection(String) - Method in class org.asteriskjava.manager.action.MixMonitorMuteAction
Sets the direction of the part of the recording to mute.
setDirection(String) - Method in class org.asteriskjava.manager.action.PauseMixMonitorAction
 
setDirection(String) - Method in class org.asteriskjava.manager.event.DtmfEvent
Sets whether the DTMF digit was sent or received.
setDisableSMS(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setDisDcsDtcCtcCount(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setDisposition(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the disposition.
setDlSr(String) - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
 
setDnd(Boolean) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
Sets whether dnd (do not disturb) is enabled for this Dahdi channel.
setDnd(Boolean) - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Sets whether dnd (do not disturb) is enabled for this zap channel.
setDocumentNumber(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setDocumentNumber(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setDocumentTime(String) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
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.
setDTMF(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setDuration(Integer) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the total time in system.
setDuration(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setDuration(String) - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
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
 
setDynamic(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setEcmMode(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setEmail(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the email address of the voicemail user.
setEnabled(Boolean) - Method in class org.asteriskjava.manager.event.LogChannelEvent
Sets if logging has been enabled or disabled.
setEncryption(String) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setEnd(Boolean) - Method in class org.asteriskjava.manager.event.DtmfEvent
Sets whether this event represents an AST_FRAME_DTMF_END frame.
setEndstatus(String) - Method in class org.asteriskjava.manager.event.DongleCENDEvent
 
setEndTime(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the date/time when the call has ended.
setEngine(String) - Method in class org.asteriskjava.fastagi.command.SpeechCreateCommand
Sets the name of the speech engine to use for subsequent Speech AGI commands.
setEnv(String) - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Sets the AGI environment.
setError(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
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.
setEvent(String) - Method in class org.asteriskjava.manager.action.QueueLogAction
Sets the event to log.
setEventList(String) - Method in class org.asteriskjava.manager.event.ConfbridgeListCompleteEvent
Sets the status of the list e.g.
setEventList(String) - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsCompleteEvent
Sets the status of the list that is always "Complete".
setEventlist(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelsCompleteEvent
 
setEventlist(String) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsCompleteEvent
 
setEventlist(String) - Method in class org.asteriskjava.manager.event.DongleShowDevicesCompleteEvent
 
setEventList(String) - Method in class org.asteriskjava.manager.event.PeerlistCompleteEvent
 
setEventList(String) - Method in class org.asteriskjava.manager.event.RegistrationsCompleteEvent
 
setEventList(String) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the eventList.
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.
setExitContext(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the dialplan context the user is dropped into after he has pressed * or 0 to exit voicemail.
setExpires(String) - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
Sets the date the license expires in the format "YYYY-MM-DD".
setExten(String) - Method in class org.asteriskjava.manager.action.AgentCallbackLoginAction
Deprecated.
Sets the extension to use for callback.
setExten(String) - Method in class org.asteriskjava.manager.action.AtxferAction
Sets the destination extension.
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
 
setExten(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.NewChannelEvent
Sets the extension of the dialplan entry the channel started at.
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.event.ReceiveFaxEvent
 
setExten(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
setExten(String) - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
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
 
setExtension(String) - Method in class org.asteriskjava.fastagi.command.GosubCommand
Sets the extension within the called context.
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.CoreShowChannelEvent
 
setExtension(String) - Method in class org.asteriskjava.manager.event.ListDialplanEvent
 
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.
setExtensionLabel(String) - Method in class org.asteriskjava.manager.event.ListDialplanEvent
 
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.DbDelAction
Sets the family of the key to delete
setFamily(String) - Method in class org.asteriskjava.manager.action.DbDelTreeAction
Sets the family of the key to delete.
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.
setFaxSession(Integer) - Method in class org.asteriskjava.manager.event.AbstractFaxEvent
 
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.
setFile(String) - Method in class org.asteriskjava.manager.event.ManagerEvent
 
setFile(String) - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
Sets the name of the file this license is stored in.
setFileName(String) - Method in class org.asteriskjava.config.ConfigElement
 
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.
setFileName(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setFileName(String) - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
setFileName(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
setFileName(String) - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
setFirmware(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setForceRport(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
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.
setFractionLost(Long) - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
 
setFrom(String) - Method in class org.asteriskjava.manager.event.DongleNewSMSBase64Event
 
setFrom(String) - Method in class org.asteriskjava.manager.event.DongleNewSMSEvent
 
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.RtcpReceivedEvent
 
setFrom(String) - Method in class org.asteriskjava.manager.event.SkypeChatMessageEvent
Sets the Skype username of the sender of this chat message.
setFrom(String) - Method in class org.asteriskjava.manager.event.UnparkedCallEvent
Sets the name of the channel that parked the call.
setFttCount(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setFullname(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setFullname(String) - Method in class org.asteriskjava.manager.event.SkypeBuddyEntryEvent
Sets the full name of the buddy.
setFullname(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the full name of the voicemail user.
setFullname(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
setFunc(String) - Method in class org.asteriskjava.manager.event.ManagerEvent
 
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
 
setGroup(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setGSMRegistrationStatus(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setGtalkSid(String) - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
setHeld(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setHighestSequence(Long) - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
setHint(String) - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
 
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 current avarage hold time for this queue based on an exponential average.
setHost(String) - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Set the IP address or hostname used for the registration.
setHostId(String) - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
 
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.
setIaJitter(Double) - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
 
setIax2CallNoLocal(String) - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
setIax2CallNoRemote(String) - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
setIax2Peer(String) - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
setIgnoreMissingScripts(boolean) - Method in class org.asteriskjava.fastagi.internal.AgiConnectionHandler
 
setImage(String) - Method in class org.asteriskjava.fastagi.command.SendImageCommand
Sets the image to send.
setImageEncoding(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setImageResolution(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setImapUser(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the username of the IMAP account associated with this mailbox.
setIMEISetting(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setIMEIState(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setIMSISetting(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setIncoming(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setInitializing(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setInterface(String) - Method in class org.asteriskjava.manager.action.QueueAddAction
Sets the name of the channel (Technology/Location) to dial to reach this member.
setInterface(String) - Method in class org.asteriskjava.manager.action.QueueLogAction
Sets the interface of the member to log the event for.
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.QueuePenaltyAction
Sets the interface of the member to set the penalty for.
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
 
setItems(Integer) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsCompleteEvent
 
setItems(Integer) - Method in class org.asteriskjava.manager.event.DongleShowDevicesCompleteEvent
 
setItems(Integer) - Method in class org.asteriskjava.manager.event.StatusCompleteEvent
Sets the number of channels reported.
setJabber(String) - Method in class org.asteriskjava.manager.action.JabberSendAction
Sets the client or transport Asterisk uses to connect to Jabber.
setJitter(Double) - Method in class org.asteriskjava.manager.event.AbstractRtpStatEvent
 
setJitterBufferOverflows(Integer) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
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
<<<<<<< HEAD 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.DbDelAction
Sets the key to delete
setKey(String) - Method in class org.asteriskjava.manager.action.DbDelTreeAction
Sets the key to delete.
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.
setKey(String) - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
Sets the license key.
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.
setLanguage(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
Sets the ISO language code.
setLanguage(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
setLanguage(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setLanguage(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
Sets the ISO language code.
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.
setLastError(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setLastMsgsSent(Integer) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setLastPageProcessed(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setLastSr(Double) - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
setLevel(int) - Method in class org.asteriskjava.fastagi.command.VerboseCommand
Sets the level to use.
setLibPath(String[]) - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Sets the path to search for additional libraries (jar files).
setLine(Integer) - Method in class org.asteriskjava.manager.event.ManagerEvent
 
setLinecount(String) - Method in class org.asteriskjava.manager.event.DongleNewSMSEvent
 
setLink(String) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the name of the linked channel.
setListContexts(Integer) - Method in class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
 
setListExtensions(Integer) - Method in class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
 
setListItems(String) - Method in class org.asteriskjava.manager.event.ConfbridgeListCompleteEvent
Sets the number listitems.
setListItems(String) - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsCompleteEvent
Sets the number items returned.
setListitems(Integer) - Method in class org.asteriskjava.manager.event.CoreShowChannelsCompleteEvent
Sets the number of channels reported.
setListitems(Integer) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsCompleteEvent
Sets the number of channels reported.
setListitems(Integer) - Method in class org.asteriskjava.manager.event.DongleShowDevicesCompleteEvent
Sets the number of channels reported.
setListItems(Integer) - Method in class org.asteriskjava.manager.event.PeerlistCompleteEvent
Sets the number of PeerEvents that have been reported.
setListItems(Integer) - Method in class org.asteriskjava.manager.event.RegistrationsCompleteEvent
Sets the number of SIP registrations that have been reported.
setListItems(Integer) - Method in class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
 
setListItems(Integer) - Method in class org.asteriskjava.manager.event.SkypeBuddyListCompleteEvent
Sets the number of buddies that have been reported.
setListPriorities(Integer) - Method in class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
 
setLoadType(String) - Method in class org.asteriskjava.manager.action.ModuleLoadAction
Sets the operation to perform ("load", "unload" or "reload").
setLocalDis(String) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setLocalDropped(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setLocalJbDelay(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setLocalJitter(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setLocalLossPercent(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setLocalooo(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setLocalReceived(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setLocalSid(String) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setLocalStationId(String) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the identifier of the local fax station.
setLocalStationId(String) - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
setLocalStationId(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
setLocalStationId(String) - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
setLocalTotalLost(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
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.
setLocation(String) - Method in class org.asteriskjava.manager.event.QueueMemberPenaltyEvent
Sets the name of the member's interface.
setLocationAreaCode(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setLocked(Boolean) - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
 
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
 
setLongestHoldTime(Integer) - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Sets the longest hold time of the a queue entry currently in the queue.
setLostPackets(Long) - Method in class org.asteriskjava.manager.event.AbstractRtpStatEvent
 
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.
setMailCommand(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the custom mail command used to send notifications to the voicemail user.
setManagerConnection(ManagerConnection) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
setManagerConnection(ManagerConnection) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
setManufacturer(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.AbstractAgiServer
Sets the strategy to use for mapping AgiRequests to AgiScripts that serve them.
setMarked(Integer) - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
Sets the number of marked participants in this conference.
setMarkedUser(Boolean) - Method in class org.asteriskjava.manager.event.ConfbridgeListEvent
 
setMax(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the maximum number of people waiting in the queue.
setMaxCallBr(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.AbstractAgiServer
Sets the maximum number of worker threads in the thread pool.
setMaxLag(String) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setMaxMessageCount(Integer) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the maximum number of messages per folder.
setMaxMessageLength(Integer) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Returns the maximum duration per message for voicemails in this mailbox.
setMcfCount(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setMd5SecretExist(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.
setMeetMe(String) - Method in class org.asteriskjava.manager.event.MeetMeEndEvent
 
setMember(String) - Method in class org.asteriskjava.manager.action.QueueStatusAction
Sets the member filter.
setMember(String) - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
 
setMemberName(String) - Method in class org.asteriskjava.manager.action.QueueAddAction
Sets the name of the queue memeber (agent name).
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.action.DongleSendSMSAction
 
setMessage(String) - Method in class org.asteriskjava.manager.action.JabberSendAction
Sets the message to send to the recipient.
setMessage(String) - Method in class org.asteriskjava.manager.action.QueueLogAction
Sets the message to log.
setMessage(String) - Method in class org.asteriskjava.manager.action.SendTextAction
Sets the message to send.
setMessage(String) - Method in class org.asteriskjava.manager.action.SkypeChatSendAction
Sets the message to send.
setMessage(String) - Method in class org.asteriskjava.manager.event.DongleNewSMSBase64Event
 
setMessage(String) - Method in class org.asteriskjava.manager.event.ReloadEvent
 
setMessage(String) - Method in class org.asteriskjava.manager.event.SkypeChatMessageEvent
Sets the Base64 encoded message.
setMessage(String) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the message.
setMessageline0(String) - Method in class org.asteriskjava.manager.event.DongleNewSMSEvent
 
setMinimalDTMFDuration(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setMinimalDTMFGap(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setMinimalDTMFInterval(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setMinimumJitterSpace(Integer) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
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.
setMode(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setModel(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setModule(String) - Method in class org.asteriskjava.manager.action.ModuleCheckAction
Sets the name of the module (including or not including the ".so" extension) to check.
setModule(String) - Method in class org.asteriskjava.manager.action.ModuleLoadAction
Sets the name of the module including the ".so" extension or subsystem ("cdr", "enum", "dnsmgr", "extconfig", "manager", "rtp" or "http") to perform the operation on.
setModule(String) - Method in class org.asteriskjava.manager.event.ReloadEvent
Sets the name of the module that has been reloaded.
setModuleCount(Integer) - Method in class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
setModuleLoadStatus(String) - Method in class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
setModuleSelection(String) - Method in class org.asteriskjava.manager.event.ModuleLoadReportEvent
 
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.config.ConfigVariable
 
setName(String) - Method in class org.asteriskjava.fastagi.command.SpeechActivateGrammarCommand
Sets the name of the grammar.
setName(String) - Method in class org.asteriskjava.fastagi.command.SpeechDeactivateGrammarCommand
Sets the name of the grammar.
setName(String) - Method in class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand
Sets the name of the grammar, used to activate the gammer later.
setName(String) - Method in class org.asteriskjava.fastagi.command.SpeechSetCommand
Sets the name of the setting to set.
setName(String) - Method in class org.asteriskjava.fastagi.command.SpeechUnloadGrammarCommand
Sets the name of the grammar.
setName(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the name of this agent.
setName(String) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
 
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.
setNewMessageCount(Integer) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
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.
setNewstate(String) - Method in class org.asteriskjava.manager.event.DongleCallStateChangeEvent
 
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.DongleSendSMSAction
 
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
 
setObjectName(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setObjectUserName(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.SpeechRecognizeCommand
Sets the offset samples to skip when playing the prompt.
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.
setOldAccountCode(String) - Method in class org.asteriskjava.manager.event.NewAccountCodeEvent
 
setOldMessageCount(Integer) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the number of old messages for this voicemail user.
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.
setOperatingMode(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setOptions(String...) - Method in class org.asteriskjava.fastagi.command.ExecCommand
Sets the options to pass to the application.
setOriginal(String) - Method in class org.asteriskjava.manager.event.MasqueradeEvent
 
setOriginalPosition(Integer) - Method in class org.asteriskjava.manager.event.QueueCallerAbandonEvent
 
setOriginalState(String) - Method in class org.asteriskjava.manager.event.MasqueradeEvent
 
setOurSsrc(Long) - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
setOwner(String) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setPacket(String) - Method in class org.asteriskjava.manager.event.JabberEventEvent
 
setPacketsLost(Long) - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
setPageCount(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setPageNumber(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setPager(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the email adress of pager of the voicemail user.
setPageSize(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setPagesTransferred(Integer) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the number of pages transferred.
setPagesTransferred(Integer) - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
setPagesTransferred(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
setParkingLot(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
Sets the parking lot.
setParkingLot(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setParties(Integer) - Method in class org.asteriskjava.manager.event.ConfbridgeListRoomsEvent
Sets the number of participants in this conference.
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.
setPath(String) - Method in class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand
Sets the path to the grammar.
setPaused(boolean) - Method in interface org.asteriskjava.live.AsteriskQueueMember
Pauses or unpauses this member on this queue.
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.
setPausedAll(boolean) - Method in interface org.asteriskjava.live.AsteriskQueueMember
Pauses or unpauses this member on all queues.
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
 
setPeerName(String) - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
setPeerStatus(String) - Method in class org.asteriskjava.manager.event.PeerStatusEvent
Sets the registration state.
setPenalty(int) - Method in interface org.asteriskjava.live.AsteriskQueueMember
Assignes a new penalty to this queue member.
setPenalty(Integer) - Method in class org.asteriskjava.manager.action.QueueAddAction
Sets the penalty for this member.
setPenalty(Integer) - Method in class org.asteriskjava.manager.action.QueuePenaltyAction
Sets the new penalty.
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.
setPenalty(Integer) - Method in class org.asteriskjava.manager.event.QueueMemberPenaltyEvent
Sets the new penalty.
setPhoneHome(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setPhoneHome(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
setPhoneMobile(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setPhoneMobile(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
setPhoneOffice(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setPhoneOffice(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
setPickupGroup(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setPing(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setPing(String) - Method in class org.asteriskjava.manager.response.PingResponse
 
setPoolSize(int) - Method in class org.asteriskjava.fastagi.AbstractAgiServer
Sets the default 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(Integer) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setPort(Integer) - Method in class org.asteriskjava.manager.event.PeerStatusEvent
 
setPort(Integer) - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Sets the port number used for the registration.
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.LeaveEvent
 
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.
setPprCount(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setPreComment(String) - Method in class org.asteriskjava.config.ConfigElement
 
setPriEvent(String) - Method in class org.asteriskjava.manager.event.PriEventEvent
 
setPriEventCode(Integer) - Method in class org.asteriskjava.manager.event.PriEventEvent
 
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
 
setPriority(String) - Method in class org.asteriskjava.fastagi.command.GosubCommand
Sets the priority of the called extension.
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.AtxferAction
Sets the destination priority.
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(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setPriority(String) - Method in class org.asteriskjava.manager.event.ListDialplanEvent
 
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.
setPrivilege(String) - Method in class org.asteriskjava.manager.response.CommandResponse
 
setProcessedStatus(String) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setPrompt(String) - Method in class org.asteriskjava.fastagi.command.SpeechRecognizeCommand
Sets the prompt to play.
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.
setProviderName(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setPt(String) - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
setQualifyFreq(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.QueueLogAction
Sets the name of the queue to log the event for.
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.QueuePenaltyAction
Sets the name of the queue.
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.QueueResetAction
Sets the name of the queue to reset.
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
 
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.AgentCalledEvent
 
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.QueueMemberPenaltyEvent
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.action.QueuePauseAction
Returns the name of the reason.
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.BridgeExecEvent
 
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
 
setReason(String) - Method in class org.asteriskjava.manager.event.QueueMemberPausedEvent
Sets the reason why the queue member has been paused.
setReceivedPackets(Long) - Method in class org.asteriskjava.manager.event.RtpReceiverStatEvent
 
setReceptionReports(Long) - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
setRefresh(Integer) - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Set the value of refresh.
setRegContact(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setRegExpire(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setRegExtension(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setRegistrar(String) - Method in class org.asteriskjava.manager.event.ListDialplanEvent
 
setRegistrationTime(String) - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Sets the epoch (unix Timestamp) of the last registration.
setRegistryCount(Integer) - Method in class org.asteriskjava.manager.event.ChannelReloadEvent
 
setReleasing(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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)".
setRemoteDis(String) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setRemoteDropped(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setRemoteJbDelay(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setRemoteJitter(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setRemoteLossPercent(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setRemoteooo(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setRemoteReceived(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setRemoteSecretExist(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setRemoteSid(String) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setRemoteStationId(String) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the identifier of the remote fax station.
setRemoteStationId(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setRemoteStationId(String) - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
setRemoteStationId(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
setRemoteTotalLost(Integer) - Method in class org.asteriskjava.manager.event.JitterBufStatsEvent
 
setRepsonse(ManagerResponse) - Method in class org.asteriskjava.manager.internal.ResponseEventsImpl
Sets the ManagerResponse received.
setResetDongle(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setResolution(Integer) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the row resolution of the received fax.
setResolution(String) - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
setResolution(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
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.BridgeExecEvent
 
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(String) - Method in class org.asteriskjava.manager.event.AgiExecEvent
Sets the string respresentation of the result.
setResult(String) - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Sets the raw result.
setResult(String) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setResult(List<String>) - Method in class org.asteriskjava.manager.response.CommandResponse
Sets the result.
setResultCode(Integer) - Method in class org.asteriskjava.manager.event.AgiExecEvent
Sets the result code.
setRetransmitCount(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setRingtime(Long) - Method in class org.asteriskjava.manager.event.AgentConnectEvent
 
setRingtime(Long) - Method in class org.asteriskjava.manager.event.AgentRingNoAnswerEvent
 
setRrCount(Long) - Method in class org.asteriskjava.manager.event.RtpReceiverStatEvent
 
setRSSI(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setRtnCount(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setRtt(String) - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
setRtt(Double) - Method in class org.asteriskjava.manager.event.RtpSenderStatEvent
 
setRxBytes(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setRXGain(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setRxPages(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setSayCid(Boolean) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
setSayDurationMinimum(Integer) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
setSayEnvelope(Boolean) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
setScreenName(String) - Method in class org.asteriskjava.manager.action.JabberSendAction
Sets the JID of the recipient.
setScriptPath(String[]) - Method in class org.asteriskjava.fastagi.ScriptEngineMappingStrategy
Sets the path to search for script files.
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.
setSecretExist(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSenderSsrc(Long) - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
setSentNtp(Double) - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
setSentOctets(Long) - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
setSentPackets(Long) - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
setSentPackets(Long) - Method in class org.asteriskjava.manager.event.RtpSenderStatEvent
 
setSentRtp(Long) - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
setSequenceNumber(Integer) - Method in class org.asteriskjava.manager.event.ManagerEvent
 
setSequenceNumberCycles(Long) - Method in class org.asteriskjava.manager.event.RtcpReceivedEvent
 
setServer(String) - Method in class org.asteriskjava.manager.event.ManagerEvent
Sets the name of the Asterisk server from which this event has been received.
setServer(String) - Method in class org.asteriskjava.manager.response.ManagerResponse
Sets the name of the Asterisk server from which this response has been received.
setServerEmail(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the email address used for the "from" header when sending notification emails.
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.DahdiShowChannelsEvent
Sets the signalling of this Dahdi channel.
setSignalling(String) - Method in class org.asteriskjava.manager.event.ZapShowChannelsEvent
Sets the signalling of this zap channel.
setSignallingcode(String) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
setSipAuthInsecure(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipCallId(String) - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
setSipCallId(String) - Method in class org.asteriskjava.manager.event.TransferEvent
 
setSipCanReinvite(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipDirectMedia(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipDtmfMode(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipFromDomain(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipFromUser(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipFullContact(String) - Method in class org.asteriskjava.manager.event.ChannelUpdateEvent
 
setSipNatSupport(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipPromiscRedir(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipSessExpires(Integer) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipSessMin(Integer) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipSessRefresh(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipSessTimers(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipT38ec(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipT38MaxDtgrm(Integer) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipT38support(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipTextSupport(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipUserAgent(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipUserPhone(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setSipVideoSupport(Boolean) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.
setSkypename(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setSkypename(String) - Method in class org.asteriskjava.manager.action.SkypeChatSendAction
Sets the Skype username of the recipient of this chat message.
setSkypename(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
setSleepTime(long) - Method in class org.asteriskjava.manager.DefaultManagerConnection
Deprecated.
no longer needed as we now use an interrupt based response checking approach.
setSMS(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setSMSPDU(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setSMSServiceCenter(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.
setSpan(Integer) - Method in class org.asteriskjava.manager.event.PriEventEvent
 
setSpyeeChannel(String) - Method in class org.asteriskjava.manager.event.ChanSpyStartEvent
 
setSpyeeChannel(String) - Method in class org.asteriskjava.manager.event.ChanSpyStopEvent
 
setSpyerChannel(String) - Method in class org.asteriskjava.manager.event.ChanSpyStartEvent
 
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.
setSrCount(Long) - Method in class org.asteriskjava.manager.event.RtpSenderStatEvent
 
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.
setSsrc(Long) - Method in class org.asteriskjava.manager.event.AbstractRtpStatEvent
 
setStartPage(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setStartTime(String) - Method in class org.asteriskjava.manager.event.CdrEvent
Sets the date/time when the call has started.
setState(Integer) - Method in class org.asteriskjava.manager.action.MixMonitorMuteAction
Sets the state of the mute operation.
setState(Integer) - Method in class org.asteriskjava.manager.action.PauseMixMonitorAction
 
setState(String) - Method in class org.asteriskjava.manager.event.AbstractChannelStateEvent
Sets the new state of the channel as a descriptive text.
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.DongleDeviceEntryEvent
 
setState(String) - Method in class org.asteriskjava.manager.event.MusicOnHoldEvent
 
setState(String) - Method in class org.asteriskjava.manager.event.RegistryEntryEvent
Set the value of state.
setState(String) - Method in class org.asteriskjava.manager.event.StatusEvent
 
setStateInterface(String) - Method in class org.asteriskjava.manager.action.QueueAddAction
Sets the name of the channel (Technology/Location) from which to read devicestate changes.
setStateinterface(String) - Method in class org.asteriskjava.manager.event.QueueMemberEvent
 
setStateName(String) - Method in enum org.asteriskjava.util.MixMonitorDirection
 
setStatus(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the status of this agent.
setStatus(String) - Method in class org.asteriskjava.manager.event.DongleStatusEvent
 
setStatus(Integer) - Method in class org.asteriskjava.manager.event.ExtensionStatusEvent
Sets the state of the extension.
setStatus(String) - Method in class org.asteriskjava.manager.event.FullyBootedEvent
Sets the status.
setStatus(Boolean) - Method in class org.asteriskjava.manager.event.HoldEvent
Returns whether this is a hold or unhold event.
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
 
setStatus(Boolean) - Method in class org.asteriskjava.manager.event.MeetMeTalkingRequestEvent
 
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(String) - Method in class org.asteriskjava.manager.event.ReloadEvent
Sets the new status of the module.
setStatus(String) - Method in class org.asteriskjava.manager.event.SendFaxStatusEvent
 
setStatus(String) - Method in class org.asteriskjava.manager.event.SkypeAccountStatusEvent
Sets the Skype user status.
setStatus(String) - Method in class org.asteriskjava.manager.event.SkypeBuddyEntryEvent
Sets the status of the buddy.
setStatus(String) - Method in class org.asteriskjava.manager.event.SkypeLicenseEvent
 
setStatus(Integer) - Method in class org.asteriskjava.manager.response.ExtensionStateResponse
 
setStatus(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
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.
setSubEvent(String) - Method in class org.asteriskjava.manager.event.AgiExecEvent
Sets the sub event type.
setSubEvent(String) - Method in class org.asteriskjava.manager.event.AsyncAgiEvent
Sets the sub event type.
setSubEvent(String) - Method in class org.asteriskjava.manager.event.DialEvent
 
setSubmode(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setSubscriberNumber(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setSystemName(String) - Method in class org.asteriskjava.manager.response.CoreSettingsResponse
 
setT38OctetsReceived(Integer) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setT38OctetsSent(Integer) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setT38PacketsReceived(Integer) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setT38PacketsSent(Integer) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setT38SessionDuration(String) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setTalkingStatus(Boolean) - Method in class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
Sets the talking status on or off.
setTalkingTo(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
Sets the numerical Caller*ID of the channel this agent is talking to.
setTalkingToChan(String) - Method in class org.asteriskjava.manager.event.AgentsEvent
 
setTalkTime(Long) - Method in class org.asteriskjava.manager.event.AgentCompleteEvent
Sets the amount of time the caller talked to the agent.
setTalkTime(Integer) - Method in class org.asteriskjava.manager.event.QueueParamsEvent
Sets the current avarage talk time for this queue based on an exponential average.
setTalkTime(Integer) - Method in class org.asteriskjava.manager.event.QueueSummaryEvent
Sets the current avarage talk time for this queue based on an exponential average.
setTargetChannel(String) - Method in class org.asteriskjava.manager.event.TransferEvent
 
setTargetUniqueId(String) - Method in class org.asteriskjava.manager.event.TransferEvent
 
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
 
setTasksInQueue(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.
setTextSupport(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setTheirLastSr(Long) - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
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(long) - 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(int) - Method in class org.asteriskjava.fastagi.command.SpeechRecognizeCommand
Sets the maximum recognition 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.
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.
setTimestamp(String) - Method in class org.asteriskjava.manager.response.PingResponse
 
setTimezone(String) - Method in class org.asteriskjava.fastagi.command.SayDateTimeCommand
Sets the timezone to use when saying the time.
setTimezone(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setTimezone(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
setTimezone(String) - Method in class org.asteriskjava.manager.response.SkypeBuddyResponse
 
setTo(String) - Method in class org.asteriskjava.manager.event.RtcpSentEvent
 
setTo(String) - Method in class org.asteriskjava.manager.event.SkypeChatMessageEvent
Sets the Skype username of the recipient of this chat message.
setToHost(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setTone(Boolean) - Method in class org.asteriskjava.manager.action.BridgeAction
Sets whether a courtesy tone will be played to channel2.
setTotalBadLines(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setTotalEvents(Integer) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setTotalLag(String) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setTotalRxLines(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setTotalTxLines(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setTransfer2Parking(Boolean) - Method in class org.asteriskjava.manager.event.TransferEvent
 
setTransferContext(String) - Method in class org.asteriskjava.manager.event.TransferEvent
 
setTransferDuration(String) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setTransferExten(String) - Method in class org.asteriskjava.manager.event.TransferEvent
 
setTransferMethod(String) - Method in class org.asteriskjava.manager.event.TransferEvent
 
setTransferMode(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setTransferPels(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setTransferRate(Integer) - Method in class org.asteriskjava.manager.event.FaxDocumentStatusEvent
 
setTransferRate(Integer) - Method in class org.asteriskjava.manager.event.FaxReceivedEvent
Sets the transfer rate in bits/s.
setTransferRate(Integer) - Method in class org.asteriskjava.manager.event.ReceiveFaxEvent
 
setTransferRate(String) - Method in class org.asteriskjava.manager.event.SendFaxEvent
 
setTransferType(String) - Method in class org.asteriskjava.manager.event.TransferEvent
 
setTransit(Double) - Method in class org.asteriskjava.manager.event.RtpReceiverStatEvent
 
setTrunk(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
 
setTxBytes(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setTXGain(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setTxPages(Integer) - Method in class org.asteriskjava.manager.event.FaxStatusEvent
 
setU2DIAG(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.action.QueueLogAction
Sets the unique id of the channel to log the event for.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AbstractChannelEvent
 
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.AbstractMonitorEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.AbstractParkedCallEvent
 
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.AgentCalledEvent
 
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.ChannelUpdateEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.ConfbridgeTalkingEvent
Sets the unique id of the channel on which a participant started or stopped talking.
setUniqueid(String) - Method in class org.asteriskjava.manager.event.CoreShowChannelEvent
 
setUniqueid(String) - Method in class org.asteriskjava.manager.event.DAHDIChannelEvent
 
setUniqueid(String) - Method in class org.asteriskjava.manager.event.DahdiShowChannelsEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.DialEvent
Sets the unique ID of the source channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.DtmfEvent
Sets the unique id of the 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.MusicOnHoldEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class org.asteriskjava.manager.event.NewAccountCodeEvent
 
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.QueueEntryEvent
 
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.TransferEvent
 
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.event.VarSetEvent
 
setUniqueId(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
 
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.BridgeEvent
Sets the unique id of the first channel.
setUniqueId1(String) - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Sets the unique id of the channel that put the other channel on hold.
setUniqueId2(String) - Method in class org.asteriskjava.manager.event.BridgeEvent
Sets the unique id of the second channel.
setUniqueId2(String) - Method in class org.asteriskjava.manager.event.HoldedCallEvent
Sets the unique id of the channel that has been put on hold.
setUnqiueId(String) - Method in class org.asteriskjava.manager.event.ParkedCallEvent
Sets the unique id of the parked channel as a workaround for a typo in asterisk manager event.
setUnrecoverablePackets(Integer) - Method in class org.asteriskjava.manager.event.T38FaxStatusEvent
 
setUseCallingPres(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setUser(String) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
Sets the Skype username of the Skype for Asterisk user.
setUser(String) - Method in class org.asteriskjava.manager.action.SkypeAddBuddyAction
Sets the Skype username of the Skype for Asterisk user.
setUser(String) - Method in class org.asteriskjava.manager.action.SkypeBuddiesAction
Sets the Skype username of the user to retrieve the buddy list for.
setUser(String) - Method in class org.asteriskjava.manager.action.SkypeBuddyAction
Sets the Skype username of the Skype for Asterisk user.
setUser(String) - Method in class org.asteriskjava.manager.action.SkypeChatSendAction
Sets the Skype username of the sender of this chat message.
setUser(String) - Method in class org.asteriskjava.manager.action.SkypeRemoveBuddyAction
Sets the Skype username of the Skype for Asterisk user.
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.RegistryEntryEvent
Sets the username used for the registration.
setUsername(String) - Method in class org.asteriskjava.manager.event.RegistryEvent
Sets the username used for registration.
setUsername(String) - Method in class org.asteriskjava.manager.event.SkypeAccountStatusEvent
Sets the name of the Skype user.
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.
setUseUCS2Encoding(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setUSSDUse7BitEncoding(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setUSSDUseUCS2Decoding(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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.config.ConfigVariable
 
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.fastagi.command.SpeechSetCommand
Sets the value to set.
setValue(String) - Method in class org.asteriskjava.manager.action.SetVarAction
Sets the value to store.
setValue(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.manager.event.VarSetEvent
 
setValue(String) - Method in class org.asteriskjava.manager.response.GetVarResponse
Sets the value of the requested variable.
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 or global variable to a new value.
setVariable(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
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.
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.
setVariable(String, String) - Method in class org.asteriskjava.manager.action.SipNotifyAction
Sets an variable on the originated call.
setVariable(String) - Method in class org.asteriskjava.manager.event.VarSetEvent
 
setVariable(String) - Method in class org.asteriskjava.manager.response.GetVarResponse
Sets the name of the requested variable.
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.
setVariables(Map<String, String>) - Method in class org.asteriskjava.manager.action.SipNotifyAction
Sets the variables to set on the originated call.
setVariables(Map<String, String>) - Method in class org.asteriskjava.manager.action.SkypeAccountPropertyAction
 
setVariables(String) - Method in class org.asteriskjava.manager.action.StatusAction
Sets the names of the channel variables to return for each reported channel.
setVariables(List<String>) - Method in class org.asteriskjava.manager.action.StatusAction
Sets the names of the channel variables to return for each reported channel.
setVariables(Map<String, String>) - Method in class org.asteriskjava.manager.event.AbstractAgentEvent
Sets the channel variables.
setVariables(Map<String, String>) - Method in class org.asteriskjava.manager.event.AgentCalledEvent
Sets the channel variables.
setVariables(Map<String, String>) - Method in class org.asteriskjava.manager.event.StatusEvent
Sets the channel variables.
setVersion(Integer) - Method in class org.asteriskjava.manager.response.ModuleCheckResponse
 
setVideoSupport(Boolean) - Method in class org.asteriskjava.manager.event.PeerEntryEvent
Available since Asterisk 1.4.
setVmContext(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the voicemail context.
setVoice(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
setVoicemailbox(String) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the mailbox id.
setVoiceMailbox(String) - Method in class org.asteriskjava.manager.response.SipShowPeerResponse
 
setVolumeGain(Double) - Method in class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Sets the volume gain used for voicemails sent via email.
setWait(Long) - Method in class org.asteriskjava.manager.event.QueueEntryEvent
Sets the number of seconds this entry has spent in the queue.
setWaiting(String) - Method in class org.asteriskjava.manager.event.DongleDeviceEntryEvent
 
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
Deprecated.
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.
ShowDialplanAction - Class in org.asteriskjava.manager.action
Retrieves a list of all priorities defined in the dialplan.
ShowDialplanAction() - Constructor for class org.asteriskjava.manager.action.ShowDialplanAction
Creates a new ShowDialplanAction.
ShowDialplanCompleteEvent - Class in org.asteriskjava.manager.event
A ShowDialplanCompleteEvent is triggered after the dialplan has been reported in response to a ShowDialplanAction.
ShowDialplanCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.ShowDialplanCompleteEvent
 
shutdown() - Method in class org.asteriskjava.fastagi.AbstractAgiServer
 
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
 
SipNotifyAction - Class in org.asteriskjava.manager.action
Send a custom SIP notify message to the specified peer.
SipNotifyAction() - Constructor for class org.asteriskjava.manager.action.SipNotifyAction
Creates a new SipNotifyAction.
SipNotifyAction(String) - Constructor for class org.asteriskjava.manager.action.SipNotifyAction
Creates a new SipNotifyAction that will be sent to the specified peer.
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.
SipShowPeerResponse - Class in org.asteriskjava.manager.response
Response to a SipShowPeerAction.
SipShowPeerResponse() - Constructor for class org.asteriskjava.manager.response.SipShowPeerResponse
 
SipShowRegistryAction - Class in org.asteriskjava.manager.action
Retrieves a list with the details about the SIP registrations.
SipShowRegistryAction() - Constructor for class org.asteriskjava.manager.action.SipShowRegistryAction
Creates a new SipShowRegistryAction.
SkypeAccountPropertyAction - Class in org.asteriskjava.manager.action
The SkypeAccountPropertyAction sets properties for a Skype for Asterisk user.
SkypeAccountPropertyAction() - Constructor for class org.asteriskjava.manager.action.SkypeAccountPropertyAction
Creates a new SkypeAccountPropertyAction.
SkypeAccountPropertyAction(String, Map<String, String>) - Constructor for class org.asteriskjava.manager.action.SkypeAccountPropertyAction
Creates a new SkypeAccountPropertyAction that sets the given properties for the given Skype for Asterisk user.
SkypeAccountStatusEvent - Class in org.asteriskjava.manager.event
A SkypeAccountStatusEvent is sent when a Skype for Asterisk user logs in or out of the Skype community.
SkypeAccountStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.SkypeAccountStatusEvent
 
SkypeAddBuddyAction - Class in org.asteriskjava.manager.action
The SkypeAddBuddyAction adds a buddy to the buddy list of a Skype for Asterisk user.
SkypeAddBuddyAction() - Constructor for class org.asteriskjava.manager.action.SkypeAddBuddyAction
Creates a new SkypeAddBuddyAction.
SkypeAddBuddyAction(String, String) - Constructor for class org.asteriskjava.manager.action.SkypeAddBuddyAction
Creates a new SkypeAddBuddyAction that adds the given buddy to the given Skype for Asterisk user's buddy list.
SkypeAddBuddyAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.SkypeAddBuddyAction
Creates a new SkypeAddBuddyAction that adds the given buddy to the given Skype for Asterisk user's buddy list with a custom auth message.
SkypeBuddiesAction - Class in org.asteriskjava.manager.action
The SkypeBuddiesAction retrieves the buddy list of a Skype for Asterisk user including the full name and status of each buddy.
SkypeBuddiesAction() - Constructor for class org.asteriskjava.manager.action.SkypeBuddiesAction
Creates a new SkypeBuddiesAction.
SkypeBuddiesAction(String) - Constructor for class org.asteriskjava.manager.action.SkypeBuddiesAction
Creates a new SkypeBuddiesAction that retrieves the buddy list for the given user.
SkypeBuddyAction - Class in org.asteriskjava.manager.action
The SkypeBuddyAction retrieves the detais of a buddy for a Skype for Asterisk user.
SkypeBuddyAction() - Constructor for class org.asteriskjava.manager.action.SkypeBuddyAction
Creates a new SkypeBuddiesAction.
SkypeBuddyAction(String, String) - Constructor for class org.asteriskjava.manager.action.SkypeBuddyAction
Creates a new SkypeBuddiesAction that retrieves the details of the given buddy for the given user.
SkypeBuddyEntryEvent - Class in org.asteriskjava.manager.event
A SkypeBuddyEntryEvent is triggered in response to a SkypeBuddiesAction for each buddy on the buddy list.
SkypeBuddyEntryEvent(Object) - Constructor for class org.asteriskjava.manager.event.SkypeBuddyEntryEvent
 
SkypeBuddyListCompleteEvent - Class in org.asteriskjava.manager.event
A SkypeBuddyListCompleteEvent is triggered in response to a SkypeBuddiesAction when all buddies have been reported.
SkypeBuddyListCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.SkypeBuddyListCompleteEvent
 
SkypeBuddyResponse - Class in org.asteriskjava.manager.response
Corresponds to a SkypeBuddyAction and contains the details of a Skype buddy.
SkypeBuddyResponse() - Constructor for class org.asteriskjava.manager.response.SkypeBuddyResponse
 
SkypeBuddyStatusEvent - Class in org.asteriskjava.manager.event
A SkypeBuddyStatusEvent indicates a status change for a contact in a Skype for Asterisk user's contact list.
SkypeBuddyStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.SkypeBuddyStatusEvent
 
SkypeChatMessageEvent - Class in org.asteriskjava.manager.event
A SkypeChatMessageEvent is triggered when a Skype Chat message is sent or received.
SkypeChatMessageEvent(Object) - Constructor for class org.asteriskjava.manager.event.SkypeChatMessageEvent
 
SkypeChatSendAction - Class in org.asteriskjava.manager.action
The SkypeChatSendAction sends a Skype Chat message to a buddy of a Skype for Asterisk user.
SkypeChatSendAction() - Constructor for class org.asteriskjava.manager.action.SkypeChatSendAction
Creates a new SkypeAddBuddyAction.
SkypeChatSendAction(String, String, String) - Constructor for class org.asteriskjava.manager.action.SkypeChatSendAction
Creates a new SkypeChatSendAction with the given parameters.
SkypeLicenseEvent - Class in org.asteriskjava.manager.event
A SkypeLicenseEvent is triggered in response to a SkypeLicenseListAction for each license installed on the system.
SkypeLicenseEvent(Object) - Constructor for class org.asteriskjava.manager.event.SkypeLicenseEvent
 
SkypeLicenseListAction - Class in org.asteriskjava.manager.action
The SkypeLicenseListAction lists all Skype for Asterisk licenses currently installed on the system.
SkypeLicenseListAction() - Constructor for class org.asteriskjava.manager.action.SkypeLicenseListAction
Creates a new SkypeLicenseListAction.
SkypeLicenseListCompleteEvent - Class in org.asteriskjava.manager.event
A SkypeLicenseListCompleteEvent is triggered in response to a SkypeLicenseListAction when all licenses have been reported.
SkypeLicenseListCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.SkypeLicenseListCompleteEvent
 
SkypeLicenseStatusAction - Class in org.asteriskjava.manager.action
The SkypeLicenseStatusAction returns the total number of Skype calls licensed.
SkypeLicenseStatusAction() - Constructor for class org.asteriskjava.manager.action.SkypeLicenseStatusAction
Creates a new SkypeLicenseStatusAction.
SkypeLicenseStatusResponse - Class in org.asteriskjava.manager.response
Corresponds to a SkypeLicenseStatusAction and contains the number of licensed Skype calls.
SkypeLicenseStatusResponse() - Constructor for class org.asteriskjava.manager.response.SkypeLicenseStatusResponse
 
SkypeRemoveBuddyAction - Class in org.asteriskjava.manager.action
The SkypeRemoveBuddyAction removes a buddy from the buddy list of a Skype for Asterisk user.
SkypeRemoveBuddyAction() - Constructor for class org.asteriskjava.manager.action.SkypeRemoveBuddyAction
Creates a new SkypeRemoveBuddyAction.
SkypeRemoveBuddyAction(String, String) - Constructor for class org.asteriskjava.manager.action.SkypeRemoveBuddyAction
Creates a new SkypeRemoveBuddyAction that removes the given buddy from the given Skype for Asterisk user's buddy list.
Slf4JLogger - Class in org.asteriskjava.util.internal
Implementation of Log that maps to a SLF4J Logger.
Slf4JLogger() - Constructor for class org.asteriskjava.util.internal.Slf4JLogger
 
Slf4JLogger(Class<?>) - Constructor for class org.asteriskjava.util.internal.Slf4JLogger
Base constructor.
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 for use with the Manager API that uses CRNL ("\r\n") as line delimiter.
SocketConnectionFacadeImpl(String, int, boolean, int, int, Pattern) - Constructor for class org.asteriskjava.util.internal.SocketConnectionFacadeImpl
Creates a new instance for use with the Manager API that uses the given line delimiter.
SoftHangupRequestEvent - Class in org.asteriskjava.manager.event
A HangupEvent is triggered when a channel is hung up.
SoftHangupRequestEvent(Object) - Constructor for class org.asteriskjava.manager.event.SoftHangupRequestEvent
 
speechActivateGrammar(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Activates the specified grammar.
speechActivateGrammar(String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechActivateGrammar(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SpeechActivateGrammarCommand - Class in org.asteriskjava.fastagi.command
Activates the specified grammar.
SpeechActivateGrammarCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SpeechActivateGrammarCommand
Creates a new SpeechActivateGrammarCommand that acitvates the given grammer.
speechCreate() - Method in interface org.asteriskjava.fastagi.AgiChannel
Creates a speech object that uses the default speech engine.
speechCreate(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Creates a speech object that uses the given speech engine.
speechCreate() - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechCreate(String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechCreate() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
speechCreate(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SpeechCreateCommand - Class in org.asteriskjava.fastagi.command
Creates a speech object to be used by the other Speech AGI commands.
SpeechCreateCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SpeechCreateCommand
Creates a new SpeechCreateCommand for the given engine.
speechDeactivateGrammar(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Deactivates the specified grammar.
speechDeactivateGrammar(String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechDeactivateGrammar(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SpeechDeactivateGrammarCommand - Class in org.asteriskjava.fastagi.command
Deactivates the specified grammar.
SpeechDeactivateGrammarCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SpeechDeactivateGrammarCommand
Creates a new SpeechDeactivateGrammarCommand that deacitvates the given grammer.
speechDestroy() - Method in interface org.asteriskjava.fastagi.AgiChannel
Destroys the current speech object.
speechDestroy() - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechDestroy() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SpeechDestroyCommand - Class in org.asteriskjava.fastagi.command
Destroys a speech object previously created by a SpeechCreateCommand.
SpeechDestroyCommand() - Constructor for class org.asteriskjava.fastagi.command.SpeechDestroyCommand
Creates a new empty SpeechDestroyCommand.
speechLoadGrammar(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Loads the specified grammar.
speechLoadGrammar(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechLoadGrammar(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SpeechLoadGrammarCommand - Class in org.asteriskjava.fastagi.command
Loads the specified grammar as the specified name.
SpeechLoadGrammarCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand
Creates a new SpeechLoadGrammarCommand that loads the grammer from the given path and makes it available under the given name.
SpeechRecognitionResult - Class in org.asteriskjava.fastagi
Contains the results of a speech recognition command.
SpeechRecognitionResult(AgiReply) - Constructor for class org.asteriskjava.fastagi.SpeechRecognitionResult
 
SpeechRecognitionResult.SpeechResult - Class in org.asteriskjava.fastagi
Container class for recognized speech.
speechRecognize(String, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given prompt while listening for speech and DTMF.
speechRecognize(String, int, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given prompt while listening for speech and DTMF.
speechRecognize(String, int) - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechRecognize(String, int, int) - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechRecognize(String, int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
speechRecognize(String, int, int) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SpeechRecognizeCommand - Class in org.asteriskjava.fastagi.command
Plays back given prompt while listening for speech and dtmf.
SpeechRecognizeCommand(String, int) - Constructor for class org.asteriskjava.fastagi.command.SpeechRecognizeCommand
Creates a new SpeechRecognizeCommand that plays the given prompt and listens for for speech and dtmf.
SpeechRecognizeCommand(String, int, int) - Constructor for class org.asteriskjava.fastagi.command.SpeechRecognizeCommand
Creates a new SpeechRecognizeCommand that plays the given prompt and listens for for speech and dtmf.
speechSet(String, String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Sets the speech engine setting indicated by name to the given value.
speechSet(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechSet(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SpeechSetCommand - Class in org.asteriskjava.fastagi.command
Sets a speech engine specific setting.
SpeechSetCommand(String, String) - Constructor for class org.asteriskjava.fastagi.command.SpeechSetCommand
Creates a new SpeechSetCommand that sets the setting indicated by name to the given value.
speechUnloadGrammar(String) - Method in interface org.asteriskjava.fastagi.AgiChannel
Unloads the specified grammar.
speechUnloadGrammar(String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
speechUnloadGrammar(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
SpeechUnloadGrammarCommand - Class in org.asteriskjava.fastagi.command
Unloads the specified grammar.
SpeechUnloadGrammarCommand(String) - Constructor for class org.asteriskjava.fastagi.command.SpeechUnloadGrammarCommand
Creates a new SpeechUnloadGrammarCommand that unloads the given grammer.
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.live.internal.AsteriskAgentImpl
 
state - Variable in class org.asteriskjava.manager.internal.ManagerConnectionImpl
 
STATE_START - Static variable in class org.asteriskjava.manager.event.MusicOnHoldEvent
 
STATE_STOP - Static variable in class org.asteriskjava.manager.event.MusicOnHoldEvent
 
StaticMappingStrategy - Class in org.asteriskjava.fastagi
Mapping strategy that maps all requests to the same script instance.
StaticMappingStrategy() - Constructor for class org.asteriskjava.fastagi.StaticMappingStrategy
 
StaticMappingStrategy(AgiScript) - Constructor for class org.asteriskjava.fastagi.StaticMappingStrategy
Creates a new StaticMappingStrategy that maps all requests to the given script.
status - Variable in class org.asteriskjava.manager.event.MeetMeTalkingEvent
 
STATUS_AUTH_SENT - Static variable in class org.asteriskjava.manager.event.RegistryEvent
 
STATUS_DISABLED - Static variable in class org.asteriskjava.manager.event.ReloadEvent
 
STATUS_ENABLED - Static variable in class org.asteriskjava.manager.event.ReloadEvent
 
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 that retrieves the status of all channels.
StatusAction(String) - Constructor for class org.asteriskjava.manager.action.StatusAction
Creates a new StatusAction that retrieves the status of the given channel.
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
 
stopMusicOnHold() - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
str2state(String) - Static method in class org.asteriskjava.util.AstState
This is the inverse to ast_state2str in channel.c.
STRATAGY_LEAST_RECENT - Static variable in interface org.asteriskjava.live.AsteriskQueue
 
STRATEGY_FEWEST_CALLS - Static variable in interface org.asteriskjava.live.AsteriskQueue
 
STRATEGY_RANDOM - Static variable in interface org.asteriskjava.live.AsteriskQueue
 
STRATEGY_RINGALL - Static variable in interface org.asteriskjava.live.AsteriskQueue
 
STRATEGY_ROUNDROBIN - Static variable in interface org.asteriskjava.live.AsteriskQueue
 
STRATEGY_RRMEMORY - Static variable in interface org.asteriskjava.live.AsteriskQueue
 
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, String, int) - Method in interface org.asteriskjava.fastagi.AgiChannel
Plays the given file starting at the specified offset and allows the user to escape by pressing one of the given digit.
streamFile(String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
streamFile(String, String) - Method in class org.asteriskjava.fastagi.AgiOperations
 
streamFile(String, String, int) - Method in class org.asteriskjava.fastagi.AgiOperations
 
streamFile(String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
streamFile(String, String) - Method in class org.asteriskjava.fastagi.internal.AgiChannelImpl
 
streamFile(String, String, int) - 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.
stringToAddress(String) - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
 
stringToInteger(String, String) - Method in class org.asteriskjava.manager.response.ManagerResponse
 
stringToLong(String, String) - Method in class org.asteriskjava.manager.response.ManagerResponse
 
stringToPort(String) - Method in class org.asteriskjava.manager.event.AbstractRtcpEvent
 
stripIllegalCharacters(String) - Static method in class org.asteriskjava.util.ReflectionUtil
Strips all illegal charaters from the given lower case string.
stripInternalActionId(String) - Static method in class org.asteriskjava.manager.internal.ManagerUtil
Strips the internal action id from the given action id.
SUB_EVENT_END - Static variable in class org.asteriskjava.manager.event.AgiExecEvent
Execution of an AGI command has finished.
SUB_EVENT_END - Static variable in class org.asteriskjava.manager.event.AsyncAgiEvent
 
SUB_EVENT_EXEC - Static variable in class org.asteriskjava.manager.event.AsyncAgiEvent
 
SUB_EVENT_START - Static variable in class org.asteriskjava.manager.event.AgiExecEvent
Execution of an AGI command has started.
SUB_EVENT_START - Static variable in class org.asteriskjava.manager.event.AsyncAgiEvent
 
SUBEVENT_BEGIN - Static variable in class org.asteriskjava.manager.event.DialEvent
 
SUBEVENT_END - Static variable in class org.asteriskjava.manager.event.DialEvent
 
SUBSYSTEM_CDR - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
SUBSYSTEM_DNSMGR - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
SUBSYSTEM_ENUM - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
SUBSYSTEM_EXTCONFIG - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
SUBSYSTEM_HTTP - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
SUBSYSTEM_MANAGER - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 
SUBSYSTEM_RTP - Static variable in class org.asteriskjava.manager.action.ModuleLoadAction
 

T

T38FaxStatusEvent - Class in org.asteriskjava.manager.event
A FaxDocumentStatusEvent is an event of Digium's Fax For Asterisk add-on.
T38FaxStatusEvent(Object) - Constructor for class org.asteriskjava.manager.event.T38FaxStatusEvent
 
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.config.Category
 
toString() - Method in class org.asteriskjava.config.ConfigVariable
 
toString() - Method in class org.asteriskjava.config.dialplan.ConfigExtension
 
toString() - Method in class org.asteriskjava.config.dialplan.ConfigInclude
 
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.fastagi.SpeechRecognitionResult.SpeechResult
 
toString() - Method in class org.asteriskjava.fastagi.SpeechRecognitionResult
 
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.internal.AsteriskAgentImpl
 
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 enum org.asteriskjava.manager.action.MuteAudioAction.State
 
toString() - Method in class org.asteriskjava.manager.DefaultManagerConnection
 
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.
trace(Object) - Method in class org.asteriskjava.util.internal.Slf4JLogger
Log a message to the SLF4J Logger with TRACE priority.
trace(Object, Throwable) - Method in class org.asteriskjava.util.internal.Slf4JLogger
Log an error to the SLF4J Logger with TRACE priority.
Trace - Interface in org.asteriskjava.util.internal
Interface for tracing network traffic.
TRACE_DIRECTORY_PROPERTY - Static variable in class org.asteriskjava.util.internal.FileTrace
 
TRACE_PROPERTY - Static variable in interface org.asteriskjava.util.internal.Trace
Name of the system property to enable tracing.
TRANSFER_METHOD_SIP - Static variable in class org.asteriskjava.manager.event.TransferEvent
 
TRANSFER_TYPE_ATTENDED - Static variable in class org.asteriskjava.manager.event.TransferEvent
 
TRANSFER_TYPE_BLIND - Static variable in class org.asteriskjava.manager.event.TransferEvent
 
TransferEvent - Class in org.asteriskjava.manager.event
A TransferEvent is triggered when a SIP channel is transfered.
TransferEvent(Object) - Constructor for class org.asteriskjava.manager.event.TransferEvent
 

U

UNAVAILABLE - Static variable in class org.asteriskjava.manager.event.ExtensionStatusEvent
All devices UNAVAILABLE/UNREGISTERED.
UnholdEvent - Class in org.asteriskjava.manager.event
Deprecated.
as of 1.0.0, use HoldEvent and its HoldEvent.isUnhold() method instead.
UnholdEvent(Object) - Constructor for class org.asteriskjava.manager.event.UnholdEvent
Deprecated.
Creates a new UnholdEvent.
uniqueId - Variable in class org.asteriskjava.manager.event.AbstractChannelEvent
The unique id of the channel.
uniqueId - Variable in class org.asteriskjava.manager.event.RenameEvent
Unique id of the channel.
UnknownDirectiveException - Exception in org.asteriskjava.config
An unknown directive has been encountered.
UnknownDirectiveException(String, int, String, Object...) - Constructor for exception org.asteriskjava.config.UnknownDirectiveException
 
UnlinkEvent - Class in org.asteriskjava.manager.event
Deprecated.
as of 1.0.0, use BridgeEvent and BridgeEvent.isUnlink() instead
UnlinkEvent(Object) - Constructor for class org.asteriskjava.manager.event.UnlinkEvent
Deprecated.
 
unloadModule(String) - Method in interface org.asteriskjava.live.AsteriskServer
Unloads a module or subsystem.
unloadModule(String) - Method in class org.asteriskjava.live.DefaultAsteriskServer
 
unloadModule(String) - Method in class org.asteriskjava.live.internal.AsteriskServerImpl
 
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
 
unPauseMixMonitor(MixMonitorDirection) - Method in interface org.asteriskjava.live.AsteriskChannel
Re-enables monitoring this channel after calling AsteriskChannel.pauseMixMonitor(org.asteriskjava.util.MixMonitorDirection) ()} if this is monitored with MixMonitor
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().
updateChannelName(String) - Method in class org.asteriskjava.fastagi.internal.AsyncAgiConnectionHandler
 
updateChannelName(String) - Method in class org.asteriskjava.fastagi.internal.AsyncAgiWriter
 
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.AgentState
Returns the enum constant of this type with the specified name.
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(Integer) - Static method in enum org.asteriskjava.live.ChannelState
Returns value specified by int.
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.live.QueueEntryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asteriskjava.live.QueueMemberState
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum org.asteriskjava.live.QueueMemberState
Returns value specified by int.
valueOf(String) - Static method in enum org.asteriskjava.manager.action.MuteAudioAction.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asteriskjava.manager.action.MuteAudioAction.State
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.
valueOf(String) - Static method in enum org.asteriskjava.util.MixMonitorDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.asteriskjava.live.AgentState
Returns an array containing the constants of this enum type, in the order they are declared.
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.live.QueueEntryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asteriskjava.live.QueueMemberState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asteriskjava.manager.action.MuteAudioAction.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asteriskjava.manager.action.MuteAudioAction.State
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.
values() - Static method in enum org.asteriskjava.util.MixMonitorDirection
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_AJ_DIAL_STATUS - Static variable in interface org.asteriskjava.live.AsteriskChannel
Pseudo-variable to store DialEvent.getDialStatus()
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
 
VarSetEvent - Class in org.asteriskjava.manager.event
A VarSetEvent is triggered when a channel or global variable is set in Asterisk.
VarSetEvent(Object) - Constructor for class org.asteriskjava.manager.event.VarSetEvent
 
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
 
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.
VoicemailUserEntryCompleteEvent - Class in org.asteriskjava.manager.event
A VoicemailUserEntryCompleteEvent is triggered after the details of all voicemail users has been reported in response to a VoicemailUsersListAction.
VoicemailUserEntryCompleteEvent(Object) - Constructor for class org.asteriskjava.manager.event.VoicemailUserEntryCompleteEvent
Creates a new instance.
VoicemailUserEntryEvent - Class in org.asteriskjava.manager.event
A VoicemailUserEntryCompleteEvent is triggered in response to a VoicemailUsersListAction and contains the details about a voicemail user.
VoicemailUserEntryEvent(Object) - Constructor for class org.asteriskjava.manager.event.VoicemailUserEntryEvent
Creates a new instance.
VoicemailUsersListAction - Class in org.asteriskjava.manager.action
Retrieves a list of all defined voicemail users.
VoicemailUsersListAction() - Constructor for class org.asteriskjava.manager.action.VoicemailUsersListAction
Creates a new VoicemailUsersListAction.

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
 
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 class org.asteriskjava.util.internal.Slf4JLogger
Log a message to the SLF4J Logger with WARN priority.
warn(Object, Throwable) - Method in class org.asteriskjava.util.internal.Slf4JLogger
Log an error to the SLF4J Logger with WARN priority.
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() - Method in class org.asteriskjava.tools.HtmlEventTracer
 
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 
Skip navigation links
Asterisk-Java

Copyright © 2004–2016. All rights reserved.