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 net.sf.asterisk.manager.action
The AbsoluteTimeoutAction sets the absolute maximum amount of time permitted for a call on a given channel.
Note that the timeout is set from the current time forward, not counting the number of seconds the call has already been up.
When setting a new timeout all previous absolute timeouts are cancelled.
When the timeout is reached the call is returned to the T extension so that you can playback an explanatory note to the calling party (the called party will not hear that).
This action corresponds the the AbsoluteTimeout command used in the dialplan.
AbsoluteTimeoutAction() - Constructor for class net.sf.asterisk.manager.action.AbsoluteTimeoutAction
Creates a new empty AbsoluteTimeoutAction.
AbsoluteTimeoutAction(String, Integer) - Constructor for class net.sf.asterisk.manager.action.AbsoluteTimeoutAction
Creates a new AbsoluteTimeoutAction with the given channel and timeout.
AbstractAgentEvent - Class in net.sf.asterisk.manager.event
Abstract base class for several agent related events.
AbstractAgentEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AbstractAgentEvent
 
AbstractAGIScript - Class in net.sf.asterisk.fastagi
Deprecated. use BaseAGIScript instead
AbstractAGIScript() - Constructor for class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated.  
AbstractManagerAction - Class in net.sf.asterisk.manager.action
This class implements the ManagerAction interface and can serve as base class for your concrete Action implementations.
AbstractManagerAction() - Constructor for class net.sf.asterisk.manager.action.AbstractManagerAction
 
AbstractParkedCallEvent - Class in net.sf.asterisk.manager.event
Abstract base class for several call parking related events.
AbstractParkedCallEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AbstractParkedCallEvent
 
AbstractQueueMemberEvent - Class in net.sf.asterisk.manager.event
Abstract base class for several queue member related events.
AbstractQueueMemberEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AbstractQueueMemberEvent
 
accept() - Method in class net.sf.asterisk.io.impl.ServerSocketFacadeImpl
 
accept() - Method in interface net.sf.asterisk.io.ServerSocketFacade
Waits for a new incoming connection.
ActionBuilder - Interface in net.sf.asterisk.manager
Transforms ManagerActions to Strings suitable to be sent to Asterisk.
The attributes are determined using reflection.
ActionBuilderImpl - Class in net.sf.asterisk.manager.impl
Default implementation of the ActionBuilder interface.
ActionBuilderImpl() - Constructor for class net.sf.asterisk.manager.impl.ActionBuilderImpl
Creates a new ActionBuilder for Asterisk 1.0.
addChannel(Channel) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
addChannel(Channel) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
addEntry(Channel) - Method in class net.sf.asterisk.manager.Queue
 
addEvent(ResponseEvent) - Method in class net.sf.asterisk.manager.impl.ResponseEventsImpl
Adds a ResponseEvent that has been received.
addEventHandler(ManagerEventHandler) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
addEventHandler(ManagerEventHandler) - Method in interface net.sf.asterisk.manager.ManagerConnection
Registers an event handler to be called whenever an ManagerEvent is receiced from the Asterisk server.
Event handlers are notified about new events in the same order as they were registered via addEventHandler.
addExtension(Extension) - Method in class net.sf.asterisk.manager.Channel
Adds a visted dialplan entry to the history.
addInternalActionId(String, String) - Static method in class net.sf.asterisk.manager.impl.Util
Adds the internal action id to the given action id.
addJob(Runnable) - Method in class net.sf.asterisk.util.ThreadPool
Adds a new job to the queue.
addManagerConnection(ManagerConnection) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
addQueue(Queue) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
addQueue(Queue) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
AgentCallbackLoginAction - Class in net.sf.asterisk.manager.action
The AgentCallbackLoginAction sets an agent as logged in with callback.
You can pass an extentsion (and optionally a context) to specify the destination of the callback.
In contrast to the AgentCallbackLogin application that you can use within Asterisk's dialplan, you don't need to know the agent's password when logging in an agent.
Available since Asterisk 1.2
AgentCallbackLoginAction() - Constructor for class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Creates a new empty AgentCallbackLoginAction.
AgentCallbackLoginAction(String, String) - Constructor for class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Creates a new AgentCallbackLoginAction, that logs in the given agent at the given callback extension.
AgentCallbackLoginAction(String, String, String) - Constructor for class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Creates a new AgentCallbackLoginAction, that logs in the given agent at the given callback extension in the given context.
AgentCallbackLoginEvent - Class in net.sf.asterisk.manager.event
An AgentCallbackLoginEvent is triggered when an agent is successfully logged in using AgentCallbackLogin.
It is implemented in channels/chan_agent.c
AgentCallbackLoginEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentCallbackLoginEvent
 
AgentCallbackLogoffEvent - Class in net.sf.asterisk.manager.event
An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentCallbackLogin is logged of.
It is implemented in channels/chan_agent.c
AgentCallbackLogoffEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
 
AgentCalledEvent - Class in net.sf.asterisk.manager.event
An AgentCalledEvent is triggered when an agent is rung.
To enable AgentCalledEvents you have to set eventwhencalled = yes in queues.conf.
This event is implemented in apps/app_queue.c
AgentCalledEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentCalledEvent
 
AgentCompleteEvent - Class in net.sf.asterisk.manager.event
An AgentCompleteEvent is triggered when at the end of a call if the caller was connected to an agent.
It is implemented in apps/app_queue.c.
Available since Asterisk 1.2
AgentCompleteEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentCompleteEvent
 
AgentConnectEvent - Class in net.sf.asterisk.manager.event
An AgentConnectEvent is triggered when a caller is connected to an agent.
It is implemented in apps/app_queue.c.
Available since Asterisk 1.2
AgentConnectEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentConnectEvent
 
AgentDumpEvent - Class in net.sf.asterisk.manager.event
An AgentDumpEvent is triggered when an agent dumps the caller while listening to the queue announcement.
It is implemented in apps/app_queue.c.
Available since Asterisk 1.2
AgentDumpEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentDumpEvent
 
AgentLoginEvent - Class in net.sf.asterisk.manager.event
An AgentLoginEvent is triggered when an agent is successfully logged in using AgentLogin.
It is implemented in channels/chan_agent.c
AgentLoginEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentLoginEvent
 
AgentLogoffAction - Class in net.sf.asterisk.manager.action
The AgentLogoffAction sets an agent as no longer logged in.
Available since Asterisk 1.2
AgentLogoffAction() - Constructor for class net.sf.asterisk.manager.action.AgentLogoffAction
Creates a new empty AgentLogoffAction.
AgentLogoffAction(String) - Constructor for class net.sf.asterisk.manager.action.AgentLogoffAction
Creates a new AgentLogoffAction that logs off the given agent
AgentLogoffAction(String, Boolean) - Constructor for class net.sf.asterisk.manager.action.AgentLogoffAction
Creates a new AgentLogoffAction that logs off the given agent
AgentLogoffEvent - Class in net.sf.asterisk.manager.event
An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentLogin is logged of.
It is implemented in channels/chan_agent.c
AgentLogoffEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentLogoffEvent
 
AgentsAction - Class in net.sf.asterisk.manager.action
The AgentsAction requests the state of all agents.
For each agent an AgentsEvent is generated.
AgentsAction() - Constructor for class net.sf.asterisk.manager.action.AgentsAction
Creates a new AgentsAction.
AgentsCompleteEvent - Class in net.sf.asterisk.manager.event
An AgentsCompleteEvent is triggered after the state of all agents has been reported in response to an AgentsAction.
Available since Asterisk 1.2
AgentsCompleteEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentsCompleteEvent
 
AgentsEvent - Class in net.sf.asterisk.manager.event
An AgentsEvent is triggered for each agent in response to an AgentsAction.
Available since Asterisk 1.2
AgentsEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AgentsEvent
 
AGIChannel - Interface in net.sf.asterisk.fastagi
Provides the functionality to send AGICommands to Asterisk while handling an AGIRequest.
This interface is supposed to be used by AGIScripts for interaction with the Asterisk server.
AGIChannelImpl - Class in net.sf.asterisk.fastagi.impl
Default implementation of the AGIChannel interface.
AGIChannelImpl(SocketConnectionFacade) - Constructor for class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
AGIChannelImpl(AGIWriter, AGIReader) - Constructor for class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
AGICommand - Class in net.sf.asterisk.fastagi.command
Abstract base class for all commands supported by asterisk's FastAGI.
AGICommand() - Constructor for class net.sf.asterisk.fastagi.command.AGICommand
 
AGIConnectionHandler - Class in net.sf.asterisk.fastagi
An AGIConnectionHandler is created and run by the AGIServer whenever a new socket connection from an Asterisk Server is received.
It reads the request using an AGIReader and runs the AGIScript configured to handle this type of request.
AGIConnectionHandler(SocketConnectionFacade, MappingStrategy) - Constructor for class net.sf.asterisk.fastagi.AGIConnectionHandler
Creates a new AGIConnectionHandler to handle the given socket connection.
AGIException - Exception in net.sf.asterisk.fastagi
Abstract base class for all AGI specific exceptions.
AGIException() - Constructor for exception net.sf.asterisk.fastagi.AGIException
 
AGIException(String) - Constructor for exception net.sf.asterisk.fastagi.AGIException
Creates a new AGIExeption with the given message.
AGIException(String, Throwable) - Constructor for exception net.sf.asterisk.fastagi.AGIException
Creates a new AGIExeption with the given message and cause.
AGIHangupException - Exception in net.sf.asterisk.fastagi
The AGIHangupException is thrown if the channel has been hang up while processing the AGIRequest.
AGIHangupException() - Constructor for exception net.sf.asterisk.fastagi.AGIHangupException
 
AGINetworkException - Exception in net.sf.asterisk.fastagi
The AGINetworkException usally wraps an IOException denoting a network problem when talking to the Asterisk server.
AGINetworkException(String, Throwable) - Constructor for exception net.sf.asterisk.fastagi.AGINetworkException
 
AGIReader - Interface in net.sf.asterisk.fastagi
The AGIReader reads the replies from the network and parses them using a ReplyBuilder.
AGIReaderImpl - Class in net.sf.asterisk.fastagi.impl
Default implementation of the AGIReader implementation.
AGIReaderImpl(SocketConnectionFacade) - Constructor for class net.sf.asterisk.fastagi.impl.AGIReaderImpl
 
AGIReply - Interface in net.sf.asterisk.fastagi.reply
Reply received in response to an AGICommand.
The AGIReply contains information about success or failure of the execution of an AGICommand and - depending on the command sent - additional information returned, for example the value of a variable requested by a GetVariableCommand.
AGIReplyImpl - Class in net.sf.asterisk.fastagi.reply.impl
Default implementation of the AGIReply interface.
AGIReplyImpl() - Constructor for class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
 
AGIReplyImpl(List) - Constructor for class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
 
AGIRequest - Interface in net.sf.asterisk.fastagi
Defines an object to provide client request information to an AGIScript.
This includes information about the channel the script is invoked on and parameters passed from the dialplan.
AGIRequestImpl - Class in net.sf.asterisk.fastagi.impl
Default implementation of the AGIRequest interface.
AGIRequestImpl(Collection) - Constructor for class net.sf.asterisk.fastagi.impl.AGIRequestImpl
Creates a new AGIRequestImpl.
AGIScript - Interface in net.sf.asterisk.fastagi
AGIScripts are used by the AsteriskServer to handle AGIRequests received from the Asterisk server.
To implement functionality using this framework you have to implement this interface.
Note: The implementation of AGIScript must be threadsafe as only one instance is used by AsteriskServer to handle all requests to a resource.
AGIServer - Interface in net.sf.asterisk.fastagi
Listens for incoming AGI connections, reads the inital data and builds an AGIRequest using an AGIRequestBuilder.
The AGIRequest is then handed over to the appropriate AGIScript for processing.
AGIServerThread - Class in net.sf.asterisk.fastagi
Runs an AGIServer in a separate Thread.
You can use this class to run an AGIServer in the background of your application or run it in your webcontainer or application server.
AGIServerThread() - Constructor for class net.sf.asterisk.fastagi.AGIServerThread
 
AGIWriter - Interface in net.sf.asterisk.fastagi
The AGIWriter sends commands to Asterisk.
AGIWriterImpl - Class in net.sf.asterisk.fastagi.impl
Default implementation of the AGIWriter interface.
AGIWriterImpl(SocketConnectionFacade) - Constructor for class net.sf.asterisk.fastagi.impl.AGIWriterImpl
 
AlarmClearEvent - Class in net.sf.asterisk.manager.event
An AlarmEvent is triggered when a Zap channel leaves alarm state.
It is implemented in channels/chan_zap.c
AlarmClearEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AlarmClearEvent
 
AlarmEvent - Class in net.sf.asterisk.manager.event
An AlarmEvent is triggered when a Zap channel enters or changes alarm state.
It is implemented in channels/chan_zap.c
AlarmEvent(Object) - Constructor for class net.sf.asterisk.manager.event.AlarmEvent
 
answer(AGIChannel) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Answers the channel.
answer() - Method in interface net.sf.asterisk.fastagi.AGIChannel
Answers the channel.
answer() - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Answers the channel.
answer() - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
AnswerCommand - Class in net.sf.asterisk.fastagi.command
Answers channel if not already in answer state.
Returns -1 on channel failure, or 0 if successful.
AnswerCommand() - Constructor for class net.sf.asterisk.fastagi.command.AnswerCommand
Creates a new AnswerCommand.
appendMap(StringBuffer, String, Map) - Method in class net.sf.asterisk.manager.impl.ActionBuilderImpl
 
appendMap10(StringBuffer, String, Map) - Method in class net.sf.asterisk.manager.impl.ActionBuilderImpl
 
appendMap12(StringBuffer, String, Map) - Method in class net.sf.asterisk.manager.impl.ActionBuilderImpl
 
appendString(StringBuffer, String, String) - Method in class net.sf.asterisk.manager.impl.ActionBuilderImpl
 
ASTERISK_1_0 - Static variable in class net.sf.asterisk.AsteriskVersion
Represents the Asterisk 1.0 series.
ASTERISK_1_2 - Static variable in class net.sf.asterisk.AsteriskVersion
Represents the Asterisk 1.2 series.
AsteriskManager - Interface in net.sf.asterisk.manager
The AsteriskManager is built on top of the ManagerConnection and is an attempt to simplify interaction with Asterisk by abstracting the interface.
You will certainly have less freedom using AsteriskManager but it will make life easier for easy things (like originating a call or getting a list of open channels).
AsteriskManager is still in an early state of development.
AsteriskServer - Class in net.sf.asterisk.manager
Represents an Asterisk server that is connected via the Manager API.
AsteriskServer() - Constructor for class net.sf.asterisk.manager.AsteriskServer
Creates a new AsteriskServer with default hostname and default port.
AsteriskServer(String, int) - Constructor for class net.sf.asterisk.manager.AsteriskServer
Creates a new Asterisk server with the given hostname and port.
AsteriskVersion - Class in net.sf.asterisk
Represents the version of an Asterisk server.
AstUtil - Class in net.sf.asterisk.util
Some static utility methods to handle Asterisk specific stuff.
See Asterisk's util.c.
AuthenticationFailedException - Exception in net.sf.asterisk.manager
An AuthenticationFailedException is thrown when a login fails due to an incorrect username and/or password.
AuthenticationFailedException(String) - Constructor for exception net.sf.asterisk.manager.AuthenticationFailedException
Creates a new AuthenticationFailedException with the given message.
AuthenticationFailedException(String, Throwable) - Constructor for exception net.sf.asterisk.manager.AuthenticationFailedException
Creates a new AuthenticationFailedException with the given message and cause.

B

BaseAGIScript - Class in net.sf.asterisk.fastagi
The BaseAGIScript provides some convinience methods to make it easier to write custom AGIScripts.
Just extend it by your own AGIScripts.
BaseAGIScript() - Constructor for class net.sf.asterisk.fastagi.BaseAGIScript
 
buildAction(ManagerAction) - Method in interface net.sf.asterisk.manager.ActionBuilder
Builds a String suitable to be sent to Asterisk based on the given action object.
Asterisk actions consist of an unordered set of key value pairs corresponding to the attributes of the ManagerActions.
buildAction(ManagerAction, String) - Method in interface net.sf.asterisk.manager.ActionBuilder
Builds a String suitable to be sent to Asterisk based on the given action object.
Asterisk actions consist of an unordered set of key value pairs corresponding to the attributes of the ManagerActions.
buildAction(ManagerAction) - Method in class net.sf.asterisk.manager.impl.ActionBuilderImpl
 
buildAction(ManagerAction, String) - Method in class net.sf.asterisk.manager.impl.ActionBuilderImpl
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.AGICommand
Returns a string suitable to be sent to asterisk.
buildCommand() - Method in class net.sf.asterisk.fastagi.command.AnswerCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.ChannelStatusCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.DatabaseDelCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.DatabaseDelTreeCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.DatabaseGetCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.DatabasePutCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.ExecCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.GetDataCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.GetFullVariableCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.GetOptionCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.GetVariableCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.HangupCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.NoopCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.ReceiveCharCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.ReceiveTextCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SayAlphaCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SayDateTimeCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SayDigitsCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SayNumberCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SayPhoneticCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SayTimeCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SendImageCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SendTextCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SetAutoHangupCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SetCallerIdCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SetContextCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SetExtensionCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SetMusicOffCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SetMusicOnCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SetPriorityCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.SetVariableCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.StreamFileCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.TDDModeCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.VerboseCommand
 
buildCommand() - Method in class net.sf.asterisk.fastagi.command.WaitForDigitCommand
 
buildEvent(Object, Map) - Method in interface net.sf.asterisk.manager.EventBuilder
Builds the event based on the given map of attributes and the registered event classes.
buildEvent(Object, Map) - Method in class net.sf.asterisk.manager.impl.EventBuilderImpl
 
buildResponse(Map) - Method in class net.sf.asterisk.manager.impl.ResponseBuilderImpl
Constructs an instance of ManagerResponse based on a map of attributes.
buildResponse(Map) - Method in interface net.sf.asterisk.manager.ResponseBuilder
Constructs an instance of ManagerResponse based on a map of attributes.
BUSY - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 

C

calcDuration() - Method in class net.sf.asterisk.manager.Call
 
Call - Class in net.sf.asterisk.manager
 
Call() - Constructor for class net.sf.asterisk.manager.Call
 
callerId - Variable in class net.sf.asterisk.manager.event.JoinEvent
 
callerIdName - Variable in class net.sf.asterisk.manager.event.JoinEvent
 
CdrEvent - Class in net.sf.asterisk.manager.event
A CdrEvent is triggered when a call detail record is generated, usually at the end of a call.
To enable CdrEvents you have to add enabled = yes to the general section in cdr_manager.conf.
This event is implemented in cdr/cdr_manager.c
CdrEvent(Object) - Constructor for class net.sf.asterisk.manager.event.CdrEvent
 
ChallengeAction - Class in net.sf.asterisk.manager.action
The ChallengeAction requests a challenge from the server to use when logging in using challenge/response.
ChallengeAction() - Constructor for class net.sf.asterisk.manager.action.ChallengeAction
Creates a new empty ChallengeAction.
ChallengeAction(String) - Constructor for class net.sf.asterisk.manager.action.ChallengeAction
Creates a new ChallengeAction that requests a new login challenge for use with the given digest algorithm.
ChallengeResponse - Class in net.sf.asterisk.manager.response
Corresponds to a ChallengeAction and contains the challenge needed to log in using challenge/response.
ChallengeResponse() - Constructor for class net.sf.asterisk.manager.response.ChallengeResponse
 
ChangeMonitorAction - Class in net.sf.asterisk.manager.action
The ChangeMonitorAction changes the monitoring filename of a channel.
ChangeMonitorAction() - Constructor for class net.sf.asterisk.manager.action.ChangeMonitorAction
Creates a new empty ChangeMonitorAction.
ChangeMonitorAction(String, String) - Constructor for class net.sf.asterisk.manager.action.ChangeMonitorAction
Creates a new ChangeMonitorAction that causes monitoring data for the given channel to be written to the given file(s).
channel - Variable in class net.sf.asterisk.manager.action.SetVarAction
The channel on which to set the variable.
Channel - Class in net.sf.asterisk.manager
 
Channel(String, String) - Constructor for class net.sf.asterisk.manager.Channel
Creates a new Channel.
Channel(String, String, AsteriskServer) - Constructor for class net.sf.asterisk.manager.Channel
Creates a new Channel on the given server.
ChannelEvent - Class in net.sf.asterisk.manager.event
Abstract base class providing common properties for HangupEvent, NewChannelEvent and NewStateEvent.
ChannelEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ChannelEvent
 
ChannelStateEnum - Class in net.sf.asterisk.manager
Enumeration that represents the state of a channel.
ChannelStatusCommand - Class in net.sf.asterisk.fastagi.command
Returns the status of the specified channel.
ChannelStatusCommand() - Constructor for class net.sf.asterisk.fastagi.command.ChannelStatusCommand
Creates a new ChannelStatusCommand that queries the current channel.
ChannelStatusCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.ChannelStatusCommand
Creates a new ChannelStatusCommand that queries the given channel.
close() - Method in class net.sf.asterisk.io.impl.ServerSocketFacadeImpl
 
close() - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
close() - Method in interface net.sf.asterisk.io.ServerSocketFacade
Unbinds and closes the server socket.
close() - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Closes the socket connection including its input and output stream and frees all associated ressources.
When calling close() any Thread currently blocked by a call to readLine() will be unblocked and receive an IOException.
command - Variable in class net.sf.asterisk.manager.action.CommandAction
 
CommandAction - Class in net.sf.asterisk.manager.action
The CommandAction sends a command line interface (CLI) command to the asterisk server.
For a list of supported commands type help on asterisk's command line.
CommandAction() - Constructor for class net.sf.asterisk.manager.action.CommandAction
Creates a new CommandAction.
CommandAction(String) - Constructor for class net.sf.asterisk.manager.action.CommandAction
Creates a new CommandAction with the given command.
CommandResponse - Class in net.sf.asterisk.manager.response
Corresponds to a CommandAction.
Asterisk's handling of the command action is generelly quite hairy.
CommandResponse() - Constructor for class net.sf.asterisk.manager.response.CommandResponse
 
compareTo(Object) - Method in class net.sf.asterisk.AsteriskVersion
 
connect() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
ConnectEvent - Class in net.sf.asterisk.manager.event
A ConnectEvent is triggered after successful login to the asterisk server.
It is a pseudo event not directly related to an asterisk generated event.
ConnectEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ConnectEvent
 
ControlStreamFileCommand - Class in net.sf.asterisk.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.
If offset is provided then the audio will seek to sample offset before play starts.
Returns 0 if playback completes without a digit being pressed, or the ASCII numerical value of the digit if one was pressed, or -1 on error or if the channel was disconnected.
ControlStreamFileCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Creates a new ControlStreamFileCommand, streaming from the beginning.
ControlStreamFileCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Creates a new ControlStreamFileCommand, streaming from the beginning.
ControlStreamFileCommand(String, String, int) - Constructor for class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Creates a new ControlStreamFileCommand, streaming from the given offset.
ControlStreamFileCommand(String, String, int, String, String, String) - Constructor for class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Creates a new ControlStreamFileCommand, streaming from the given offset.
createReader() - Method in class net.sf.asterisk.fastagi.AGIConnectionHandler
 
createReader(Dispatcher, AsteriskServer) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
createServerSocket() - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
 
createSocket() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
createWriter() - Method in class net.sf.asterisk.fastagi.AGIConnectionHandler
 
createWriter() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 

D

DatabaseDelCommand - Class in net.sf.asterisk.fastagi.command
Deletes a family or specific keytree within a family in the Asterisk database.
Returns 1 if successful, 0 otherwise.
DatabaseDelCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.DatabaseDelCommand
Creates a new DatabaseDelCommand to delete a family.
DatabaseDelCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.DatabaseDelCommand
Creates a new DatabaseDelCommand to delete a keytree.
DatabaseDelTreeCommand - Class in net.sf.asterisk.fastagi.command
Deletes an entry in the Asterisk database for a given family and key.
Returns 1 if successful, 0 otherwise.
DatabaseDelTreeCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.DatabaseDelTreeCommand
Creates a new DatabaseDelCommand.
DatabaseGetCommand - Class in net.sf.asterisk.fastagi.command
Retrieves an entry in the Asterisk database for a given family and key.
Returns 0 if is not set.
DatabaseGetCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.DatabaseGetCommand
Creates a new DatabaseGetCommand.
DatabasePutCommand - Class in net.sf.asterisk.fastagi.command
Adds or updates an entry in the Asterisk database for a given family, key, and value.
Returns 1 if successful, 0 otherwise.
DatabasePutCommand(String, String, String) - Constructor for class net.sf.asterisk.fastagi.command.DatabasePutCommand
Creates a new DatabasePutCommand.
DateUtil - Class in net.sf.asterisk.util
Utility class to obtain the current date and allows to override with a fixed value for testing.
DBGetAction - Class in net.sf.asterisk.manager.action
Retrieves an entry in the Asterisk database for a given family and key.
If an entry is found a DBGetResponseEvent is sent by Asterisk containing the value, otherwise a ManagerError indicates that no entry matches.
Available since Asterisk 1.2
DBGetAction() - Constructor for class net.sf.asterisk.manager.action.DBGetAction
Creates a new empty DBGetAction.
DBGetAction(String, String) - Constructor for class net.sf.asterisk.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 net.sf.asterisk.manager.event
A DBGetResponseEvent is sent in response to a DBGetAction and contains the entry that was queried.
Available since Asterisk 1.2
DBGetResponseEvent(Object) - Constructor for class net.sf.asterisk.manager.event.DBGetResponseEvent
 
DBPutAction - Class in net.sf.asterisk.manager.action
Adds or updates an entry in the Asterisk database for a given family, key, and value.
Available since Asterisk 1.2
DBPutAction() - Constructor for class net.sf.asterisk.manager.action.DBPutAction
Creates a new empty DBPutAction.
DBPutAction(String, String, String) - Constructor for class net.sf.asterisk.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 net.sf.asterisk.util.impl.JavaLoggingLog
 
debug(Object) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log a message to the Log4j Logger with DEBUG priority.
debug(Object, Throwable) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log an error to the Log4j Logger with DEBUG priority.
debug(Object) - Method in class net.sf.asterisk.util.impl.NullLog
 
debug(Object) - Method in interface net.sf.asterisk.util.Log
 
DefaultAGIServer - Class in net.sf.asterisk.fastagi
 
DefaultAGIServer() - Constructor for class net.sf.asterisk.fastagi.DefaultAGIServer
Creates a new DefaultAGIServer.
DefaultAsteriskManager - Class in net.sf.asterisk.manager
Default implementation of the AsteriskManager interface.
DefaultAsteriskManager() - Constructor for class net.sf.asterisk.manager.DefaultAsteriskManager
Creates a new instance.
DefaultAsteriskManager(ManagerConnection) - Constructor for class net.sf.asterisk.manager.DefaultAsteriskManager
Creates a new instance.
DefaultManagerConnection - Class in net.sf.asterisk.manager
Default implemention of the ManagerConnection interface.
Generelly avoid direct use of this class.
DefaultManagerConnection() - Constructor for class net.sf.asterisk.manager.DefaultManagerConnection
Creates a new instance.
DefaultManagerConnection(String, int, String, String) - Constructor for class net.sf.asterisk.manager.DefaultManagerConnection
Creates a new instance with the given connection parameters.
determineScript(AGIRequest) - Method in interface net.sf.asterisk.fastagi.MappingStrategy
Returns the AGIScript that is responsible to handle the given request.
determineScript(AGIRequest) - Method in class net.sf.asterisk.fastagi.ResourceBundleMappingStrategy
 
determineScript(AGIRequest) - Method in class net.sf.asterisk.fastagi.SimpleMappingStrategy
 
determineVersion() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
DialEvent - Class in net.sf.asterisk.manager.event
A dial event is triggered whenever a phone attempts to dial someone.
This event is implemented in apps/app_dial.c.
Available since Asterisk 1.2.
DialEvent(Object) - Constructor for class net.sf.asterisk.manager.event.DialEvent
Creates a new DialEvent.
DIALING - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 
die() - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
 
die() - Method in class net.sf.asterisk.manager.impl.ManagerReaderImpl
 
die() - Method in interface net.sf.asterisk.manager.ManagerReader
 
die() - Method in class net.sf.asterisk.manager.PingThread
Terminates this PingThread.
DisconnectEvent - Class in net.sf.asterisk.manager.event
A DisconnectEvent is triggered when the connection to the asterisk server is lost.
It is a pseudo event not directly related to an asterisk generated event.
DisconnectEvent(Object) - Constructor for class net.sf.asterisk.manager.event.DisconnectEvent
 
Dispatcher - Interface in net.sf.asterisk.manager
The Dispatcher defines the interface used for communication between ManagerConnection and ManagerReader.
Do not use this interface in your code, it is intended to be used only by the DefaultManagerConnection and its ManagerReader.
dispatchEvent(ManagerEvent) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
This method is called by the reader whenever a ManagerEvent is received.
dispatchEvent(ManagerEvent) - Method in interface net.sf.asterisk.manager.Dispatcher
This method is called by the reader whenever a ManagerEvent is received.
dispatchEvent(ManagerEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
dispatchResponse(ManagerResponse) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
This method is called by the reader whenever a ManagerResponse is received.
dispatchResponse(ManagerResponse) - Method in interface net.sf.asterisk.manager.Dispatcher
This method is called by the reader whenever a ManagerResponse is received.
DNDStateEvent - Class in net.sf.asterisk.manager.event
A DNDStateEvent is triggered by the Zap channel driver when a channel enters or leaves DND (do not disturb) state.
It is implemented in channels/chan_zap.c.
Available since Asterisk 1.2
DNDStateEvent(Object) - Constructor for class net.sf.asterisk.manager.event.DNDStateEvent
Creates a new DNDStateEvent.
DOWN - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 

E

equals(Object) - Method in class net.sf.asterisk.manager.AsteriskServer
 
error(Object) - Method in class net.sf.asterisk.util.impl.JavaLoggingLog
 
error(Object, Throwable) - Method in class net.sf.asterisk.util.impl.JavaLoggingLog
 
error(Object) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log a message to the Log4j Logger with ERROR priority.
error(Object, Throwable) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log an error to the Log4j Logger with ERROR priority.
error(Object) - Method in class net.sf.asterisk.util.impl.NullLog
 
error(Object, Throwable) - Method in class net.sf.asterisk.util.impl.NullLog
 
error(Object) - Method in interface net.sf.asterisk.util.Log
 
error(Object, Throwable) - Method in interface net.sf.asterisk.util.Log
 
escapeAndQuote(String) - Method in class net.sf.asterisk.fastagi.command.AGICommand
 
EventBuilder - Interface in net.sf.asterisk.manager
Transforms maps of attributes to instances of ManagerEvent.
EventBuilderImpl - Class in net.sf.asterisk.manager.impl
Default implementation of the EventBuilder interface.
EventBuilderImpl() - Constructor for class net.sf.asterisk.manager.impl.EventBuilderImpl
 
EventGeneratingAction - Interface in net.sf.asterisk.manager.action
The EventGeneratingAction interface is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events.
The event type that indicates that Asterisk is finished is returned by the getActionCompleteEventClass() method.
EventsAction - Class in net.sf.asterisk.manager.action
With the EventsAction you can specify what kind of events should be sent to this manager connection.
EventsAction() - Constructor for class net.sf.asterisk.manager.action.EventsAction
Creates a new empty EventsAction.
EventsAction(String) - Constructor for class net.sf.asterisk.manager.action.EventsAction
Creates a new EventsAction that applies the given event mask to the current manager connection.
EventTimeoutException - Exception in net.sf.asterisk.manager
An EventTimeoutException is thrown if a ManagerResponse or some ResponseEvents are not completely received within the expected time period.
This exception allows you to retrieve the partial result, that is the events that have been successfully received before the timeout occured.
EventTimeoutException(String, ResponseEvents) - Constructor for exception net.sf.asterisk.manager.EventTimeoutException
Creates a new EventTimeoutException with the given message and partial result.
exec(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Executes the given command.
exec(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Executes the given command.
exec(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Executes the given command.
exec(String, String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Executes the given command.
exec(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Executes the given command.
exec(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Executes the given command.
exec(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
exec(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
execCommand(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. use AbstractAGIScript.exec(AGIChannel, String) instead
execCommand(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. use AbstractAGIScript.exec(AGIChannel, String, String) instead
ExecCommand - Class in net.sf.asterisk.fastagi.command
Executes an application with the given options.
Returns whatever the application returns, or -2 if the application was not found.
ExecCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.ExecCommand
Creates a new ExecCommand.
ExecCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.ExecCommand
Creates a new ExecCommand.
Extension - Class in net.sf.asterisk.manager
Represents an Asterisk dialplan entry.
Extension(Date, String, String, Integer) - Constructor for class net.sf.asterisk.manager.Extension
 
Extension(Date, String, String, Integer, String, String) - Constructor for class net.sf.asterisk.manager.Extension
 
ExtensionStateAction - Class in net.sf.asterisk.manager.action
The ExtensionStateAction queries the state of an extension in a given context.
ExtensionStateAction() - Constructor for class net.sf.asterisk.manager.action.ExtensionStateAction
 
ExtensionStateResponse - Class in net.sf.asterisk.manager.response
 
ExtensionStateResponse() - Constructor for class net.sf.asterisk.manager.response.ExtensionStateResponse
 
ExtensionStatusEvent - Class in net.sf.asterisk.manager.event
An ExtensionStatusEvent is triggered when the state of an extension changes.
It is implemented in manager.c
ExtensionStatusEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ExtensionStatusEvent
 

F

fatal(Object) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log a message to the Log4j Logger with FATAL priority.
fatal(Object, Throwable) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log an error to the Log4j Logger with FATAL priority.
FaxReceivedEvent - Class in net.sf.asterisk.manager.event
A FaxReceivedEvent is triggered by spandsp after a new fax has been received.
It is only available if you installed the spandsp patches to Asterisk.
See http://soft-switch.org/installing-spandsp.html for details.
Implemented in apps/app_rxfax.c.
FaxReceivedEvent(Object) - Constructor for class net.sf.asterisk.manager.event.FaxReceivedEvent
 
flush() - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
flush() - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Flushes the socket connection, that is sends any buffered but yet unsent data.

G

getAbandoned() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the number of abandoned calls.
getAccount() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the account code to use for the originated call.
getAccount() - Method in class net.sf.asterisk.manager.Channel
Returns the account code used to bill this channel.
getAccount() - Method in class net.sf.asterisk.manager.event.StatusEvent
Returns the account code of this channel.
getAccount() - Method in class net.sf.asterisk.manager.Originate
Returns the account code to use for the originated call.
getAccountCode() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the account code set for the call.
getAccountCode() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getAccountCode() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getAckCall() - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Returns if an acknowledgement is needed when agent is called back.
getAcl() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
getAction() - Method in class net.sf.asterisk.manager.action.AbsoluteTimeoutAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.AbstractManagerAction
 
getAction() - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.AgentLogoffAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.AgentsAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ChallengeAction
Returns Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ChangeMonitorAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.CommandAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.DBGetAction
 
getAction() - Method in class net.sf.asterisk.manager.action.DBPutAction
 
getAction() - Method in class net.sf.asterisk.manager.action.EventsAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ExtensionStateAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.GetVarAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.HangupAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.LoginAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.LogoffAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.MailboxCountAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.MailboxStatusAction
Returns the name of this action, i.e.
getAction() - Method in interface net.sf.asterisk.manager.action.ManagerAction
Returns the name of the action.
getAction() - Method in class net.sf.asterisk.manager.action.MonitorAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ParkedCallsAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.PingAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.QueueAddAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.QueuePauseAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.QueueRemoveAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.QueueStatusAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.RedirectAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.SetCDRUserFieldAction
Returns the name of the action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.SetVarAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.SIPPeersAction
 
getAction() - Method in class net.sf.asterisk.manager.action.SIPShowPeerAction
 
getAction() - Method in class net.sf.asterisk.manager.action.StatusAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.StopMonitorAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ZapDialOffhookAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ZapDNDOffAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ZapDNDOnAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ZapHangupAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ZapShowChannelsAction
Returns the name of this action, i.e.
getAction() - Method in class net.sf.asterisk.manager.action.ZapTransferAction
Returns the name of this action, i.e.
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.AgentsAction
 
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.DBGetAction
 
getActionCompleteEventClass() - Method in interface net.sf.asterisk.manager.action.EventGeneratingAction
Returns the event type that indicates that Asterisk is finished sending response events for this action.
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.OriginateAction
 
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.ParkedCallsAction
 
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.QueueStatusAction
 
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.SIPPeersAction
 
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.SIPShowPeerAction
 
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.StatusAction
 
getActionCompleteEventClass() - Method in class net.sf.asterisk.manager.action.ZapShowChannelsAction
 
getActionId() - Method in class net.sf.asterisk.manager.action.AbstractManagerAction
 
getActionId() - Method in interface net.sf.asterisk.manager.action.ManagerAction
Returns the action id.
getActionId() - Method in class net.sf.asterisk.manager.event.ResponseEvent
Returns the action id of the ManagerAction that caused this event.
getActionId() - Method in class net.sf.asterisk.manager.response.ManagerResponse
Returns the action id received with this response referencing the action that generated this response.
getAgent() - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Returns the name of the agent to log in, for example "1002".
getAgent() - Method in class net.sf.asterisk.manager.action.AgentLogoffAction
Returns the name of the agent to log off, for example "1002".
getAgent() - Method in class net.sf.asterisk.manager.event.AgentCallbackLoginEvent
Returns the name of the agent that logged in.
getAgent() - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
Returns the name of the agent that logged off.
getAgent() - Method in class net.sf.asterisk.manager.event.AgentLoginEvent
Returns the name of the agent that logged in.
getAgent() - Method in class net.sf.asterisk.manager.event.AgentLogoffEvent
Returns the name of the agent that logged off.
getAgent() - Method in class net.sf.asterisk.manager.event.AgentsEvent
Returns the agentid.
getAgentCalled() - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
getAlarm() - Method in class net.sf.asterisk.manager.event.AlarmEvent
Returns the kind of alarm that happened.
This may be one of Red Alarm Yellow Alarm Blue Alarm Recovering Loopback Not Open
getAlarm() - Method in class net.sf.asterisk.manager.event.ZapShowChannelsEvent
Returns the alarm state of this zap channel.
This may be one of Red Alarm Yellow Alarm Blue Alarm Recovering Loopback Not Open No Alarm
getAmaFlags() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getAnswerTime() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getAppData() - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Returns the parameters passed to the application that is executed.
getAppData() - Method in class net.sf.asterisk.manager.Extension
 
getAppend() - Method in class net.sf.asterisk.manager.action.SetCDRUserFieldAction
Returns if the value of the cdr user field is appended or overwritten.
getApplication() - Method in class net.sf.asterisk.fastagi.command.ExecCommand
Returns the name of the application to execute.
getApplication() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the name of the application to connect to.
getApplication() - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Returns the name of the application that is executed.
getApplication() - Method in class net.sf.asterisk.manager.Extension
 
getApplication() - Method in class net.sf.asterisk.manager.Originate
Returns the name of the application to connect to.
getAsteriskServer() - Method in class net.sf.asterisk.manager.Channel
Returns the Asterisk server.
getAsteriskServer() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
getAsteriskServer() - Method in interface net.sf.asterisk.manager.ManagerConnection
Returns the Asterisk server of this connection.
getAsync() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns true if this is a fast origination.
getAttribute(String) - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns an additional attribute contained in the reply.
For example the reply to the StreamFileCommand contains an additional endpos attribute indicating the frame where the playback was stopped.
getAttribute(String) - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
Returns an additional attribute contained in the reply.
For example the reply to the StreamFileCommand contains an additional endpos attribute indicating the frame where the playback was stopped.
getAttribute(String) - Method in class net.sf.asterisk.manager.response.ManagerResponse
Returns the value of the attribute with the given key.
This is particulary important when a response contains special attributes that are dependent on the action that has been sent.
An example of this is the response to the GetVarAction.
getAttributes() - Method in class net.sf.asterisk.manager.response.ManagerResponse
Returns a Map with all attributes of this response.
The keys are all lower case!
getAuthType() - Method in class net.sf.asterisk.manager.action.ChallengeAction
Returns the digest alogrithm to use.
getAuthType() - Method in class net.sf.asterisk.manager.action.LoginAction
Returns the digest alogrithm when using challenge/response.
getBeep() - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Returns true if a beep should be played before recording.
getBillableSeconds() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getCallerId() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the Caller*ID, for example "1234".
getCallerId() - Method in class net.sf.asterisk.fastagi.command.SetCallerIdCommand
Returns the new callerId.
getCallerId() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getCallerId() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the caller id to set on the outgoing channel.
getCallerId() - Method in class net.sf.asterisk.manager.Channel
Returns the caller id of this channel.
getCallerId() - Method in class net.sf.asterisk.manager.event.AbstractParkedCallEvent
Returns the Caller*ID number of the parked channel.
getCallerId() - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
getCallerId() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getCallerId() - Method in class net.sf.asterisk.manager.event.ChannelEvent
Returns the Caller*ID of the channel if set or "≶unknown>" if none has been set.
getCallerId() - Method in class net.sf.asterisk.manager.event.DialEvent
Returns the Caller*ID.
getCallerId() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Returns the Caller*ID of the calling party or an empty string if none is available.
getCallerId() - Method in class net.sf.asterisk.manager.event.JoinEvent
Returns the Caller*ID number of the channel that joined the queue if set.
getCallerId() - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Returns the new caller id.
getCallerId() - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Returns the Caller*ID number of the parked channel.
getCallerId() - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Returns the the Caller*ID number of this entry.
getCallerId() - Method in class net.sf.asterisk.manager.event.StatusEvent
Returns the Caller*ID of this channel.
getCallerId() - Method in class net.sf.asterisk.manager.Originate
Returns the caller id to set on the outgoing channel.
getCallerId1() - Method in class net.sf.asterisk.manager.event.LinkageEvent
Returns the Caller*Id number of the first channel.
getCallerId2() - Method in class net.sf.asterisk.manager.event.LinkageEvent
Returns the Caller*Id number of the second channel.
getCallerIdName() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the the Caller*ID Name, for example "John Doe".
getCallerIdName() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getCallerIdName() - Method in class net.sf.asterisk.manager.Channel
Returns the caller id name of this channel.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.AbstractParkedCallEvent
Returns the Caller*ID name of the parked channel.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
Returns the Caller*ID name of the calling channel.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.ChannelEvent
Returns the Caller*ID Name of the channel if set or "≶unknown>" if none has been set.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.DialEvent
Returns the Caller*ID Name.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.JoinEvent
Returns the Caller*ID name of the channel that joined the queue if set.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Returns the new Caller*ID Name if set or "≶Unknown>" if none has been set.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Returns the Caller*ID name of the parked channel.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Returns the Caller*ID name of this entry.
getCallerIdName() - Method in class net.sf.asterisk.manager.event.StatusEvent
Returns the Caller*ID Name of this channel.
getCallingAni2() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the Callerid ANI 2 (Info digits).
Available since Asterisk 1.2.
getCallingAni2() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getCallingPres() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the Callerid presentation/screening.
Available since Asterisk 1.2.
getCallingPres() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getCallingPres() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns true if Caller ID presentation is set on the outgoing channel.
getCallingTns() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the Callerid Transit Network Select.
Available since Asterisk 1.2.
getCallingTns() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getCallingTon() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the Callerid Type of Number.
Available since Asterisk 1.2.
getCallingTon() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getCalls() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the number of calls currently waiting in the queue.
getCallsTaken() - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Returns the number of calls answered by the member.
getCallsTaken() - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Returns the number of calls answered by the member.
getCause() - Method in class net.sf.asterisk.manager.event.HangupEvent
Returns the cause of the hangup.
getCause() - Method in class net.sf.asterisk.manager.event.PeerStatusEvent
Returns the cause of a rejection or unregistration.
For IAX peers this is set only if the status equals "Rejected".
For SIP peers this is set if the status equals "Unregistered" and the peer was unregistered due to an expiration.
getCause() - Method in class net.sf.asterisk.manager.event.RegistryEvent
Returns the cause of a rejected registration.
getCauseTxt() - Method in class net.sf.asterisk.manager.event.HangupEvent
Returns the textual representation of the hangup cause.
getChallenge() - Method in class net.sf.asterisk.manager.response.ChallengeResponse
Returns the challenge to use when creating the key for log in.
getChannel() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.fastagi.command.ChannelStatusCommand
Returns the name of the channel to query.
getChannel() - Method in class net.sf.asterisk.fastagi.command.GetFullVariableCommand
Returns the the name of the channel.
getChannel() - Method in class net.sf.asterisk.fastagi.command.HangupCommand
Returns the name of the channel to hangup.
getChannel() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.action.AbsoluteTimeoutAction
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.action.ChangeMonitorAction
Returns the name of the monitored channel.
getChannel() - Method in class net.sf.asterisk.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 net.sf.asterisk.manager.action.HangupAction
Returns the name of the channel to hangup.
getChannel() - Method in class net.sf.asterisk.manager.action.MonitorAction
Returns the name of the channel to monitor.
getChannel() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the name of the channel to connect to the outgoing call.
getChannel() - Method in class net.sf.asterisk.manager.action.RedirectAction
Returns name of the channel to redirect.
getChannel() - Method in class net.sf.asterisk.manager.action.SetCDRUserFieldAction
Returns the name of the channel to set the cdr user field on.
getChannel() - Method in class net.sf.asterisk.manager.action.SetVarAction
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.action.StopMonitorAction
Returns the name of the channel to end monitoring.
getChannel() - Method in class net.sf.asterisk.manager.Call
 
getChannel() - Method in class net.sf.asterisk.manager.event.AbstractAgentEvent
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.event.AbstractParkedCallEvent
Returns the name of the channel that is or was parked.
getChannel() - Method in class net.sf.asterisk.manager.event.AlarmClearEvent
Returns the number of the zap channel that left alarm state.
getChannel() - Method in class net.sf.asterisk.manager.event.AlarmEvent
Returns the number of the channel the alarm occured on.
getChannel() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getChannel() - Method in class net.sf.asterisk.manager.event.ChannelEvent
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.event.DNDStateEvent
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Returns the name of the channel the fax has been recieved on.
getChannel() - Method in class net.sf.asterisk.manager.event.HoldEvent
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.event.LogChannelEvent
Returns the name of the log channel.
getChannel() - Method in class net.sf.asterisk.manager.event.MeetMeEvent
Returns the name of the channel that joined of left a conference.
getChannel() - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.event.OriginateEvent
Returns the name of the channel to connect to the outgoing call.
getChannel() - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Returns the name of the channel that is parked.
getChannel() - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Returns the name of the channel of this entry.
getChannel() - Method in class net.sf.asterisk.manager.event.QueueEvent
Returns the name of the channel that joines or leaves a queue.
getChannel() - Method in class net.sf.asterisk.manager.event.RegistryEvent
Returns the type of channel that is registered, i.e.
getChannel() - Method in class net.sf.asterisk.manager.event.StatusEvent
Returns the name of this channel.
getChannel() - Method in class net.sf.asterisk.manager.event.UnholdEvent
Returns the name of the channel.
getChannel() - Method in class net.sf.asterisk.manager.event.UserEvent
Returns the name of the channel this event occured in.
getChannel() - Method in class net.sf.asterisk.manager.event.ZapShowChannelsEvent
Returns the number of this zap channel.
getChannel() - Method in class net.sf.asterisk.manager.Originate
Returns the name of the channel to connect to the outgoing call.
getChannel1() - Method in class net.sf.asterisk.manager.event.HoldedCallEvent
Returns the name of the channel that put the other channel on hold.
getChannel1() - Method in class net.sf.asterisk.manager.event.LinkageEvent
Returns the name of the first channel.
getChannel2() - Method in class net.sf.asterisk.manager.event.HoldedCallEvent
Returns the name of the channel that has been put on hold.
getChannel2() - Method in class net.sf.asterisk.manager.event.LinkageEvent
Returns the name of the second channel.
getChannelById(String) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
Returns a channel by its unique id.
getChannelByName(String) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
Returns a channel by its name.
getChannelCalling() - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
getChannels() - Method in interface net.sf.asterisk.manager.AsteriskManager
Returns a Map of active channels.
The map contain the channel names as keys and objects of type Channel as values.
getChannels() - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
Returns a map of all active channel by their unique id.
getChannels() - Method in class net.sf.asterisk.manager.MultiAsterisksManager
Returns a map of all active channel by their unique id: "hostname:ChannelId".
getChannelStatus(AGIChannel) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Returns the status of the channel.
Return values: 0 Channel is down and available 1 Channel is down, but reserved 2 Channel is off hook 3 Digits (or equivalent) have been dialed 4 Line is ringing 5 Remote end is ringing 6 Line is up 7 Line is busy
getChannelStatus() - Method in interface net.sf.asterisk.fastagi.AGIChannel
Returns the status of the channel.
Return values: 0 Channel is down and available 1 Channel is down, but reserved 2 Channel is off hook 3 Digits (or equivalent) have been dialed 4 Line is ringing 5 Remote end is ringing 6 Line is up 7 Line is busy
getChannelStatus() - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Returns the status of the channel.
Return values: 0 Channel is down and available 1 Channel is down, but reserved 2 Channel is off hook 3 Digits (or equivalent) have been dialed 4 Line is ringing 5 Remote end is ringing 6 Line is up 7 Line is busy
getChannelStatus() - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
getChannelType() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
For SIP peers this is "SIP".
getChanObjectType() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
For SIP peers this is either "peer" or "user".
getCidCallingPres() - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Returns the CallerId presentation/screening.
getCidCallingPresTxt() - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Returns the textual respresentation of the CallerId presentation/screening.
getCommand() - Method in class net.sf.asterisk.manager.action.CommandAction
Returns the command.
getCompleted() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the number of completed calls.
getContext() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the context in the dial plan from which the AGI script was called.
getContext() - Method in class net.sf.asterisk.fastagi.command.SetContextCommand
Returns the context for continuation upon exiting the application.
getContext() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getContext() - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Returns the context of the extension to use for callback.
getContext() - Method in class net.sf.asterisk.manager.action.ExtensionStateAction
Returns the name of the context that contains the extension to query.
getContext() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the name of the context of the extension to connect to.
getContext() - Method in class net.sf.asterisk.manager.action.RedirectAction
Returns the destination context.
getContext() - Method in class net.sf.asterisk.manager.Channel
Returns the context of the current extension.
getContext() - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
getContext() - Method in class net.sf.asterisk.manager.event.ExtensionStatusEvent
Returns the context of the extension.
getContext() - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Returns the name of the context of the connected extension.
getContext() - Method in class net.sf.asterisk.manager.event.OriginateEvent
Returns the name of the context of the extension to connect to.
getContext() - Method in class net.sf.asterisk.manager.event.StatusEvent
 
getContext() - Method in class net.sf.asterisk.manager.event.ZapShowChannelsEvent
Returns the context of this zap channel as defined in zapata.conf.
getContext() - Method in class net.sf.asterisk.manager.Extension
 
getContext() - Method in class net.sf.asterisk.manager.Originate
Returns the name of the context of the extension to connect to.
getContext() - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
getCount() - Method in class net.sf.asterisk.manager.event.QueueEvent
Returns the number of elements in the queue, i.e.
getCurrentExtension() - Method in class net.sf.asterisk.manager.Channel
Returns the last visited dialplan entry.
getData(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Plays the given file and waits for the user to enter DTMF digits until he presses '#'.
getData(AGIChannel, String, int) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Plays the given file and waits for the user to enter DTMF digits until he presses '#' or the timeout occurs.
getData(AGIChannel, String, int, int) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. 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 interface net.sf.asterisk.fastagi.AGIChannel
Plays the given file and waits for the user to enter DTMF digits until he presses '#'.
getData(String, long) - Method in interface net.sf.asterisk.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 net.sf.asterisk.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 net.sf.asterisk.fastagi.BaseAGIScript
Plays the given file and waits for the user to enter DTMF digits until he presses '#'.
getData(String, int) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Plays the given file and waits for the user to enter DTMF digits until he presses '#' or the timeout occurs.
getData(String, int, int) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
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 net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
getData(String, long) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
getData(String, long, int) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
getData() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the parameters to pass to the application.
getData() - Method in class net.sf.asterisk.manager.Originate
Returns the parameters to pass to the application.
GetDataCommand - Class in net.sf.asterisk.fastagi.command
Stream the given file, and recieve DTMF data.
GetDataCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.GetDataCommand
Creates a new GetDataCommand with default timeout and maxDigits set to 1024.
GetDataCommand(String, long) - Constructor for class net.sf.asterisk.fastagi.command.GetDataCommand
Creates a new GetDataCommand with the given timeout and maxDigits set to 1024.
GetDataCommand(String, long, int) - Constructor for class net.sf.asterisk.fastagi.command.GetDataCommand
Creates a new GetDataCommand with the given timeout and maxDigits.
getDate() - Method in class net.sf.asterisk.manager.Extension
 
getDate() - Static method in class net.sf.asterisk.util.DateUtil
Returns the real current date or the date set with overrideCurrentDate().
getDateOfCreation() - Method in class net.sf.asterisk.manager.Channel
Returns the date this channel has been created.
getDateReceived() - Method in class net.sf.asterisk.manager.event.ManagerEvent
Returns the point in time this event was received from the Asterisk server.
Pseudo events that are not directly received from the asterisk server (for example ConnectEvent and DisconnectEvent) may return null.
getDateReceived() - Method in class net.sf.asterisk.manager.response.ManagerResponse
Returns the point in time this response was received from the asterisk server.
getDestination() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getDestination() - Method in class net.sf.asterisk.manager.event.DialEvent
Returns the name of the destination channel.
getDestinationChannel() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getDestinationContext() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getDestUniqueId() - Method in class net.sf.asterisk.manager.event.DialEvent
Returns the unique ID of the distination channel.
getDigits() - Method in class net.sf.asterisk.fastagi.command.SayDigitsCommand
Returns the digits string to say.
getDisposition() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getDnid() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the number, that has been dialed by the user.
getDnid() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getDomain() - Method in class net.sf.asterisk.manager.event.RegistryEvent
Returns the domain or host name of the SIP or IAX2 server.
This is the host part used in the register lines in iax.conf and sip.conf.
getDuration() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getDynamic() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
getEnabled() - Method in class net.sf.asterisk.manager.event.LogChannelEvent
Returns if logging has been enabled or disabled.
getEndTime() - Method in class net.sf.asterisk.manager.Call
 
getEndTime() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getEnhanced() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns wheather this agi is passed audio (EAGI - Enhanced AGI).
Enhanced AGI is currently not supported on FastAGI.
getEnhanced() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getEntries() - Method in class net.sf.asterisk.manager.Queue
 
getEnum(String) - Static method in class net.sf.asterisk.manager.ChannelStateEnum
 
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.GetOptionCommand
Returns the digits that the user is expected to press.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Returns the digits that allow the user to end recording.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.SayAlphaCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.SayDateTimeCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.SayDigitsCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.SayNumberCommand
Returns the number that allow the user to interrupt this command.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.SayPhoneticCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.SayTimeCommand
Returns the digits that allow the user to interrupt this command.
getEscapeDigits() - Method in class net.sf.asterisk.fastagi.command.StreamFileCommand
Returns the digits that allow the user to interrupt this command.
getEventMask() - Method in class net.sf.asterisk.manager.action.EventsAction
Returns the event mask.
getEvents() - Method in class net.sf.asterisk.manager.action.LoginAction
Returns the event mask.
getEvents() - Method in class net.sf.asterisk.manager.impl.ResponseEventsImpl
 
getEvents() - Method in interface net.sf.asterisk.manager.ResponseEvents
Returns a Collection of ManagerEvents that have been received including the last one that indicates completion.
getExten() - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Returns the extension to use for callback.
getExten() - Method in class net.sf.asterisk.manager.action.ExtensionStateAction
Returns the extension to query.
getExten() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the extension to connect to.
getExten() - Method in class net.sf.asterisk.manager.action.RedirectAction
Returns the destination extension.
getExten() - Method in class net.sf.asterisk.manager.event.AbstractParkedCallEvent
Returns the extension the channel is or was parked at.
getExten() - Method in class net.sf.asterisk.manager.event.ExtensionStatusEvent
Returns the extension.
getExten() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Returns the extension in Asterisk's dialplan the fax was received through.
getExten() - Method in class net.sf.asterisk.manager.event.OriginateEvent
Returns the the extension to connect to.
getExten() - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Returns the extension the channel is parked at.
getExten() - Method in class net.sf.asterisk.manager.Originate
Returns the extension to connect to.
getExten() - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
getExtension() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the extension in the dial plan from which the AGI script was called.
getExtension() - Method in class net.sf.asterisk.fastagi.command.SetExtensionCommand
Returns the extension for continuation upon exiting the application.
getExtension() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getExtension() - Method in class net.sf.asterisk.manager.Channel
Returns the extension of the current extension.
getExtension() - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
getExtension() - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Returns the extension.
getExtension() - Method in class net.sf.asterisk.manager.event.StatusEvent
 
getExtension() - Method in class net.sf.asterisk.manager.Extension
 
getExtensions() - Method in class net.sf.asterisk.manager.Channel
Returns a list of all visited dialplan entries.
getExtra() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns the text in parenthesis contained in this reply.
The meaning of this property depends on the command sent.
getExtra() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
Returns the text in parenthesis contained in this reply.
The meaning of this property depends on the command sent.
getExtraChannel() - Method in class net.sf.asterisk.manager.action.RedirectAction
Returns the name of the additional channel to redirect.
getFamily() - Method in class net.sf.asterisk.fastagi.command.DatabaseDelCommand
Returns the family (or family of the keytree) to delete.
getFamily() - Method in class net.sf.asterisk.fastagi.command.DatabaseDelTreeCommand
Returns the family of the key to delete.
getFamily() - Method in class net.sf.asterisk.fastagi.command.DatabaseGetCommand
Returns the family of the key to retrieve.
getFamily() - Method in class net.sf.asterisk.fastagi.command.DatabasePutCommand
Returns the family of the key to set.
getFamily() - Method in class net.sf.asterisk.manager.action.DBGetAction
Returns the family of the key.
getFamily() - Method in class net.sf.asterisk.manager.action.DBPutAction
Returns the family of the key to set.
getFamily() - Method in class net.sf.asterisk.manager.event.DBGetResponseEvent
Returns the family of the database entry that was queried.
getFile() - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Returns the name of the file to stream.
getFile() - Method in class net.sf.asterisk.fastagi.command.GetDataCommand
Returns the name of the file to stream.
getFile() - Method in class net.sf.asterisk.fastagi.command.GetOptionCommand
Returns the name of the file to stream.
getFile() - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Returns the name of the file to stream.
getFile() - Method in class net.sf.asterisk.fastagi.command.StreamFileCommand
Returns the name of the file to stream.
getFile() - Method in class net.sf.asterisk.manager.action.ChangeMonitorAction
Returns the name of the file to which the voice data is written.
getFile() - Method in class net.sf.asterisk.manager.action.MonitorAction
Returns the name of the file to which the voice data is written.
getFilename() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Returns the filename of the received fax including its full path on the Asterisk server.
getFirstExtension() - Method in class net.sf.asterisk.manager.Channel
Returns the first visited dialplan entry.
getFirstLine() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns the first line of the raw reply.
getFirstLine() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
 
getFormat() - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Returns the format of the file to be recorded, for example "wav".
getFormat() - Method in class net.sf.asterisk.fastagi.command.SayDateTimeCommand
Returns the format the time should be said in.
getFormat() - Method in class net.sf.asterisk.manager.action.MonitorAction
Returns the format to use for encoding the voice files.
getForwardDigit() - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Returns the digit for fast forward.
getFrom() - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Returns the name of the channel that parked the call.
getFrom() - Method in class net.sf.asterisk.manager.event.UnparkedCallEvent
Returns the name of the channel that parked the call.
getFullVariable(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Returns the value of the current channel variable, unlike getVariable() this method understands complex variable names and builtin variables.
Available since Asterisk 1.2.
getFullVariable(String, String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Returns the value of the given channel variable.
Available since Asterisk 1.2.
getFullVariable(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Returns the value of the current channel variable, unlike getVariable() this method understands complex variable names and builtin variables.
Available since Asterisk 1.2.
getFullVariable(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Returns the value of the given channel variable.
Available since Asterisk 1.2.
getFullVariable(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
getFullVariable(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
GetFullVariableCommand - Class in net.sf.asterisk.fastagi.command
Returns the value of the given channel varible and understands complex variable names and builtin variables, unlike the GetVariableCommand.
You can also use this command to use custom Asterisk functions.
GetFullVariableCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.GetFullVariableCommand
Creates a new GetFullVariableCommand.
GetFullVariableCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.GetFullVariableCommand
Creates a new GetFullVariableCommand.
getHint() - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
getHoldTime() - Method in class net.sf.asterisk.manager.event.AgentCompleteEvent
Returns the amount of time the caller was on hold.
getHoldTime() - Method in class net.sf.asterisk.manager.event.AgentConnectEvent
Returns the amount of time the caller was on hold.
getHoldtime() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the current average holdtime for this queue (in seconds).
getHostname() - Method in class net.sf.asterisk.manager.AsteriskServer
Returns the hostname.
getId() - Method in class net.sf.asterisk.manager.Channel
Returns the unique id of this channel, for example "1099015093.165".
getImage() - Method in class net.sf.asterisk.fastagi.command.SendImageCommand
Returns the image to send.
getInterface() - Method in class net.sf.asterisk.manager.action.QueueAddAction
Returns the interface to add.
getInterface() - Method in class net.sf.asterisk.manager.action.QueuePauseAction
Returns the interface of the member to make available or unavailable.
getInterface() - Method in class net.sf.asterisk.manager.action.QueueRemoveAction
Returns the interface to remove.
getInternalActionId() - Method in class net.sf.asterisk.manager.event.ResponseEvent
Returns the internal action id of the ManagerAction that caused this event.
getInternalActionId(String) - Static method in class net.sf.asterisk.manager.impl.Util
Returns the internal action id contained in the given action id.
getIpAddress() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
Returns the IP address of the peer.
getIpPort() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
getKey() - Method in class net.sf.asterisk.fastagi.command.DatabaseDelTreeCommand
Returns the the key to delete.
getKey() - Method in class net.sf.asterisk.fastagi.command.DatabaseGetCommand
Returns the the key to retrieve.
getKey() - Method in class net.sf.asterisk.fastagi.command.DatabasePutCommand
Returns the the key to set.
getKey() - Method in class net.sf.asterisk.manager.action.DBGetAction
Returns the the key of the entry to retrieve.
getKey() - Method in class net.sf.asterisk.manager.action.DBPutAction
Returns the the key to set.
getKey() - Method in class net.sf.asterisk.manager.action.LoginAction
 
getKey() - Method in class net.sf.asterisk.manager.event.DBGetResponseEvent
Returns the key of the database entry that was queried.
getKeyTree() - Method in class net.sf.asterisk.fastagi.command.DatabaseDelCommand
Returns the the keytree to delete.
getLanguage() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the language, for example "en".
getLanguage() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getLastApplication() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getLastCall() - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Returns the time the last successful call answered by the added member was hungup.
getLastCall() - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Returns the time the last successful call answered by the added member was hungup.
getLastData() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getLevel() - Method in class net.sf.asterisk.fastagi.command.VerboseCommand
Returns the level to use.
getLines() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns a List containing the lines of the raw reply.
getLines() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
 
getLink() - Method in class net.sf.asterisk.manager.event.StatusEvent
Returns the name of the linked channel if this channel is bridged.
getLinkedChannel() - Method in class net.sf.asterisk.manager.Channel
Returns the channel this channel is bridged with, if any.
getListItems() - Method in class net.sf.asterisk.manager.event.PeerlistCompleteEvent
Returns the number of PeerEvents that have been reported.
getLocalAddress() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the local address this channel, that is the IP address of the AGI server.
getLocalAddress() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getLocalAddress() - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
getLocalAddress() - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Returns the local address this socket connection.
getLocalPort() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the local port of this channel, that is the port the AGI server is listening on.
getLocalPort() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getLocalPort() - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
getLocalPort() - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Returns the local port of this socket connection.
getLocalStationId() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Returns the identifier of the local fax station.
getLocation() - Method in class net.sf.asterisk.manager.event.AbstractQueueMemberEvent
Returns the name of the member's interface.
E.g.
getLocation() - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Returns the name of the member's interface.
E.g.
getLog(Class) - Static method in class net.sf.asterisk.util.LogFactory
Returns an instance of Log suitable for logging from the given class.
getLoggedInChan() - Method in class net.sf.asterisk.manager.event.AgentsEvent
Returns the name of channel this agent logged in from.
getLoggedInTime() - Method in class net.sf.asterisk.manager.event.AgentsEvent
Returns the time (in seconds since 01/01/1970) when the agent logged in.
getLogger() - Method in class net.sf.asterisk.util.impl.Log4JLogger
Return the native Logger instance we are using.
getLoginChan() - Method in class net.sf.asterisk.manager.event.AgentCallbackLoginEvent
 
getLoginChan() - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
 
getLoginChan() - Method in class net.sf.asterisk.manager.event.AgentLoginEvent
 
getLoginTime() - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
 
getLoginTime() - Method in class net.sf.asterisk.manager.event.AgentLogoffEvent
 
getMailbox() - Method in class net.sf.asterisk.manager.action.MailboxCountAction
Returns the name of the mailbox to query.
getMailbox() - Method in class net.sf.asterisk.manager.action.MailboxStatusAction
Returns the name of the mailbox to query.
getMailbox() - Method in class net.sf.asterisk.manager.event.MessageWaitingEvent
Returns the name of the mailbox that has waiting messages.
The name of the mailbox is of the form numberOfMailbox@context, e.g.
getMailbox() - Method in class net.sf.asterisk.manager.response.MailboxCountResponse
Returns the name of the mailbox.
getMailbox() - Method in class net.sf.asterisk.manager.response.MailboxStatusResponse
Returns the names of the mailboxes, separated by ",".
getManagerConnection() - Method in class net.sf.asterisk.manager.ManagerConnectionFactory
Returns a new ManagerConnection with the default values for hostname, port, username and password.
getManagerConnection(String, String) - Method in class net.sf.asterisk.manager.ManagerConnectionFactory
Returns a new ManagerConnection to an Asterisk server running on default host ("localhost" if you didn't change that via ManagerConnectionFactory.setHostname(String)) with the call manager interface listening on the default port (5038 if you didn't change that via ManagerConnectionFactory.setPort(int)).
getManagerConnection(String, String, String) - Method in class net.sf.asterisk.manager.ManagerConnectionFactory
Returns a new ManagerConnection to an Asterisk server running on given host with the call manager interface listening on the default port (5038 if you didn't change that via ManagerConnectionFactory.setPort(int)).
getManagerConnection(String, int, String, String) - Method in class net.sf.asterisk.manager.ManagerConnectionFactory
Returns a new ManagerConnection to an Asterisk server running on given host with the call manager interface listening on the given port.
getMax() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the maximum number of people waiting in the queue or 0 for unlimited.
This corresponds to the maxlen setting in queues.conf.
getMax() - Method in class net.sf.asterisk.manager.Queue
 
getMaxDigits() - Method in class net.sf.asterisk.fastagi.command.GetDataCommand
Returns the maximum number of digits to read.
getMeetMe() - Method in class net.sf.asterisk.manager.event.MeetMeEvent
Returns the conference number.
getMember() - Method in class net.sf.asterisk.manager.action.QueueStatusAction
Returns the member filter.
getMember() - Method in class net.sf.asterisk.manager.event.AbstractAgentEvent
Returns the name of the member's interface.
getMembership() - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Returns if the added member is a dynamic or static queue member.
getMembership() - Method in class net.sf.asterisk.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 net.sf.asterisk.fastagi.command.VerboseCommand
Returns the message to send.
getMessage() - Method in class net.sf.asterisk.manager.event.ReloadEvent
Always returns "Reload Requested".
getMessage() - Method in class net.sf.asterisk.manager.response.ManagerResponse
Returns the message received with this response.
getMix() - Method in class net.sf.asterisk.manager.action.MonitorAction
Returns true if the two voice files should be joined at the end of the call.
getMode() - Method in class net.sf.asterisk.fastagi.command.TDDModeCommand
Returns the mode to set.
getMusicOnHoldClass() - Method in class net.sf.asterisk.fastagi.command.SetMusicOnCommand
Returns the music on hold class to play music from.
getName() - Method in class net.sf.asterisk.manager.Channel
Returns the name of this channel, for example "SIP/1310-20da".
getName() - Method in class net.sf.asterisk.manager.event.AgentsEvent
Returns the name of this agent.
getName() - Method in class net.sf.asterisk.manager.Queue
 
getNatSupport() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
getNew() - Method in class net.sf.asterisk.manager.event.MessageWaitingEvent
Returns the number of new messages in this mailbox.
getNewMessages() - Method in class net.sf.asterisk.manager.response.MailboxCountResponse
Returns the number of new messages in the mailbox.
getNewname() - Method in class net.sf.asterisk.manager.event.RenameEvent
Returns the new name of the channel.
getNumber() - Method in class net.sf.asterisk.fastagi.command.SayNumberCommand
Returns the number to say.
getNumber() - Method in class net.sf.asterisk.manager.action.ZapDialOffhookAction
Returns the number to dial.
getObjectName() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
getOffset() - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Returns the offset samples to skip before streaming.
getOffset() - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Returns the offset samples to skip.
getOffset() - Method in class net.sf.asterisk.fastagi.command.StreamFileCommand
Returns the offset samples to skip before streaming.
getOld() - Method in class net.sf.asterisk.manager.event.MessageWaitingEvent
Returns the number of old messages in this mailbox.
getOldMessages() - Method in class net.sf.asterisk.manager.response.MailboxCountResponse
Returns the number of old messages in the mailbox.
getOldname() - Method in class net.sf.asterisk.manager.event.RenameEvent
Returns the old name of the channel.
getOption(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Plays the given file, and waits for the user to press one of the given digits.
getOption(AGIChannel, String, String, int) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String, int) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String, int) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Plays the given file, and waits for the user to press one of the given digits.
getOption(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
getOption(String, String, int) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
GetOptionCommand - Class in net.sf.asterisk.fastagi.command
Plays the given file, and waits for the user to press one of the given digits.
GetOptionCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.GetOptionCommand
Creates a new GetOptionCommand with a default timeout of 5 seconds.
GetOptionCommand(String, String, int) - Constructor for class net.sf.asterisk.fastagi.command.GetOptionCommand
Creates a new GetOptionCommand with the given timeout.
getOptions() - Method in class net.sf.asterisk.fastagi.command.ExecCommand
Returns the options to pass to the application.
getPagesTransferred() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Returns the number of pages transferred.
getParameter(String) - Method in interface net.sf.asterisk.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 net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getParameterMap() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getParameterValues(String) - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
If the parameter has a single value, the array has a length of 1.
getParameterValues(String) - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getPartialResult() - Method in exception net.sf.asterisk.manager.EventTimeoutException
Returns the partial result that has been received before the timeout occured.
Note: Using the partial result in your application should be avoided wherever possible.
getPaused() - Method in class net.sf.asterisk.manager.action.QueueAddAction
Returns if the queue member should be paused when added.
getPaused() - Method in class net.sf.asterisk.manager.action.QueuePauseAction
Returns if the member is made available or unavailable.
getPaused() - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Returns if this queue member is paused (not accepting calls).
getPaused() - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Is this queue member paused (not accepting calls)?
Available since Asterisk 1.2.
getPaused() - Method in class net.sf.asterisk.manager.event.QueueMemberPausedEvent
Returns if this queue member is paused (not accepting calls).
getPauseDigit() - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Retruns the digit for pause and unpause.
getPeer() - Method in class net.sf.asterisk.manager.action.SIPShowPeerAction
Returns the name of the peer to retrieve.
This parameter is mandatory.
getPeer() - Method in class net.sf.asterisk.manager.event.PeerStatusEvent
Returns the name of the peer that registered.
getPeerStatus() - Method in class net.sf.asterisk.manager.event.PeerStatusEvent
Returns the registration state.
This may be one of Registered Unregistered Reachable Lagged Unreachable Rejected (IAX only)
getPenalty() - Method in class net.sf.asterisk.manager.action.QueueAddAction
Returns the penalty for this member.
getPenalty() - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Returns the penalty for the added member.
getPenalty() - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Returns the penalty for the added member.
getPort() - Method in class net.sf.asterisk.manager.AsteriskServer
Returns the port.
getPosition() - Method in class net.sf.asterisk.manager.event.JoinEvent
Returns the position of the joined channel in the queue.
getPosition() - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Returns the position of this entry in the queue.
getPriority() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the priority in the dial plan from which the AGI script was called.
getPriority() - Method in class net.sf.asterisk.fastagi.command.SetPriorityCommand
Returns the priority or label for continuation upon exiting the application.
getPriority() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getPriority() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the priority of the extension to connect to.
getPriority() - Method in class net.sf.asterisk.manager.action.RedirectAction
Returns the destination priority.
getPriority() - Method in class net.sf.asterisk.manager.Channel
Returns the priority of the current extension.
getPriority() - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
getPriority() - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Returns the priority.
getPriority() - Method in class net.sf.asterisk.manager.event.StatusEvent
 
getPriority() - Method in class net.sf.asterisk.manager.Extension
 
getPriority() - Method in class net.sf.asterisk.manager.Originate
Returns the priority of the extension to connect to.
getPrivilege() - Method in class net.sf.asterisk.manager.event.ManagerEvent
Returns the AMI authorization class of this event.
This is one or more of system, call, log, verbose, command, agent or user.
getProtocolIdentifier() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
getProtocolIdentifier() - Method in class net.sf.asterisk.manager.event.ConnectEvent
Returns the version of the protocol.
getProtocolIdentifier() - Method in interface net.sf.asterisk.manager.ManagerConnection
Returns the protocol identifier, i.e.
getQueue() - Method in class net.sf.asterisk.manager.action.QueueAddAction
Returns the name of the queue the new member will be added to.
getQueue() - Method in class net.sf.asterisk.manager.action.QueuePauseAction
Returns the name of the queue the member is made available or unavailable on.
getQueue() - Method in class net.sf.asterisk.manager.action.QueueRemoveAction
Returns the name of the queue the member will be removed from.
getQueue() - Method in class net.sf.asterisk.manager.action.QueueStatusAction
Returns the queue filter.
getQueue() - Method in class net.sf.asterisk.manager.event.AbstractAgentEvent
Returns the name of the queue.
getQueue() - Method in class net.sf.asterisk.manager.event.AbstractQueueMemberEvent
Returns the name of the queue.
getQueue() - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Returns the name of the queue that contains this entry.
getQueue() - Method in class net.sf.asterisk.manager.event.QueueEvent
Returns the name of the queue.
getQueue() - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Returns the name of the queue.
getQueue() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the name of the queue.
getQueues() - Method in interface net.sf.asterisk.manager.AsteriskManager
Returns a Map of all queues.
The map contains the queue names as keys and objects of type Queue as values.
getQueues() - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
getQueues() - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
getRdnis() - Method in interface net.sf.asterisk.fastagi.AGIRequest
If this call has been forwared, the number of the person doing the redirect is returned (Redirected dialed number identification service).
This is usally only only available on PRI.
getRdnis() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getReason() - Method in class net.sf.asterisk.manager.Call
 
getReason() - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
Returns the reason for the logoff.
getReason() - Method in class net.sf.asterisk.manager.event.AgentCompleteEvent
Returns if the agent or the caller terminated the call.
getReason() - Method in class net.sf.asterisk.manager.event.LogChannelEvent
Returns the reason code for disabling logging.
getReason() - Method in class net.sf.asterisk.manager.event.OriginateEvent
 
getReasonTxt() - Method in class net.sf.asterisk.manager.event.LogChannelEvent
Returns the textual representation of the reason for disabling logging.
getRemoteAddress() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the remote address of this channel, that is the IP address of the Asterisk server.
getRemoteAddress() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getRemoteAddress() - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
getRemoteAddress() - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Returns the remote address of this socket connection.
getRemotePort() - Method in interface net.sf.asterisk.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 net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getRemotePort() - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
getRemotePort() - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Returns the remote port of this socket connection.
getRemoteStationId() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Retruns the identifier of the remote fax station.
getRequest() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns a Map containing the raw request name/value pairs.
getRequest() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getRequestURL() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the full URL of the requestURL in the form agi://host[:port][/script][?param1=value1¶m2=value2].
getRequestURL() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
Returns the full URL of the request in the form agi://host[:port][/script].
getResolution() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Returns the row resolution of the received fax.
getResponse() - Method in class net.sf.asterisk.manager.impl.ResponseEventsImpl
 
getResponse() - Method in class net.sf.asterisk.manager.response.ManagerResponse
Returns the value of the "Response:" line.
getResponse() - Method in interface net.sf.asterisk.manager.ResponseEvents
Returns the ManagerResponse received.
getRestart() - Method in class net.sf.asterisk.manager.event.ShutdownEvent
Returns true if the server has been restarted; false if it has been halted.
getResult() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns the result, that is the part directly following the "result=" string.
getResult() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
Returns the result, that is the part directly following the "result=" string.
getResult() - Method in class net.sf.asterisk.manager.response.CommandResponse
Returns a List containing strings representing the lines returned by the CLI command.
getResultCode() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns the return code (the result as int).
getResultCode() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
Returns the return code (the result as int).
getResultCodeAsChar() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns the return code as character.
getResultCodeAsChar() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
Returns the return code as character.
getRewindDigit() - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Returns the digit for rewind.
getScript() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the name of the script to execute including its full path.
This corresponds to the request url with protocol, host, port and parameters stripped off.
getScript() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
Returns the name of the script to execute.
getSeconds() - Method in class net.sf.asterisk.manager.event.StatusEvent
Returns the number of elapsed seconds.
getSecret() - Method in class net.sf.asterisk.manager.action.LoginAction
Returns the secret.
getServiceLevel() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the service level (in seconds) as defined by the servicelevel setting in queues.conf.
getServiceLevelPerf() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the ratio of calls answered within the specified service level per total completed calls (in percent).
getShutdown() - Method in class net.sf.asterisk.manager.event.ShutdownEvent
Returns the kind of shutdown or restart.
getSignalling() - Method in class net.sf.asterisk.manager.event.ZapShowChannelsEvent
Returns the signalling of this zap channel.
Possible values are: E & M Immediate E & M Wink E & M E1 Feature Group D (DTMF) Feature Group D (MF) Feature Group B (MF) E911 (MF) FXS Loopstart FXS Groundstart FXS Kewlstart FXO Loopstart FXO Groundstart FXO Kewlstart PRI Signalling R2 Signalling SF (Tone) Signalling Immediate SF (Tone) Signalling Wink SF (Tone) Signalling with Feature Group D (DTMF) SF (Tone) Signalling with Feature Group D (MF) SF (Tone) Signalling with Feature Group B (MF) GR-303 Signalling with FXOKS GR-303 Signalling with FXSKS Pseudo Signalling
getSoft() - Method in class net.sf.asterisk.manager.action.AgentLogoffAction
Returns whether to hangup existing calls or not.
Default is to hangup existing calls on logoff.
getSrc() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getSrc() - Method in class net.sf.asterisk.manager.event.DialEvent
Returns the name of the source channel.
getSrcUniqueId() - Method in class net.sf.asterisk.manager.event.DialEvent
Returns the unique ID of the source channel.
getStartTime() - Method in class net.sf.asterisk.manager.Call
 
getStartTime() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getState() - Method in class net.sf.asterisk.manager.Channel
Returns the state of this channel.
getState() - Method in class net.sf.asterisk.manager.event.ChannelEvent
Returns the (new) state of the channel.
The following states are used:
Down OffHook Dialing Ring Ringing Up Busy
getState() - Method in class net.sf.asterisk.manager.event.DNDStateEvent
Returns DND state of the channel.
getState() - Method in class net.sf.asterisk.manager.event.StatusEvent
 
getStatus() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns the status code.
Supported status codes are: 200 Success 510 Invalid or unknown command 520 Invalid command syntax
getStatus() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
Returns the status code.
Supported status codes are: 200 Success 510 Invalid or unknown command 520 Invalid command syntax
getStatus() - Method in class net.sf.asterisk.manager.event.AgentsEvent
Returns the status of this agent.
This is one of "AGENT_LOGGEDOFF" Agent isn't logged in "AGENT_IDLE" Agent is logged in, and waiting for call "AGENT_ONCALL" Agent is logged in, and on a call "AGENT_UNKNOWN" Don't know anything about agent.
getStatus() - Method in class net.sf.asterisk.manager.event.ExtensionStatusEvent
Returns the state of the extension.
getStatus() - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
Returns the status of this peer.
For SIP peers this is one of: "UNREACHABLE" "LAGGED (%d ms)" "OK (%d ms)" "UNKNOWN" "Unmonitored"
getStatus() - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Returns the status of this queue member.
Valid status codes are: AST_DEVICE_UNKNOWN (0) Queue member is available AST_DEVICE_NOT_INUSE (1) ? AST_DEVICE_INUSE (2) ? AST_DEVICE_BUSY (3) ? AST_DEVICE_INVALID (4) ? AST_DEVICE_UNAVAILABLE (5) ?
getStatus() - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Returns the status of this queue member.
Available since Asterisk 1.2
Valid status codes are: AST_DEVICE_UNKNOWN (0) Queue member is available AST_DEVICE_NOT_INUSE (1) ? AST_DEVICE_INUSE (2) ? AST_DEVICE_BUSY (3) ? AST_DEVICE_INVALID (4) ? AST_DEVICE_UNAVAILABLE (5) ?
getStatus() - Method in class net.sf.asterisk.manager.event.RegistryEvent
Returns the registration state.
For sip this may be one of (not sure if all of these are exposed via the manager api, at least "Registered" and "Timeout" are used though) Registered Unregistered Request Sent Auth.
getStatus() - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
getSynopsis() - Method in exception net.sf.asterisk.fastagi.InvalidCommandSyntaxException
Returns the synopsis of the command that was called with invalid syntax.
getSynopsis() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns the synopsis of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
getSynopsis() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
Returns the synopsis of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
getTalkingTo() - Method in class net.sf.asterisk.manager.event.AgentsEvent
Returns the numerical Caller*ID of the channel this agent is talking to.
getTalkTime() - Method in class net.sf.asterisk.manager.event.AgentCompleteEvent
Returns the amount of time the caller talked to the agent.
getText() - Method in class net.sf.asterisk.fastagi.command.SayAlphaCommand
Returns the text to say.
getText() - Method in class net.sf.asterisk.fastagi.command.SayPhoneticCommand
Returns the text to say.
getText() - Method in class net.sf.asterisk.fastagi.command.SendTextCommand
Returns the text to send.
getTime() - Method in class net.sf.asterisk.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 net.sf.asterisk.fastagi.command.SayTimeCommand
Returns the time to say in seconds since 00:00:00 on January 1, 1970.
getTime() - Method in class net.sf.asterisk.fastagi.command.SetAutoHangupCommand
Returns the number of seconds before this channel is automatically hung up.
getTime() - Method in class net.sf.asterisk.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 net.sf.asterisk.fastagi.command.GetDataCommand
Returns the timeout to wait for data.
getTimeout() - Method in class net.sf.asterisk.fastagi.command.GetOptionCommand
Returns the timeout to wait if none of the defined esacpe digits was presses while streaming.
getTimeout() - Method in class net.sf.asterisk.fastagi.command.ReceiveCharCommand
Returns the milliseconds to wait for the channel to receive a character.
getTimeout() - Method in class net.sf.asterisk.fastagi.command.ReceiveTextCommand
Returns the milliseconds to wait for the channel to receive the text.
getTimeout() - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Returns the maximum record time in milliseconds.
getTimeout() - Method in class net.sf.asterisk.fastagi.command.WaitForDigitCommand
Returns the milliseconds to wait for the channel to receive a DTMF digit.
getTimeout() - Method in class net.sf.asterisk.manager.action.AbsoluteTimeoutAction
Returns the timeout (in seconds) to set.
getTimeout() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the timeout for the origination.
getTimeout() - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Returns the number of seconds this call will be parked.
This corresponds to the parkingtime option in features.conf.
getTimeout() - Method in class net.sf.asterisk.manager.Originate
Returns the timeout for the origination.
getTimezone() - Method in class net.sf.asterisk.fastagi.command.SayDateTimeCommand
Returns the timezone to use when saying the time.
getTransferRate() - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Returns the transfer rate in bits/s.
getType() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the type of the channel, for example "SIP".
getType() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
getUniqueId() - Method in interface net.sf.asterisk.fastagi.AGIRequest
Returns the unqiue id of the channel.
getUniqueId() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
Returns the unqiue id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.Call
 
getUniqueId() - Method in class net.sf.asterisk.manager.event.AbstractAgentEvent
Returns the unique id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.AgentCallbackLoginEvent
 
getUniqueId() - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
 
getUniqueId() - Method in class net.sf.asterisk.manager.event.AgentLoginEvent
 
getUniqueId() - Method in class net.sf.asterisk.manager.event.AgentLogoffEvent
 
getUniqueId() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getUniqueId() - Method in class net.sf.asterisk.manager.event.ChannelEvent
Returns the unique id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.HoldEvent
Returns the unique id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.MeetMeEvent
Returns the unique id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Returns the unique id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Returns the unique id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.OriginateEvent
 
getUniqueId() - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Returns the unique id of the parked channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.RenameEvent
Returns the unique id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.StatusEvent
Returns the unique id of this channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.UnholdEvent
Returns the unique id of the channel.
getUniqueId() - Method in class net.sf.asterisk.manager.event.UserEvent
Returns the unqiue id of the channel this event occured in.
getUniqueId() - Method in class net.sf.asterisk.manager.response.ManagerResponse
Returns the unique id received with this response.
getUniqueId1() - Method in class net.sf.asterisk.manager.event.HoldedCallEvent
Returns the unique id of the channel that put the other channel on hold.
getUniqueId1() - Method in class net.sf.asterisk.manager.event.LinkageEvent
Returns the unique id of the first channel.
getUniqueId2() - Method in class net.sf.asterisk.manager.event.HoldedCallEvent
Returns the unique id of the channel that has been put on hold.
getUniqueId2() - Method in class net.sf.asterisk.manager.event.LinkageEvent
Returns the unique id of the second channel.
getUsage() - Method in exception net.sf.asterisk.fastagi.InvalidCommandSyntaxException
Returns a description of the command that was called with invalid syntax.
getUsage() - Method in interface net.sf.asterisk.fastagi.reply.AGIReply
Returns the usage of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
getUsage() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
Returns the usage of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
getUserField() - Method in class net.sf.asterisk.manager.action.SetCDRUserFieldAction
Returns the value of the cdr user field to set or append.
getUserField() - Method in class net.sf.asterisk.manager.event.CdrEvent
 
getUsername() - Method in class net.sf.asterisk.manager.action.LoginAction
Returns the username.
getUsername() - Method in class net.sf.asterisk.manager.event.RegistryEvent
Returns the username used for registration.
SIP send the username in case of a registration timeout, IAX2 in case of a registration failure.
getUserNum() - Method in class net.sf.asterisk.manager.event.MeetMeEvent
 
getVal() - Method in class net.sf.asterisk.manager.action.DBPutAction
Returns the value to set.
getVal() - Method in class net.sf.asterisk.manager.event.DBGetResponseEvent
Returns the value of the database entry that was queried.
getValue() - Method in class net.sf.asterisk.fastagi.command.DatabasePutCommand
Returns the value to set.
getValue() - Method in class net.sf.asterisk.fastagi.command.SetVariableCommand
Returns the value to set.
getValue() - Method in class net.sf.asterisk.manager.action.SetVarAction
Returns the value to store.
GetVarAction - Class in net.sf.asterisk.manager.action
The GetVarAction queries for a global or local channel variable.
Reading global variables is supported since Asterisk 1.2.
GetVarAction() - Constructor for class net.sf.asterisk.manager.action.GetVarAction
Creates a new empty GetVarAction.
GetVarAction(String) - Constructor for class net.sf.asterisk.manager.action.GetVarAction
Creates a new GetVarAction that queries for the given global variable.
GetVarAction(String, String) - Constructor for class net.sf.asterisk.manager.action.GetVarAction
Creates a new GetVarAction that queries for the given local channel variable.
getVariable(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Returns the value of the given channel variable.
getVariable(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Returns the value of the current channel variable.
getVariable(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Returns the value of the given channel variable.
getVariable() - Method in class net.sf.asterisk.fastagi.command.GetFullVariableCommand
Returns the name of the variable to retrieve.
getVariable() - Method in class net.sf.asterisk.fastagi.command.GetVariableCommand
Returns the name of the variable to retrieve.
getVariable() - Method in class net.sf.asterisk.fastagi.command.SetVariableCommand
Returns the name of the variable to set.
getVariable(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
getVariable() - Method in class net.sf.asterisk.manager.action.GetVarAction
Retruns the name of the variable to query.
getVariable() - Method in class net.sf.asterisk.manager.action.SetVarAction
Returns the name of the variable to set.
GetVariableCommand - Class in net.sf.asterisk.fastagi.command
Returns the value of the given channel varible.
Since Asterisk 1.2 you can also use this command to use custom Asterisk functions.
GetVariableCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.GetVariableCommand
Creates a new GetVariableCommand.
getVariables() - Method in class net.sf.asterisk.manager.action.OriginateAction
Returns the variables to set on the originated call.
getVariables() - Method in class net.sf.asterisk.manager.Originate
Returns the variables to set on the originated call.
getVariableString() - Method in class net.sf.asterisk.manager.Originate
Deprecated. This method is no longer needed and will be removed in the next version of Asterisk-Java.
getVersion() - Method in interface net.sf.asterisk.manager.AsteriskManager
Returns the version of the Asterisk server you are connected to.
This typically looks like "Asterisk 1.0.9 built by root@host on a i686 running Linux".
getVersion(String) - Method in interface net.sf.asterisk.manager.AsteriskManager
Returns the CVS revision of a given source file of the Asterisk server you are connected to.
For example getVersion("app_meetme.c") may return {1, 102} for CVS revision "1.102".
Note that this feature is not available with Asterisk 1.0.x.
You can use this feature if you need to write applications that behave different depending on specific modules being available in a specific version or not.
getVersion() - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
getVersion(String) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
getVersion(String) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
getVersion() - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
getWait() - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Returns the number of seconds this entry has spent in the queue.
getWaiting() - Method in class net.sf.asterisk.manager.event.MessageWaitingEvent
Returns the number of new messages in the mailbox.
getWaiting() - Method in class net.sf.asterisk.manager.response.MailboxStatusResponse
Returns Boolean.TRUE if at least one of the given mailboxes contains new messages; Boolean.FALSE otherwise.
getWasLinked() - Method in class net.sf.asterisk.manager.Channel
Indicates if this channel was linked to another channel at least once.
getWeight() - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Returns the weight of this queue.
A queues can be assigned a 'weight' to ensure calls waiting in a higher priority queue will deliver its calls first.
getWrapupTime() - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Returns the minimum amount of time after disconnecting before the caller can receive a new call.
getZapChannel() - Method in class net.sf.asterisk.manager.action.ZapDialOffhookAction
Returns the number of the zap channel.
getZapChannel() - Method in class net.sf.asterisk.manager.action.ZapDNDOffAction
Returns the number of the zap channel to switch to dnd off.
getZapChannel() - Method in class net.sf.asterisk.manager.action.ZapDNDOnAction
Returns the number of the zap channel to switch to dnd on.
getZapChannel() - Method in class net.sf.asterisk.manager.action.ZapHangupAction
Returns the number of the zap channel to hangup.
getZapChannel() - Method in class net.sf.asterisk.manager.action.ZapTransferAction
Returns the number of the zap channel to transfer.

H

handleConnectEvent(ConnectEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
Requests the current state from the asterisk server after the connection to the asterisk server is restored.
handleDisconnectEvent(DisconnectEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
Resets the internal state when the connection to the asterisk server is lost.
handleEvent(ManagerEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
Handles all events received from the asterisk server.
Events are queued until channels and queues are initialized and then delegated to the dispatchEvent method.
handleEvent(ManagerEvent) - Method in interface net.sf.asterisk.manager.ManagerEventHandler
This method is called when an event is received.
handleEvent(ManagerEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
Handles all events received from the asterisk server.
Events are queued until channels and queues are initialized and then delegated to the dispatchEvent method.
handleHangupEvent(HangupEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleHangupEvent(HangupEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleJoinEvent(JoinEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleLeaveEvent(LeaveEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleLinkEvent(LinkEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleLinkEvent(LinkEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleNewCallerIdEvent(NewCallerIdEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleNewChannelEvent(NewChannelEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleNewChannelEvent(NewChannelEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleNewExtenEvent(NewExtenEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleNewExtenEvent(NewExtenEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleNewStateEvent(NewStateEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleNewStateEvent(NewStateEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleQueueEntryEvent(QueueEntryEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleQueueEntryEvent(QueueEntryEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleQueueMemberEvent(QueueMemberEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleQueueMemberEvent(QueueMemberEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleQueueParamsEvent(QueueParamsEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleQueueParamsEvent(QueueParamsEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleRenameEvent(RenameEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleRenameEvent(RenameEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleResponse(ManagerResponse) - Method in interface net.sf.asterisk.manager.ManagerResponseHandler
This method is called when a response is received.
handleStatusCompleteEvent(StatusCompleteEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleStatusEvent(StatusEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleStatusEvent(StatusEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
handleUnlinkEvent(UnlinkEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
handleUnlinkEvent(UnlinkEvent) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
hangup(AGIChannel) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Hangs the channel up.
hangup() - Method in interface net.sf.asterisk.fastagi.AGIChannel
Hangs the channel up.
hangup() - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Hangs the channel up.
hangup() - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
HangupAction - Class in net.sf.asterisk.manager.action
The HangupAction causes the pbx to hang up a given channel.
HangupAction() - Constructor for class net.sf.asterisk.manager.action.HangupAction
Creates a new empty HangupAction.
HangupAction(String) - Constructor for class net.sf.asterisk.manager.action.HangupAction
Creates a new HangupAction that hangs up the given channel.
HangupCommand - Class in net.sf.asterisk.fastagi.command
Hangs up the specified channel.
HangupCommand() - Constructor for class net.sf.asterisk.fastagi.command.HangupCommand
Creates a new HangupCommand that hangs up the current channel.
HangupCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.HangupCommand
Creates a new HangupCommand that hangs up the given channel.
HangupEvent - Class in net.sf.asterisk.manager.event
A HangupEvent is triggered when a channel is hung up.
It is implemented in channel.c
HangupEvent(Object) - Constructor for class net.sf.asterisk.manager.event.HangupEvent
 
HoldedCallEvent - Class in net.sf.asterisk.manager.event
A ParkedCallEvent is triggered when a channel is put on hold.
It is implemented in res/res_features.c
HoldedCallEvent(Object) - Constructor for class net.sf.asterisk.manager.event.HoldedCallEvent
 
HoldEvent - Class in net.sf.asterisk.manager.event
A HoldEvent is triggered by the SIP channel driver when a channel is put on hold.
It is implemented in channels/chan_sip.c.
Available since Asterisk 1.2
HoldEvent(Object) - Constructor for class net.sf.asterisk.manager.event.HoldEvent
Creates a new HoldEvent.
HUNGUP - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 

I

info(Object) - Method in class net.sf.asterisk.util.impl.JavaLoggingLog
 
info(Object) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log a message to the Log4j Logger with INFO priority.
info(Object, Throwable) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log an error to the Log4j Logger with INFO priority.
info(Object) - Method in class net.sf.asterisk.util.impl.NullLog
 
info(Object) - Method in interface net.sf.asterisk.util.Log
 
initialize() - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
initialize() - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
INTERNAL_ACTION_ID_DELIMITER - Static variable in class net.sf.asterisk.manager.impl.Util
 
InvalidCommandSyntaxException - Exception in net.sf.asterisk.fastagi
An InvalidCommandSyntaxException is thrown when the reader receives a reply with status code 520.
InvalidCommandSyntaxException(String, String) - Constructor for exception net.sf.asterisk.fastagi.InvalidCommandSyntaxException
Creates a new InvalidCommandSyntaxException with the given synopsis and usage.
InvalidOrUnknownCommandException - Exception in net.sf.asterisk.fastagi
An InvalidOrUnknownCommandException is thrown when the reader receives a reply with status code 510.
InvalidOrUnknownCommandException(String) - Constructor for exception net.sf.asterisk.fastagi.InvalidOrUnknownCommandException
Creates a new InvalidOrUnknownCommandException.
isAtLeast(AsteriskVersion) - Method in class net.sf.asterisk.AsteriskVersion
Returns true if this version is equal to or higher than the given version.
isComplete() - Method in class net.sf.asterisk.manager.impl.ResponseEventsImpl
 
isConnected() - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
isConnected() - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Returns the connection state of the socket.
isConnected() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Returns true if there is a socket connection to the asterisk server, false otherwise.
isConnected() - Method in interface net.sf.asterisk.manager.ManagerConnection
Checks if the connection to the Asterisk server is established.
isDebugEnabled() - Method in class net.sf.asterisk.util.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for DEBUG priority.
isErrorEnabled() - Method in class net.sf.asterisk.util.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for ERROR priority.
isFatalEnabled() - Method in class net.sf.asterisk.util.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for FATAL priority.
isInfoEnabled() - Method in class net.sf.asterisk.util.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for INFO priority.
isTraceEnabled() - Method in class net.sf.asterisk.util.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for TRACE priority.
isTrue(String) - Static method in class net.sf.asterisk.util.AstUtil
Checks if a String represents true or false according to Asterisk's logic.
The original implementation is util.c is as follows:
isWarnEnabled() - Method in class net.sf.asterisk.util.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for WARN priority.

J

JavaLoggingLog - Class in net.sf.asterisk.util.impl
Log implementation that uses the java.util.logging package.
JavaLoggingLog(Class) - Constructor for class net.sf.asterisk.util.impl.JavaLoggingLog
Creates a new JavaLoggingLog obtained from java.util.logging for the given class.
JoinEvent - Class in net.sf.asterisk.manager.event
A JoinEvent is triggered when a channel joines a queue.
It is implemented in apps/app_queue.c
JoinEvent(Object) - Constructor for class net.sf.asterisk.manager.event.JoinEvent
 

K

keepAlive - Variable in class net.sf.asterisk.manager.DefaultManagerConnection
Should we attempt to reconnect when the connection is lost?
This is set to true after successful login and to false after logoff or after an authentication failure when keepAliveAfterAuthenticationFailure is false.

L

LeaveEvent - Class in net.sf.asterisk.manager.event
A LeaveEvent is triggered when a channel leaves a queue.
It is implemented in apps/app_queue.c
LeaveEvent(Object) - Constructor for class net.sf.asterisk.manager.event.LeaveEvent
 
LinkageEvent - Class in net.sf.asterisk.manager.event
Abstract base class providing common properties for LinkEvent and UnlinkEvent.
LinkageEvent(Object) - Constructor for class net.sf.asterisk.manager.event.LinkageEvent
 
LinkEvent - Class in net.sf.asterisk.manager.event
A LinkEvent is triggered when two voice channels are linked together and voice data exchange commences.
Several Link events may be seen for a single call.
LinkEvent(Object) - Constructor for class net.sf.asterisk.manager.event.LinkEvent
 
Log - Interface in net.sf.asterisk.util
 
Log4JLogger - Class in net.sf.asterisk.util.impl
Implementation of Log that maps directly to a Log4J Logger.
Log4JLogger() - Constructor for class net.sf.asterisk.util.impl.Log4JLogger
 
Log4JLogger(Class) - Constructor for class net.sf.asterisk.util.impl.Log4JLogger
Base constructor.
LogChannelEvent - Class in net.sf.asterisk.manager.event
A LogChannelEvent is triggered when logging is turned on or off.
It is implemented in logger.c
Available since Asterisk 1.2
LogChannelEvent(Object) - Constructor for class net.sf.asterisk.manager.event.LogChannelEvent
 
LogFactory - Class in net.sf.asterisk.util
Facade to hide details of the underlying logging system.
LogFactory() - Constructor for class net.sf.asterisk.util.LogFactory
 
login() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Logs in to the asterisk manager using asterisk's MD5 based challenge/response protocol.
login() - Method in interface net.sf.asterisk.manager.ManagerConnection
Logs in to the Asterisk server with the username and password specified when this connection was created.
LoginAction - Class in net.sf.asterisk.manager.action
The LoginAction authenticates the connection.
A successful login is the precondition for sending any other action except for the ChallengeAction.
An unsuccessful login results in an ManagerError being received from the server with a message set to "Authentication failed" and the socket being closed by Asterisk.
LoginAction() - Constructor for class net.sf.asterisk.manager.action.LoginAction
Creates a new empty LoginAction.
LoginAction(String, String) - Constructor for class net.sf.asterisk.manager.action.LoginAction
Creates a new LoginAction that performs a cleartext login.
You should not use cleartext login if you are concerned about security, using ChallengeAction and login with a password hash instead.
LoginAction(String, String, String) - Constructor for class net.sf.asterisk.manager.action.LoginAction
Creates a new LoginAction that performs a login via challenge/response.
LoginAction(String, String, String, String) - Constructor for class net.sf.asterisk.manager.action.LoginAction
Creates a new LoginAction that performs a login via challenge/response.
logoff() - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Sends a LogoffAction and disconnects from the server.
logoff() - Method in interface net.sf.asterisk.manager.ManagerConnection
Sends a LogoffAction to the Asterisk server and disconnects.
LogoffAction - Class in net.sf.asterisk.manager.action
The LogoffAction causes the server to close the connection.
LogoffAction() - Constructor for class net.sf.asterisk.manager.action.LogoffAction
Creates a new LogoffAction.

M

MailboxCountAction - Class in net.sf.asterisk.manager.action
The MailboxCountAction queries the number of unread and read messages in a mailbox.
The MailboxCountAction returns a MailboxStatusResponse.
MailboxCountAction() - Constructor for class net.sf.asterisk.manager.action.MailboxCountAction
Creates a new empty MailboxCountAction.
MailboxCountAction(String) - Constructor for class net.sf.asterisk.manager.action.MailboxCountAction
Creates a new MailboxCountAction that queries the number of unread and read messages in the given mailbox.
MailboxCountResponse - Class in net.sf.asterisk.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 net.sf.asterisk.manager.response.MailboxCountResponse
 
MailboxStatusAction - Class in net.sf.asterisk.manager.action
The MailboxStatusAction checks if a mailbox contains waiting messages.
The MailboxStatusAction returns a MailboxStatusResponse.
MailboxStatusAction() - Constructor for class net.sf.asterisk.manager.action.MailboxStatusAction
Creates a new empty MailboxStatusAction.
MailboxStatusAction(String) - Constructor for class net.sf.asterisk.manager.action.MailboxStatusAction
Creates a new MailboxStatusAction that checks for waiting messages in the given mailbox.
MailboxStatusResponse - Class in net.sf.asterisk.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 net.sf.asterisk.manager.response.MailboxStatusResponse
 
main(String[]) - Static method in class net.sf.asterisk.fastagi.DefaultAGIServer
 
Main - Class in net.sf.asterisk
Starts the DefaultAGIServer.
Main() - Constructor for class net.sf.asterisk.Main
 
main(String[]) - Static method in class net.sf.asterisk.Main
 
ManagerAction - Interface in net.sf.asterisk.manager.action
Interface that all Actions that can be sent to the Asterisk server must impement.
Instances of this class represent a command sent to Asterisk via Manager API, requesting a particular Action be performed.
ManagerConnection - Interface in net.sf.asterisk.manager
The main interface to talk to an Asterisk server via the Asterisk Manager API.
The ManagerConnection repesents a connection to an Asterisk Server and is capable to send Actions and receive Responses and Events.
ManagerConnectionFactory - Class in net.sf.asterisk.manager
This factory is used to obtain new ManagerConnections.
ManagerConnectionFactory() - Constructor for class net.sf.asterisk.manager.ManagerConnectionFactory
Creates a new ManagerConnectionFactory.
ManagerError - Class in net.sf.asterisk.manager.response
Represents an "Response: Error" response received from the asterisk server.
ManagerError() - Constructor for class net.sf.asterisk.manager.response.ManagerError
Creates a new ManagerError.
ManagerEvent - Class in net.sf.asterisk.manager.event
Abstract base class for all Events that can be received from the Asterisk server.
Events contain data pertaining to an event generated from within the Asterisk core or an extension module.
There is one conrete subclass of ManagerEvent per each supported Asterisk Event.
ManagerEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ManagerEvent
 
ManagerEventHandler - Interface in net.sf.asterisk.manager
An Interface to handle events received from an asterisk server.
ManagerReader - Interface in net.sf.asterisk.manager
The ManagerReader reads events and responses from the asterisk server, parses them using EventBuilderImpl and ResponseBuilder and dispatches them to the associated ManagerConnection.
Do not use this interface in your code, it is intended to be used only by the DefaultManagerConnection.
ManagerReaderImpl - Class in net.sf.asterisk.manager.impl
Default implementation of the ManagerReader interface.
ManagerReaderImpl(Dispatcher, AsteriskServer) - Constructor for class net.sf.asterisk.manager.impl.ManagerReaderImpl
Creates a new ManagerReaderImpl.
ManagerResponse - Class in net.sf.asterisk.manager.response
Represents a response received from the Asterisk server as the result of a previously sent ManagerAction.
The response can be linked with the action that caused it by looking the action id attribute that will match the action id of the corresponding action.
ManagerResponse() - Constructor for class net.sf.asterisk.manager.response.ManagerResponse
 
ManagerResponseHandler - Interface in net.sf.asterisk.manager
An Interface to handle responses received from an asterisk server.
ManagerWriter - Interface in net.sf.asterisk.manager
The ManagerWriter transforms actions using an ActionBuilder and sends them to the asterisk server.
This class is intended to be used only by the DefaultManagerConnection.
ManagerWriterImpl - Class in net.sf.asterisk.manager.impl
Default implementation of ManagerWriter interface.
ManagerWriterImpl() - Constructor for class net.sf.asterisk.manager.impl.ManagerWriterImpl
Creates a new ManagerWriter.
MappingStrategy - Interface in net.sf.asterisk.fastagi
A MappingStrategy determines which AGIScript has to be called to service a given AGIRequest.
MeetMeEvent - Class in net.sf.asterisk.manager.event
Abstract base class providing common properties for meet me (asterisk's conference system) events.
MeetMeEvent(Object) - Constructor for class net.sf.asterisk.manager.event.MeetMeEvent
 
MeetMeJoinEvent - Class in net.sf.asterisk.manager.event
A MeetMeJoinEvent is triggered if a channel joins a meet me conference.
It is implemented in apps/app_meetme.c
MeetMeJoinEvent(Object) - Constructor for class net.sf.asterisk.manager.event.MeetMeJoinEvent
 
MeetMeLeaveEvent - Class in net.sf.asterisk.manager.event
A MeetMeLeaveEvent is triggered if a channel leaves a meet me conference.
It is implemented in apps/app_meetme.c
MeetMeLeaveEvent(Object) - Constructor for class net.sf.asterisk.manager.event.MeetMeLeaveEvent
 
MeetMeStopTalkingEvent - Class in net.sf.asterisk.manager.event
A MeetMeStopTalkingEvent is triggered when a user ends talking in a meet me conference.
It is implemented in apps/app_meetme.c
Available since Asterisk 1.2
MeetMeStopTalkingEvent(Object) - Constructor for class net.sf.asterisk.manager.event.MeetMeStopTalkingEvent
 
MeetMeTalkingEvent - Class in net.sf.asterisk.manager.event
A MeetMeTalkingEvent is triggered when a user starts talking in a meet me conference.
It is implemented in apps/app_meetme.c
Available since Asterisk 1.2
MeetMeTalkingEvent(Object) - Constructor for class net.sf.asterisk.manager.event.MeetMeTalkingEvent
 
MessageWaitingEvent - Class in net.sf.asterisk.manager.event
A MessageWaitingEvent is triggered when someone leaves voicemail.
It is implemented in apps/app_voicemail.c
MessageWaitingEvent(Object) - Constructor for class net.sf.asterisk.manager.event.MessageWaitingEvent
 
MonitorAction - Class in net.sf.asterisk.manager.action
The MonitorAction starts monitoring (recording) a channel.
It is implemented in res/res_monitor.c
MonitorAction() - Constructor for class net.sf.asterisk.manager.action.MonitorAction
Creates a new empty MonitorAction.
MonitorAction(String, String) - Constructor for class net.sf.asterisk.manager.action.MonitorAction
Creates a new MonitorAction that starts monitoring the given channel and writes voice data to the given file(s).
MonitorAction(String, String, String) - Constructor for class net.sf.asterisk.manager.action.MonitorAction
Creates a new MonitorAction that starts monitoring the given channel and writes voice data to the given file(s).
MonitorAction(String, String, String, Boolean) - Constructor for class net.sf.asterisk.manager.action.MonitorAction
Creates a new MonitorAction that starts monitoring the given channel and writes voice data to the given file(s).
MultiAsterisksManager - Class in net.sf.asterisk.manager
 
MultiAsterisksManager() - Constructor for class net.sf.asterisk.manager.MultiAsterisksManager
 

N

net.sf.asterisk - package net.sf.asterisk
 
net.sf.asterisk.fastagi - package net.sf.asterisk.fastagi
Provides an implementaion of Asterisk's FastAGI.
net.sf.asterisk.fastagi.command - package net.sf.asterisk.fastagi.command
Provides classes that represent the standard commands that can be sent to an Asterisk server via the FastAGI.
net.sf.asterisk.fastagi.impl - package net.sf.asterisk.fastagi.impl
Provides private implementations for interfaces defined in the net.sf.asterisk.fastagi package.
net.sf.asterisk.fastagi.reply - package net.sf.asterisk.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.
net.sf.asterisk.fastagi.reply.impl - package net.sf.asterisk.fastagi.reply.impl
Provides private implementations for interfaces defined in the net.sf.asterisk.fastagi.reply package.
net.sf.asterisk.io - package net.sf.asterisk.io
Provides a facade to java.io.
net.sf.asterisk.io.impl - package net.sf.asterisk.io.impl
Provides private implementations for interfaces defined in the net.sf.asterisk.io package.
net.sf.asterisk.manager - package net.sf.asterisk.manager
Provides an implementaion of Asterisk's Manager API.
net.sf.asterisk.manager.action - package net.sf.asterisk.manager.action
Provides classes that represent the standard actions that can be sent to an Asterisk server via the Manager API.
net.sf.asterisk.manager.event - package net.sf.asterisk.manager.event
Provides classes that represent the standard events that can be received from an Asterisk server via the Manager API.
net.sf.asterisk.manager.impl - package net.sf.asterisk.manager.impl
Provides private implementations for interfaces defined in the net.sf.asterisk.manager package.
net.sf.asterisk.manager.response - package net.sf.asterisk.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.
net.sf.asterisk.util - package net.sf.asterisk.util
Provides various utility classes used throughout the library.
net.sf.asterisk.util.impl - package net.sf.asterisk.util.impl
Provides private implementations for interfaces defined in the net.sf.asterisk.util package.
NewCallerIdEvent - Class in net.sf.asterisk.manager.event
A NewCallerIdEvent is triggered when the caller id of a channel changes.
It is implemented in channel.c
NewCallerIdEvent(Object) - Constructor for class net.sf.asterisk.manager.event.NewCallerIdEvent
 
NewChannelEvent - Class in net.sf.asterisk.manager.event
A NewChannelEvent is triggered when a new channel is created.
It is implemented in channel.c
NewChannelEvent(Object) - Constructor for class net.sf.asterisk.manager.event.NewChannelEvent
 
NewExtenEvent - Class in net.sf.asterisk.manager.event
A NewExtenEvent is triggered when a channel is connected to a new extension.
It is implemented in pbx.c
NewExtenEvent(Object) - Constructor for class net.sf.asterisk.manager.event.NewExtenEvent
 
newname - Variable in class net.sf.asterisk.manager.event.RenameEvent
New name of the channel after renaming occured.
NewStateEvent - Class in net.sf.asterisk.manager.event
A NewStateEvent is triggered when the state of a channel has changed.
It is implemented in channel.c
NewStateEvent(Object) - Constructor for class net.sf.asterisk.manager.event.NewStateEvent
 
NoopCommand - Class in net.sf.asterisk.fastagi.command
Does nothing.
NoopCommand() - Constructor for class net.sf.asterisk.fastagi.command.NoopCommand
Creates a new NoopCommand.
NullLog - Class in net.sf.asterisk.util.impl
A Log implementation that does nothing.
NullLog() - Constructor for class net.sf.asterisk.util.impl.NullLog
Creates a new NullLog.

O

OFF_HOOK - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 
oldname - Variable in class net.sf.asterisk.manager.event.RenameEvent
Old name of the channel before renaming occured.
Originate - Class in net.sf.asterisk.manager
 
Originate() - Constructor for class net.sf.asterisk.manager.Originate
 
OriginateAction - Class in net.sf.asterisk.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.
If you want to connect to an extension use the properties context, exten and priority.
OriginateAction() - Constructor for class net.sf.asterisk.manager.action.OriginateAction
 
originateCall(Originate) - Method in interface net.sf.asterisk.manager.AsteriskManager
Generates an outgoing call.
originateCall(Originate) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
originateCall(Originate) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
OriginateEvent - Class in net.sf.asterisk.manager.event
Abstract base class for events triggered in response to an OriginateAction.
OriginateEvent(Object) - Constructor for class net.sf.asterisk.manager.event.OriginateEvent
 
originateEvent2Call(OriginateEvent) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
OriginateFailureEvent - Class in net.sf.asterisk.manager.event
An OriginateFailureEvent is triggered when the execution of an OriginateAction failed.
OriginateFailureEvent(Object) - Constructor for class net.sf.asterisk.manager.event.OriginateFailureEvent
 
OriginateSuccessEvent - Class in net.sf.asterisk.manager.event
An OriginateSuccessEvent is triggered when the execution of an OriginateAction succeeded.
OriginateSuccessEvent(Object) - Constructor for class net.sf.asterisk.manager.event.OriginateSuccessEvent
 
overrideCurrentDate(Date) - Static method in class net.sf.asterisk.util.DateUtil
If set to a non null value uses the date given as current date on calls to getDate().

P

ParkedCallEvent - Class in net.sf.asterisk.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.
It is implemented in res/res_features.c
ParkedCallEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ParkedCallEvent
 
ParkedCallGiveUpEvent - Class in net.sf.asterisk.manager.event
A ParkedCallGiveUpEvent is triggered when a channel that has been parked is hung up.
It is implemented in res/res_features.c
Available since Asterisk 1.2
ParkedCallGiveUpEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ParkedCallGiveUpEvent
 
ParkedCallsAction - Class in net.sf.asterisk.manager.action
The ParkedCallsAction requests a list of all currently parked calls.
For each active channel a ParkedCallEvent is generated.
ParkedCallsAction() - Constructor for class net.sf.asterisk.manager.action.ParkedCallsAction
Creates a new ParkedCallsAction.
ParkedCallsCompleteEvent - Class in net.sf.asterisk.manager.event
A ParkedCallsCompleteEvent is triggered after all parked calls have been reported in response to a ParkedCallsAction.
ParkedCallsCompleteEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ParkedCallsCompleteEvent
 
ParkedCallTimeOutEvent - Class in net.sf.asterisk.manager.event
A ParkedCallTimeOutEvent is triggered when call parking times out for a given channel.
It is implemented in res/res_features.c
Available since Asterisk 1.2
ParkedCallTimeOutEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ParkedCallTimeOutEvent
 
password - Variable in class net.sf.asterisk.manager.DefaultManagerConnection
The password to use for login as defined in Asterisk's manager.conf.
PeerEntryEvent - Class in net.sf.asterisk.manager.event
A PeerEntryEvent is triggered in response to a SIPPeersAction or SIPShowPeerAction and contains information about a peer.
It is implemented in channels/chan_sip.c
PeerEntryEvent(Object) - Constructor for class net.sf.asterisk.manager.event.PeerEntryEvent
Creates a new instance.
PeerlistCompleteEvent - Class in net.sf.asterisk.manager.event
A PeerlistCompleteEvent is triggered after the details of all peers has been reported in response to an SIPPeersAction or SIPShowPeerAction.
Available since Asterisk 1.2
PeerlistCompleteEvent(Object) - Constructor for class net.sf.asterisk.manager.event.PeerlistCompleteEvent
Creates a new instance.
PeerStatusEvent - Class in net.sf.asterisk.manager.event
A PeerStatusEvent is triggered when a SIP or IAX client attempts to registrer at this asterisk server.
This event is implemented in channels/chan_iax2.c and channels/chan_sip.c
PeerStatusEvent(Object) - Constructor for class net.sf.asterisk.manager.event.PeerStatusEvent
 
PingAction - Class in net.sf.asterisk.manager.action
The PingAction will ellicit a 'Pong' response, it is used to keep the manager connection open and performs no operation.
PingAction() - Constructor for class net.sf.asterisk.manager.action.PingAction
Creates a new PingAction.
PingThread - Class in net.sf.asterisk.manager
A Thread that pings the Asterisk server at a given interval.
You can use this to prevent the connection being shut down when there is no traffic.
PingThread(ManagerConnection) - Constructor for class net.sf.asterisk.manager.PingThread
Creates a new PingThread that uses the given ManagerConnection.
playMusicOnHold(AGIChannel) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Plays music on hold from the default music on hold class.
playMusicOnHold(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Plays music on hold from the given music on hold class.
playMusicOnHold() - Method in interface net.sf.asterisk.fastagi.AGIChannel
Plays music on hold from the default music on hold class.
playMusicOnHold(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Plays music on hold from the given music on hold class.
playMusicOnHold() - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Plays music on hold from the default music on hold class.
playMusicOnHold(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Plays music on hold from the given music on hold class.
playMusicOnHold() - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
playMusicOnHold(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
position - Variable in class net.sf.asterisk.manager.event.JoinEvent
 

Q

Queue - Class in net.sf.asterisk.manager
 
Queue(String) - Constructor for class net.sf.asterisk.manager.Queue
 
QueueAddAction - Class in net.sf.asterisk.manager.action
The QueueAddAction adds a new member to a queue.
It is implemented in apps/app_queue.c
QueueAddAction() - Constructor for class net.sf.asterisk.manager.action.QueueAddAction
Creates a new empty QueueAddAction.
QueueAddAction(String, String) - Constructor for class net.sf.asterisk.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 net.sf.asterisk.manager.action.QueueAddAction
Creates a new QueueAddAction that adds a new member on the given interface to the given queue with the given penalty.
QueueEntryEvent - Class in net.sf.asterisk.manager.event
A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
It is implemented in apps/app_queue.c
QueueEntryEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueEntryEvent
 
QueueEvent - Class in net.sf.asterisk.manager.event
Abstract base class providing common properties for JoinEvent and LeaveEvent.
QueueEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueEvent
 
QueueMemberAddedEvent - Class in net.sf.asterisk.manager.event
A QueueMemberAddedEvent is triggered when a queue member is added to a queue.
It is implemented in apps/app_queue.c.
Available since Asterisk 1.2
QueueMemberAddedEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueMemberAddedEvent
 
QueueMemberEvent - Class in net.sf.asterisk.manager.event
A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue.
It is implemented in apps/app_queue.c
QueueMemberEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueMemberEvent
 
QueueMemberPausedEvent - Class in net.sf.asterisk.manager.event
A QueueMemberPausedEvent is triggered when a queue member is paused or unpaused.
It is implemented in apps/app_queue.c.
Available since Asterisk 1.2
QueueMemberPausedEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueMemberPausedEvent
 
QueueMemberRemovedEvent - Class in net.sf.asterisk.manager.event
A QueueMemberRemovedEvent is triggered when a queue member is removed from a queue.
It is implemented in apps/app_queue.c.
Available since Asterisk 1.2
QueueMemberRemovedEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueMemberRemovedEvent
 
QueueMemberStatusEvent - Class in net.sf.asterisk.manager.event
A QueueMemberStatusEvent shows the status of a QueueMemberEvent
QueueMemberStatusEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueMemberStatusEvent
 
QueueParamsEvent - Class in net.sf.asterisk.manager.event
A QueueParamsEvent is triggered in response to a QueueStatusAction and contains the parameters of a queue.
It is implemented in apps/app_queue.c
QueueParamsEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueParamsEvent
 
QueuePauseAction - Class in net.sf.asterisk.manager.action
The QueuePauseAction makes a queue member temporarily unavailabe (or available again).
It is implemented in apps/app_queue.c
Available since Asterisk 1.2.
QueuePauseAction() - Constructor for class net.sf.asterisk.manager.action.QueuePauseAction
Creates a new empty QueuePauseAction.
QueuePauseAction(String) - Constructor for class net.sf.asterisk.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 net.sf.asterisk.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 net.sf.asterisk.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 net.sf.asterisk.manager.action.QueuePauseAction
Creates a new QueuePauseAction that makes the member on the given interface unavailable on the given queue.
QueueRemoveAction - Class in net.sf.asterisk.manager.action
The QueueRemoveAction removes a member from a queue.
It is implemented in apps/app_queue.c
QueueRemoveAction() - Constructor for class net.sf.asterisk.manager.action.QueueRemoveAction
Creates a new empty QueueRemoveAction.
QueueRemoveAction(String, String) - Constructor for class net.sf.asterisk.manager.action.QueueRemoveAction
Creates a new QueueRemoveAction that removes the member on the given interface from the given queue.
QueueStatusAction - Class in net.sf.asterisk.manager.action
The QueueStatusAction requests the state of all defined queues their members (agents) and entries (callers).
For each queue a QueueParamsEvent is generated, followed by a QueueMemberEvent for each member of that queue and a QueueEntryEvent for each entry in the queue.
Since Asterisk 1.2 a QueueStatusCompleteEvent is sent to denote the end of the generated dump.
This action is implemented in apps/app_queue.c
QueueStatusAction() - Constructor for class net.sf.asterisk.manager.action.QueueStatusAction
Creates a new QueueStatusAction.
QueueStatusCompleteEvent - Class in net.sf.asterisk.manager.event
A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction.
Since Asterisk 1.2
QueueStatusCompleteEvent(Object) - Constructor for class net.sf.asterisk.manager.event.QueueStatusCompleteEvent
 

R

readLine() - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
readLine() - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Reads a line of text from the socket connection.
readReply() - Method in interface net.sf.asterisk.fastagi.AGIReader
Reads one reply to an AGICommand from Asterisk.
readReply() - Method in class net.sf.asterisk.fastagi.impl.AGIReaderImpl
 
readRequest() - Method in interface net.sf.asterisk.fastagi.AGIReader
Reads the initial request data from Asterisk.
readRequest() - Method in class net.sf.asterisk.fastagi.impl.AGIReaderImpl
 
ReceiveCharCommand - Class in net.sf.asterisk.fastagi.command
Receives a character of text on a channel.
Specify timeout to be the maximum time to wait for input in milliseconds, or 0 for infinite.
Most channels do not support the reception of text.
Returns the decimal value of the character if one is received, or 0 if the channel does not support text reception.
ReceiveCharCommand() - Constructor for class net.sf.asterisk.fastagi.command.ReceiveCharCommand
Creates a new ReceiveCharCommand with a default timeout of 0 meaning to wait for ever.
ReceiveCharCommand(int) - Constructor for class net.sf.asterisk.fastagi.command.ReceiveCharCommand
Creates a new ReceiveCharCommand.
ReceiveTextCommand - Class in net.sf.asterisk.fastagi.command
Receives a string of text on a channel.
Specify timeout to be the maximum time to wait for input in milliseconds, or 0 for infinite.
Most channels do not support the reception of text.
Returns -1 for failure or 1 for success, and the string in parentheses.
Available since Asterisk 1.2.
ReceiveTextCommand() - Constructor for class net.sf.asterisk.fastagi.command.ReceiveTextCommand
Creates a new ReceiveTextCommand with a default timeout of 0 meaning to wait for ever.
ReceiveTextCommand(int) - Constructor for class net.sf.asterisk.fastagi.command.ReceiveTextCommand
Creates a new ReceiveTextCommand.
RecordFileCommand - Class in net.sf.asterisk.fastagi.command
Record to a file until a given dtmf digit in the sequence is received.
Returns -1 on hangup or error.
The format will specify what kind of file will be recorded.
RecordFileCommand(String, String, String, int) - Constructor for class net.sf.asterisk.fastagi.command.RecordFileCommand
Creates a new RecordFileCommand.
RecordFileCommand(String, String, String, int, int, boolean, int) - Constructor for class net.sf.asterisk.fastagi.command.RecordFileCommand
Creates a new RecordFileCommand.
RedirectAction - Class in net.sf.asterisk.manager.action
Redirects a given channel (and an optional additional channel) to a new extension.
RedirectAction() - Constructor for class net.sf.asterisk.manager.action.RedirectAction
Creates a new empty RedirectAction.
RedirectAction(String, String, String, Integer) - Constructor for class net.sf.asterisk.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 net.sf.asterisk.manager.action.RedirectAction
Creates a new RedirectAction that redirects the given channels to the given context, extension, priority triple.
registerEventClass(Class) - Method in interface net.sf.asterisk.manager.EventBuilder
Registers a new event class.
registerEventClass(Class) - Method in class net.sf.asterisk.manager.impl.EventBuilderImpl
 
registerEventClass(String, Class) - Method in class net.sf.asterisk.manager.impl.EventBuilderImpl
Registers a new event class for the event given by eventType.
registerEventClass(Class) - Method in class net.sf.asterisk.manager.impl.ManagerReaderImpl
 
registerEventClass(Class) - Method in interface net.sf.asterisk.manager.ManagerReader
Registers a new event type with the underlying EventBuilderImpl.
The eventClass must extend ManagerEvent.
registerUserEventClass(Class) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
registerUserEventClass(Class) - Method in interface net.sf.asterisk.manager.ManagerConnection
Registers a new user event type.
Asterisk allows you to send custom events via the UserEvent application.
RegistryEvent - Class in net.sf.asterisk.manager.event
A RegistryEvent is triggered when this asterisk server attempts to register as a client at another SIP or IAX server.
This event is implemented in channels/chan_iax2.c and channels/chan_sip.c
RegistryEvent(Object) - Constructor for class net.sf.asterisk.manager.event.RegistryEvent
 
ReloadEvent - Class in net.sf.asterisk.manager.event
A ReloadEvent is triggerd when the reload console command is executed or the asterisk server is started.
It is implemented in manager.c
ReloadEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ReloadEvent
 
removeChannel(Channel) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
removeChannel(Channel) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
removeEntry(Channel) - Method in class net.sf.asterisk.manager.Queue
 
removeEventHandler(ManagerEventHandler) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
removeEventHandler(ManagerEventHandler) - Method in interface net.sf.asterisk.manager.ManagerConnection
Unregisters a previously registered event handler.
Does nothing if the given event handler hasn't be been regiered before.
removeQueue(Queue) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
removeQueue(Queue) - Method in class net.sf.asterisk.manager.MultiAsterisksManager
 
RenameEvent - Class in net.sf.asterisk.manager.event
A RenameEvent is triggered when the name of a channel is changed.
It is implemented in channel.c
RenameEvent(Object) - Constructor for class net.sf.asterisk.manager.event.RenameEvent
 
ResourceBundleMappingStrategy - Class in net.sf.asterisk.fastagi
A MappingStrategy that is configured via a resource bundle.
The resource bundle contains the script part of the url as key and the fully qualified class name of the corresponding AGIScript as value.
Example:
ResourceBundleMappingStrategy() - Constructor for class net.sf.asterisk.fastagi.ResourceBundleMappingStrategy
 
ResponseBuilder - Interface in net.sf.asterisk.manager
Transforms maps of attributes to instances of ManagerResponse.
ResponseBuilderImpl - Class in net.sf.asterisk.manager.impl
Default implementation of the ResponseBuilder interface.
ResponseBuilderImpl() - Constructor for class net.sf.asterisk.manager.impl.ResponseBuilderImpl
 
ResponseEvent - Class in net.sf.asterisk.manager.event
Abstract base class for events triggered in response to a ManagerAction.
All ResponseEvents contain an additional action id property that links the event to the action that caused it.
ResponseEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ResponseEvent
 
ResponseEvents - Interface in net.sf.asterisk.manager
Contains the result of executing an EventGeneratingAction, that is the ManagerResponse and any received ManagerEvents.
ResponseEventsImpl - Class in net.sf.asterisk.manager.impl
Implementation of the ResponseEvents interface.
ResponseEventsImpl() - Constructor for class net.sf.asterisk.manager.impl.ResponseEventsImpl
Creates a new instance.
result - Variable in class net.sf.asterisk.manager.response.CommandResponse
 
RING - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 
RINGING - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 
RSRVD - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 
run() - Method in class net.sf.asterisk.fastagi.AGIConnectionHandler
 
run() - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
 
run() - Method in class net.sf.asterisk.manager.impl.ManagerReaderImpl
Reads line by line from the asterisk server, sets the protocol identifier as soon as it is received and dispatches the received events and responses via the associated dispatcher.
run() - Method in class net.sf.asterisk.manager.PingThread
 

S

sayAlpha(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given character string.
sayAlpha(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given character string, returning early if any of the given DTMF number are received on the channel.
sayAlpha(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Says the given character string.
sayAlpha(String, String) - Method in interface net.sf.asterisk.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 net.sf.asterisk.fastagi.BaseAGIScript
Says the given character string.
sayAlpha(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Says the given character string, returning early if any of the given DTMF number are received on the channel.
sayAlpha(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sayAlpha(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
SayAlphaCommand - Class in net.sf.asterisk.fastagi.command
Say a given character string, returning early if any of the given DTMF digits are received on the channel.
Returns 0 if playback completes without a digit being pressed, or the ASCII numerical value of the digit if one was pressed or -1 on error/hangup.
SayAlphaCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SayAlphaCommand
Creates a new SayAlphaCommand.
SayAlphaCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.SayAlphaCommand
Creates a new SayAlphaCommand.
sayDateTime(long) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Says the given time.
Available since Asterisk 1.2.
sayDateTime(long, String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Says the given time and allows interruption by one of the given escape digits.
Available since Asterisk 1.2.
sayDateTime(long, String, String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Says the given time in the given format and allows interruption by one of the given escape digits.
Available since Asterisk 1.2.
sayDateTime(long, String, String, String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Says the given time in the given format and timezone and allows interruption by one of the given escape digits.
Available since Asterisk 1.2.
sayDateTime(long) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Says the given time.
Available since Asterisk 1.2.
sayDateTime(long, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Says the given time and allows interruption by one of the given escape digits.
Available since Asterisk 1.2.
sayDateTime(long, String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Says the given time in the given format and allows interruption by one of the given escape digits.
Available since Asterisk 1.2.
sayDateTime(long, String, String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Says the given time in the given format and timezone and allows interruption by one of the given escape digits.
Available since Asterisk 1.2.
sayDateTime(long, String, String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sayDateTime(long, String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sayDateTime(long, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sayDateTime(long) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
SayDateTimeCommand - Class in net.sf.asterisk.fastagi.command
Say a given time, returning early if any of the given DTMF digits are pressed.
Returns 0 if playback completes without a digit being pressed, or the ASCII numerical value of the digit if one was pressed or -1 on error/hangup.
Available since Asterisk 1.2.
SayDateTimeCommand(long) - Constructor for class net.sf.asterisk.fastagi.command.SayDateTimeCommand
Creates a new SayDateTimeCommand that says the given time.
SayDateTimeCommand(long, String) - Constructor for class net.sf.asterisk.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 net.sf.asterisk.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 net.sf.asterisk.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(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given digit string.
sayDigits(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given number, returning early if any of the given DTMF number are received on the channel.
sayDigits(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Says the given digit string.
sayDigits(String, String) - Method in interface net.sf.asterisk.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 net.sf.asterisk.fastagi.BaseAGIScript
Says the given digit string.
sayDigits(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Says the given number, returning early if any of the given DTMF number are received on the channel.
sayDigits(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sayDigits(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
SayDigitsCommand - Class in net.sf.asterisk.fastagi.command
Say a given digit string, returning early if any of the given DTMF digits are received on the channel.
Returns 0 if playback completes without a digit being pressed, or the ASCII numerical value of the digit if one was pressed or -1 on error/hangup.
SayDigitsCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SayDigitsCommand
Creates a new SayDigitsCommand.
SayDigitsCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.SayDigitsCommand
Creates a new SayDigitsCommand.
sayNumber(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given number.
sayNumber(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given number, returning early if any of the given DTMF number are received on the channel.
sayNumber(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Says the given number.
sayNumber(String, String) - Method in interface net.sf.asterisk.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 net.sf.asterisk.fastagi.BaseAGIScript
Says the given number.
sayNumber(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Says the given number, returning early if any of the given DTMF number are received on the channel.
sayNumber(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sayNumber(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
SayNumberCommand - Class in net.sf.asterisk.fastagi.command
Say a given number, returning early if any of the given DTMF number are received on the channel.
Returns 0 if playback completes without a digit being pressed, or the ASCII numerical value of the digit if one was pressed or -1 on error/hangup.
SayNumberCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SayNumberCommand
Creates a new SayNumberCommand.
SayNumberCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.SayNumberCommand
Creates a new SayNumberCommand.
sayPhonetic(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given character string with phonetics.
sayPhonetic(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. 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 interface net.sf.asterisk.fastagi.AGIChannel
Says the given character string with phonetics.
sayPhonetic(String, String) - Method in interface net.sf.asterisk.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 net.sf.asterisk.fastagi.BaseAGIScript
Says the given character string with phonetics.
sayPhonetic(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
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 net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sayPhonetic(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
SayPhoneticCommand - Class in net.sf.asterisk.fastagi.command
Say a given character string with phonetics, returning early if any of the given DTMF digits are received on the channel.
Returns 0 if playback completes without a digit being pressed, or the ASCII numerical value of the digit if one was pressed or -1 on error/hangup.
SayPhoneticCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SayPhoneticCommand
Creates a new SayPhonticCommand.
SayPhoneticCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.SayPhoneticCommand
Creates a new SayPhoneticCommand.
sayTime(AGIChannel, long) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given time.
sayTime(AGIChannel, long, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Says the given time, returning early if any of the given DTMF number are received on the channel.
sayTime(long) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Says the given time.
sayTime(long, String) - Method in interface net.sf.asterisk.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 net.sf.asterisk.fastagi.BaseAGIScript
Says the given time.
sayTime(long, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Says the given time, returning early if any of the given DTMF number are received on the channel.
sayTime(long) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sayTime(long, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
SayTimeCommand - Class in net.sf.asterisk.fastagi.command
Say a given time, returning early if any of the given DTMF digits are received on the channel.
Time is the number of seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC).
Returns 0 if playback completes without a digit being pressed, or the ASCII numerical value of the digit if one was pressed or -1 on error/hangup.
SayTimeCommand(long) - Constructor for class net.sf.asterisk.fastagi.command.SayTimeCommand
Creates a new SayTimeCommand.
SayTimeCommand(long, String) - Constructor for class net.sf.asterisk.fastagi.command.SayTimeCommand
Creates a new SayTimeCommand.
SC_INVALID_COMMAND_SYNTAX - Static variable in interface net.sf.asterisk.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 net.sf.asterisk.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 net.sf.asterisk.fastagi.reply.AGIReply
Status code (200) indicating Asterisk successfully processed the AGICommand.
sendAction(ManagerAction) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
sendAction(ManagerAction, long) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
sendAction(ManagerAction, ManagerResponseHandler) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
sendAction(ManagerAction, String) - Method in class net.sf.asterisk.manager.impl.ManagerWriterImpl
 
sendAction(ManagerAction) - Method in interface net.sf.asterisk.manager.ManagerConnection
Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse.
sendAction(ManagerAction, long) - Method in interface net.sf.asterisk.manager.ManagerConnection
Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse.
sendAction(ManagerAction, ManagerResponseHandler) - Method in interface net.sf.asterisk.manager.ManagerConnection
Sends a ManagerAction to the Asterisk server and registers a callback handler to be called when the corresponding ManagerResponse is received.
sendAction(ManagerAction, String) - Method in interface net.sf.asterisk.manager.ManagerWriter
Sends the given action to the asterisk server.
sendCommand(AGICommand) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Sends a command to asterisk and returns the corresponding reply.
sendCommand(AGICommand) - Method in interface net.sf.asterisk.fastagi.AGIWriter
Sends the given command to the Asterisk server.
sendCommand(AGICommand) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
sendCommand(AGICommand) - Method in class net.sf.asterisk.fastagi.impl.AGIWriterImpl
 
sendEventGeneratingAction(EventGeneratingAction) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
sendEventGeneratingAction(EventGeneratingAction, long) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
sendEventGeneratingAction(EventGeneratingAction) - Method in interface net.sf.asterisk.manager.ManagerConnection
Sends a EventGeneratingAction to the Asterisk server and waits for the corresponding ManagerResponse and the ResponseEvents.
EventGeneratingActions are ManagerActions that don't return their response in the corresponding ManagerResponse but send a series of events that contain the payload.
Examples for EventGeneratingActions are the StatusAction, the net.sf.asterisk.manager.action.QueueAction or the AgentsAction.
sendEventGeneratingAction(EventGeneratingAction, long) - Method in interface net.sf.asterisk.manager.ManagerConnection
Sends a EventGeneratingAction to the Asterisk server and waits for the corresponding ManagerResponse and the ResponseEvents.
SendImageCommand - Class in net.sf.asterisk.fastagi.command
Sends the given image on a channel.
Most channels do not support the transmission of images.
Returns 0 if image is sent, or if the channel does not support image transmission.
SendImageCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SendImageCommand
Creates a new SendImageCommand.
SendTextCommand - Class in net.sf.asterisk.fastagi.command
Sends the given text on a channel.
Most channels do not support the transmission of text.
Returns 0 if text is sent, or if the channel does not support text transmission.
SendTextCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SendTextCommand
Creates a new SendTextCommand.
ServerSocketFacade - Interface in net.sf.asterisk.io
The ServerSocketFacade provides operations to accept client connections over TCP/IP sockets.
It hides the details of the underlying I/O system used for server socket communication.
ServerSocketFacadeImpl - Class in net.sf.asterisk.io.impl
Default implementation of the ServerSocketFacade interface using standard java.io classes (ServerSocket in this case).
ServerSocketFacadeImpl(int, int, InetAddress) - Constructor for class net.sf.asterisk.io.impl.ServerSocketFacadeImpl
 
service(AGIRequest, AGIChannel) - Method in interface net.sf.asterisk.fastagi.AGIScript
The service method is called by the AsteriskServer whenever this AGIScript should handle an incoming AGIRequest.
setAbandoned(Integer) - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Sets the number of abandoned calls.
setAccount(String) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the account code to use for the originated call.
The account code is included in the call detail record generated for this call and will be used for billing.
setAccount(String) - Method in class net.sf.asterisk.manager.Channel
Sets the account code used to bill this channel.
setAccount(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
Sets the account code of this channel.
setAccount(String) - Method in class net.sf.asterisk.manager.Originate
Sets the account code to use for the originated call.
The account code is included in the call detail record generated for this call and will be used for billing.
setAccountCode(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setAckCall(Boolean) - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Sets if an acknowledgement is needed when agent is called back.
This property is optional, it allows you to override the defaults defined in Asterisk's configuration.
setAcl(Boolean) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
setActionId(String) - Method in class net.sf.asterisk.manager.action.AbstractManagerAction
 
setActionId(String) - Method in interface net.sf.asterisk.manager.action.ManagerAction
Sets the action id.
If the action id is set and sent to the asterisk server any response returned by the asterisk server will include the same action id.
setActionId(String) - Method in class net.sf.asterisk.manager.event.ResponseEvent
Sets the action id of the ManagerAction that caused this event.
setActionId(String) - Method in class net.sf.asterisk.manager.response.ManagerResponse
Sets the action id.
setAgent(String) - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Sets the name of the agent to log in, for example "1002".
This is property is mandatory.
setAgent(String) - Method in class net.sf.asterisk.manager.action.AgentLogoffAction
Sets the name of the agent to log off, for example "1002".
This is property is mandatory.
setAgent(String) - Method in class net.sf.asterisk.manager.event.AgentCallbackLoginEvent
Sets the name of the agent that logged in.
setAgent(String) - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
Sets the name of the agent that logged off.
setAgent(String) - Method in class net.sf.asterisk.manager.event.AgentLoginEvent
Sets the name of the agent that logged in.
setAgent(String) - Method in class net.sf.asterisk.manager.event.AgentLogoffEvent
Sets the name of the agent that logged off.
setAgent(String) - Method in class net.sf.asterisk.manager.event.AgentsEvent
Sets the agentid.
setAgentCalled(String) - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
setAgiServer(AGIServer) - Method in class net.sf.asterisk.fastagi.AGIServerThread
Sets the AGIServer to run.
setAlarm(String) - Method in class net.sf.asterisk.manager.event.AlarmEvent
Sets the kind of alarm that happened.
setAlarm(String) - Method in class net.sf.asterisk.manager.event.ZapShowChannelsEvent
Sets the alarm state of this zap channel.
setAmaFlags(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setAnswerTime(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setAppData(String) - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Sets the parameters passed to the application that is executed.
setAppend(Boolean) - Method in class net.sf.asterisk.manager.action.SetCDRUserFieldAction
Set to true to append the value to the cdr user field or false to overwrite.
setApplication(String) - Method in class net.sf.asterisk.fastagi.command.ExecCommand
Sets the name of the application to execute.
setApplication(String) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the name of the application to connect to.
setApplication(String) - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Sets the name of the application that is executed.
setApplication(String) - Method in class net.sf.asterisk.manager.Originate
Sets the name of the application to connect to.
setAsteriskServer(AsteriskServer) - Method in class net.sf.asterisk.manager.Channel
Sets the Asterisk server.
setAsync(Boolean) - Method in class net.sf.asterisk.manager.action.OriginateAction
Set to true for fast origination.
setAttributes(Map) - Method in class net.sf.asterisk.manager.response.ManagerResponse
Sets the Map with all attributes.
setAuthType(String) - Method in class net.sf.asterisk.manager.action.ChallengeAction
Sets the digest alogrithm to use.
setAuthType(String) - Method in class net.sf.asterisk.manager.action.LoginAction
Sets the digest alogrithm when using challenge/response.
The digest algorithm is used to create the key based on the challenge and the user's password.
Currently Asterisk supports only "MD5".
setAutoHangup(AGIChannel, int) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Cause the channel to automatically hangup at the given number of seconds in the future.
setAutoHangup(int) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Cause the channel to automatically hangup at the given number of seconds in the future.
setAutoHangup(int) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Cause the channel to automatically hangup at the given number of seconds in the future.
setAutoHangup(int) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
SetAutoHangupCommand - Class in net.sf.asterisk.fastagi.command
Cause the channel to automatically hangup at the given number of seconds in the future.
Of course it can be hungup before then as well.
SetAutoHangupCommand(int) - Constructor for class net.sf.asterisk.fastagi.command.SetAutoHangupCommand
Creates a new SetAutoHangupCommand.
setBeep(boolean) - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Set to true to play a beep before recording.
setBillableSeconds(Integer) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setBindPort(int) - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
Deprecated. use DefaultAGIServer.setPort(int) instead
setCallerId(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Sets the caller id on the current channel.
setCallerId(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Sets the caller id on the current channel.
setCallerId(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Sets the caller id on the current channel.
setCallerId(String) - Method in class net.sf.asterisk.fastagi.command.SetCallerIdCommand
Sets the new callerId.
setCallerId(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
setCallerId(String) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the caller id to set on the outgoing channel.
setCallerId(String) - Method in class net.sf.asterisk.manager.Channel
Sets the caller id of this channel.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.AbstractParkedCallEvent
Sets the Caller*ID number of the parked channel.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
setCallerId(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setCallerId(String) - Method in class net.sf.asterisk.manager.event.ChannelEvent
Sets the Caller*ID of the channel.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.DialEvent
Sets the caller*ID.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the Caller*ID of the calling party.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.JoinEvent
Sets the Caller*ID number of the channel that joined the queue.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Sets the new Caller*ID.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Sets the Caller*ID number of the parked channel.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Sets the the Caller*ID number of this entry.
setCallerId(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
Sets the Caller*ID of this channel.
setCallerId(String) - Method in class net.sf.asterisk.manager.Originate
Sets the caller id to set on the outgoing channel.
setCallerId1(String) - Method in class net.sf.asterisk.manager.event.LinkageEvent
Sets the Caller*Id number of the first channel.
setCallerId2(String) - Method in class net.sf.asterisk.manager.event.LinkageEvent
Sets the Caller*Id number of the second channel.
SetCallerIdCommand - Class in net.sf.asterisk.fastagi.command
Changes the callerid of the current channel.
SetCallerIdCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SetCallerIdCommand
Creates a new SetCallerIdCommand.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.Channel
Sets the caller id of this channel.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.AbstractParkedCallEvent
Sets the Caller*ID name of the parked channel.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
Sets the Caller*ID name of the calling channel.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.ChannelEvent
Sets the Caller*ID Name of the channel.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.DialEvent
Sets the Caller*Id Name.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.JoinEvent
Sets the Caller*ID name of the channel that joined the queue.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Sets the new Caller*ID Name if set or "≶Unknown>" if none has been set.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Sets the Caller*ID name of the parked channel.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Sets the Caller*ID name of this entry.
setCallerIdName(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
Sets the Caller*ID Name of this channel.
setCallingPres(Boolean) - Method in class net.sf.asterisk.manager.action.OriginateAction
Set to true if you want Caller ID presentation to be set on the outgoing channel.
setCalls(Integer) - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Sets the number of calls currently waiting in the queue.
setCallsTaken(Integer) - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Sets the number of calls answered by the added member.
setCallsTaken(Integer) - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Sets the number of calls answered by the added member.
setCause(Integer) - Method in class net.sf.asterisk.manager.event.HangupEvent
Sets the cause of the hangup.
setCause(String) - Method in class net.sf.asterisk.manager.event.PeerStatusEvent
Sets the cause of the rejection or unregistration.
setCause(String) - Method in class net.sf.asterisk.manager.event.RegistryEvent
Sets the cause of a rejected registration.
setCauseTxt(String) - Method in class net.sf.asterisk.manager.event.HangupEvent
Sets the textual representation of the hangup cause.
SetCDRUserFieldAction - Class in net.sf.asterisk.manager.action
The SetCDRUserFieldAction causes the user field of the call detail record for the given channel to be changed.
Depending on the value of the append property the value is appended or overwritten.
The SetCDRUserFieldAction is implemented in apps/app_setcdruserfield.c
SetCDRUserFieldAction() - Constructor for class net.sf.asterisk.manager.action.SetCDRUserFieldAction
Creates a new empty SetCDRUserFieldAction.
SetCDRUserFieldAction(String, String) - Constructor for class net.sf.asterisk.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 net.sf.asterisk.manager.action.SetCDRUserFieldAction
Creates a new SetCDRUserFieldAction that sets the user field of the call detail record for the given channel to the given value.
setChallenge(String) - Method in class net.sf.asterisk.manager.response.ChallengeResponse
Sets the challenge to use when creating the key for log in.
setChannel(String) - Method in class net.sf.asterisk.fastagi.command.ChannelStatusCommand
Sets the name of the channel to query.
setChannel(String) - Method in class net.sf.asterisk.fastagi.command.GetFullVariableCommand
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.fastagi.command.HangupCommand
Sets the name of the channel to hangup.
setChannel(String) - Method in class net.sf.asterisk.manager.action.AbsoluteTimeoutAction
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.action.ChangeMonitorAction
Sets the name of the monitored channel.
This property is mandatory.
setChannel(String) - Method in class net.sf.asterisk.manager.action.GetVarAction
Sets the name of the channel if you query for a local channel variable.
setChannel(String) - Method in class net.sf.asterisk.manager.action.HangupAction
Sets the name of the channel to hangup.
setChannel(String) - Method in class net.sf.asterisk.manager.action.MonitorAction
Sets the name of the channel to monitor.
This property is mandatory.
setChannel(String) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the name of the channel to connect to the outgoing call.
This property is required.
setChannel(String) - Method in class net.sf.asterisk.manager.action.RedirectAction
Sets the name of the channel to redirect.
setChannel(String) - Method in class net.sf.asterisk.manager.action.SetCDRUserFieldAction
Sets the name of the channel to set the cdr user field on.
This property is mandatory.
setChannel(String) - Method in class net.sf.asterisk.manager.action.SetVarAction
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.action.StopMonitorAction
Sets the name of the channel to end monitoring.
This property is mandatory.
setChannel(Channel) - Method in class net.sf.asterisk.manager.Call
 
setChannel(String) - Method in class net.sf.asterisk.manager.event.AbstractAgentEvent
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.AbstractParkedCallEvent
Sets the name of the channel that is or was parked.
setChannel(Integer) - Method in class net.sf.asterisk.manager.event.AlarmClearEvent
Sets the number of the zap channel that left alarm state.
setChannel(Integer) - Method in class net.sf.asterisk.manager.event.AlarmEvent
Sets the number of the channel the alarm occured on.
setChannel(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setChannel(String) - Method in class net.sf.asterisk.manager.event.ChannelEvent
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.DNDStateEvent
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the name of the channel the fax has been recieved on.
setChannel(String) - Method in class net.sf.asterisk.manager.event.HoldEvent
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.LogChannelEvent
Sets the name of the log channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.MeetMeEvent
Sets the name of the channel that joined of left a conference.
setChannel(String) - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.OriginateEvent
Sets the name of the channel to connect to the outgoing call.
setChannel(String) - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Sets the name of the channel that is parked.
setChannel(String) - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Sets the name of the channel of this entry.
setChannel(String) - Method in class net.sf.asterisk.manager.event.QueueEvent
Sets the name of the channel that joines or leaves a queue.
setChannel(String) - Method in class net.sf.asterisk.manager.event.RegistryEvent
Sets the type of channel that is registered.
setChannel(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
Sets the name of this channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.UnholdEvent
Sets the name of the channel.
setChannel(String) - Method in class net.sf.asterisk.manager.event.UserEvent
Sets the name of the channel this event occured in.
setChannel(Integer) - Method in class net.sf.asterisk.manager.event.ZapShowChannelsEvent
Sets the number of this zap channel.
setChannel(String) - Method in class net.sf.asterisk.manager.Originate
Sets the name of the channel to connect to the outgoing call.
This property is required.
setChannel1(String) - Method in class net.sf.asterisk.manager.event.HoldedCallEvent
Sets the name of the channel that put the other channel on hold.
setChannel1(String) - Method in class net.sf.asterisk.manager.event.LinkageEvent
Sets the name of the first channel.
setChannel2(String) - Method in class net.sf.asterisk.manager.event.HoldedCallEvent
Sets the name of the channel that has been put on hold.
setChannel2(String) - Method in class net.sf.asterisk.manager.event.LinkageEvent
Sets the name of the second channel.
setChannelCalling(String) - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
setChannelType(String) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
setChanObjectType(String) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
setCidCallingPres(String) - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Sets the CallerId presentation/screening in the form "%d (%s)".
setCommand(String) - Method in class net.sf.asterisk.manager.action.CommandAction
Sets the CLI command to send to the asterisk server.
setComplete(boolean) - Method in class net.sf.asterisk.manager.impl.ResponseEventsImpl
Indicats if all events have been received.
setCompleted(Integer) - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Sets the number of completed calls.
setContext(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Sets the context for continuation upon exiting the application.
setContext(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Sets the context for continuation upon exiting the application.
setContext(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Sets the context for continuation upon exiting the application.
setContext(String) - Method in class net.sf.asterisk.fastagi.command.SetContextCommand
Sets the context for continuation upon exiting the application.
setContext(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
setContext(String) - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Sets the context of the extension to use for callback.
setContext(String) - Method in class net.sf.asterisk.manager.action.ExtensionStateAction
Sets the name of the context that contains the extension to query.
setContext(String) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the name of the context of the extension to connect to.
If you set the context you also have to set the exten and priority properties.
setContext(String) - Method in class net.sf.asterisk.manager.action.RedirectAction
Sets the destination context.
setContext(String) - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
setContext(String) - Method in class net.sf.asterisk.manager.event.ExtensionStatusEvent
Sets the context of the extension.
setContext(String) - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Sets the name of the context of the connected extension.
setContext(String) - Method in class net.sf.asterisk.manager.event.OriginateEvent
Sets the name of the context of the extension to connect to.
setContext(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
 
setContext(String) - Method in class net.sf.asterisk.manager.event.ZapShowChannelsEvent
Sets the context of this zap channel.
setContext(String) - Method in class net.sf.asterisk.manager.Originate
Sets the name of the context of the extension to connect to.
If you set the context you also have to set the exten and priority properties.
setContext(String) - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
SetContextCommand - Class in net.sf.asterisk.fastagi.command
Sets the context for continuation upon exiting the application.
SetContextCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SetContextCommand
Creates a new SetPriorityCommand.
setControlDigits(String, String) - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Sets the control digits for fast forward and rewind.
setControlDigits(String, String, String) - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Sets the control digits for fast forward, rewind and pause.
setCount(Integer) - Method in class net.sf.asterisk.manager.event.QueueEvent
Sets the number of elements in the queue.
setData(String) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the parameters to pass to the application.
setData(String) - Method in class net.sf.asterisk.manager.Originate
Sets the parameters to pass to the application.
setDateOfCreation(Date) - Method in class net.sf.asterisk.manager.Channel
Sets the date this channel has been created.
setDateReceived(Date) - Method in class net.sf.asterisk.manager.event.ManagerEvent
Sets the point in time this event was received from the asterisk server.
setDateReceived(Date) - Method in class net.sf.asterisk.manager.response.ManagerResponse
Sets the point in time this response was received from the asterisk server.
setDefaultEventTimeout(long) - Method in class net.sf.asterisk.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.
Default is 5000.
setDefaultResponseTimeout(long) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Sets the time in milliseconds the synchronous method DefaultManagerConnection.sendAction(ManagerAction) will wait for a response before throwing a TimeoutException.
Default is 2000.
setDefaultTimeout(long) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Deprecated. use DefaultManagerConnection.setDefaultResponseTimeout(long) instead
setDestination(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setDestination(String) - Method in class net.sf.asterisk.manager.event.DialEvent
Sets the name of the destination channel.
setDestinationChannel(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setDestinationContext(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setDestUniqueId(String) - Method in class net.sf.asterisk.manager.event.DialEvent
Sets the unique ID of the distination channel.
setDigits(String) - Method in class net.sf.asterisk.fastagi.command.SayDigitsCommand
Sets the digits to say.
setDisposition(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setDomain(String) - Method in class net.sf.asterisk.manager.event.RegistryEvent
Sets the domain or host name of the SIP or IAX2 server.
setDuration(Integer) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setDynamic(Boolean) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
setEnabled(Boolean) - Method in class net.sf.asterisk.manager.event.LogChannelEvent
Sets if logging has been enabled or disabled.
setEndTime(Date) - Method in class net.sf.asterisk.manager.Call
 
setEndTime(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.GetOptionCommand
Sets the digits that the user is expected to press.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Sets the digits that allow the user to end recording.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.SayAlphaCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.SayDateTimeCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.SayDigitsCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.SayNumberCommand
Sets the number that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.SayPhoneticCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.SayTimeCommand
Sets the digits that allow the user to interrupt this command.
setEscapeDigits(String) - Method in class net.sf.asterisk.fastagi.command.StreamFileCommand
Sets the digits that allow the user to interrupt this command.
setEventMask(String) - Method in class net.sf.asterisk.manager.action.EventsAction
Sets the event mask.
Set to "on" if all events should be send, "off" if not events should be sent or a combination of "system", "call" and "log" (separated by ',') to specify what kind of events should be sent.
setEvents(String) - Method in class net.sf.asterisk.manager.action.LoginAction
Sets the event mask.
setExten(String) - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Sets the extension to use for callback.
This is property is mandatory.
setExten(String) - Method in class net.sf.asterisk.manager.action.ExtensionStateAction
Sets the extension to query.
setExten(String) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the extension to connect to.
If you set the extension you also have to set the context and priority properties.
setExten(String) - Method in class net.sf.asterisk.manager.action.RedirectAction
Sets the destination extension.
setExten(String) - Method in class net.sf.asterisk.manager.event.AbstractParkedCallEvent
Sets the extension the channel is or was parked at.
setExten(String) - Method in class net.sf.asterisk.manager.event.ExtensionStatusEvent
Sets the extension.
setExten(String) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the extension the fax was received through.
setExten(String) - Method in class net.sf.asterisk.manager.event.OriginateEvent
Sets the the extension to connect to.
setExten(String) - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Sets the extension the channel is parked at.
setExten(String) - Method in class net.sf.asterisk.manager.Originate
Sets the extension to connect to.
If you set the extension you also have to set the context and priority properties.
setExten(String) - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
setExtension(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Sets the extension for continuation upon exiting the application.
setExtension(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Sets the extension for continuation upon exiting the application.
setExtension(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Sets the extension for continuation upon exiting the application.
setExtension(String) - Method in class net.sf.asterisk.fastagi.command.SetExtensionCommand
Sets the extension for continuation upon exiting the application.
setExtension(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
setExtension(String) - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
setExtension(String) - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Sets the extension.
setExtension(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
 
SetExtensionCommand - Class in net.sf.asterisk.fastagi.command
Sets the extension for continuation upon exiting the application.
SetExtensionCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SetExtensionCommand
Creates a new SetPriorityCommand.
setExtraChannel(String) - Method in class net.sf.asterisk.manager.action.RedirectAction
Sets the name of the additional channel to redirect.
setFamily(String) - Method in class net.sf.asterisk.fastagi.command.DatabaseDelCommand
Sets the family (or family of the keytree) to delete.
setFamily(String) - Method in class net.sf.asterisk.fastagi.command.DatabaseDelTreeCommand
Sets the family of the key to delete.
setFamily(String) - Method in class net.sf.asterisk.fastagi.command.DatabaseGetCommand
Sets the family of the key to retrieve.
setFamily(String) - Method in class net.sf.asterisk.fastagi.command.DatabasePutCommand
Sets the family of the key to set.
setFamily(String) - Method in class net.sf.asterisk.manager.action.DBGetAction
Sets the family of the key.
setFamily(String) - Method in class net.sf.asterisk.manager.action.DBPutAction
Sets the family of the key to set.
setFamily(String) - Method in class net.sf.asterisk.manager.event.DBGetResponseEvent
Sets the family of the database entry that was queried.
setFile(String) - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Sets the name of the file to stream.
setFile(String) - Method in class net.sf.asterisk.fastagi.command.GetDataCommand
Sets the name of the file to stream.
This attribute is mandatory.
setFile(String) - Method in class net.sf.asterisk.fastagi.command.GetOptionCommand
Sets the name of the file to stream.
setFile(String) - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Sets the name of the file to stream.
setFile(String) - Method in class net.sf.asterisk.fastagi.command.StreamFileCommand
Sets the name of the file to stream.
setFile(String) - Method in class net.sf.asterisk.manager.action.ChangeMonitorAction
Sets the (base) name of the file(s) to which the voice data is written.
This property is mandatory.
setFile(String) - Method in class net.sf.asterisk.manager.action.MonitorAction
Sets the (base) name of the file(s) to which the voice data is written.
If this property is not set it defaults to to the channel name as per CLI with the '/' replaced by '-'.
setFilename(String) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the filename of the received fax.
setFormat(String) - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Sets the format of the file to be recorded, for example "wav".
setFormat(String) - Method in class net.sf.asterisk.fastagi.command.SayDateTimeCommand
Sets the format the time should be said in.
See voicemail.conf.
Defaults to "ABdY 'digits/at' IMp".
setFormat(String) - Method in class net.sf.asterisk.manager.action.MonitorAction
Sets the format to use for encoding the voice files.
If this property is not set it defaults to "wav".
setFrom(String) - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Sets the name of the channel that parked the call.
setFrom(String) - Method in class net.sf.asterisk.manager.event.UnparkedCallEvent
Sets the name of the channel that parked the call.
setHint(String) - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
setHoldTime(Long) - Method in class net.sf.asterisk.manager.event.AgentCompleteEvent
Sets the amount of time the caller was on hold.
setHoldTime(Long) - Method in class net.sf.asterisk.manager.event.AgentConnectEvent
Sets the amount of time the caller was on hold.
setHoldtime(Integer) - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Sets the current average holdtime for this queue.
setHostname(String) - Method in class net.sf.asterisk.manager.AsteriskServer
Sets the hostname.
setHostname(String) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Sets the hostname of the asterisk server to connect to.
Default is localhost.
setHostname(String) - Method in class net.sf.asterisk.manager.ManagerConnectionFactory
Sets the default hostname.
Default is "localhost".
setImage(String) - Method in class net.sf.asterisk.fastagi.command.SendImageCommand
Sets the image to send.
setInterface(String) - Method in class net.sf.asterisk.manager.action.QueueAddAction
Sets the interface to add.
To add a specific channel just use the channel name, e.g.
setInterface(String) - Method in class net.sf.asterisk.manager.action.QueuePauseAction
Sets the interface of the member to make available or unavailable.
This property is mandatory.
setInterface(String) - Method in class net.sf.asterisk.manager.action.QueueRemoveAction
Sets the interface to remove.
This property is mandatory.
setInternalActionId(String) - Method in class net.sf.asterisk.manager.event.ResponseEvent
Sets the internal action id of the ManagerAction that caused this event.
setInterval(long) - Method in class net.sf.asterisk.manager.PingThread
Adjusts how often a PingAction is sent.
Default is 2000ms.
setIpAddress(String) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
Sets the IP address of the peer.
setIpPort(int) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
setKeepAliveAfterAuthenticationFailure(boolean) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Set to true to try reconnecting to ther asterisk serve even if the reconnection attempt threw an AuthenticationFailedException.
Default is false.
setKey(String) - Method in class net.sf.asterisk.fastagi.command.DatabaseDelTreeCommand
Sets the key to delete.
setKey(String) - Method in class net.sf.asterisk.fastagi.command.DatabaseGetCommand
Sets the key to retrieve.
setKey(String) - Method in class net.sf.asterisk.fastagi.command.DatabasePutCommand
Sets the key to set.
setKey(String) - Method in class net.sf.asterisk.manager.action.DBGetAction
Sets the key of the entry to retrieve.
setKey(String) - Method in class net.sf.asterisk.manager.action.DBPutAction
Sets the key to set.
setKey(String) - Method in class net.sf.asterisk.manager.action.LoginAction
 
setKey(String) - Method in class net.sf.asterisk.manager.event.DBGetResponseEvent
Sets the key of the database entry that was queried.
setKeyTree(String) - Method in class net.sf.asterisk.fastagi.command.DatabaseDelCommand
Sets the keytree to delete.
setLastApplication(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setLastCall(Long) - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Sets the time the last successful call answered by this member was hungup.
setLastCall(Long) - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Sets the time the last successful call answered by this member was hungup.
setLastData(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setLevel(int) - Method in class net.sf.asterisk.fastagi.command.VerboseCommand
Sets the level to use.
setLink(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
Sets the name of the linked channel.
setLinkedChannel(Channel) - Method in class net.sf.asterisk.manager.Channel
Sets the channel this channel is bridged with.
setListItems(Integer) - Method in class net.sf.asterisk.manager.event.PeerlistCompleteEvent
Sets the number of PeerEvents that have been reported.
setLocalAddress(InetAddress) - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
setLocalPort(int) - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
setLocalStationId(String) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the identifier of the local fax station.
setLocation(String) - Method in class net.sf.asterisk.manager.event.AbstractQueueMemberEvent
Sets the name of the member's interface.
setLocation(String) - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Sets the name of the member's interface.
setLoggedInChan(String) - Method in class net.sf.asterisk.manager.event.AgentsEvent
Sets the name of channel this agent logged in from.
setLoggedInTime(Long) - Method in class net.sf.asterisk.manager.event.AgentsEvent
Sets the time when the agent logged in.
setLoginChan(String) - Method in class net.sf.asterisk.manager.event.AgentCallbackLoginEvent
 
setLoginChan(String) - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
 
setLoginChan(String) - Method in class net.sf.asterisk.manager.event.AgentLoginEvent
 
setLoginTime(String) - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
 
setLoginTime(String) - Method in class net.sf.asterisk.manager.event.AgentLogoffEvent
 
setMailbox(String) - Method in class net.sf.asterisk.manager.action.MailboxCountAction
Sets the name of the mailbox to query.
This can either be only the number of the mailbox or a string of the form mailboxnumber@context.If no context is specified "default" is assumed.
This property is mandatory.
setMailbox(String) - Method in class net.sf.asterisk.manager.action.MailboxStatusAction
Sets the name of the mailbox to query.
This can either be only the name of the mailbox or a string of the form mailboxnumber@context.
setMailbox(String) - Method in class net.sf.asterisk.manager.event.MessageWaitingEvent
Sets the name of the mailbox that has waiting messages.
setMailbox(String) - Method in class net.sf.asterisk.manager.response.MailboxCountResponse
Sets the name of the mailbox.
setMailbox(String) - Method in class net.sf.asterisk.manager.response.MailboxStatusResponse
Sets the names of the mailboxes.
setManagerConnection(ManagerConnection) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
 
setMappings(Map) - Method in class net.sf.asterisk.fastagi.SimpleMappingStrategy
Set the path to AGIScript mapping.
Use the path (for example hello.agi) as key and your AGIScript (for example new HelloAGIScript()) as value of this map.
setMappingStrategy(MappingStrategy) - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
Sets the strategy to use for mapping AGIRequests to AGIScripts that serve them.
The default mapping strategy is a ResourceBundleMappingStrategy.
setMax(Integer) - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Sets the maximum number of people waiting in the queue.
setMax(Integer) - Method in class net.sf.asterisk.manager.Queue
 
setMaxDigits(int) - Method in class net.sf.asterisk.fastagi.command.GetDataCommand
Sets the maximum number of digits to read.
setMeetMe(String) - Method in class net.sf.asterisk.manager.event.MeetMeEvent
Sets the conference number.
setMember(String) - Method in class net.sf.asterisk.manager.action.QueueStatusAction
Sets the member filter.
setMember(String) - Method in class net.sf.asterisk.manager.event.AbstractAgentEvent
Sets the name of the member's interface.
setMembership(String) - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Sets if the added member is a dynamic or static queue member.
setMembership(String) - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Sets if this member has been dynamically or statically added.
setMessage(String) - Method in class net.sf.asterisk.fastagi.command.VerboseCommand
Sets the message to send.
setMessage(String) - Method in class net.sf.asterisk.manager.event.ReloadEvent
 
setMessage(String) - Method in class net.sf.asterisk.manager.response.ManagerResponse
Sets the message.
setMix(Boolean) - Method in class net.sf.asterisk.manager.action.MonitorAction
Set to true if the two voice files should be joined at the end of the call.
SetMusicOffCommand - Class in net.sf.asterisk.fastagi.command
Turns off music on hold on the current channel.
Always returns 0.
SetMusicOffCommand() - Constructor for class net.sf.asterisk.fastagi.command.SetMusicOffCommand
Creates a new SetMusicOffCommand.
SetMusicOnCommand - Class in net.sf.asterisk.fastagi.command
Turns on music on hold on the current channel.
Always returns 0.
SetMusicOnCommand() - Constructor for class net.sf.asterisk.fastagi.command.SetMusicOnCommand
Creates a new SetMusicOnCommand playing music from the default music on hold class.
SetMusicOnCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SetMusicOnCommand
Creates a new SetMusicOnCommand playing music from the default music on hold class.
setMusicOnHoldClass(String) - Method in class net.sf.asterisk.fastagi.command.SetMusicOnCommand
Sets the music on hold class to play music from.
setName(String) - Method in class net.sf.asterisk.manager.Channel
Sets the name of this channel.
setName(String) - Method in class net.sf.asterisk.manager.event.AgentsEvent
Sets the name of this agent.
setNatSupport(Boolean) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
setNew(Integer) - Method in class net.sf.asterisk.manager.event.MessageWaitingEvent
Sets the number of new messages in this mailbox.
setNewMessages(Integer) - Method in class net.sf.asterisk.manager.response.MailboxCountResponse
Sets the number of new messages in the mailbox.
setNewname(String) - Method in class net.sf.asterisk.manager.event.RenameEvent
Sets the new name of the channel.
setNumber(String) - Method in class net.sf.asterisk.fastagi.command.SayNumberCommand
Sets the number to say.
setNumber(String) - Method in class net.sf.asterisk.manager.action.ZapDialOffhookAction
Sets the number to dial.
This property is mandatory.
setObjectName(String) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
 
setOffset(int) - Method in class net.sf.asterisk.fastagi.command.ControlStreamFileCommand
Sets the offset samples to skip before streaming.
setOffset(int) - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Sets the offset samples to skip.
setOffset(int) - Method in class net.sf.asterisk.fastagi.command.StreamFileCommand
Sets the offset samples to skip before streaming.
setOld(Integer) - Method in class net.sf.asterisk.manager.event.MessageWaitingEvent
Sets the number of old messages in this mailbox.
setOldMessages(Integer) - Method in class net.sf.asterisk.manager.response.MailboxCountResponse
Sets the number of old messages in the mailbox.
setOldname(String) - Method in class net.sf.asterisk.manager.event.RenameEvent
Sets the old name of the channel.
setOptions(String) - Method in class net.sf.asterisk.fastagi.command.ExecCommand
Sets the options to pass to the application.
setPagesTransferred(Integer) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the number of pages transferred.
setPassword(String) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Sets the password to use to connect to the asterisk server.
setPassword(String) - Method in class net.sf.asterisk.manager.ManagerConnectionFactory
Sets the default password.
Default is "admin".
setPaused(Boolean) - Method in class net.sf.asterisk.manager.action.QueueAddAction
Sets if the queue member should be paused when added.
setPaused(Boolean) - Method in class net.sf.asterisk.manager.action.QueuePauseAction
Sets if the member is made available or unavailable.
This property is mandatory.
setPaused(Boolean) - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Sets if this member is paused.
setPaused(Boolean) - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Sets if this member has been paused.
setPaused(Boolean) - Method in class net.sf.asterisk.manager.event.QueueMemberPausedEvent
Sets if this member is paused.
setPeer(String) - Method in class net.sf.asterisk.manager.action.SIPShowPeerAction
Sets the name of the peer to retrieve.
This parameter is mandatory.
setPeer(String) - Method in class net.sf.asterisk.manager.event.PeerStatusEvent
Sets the name of the peer that registered.
setPeerStatus(String) - Method in class net.sf.asterisk.manager.event.PeerStatusEvent
Sets the registration state.
setPenalty(Integer) - Method in class net.sf.asterisk.manager.action.QueueAddAction
Sets the penalty for this member.
The penalty must be a positive integer or 0 for no penalty.
setPenalty(Integer) - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Sets the penalty for this member.
setPenalty(Integer) - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Sets the penalty for this member.
setPoolSize(int) - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
Sets the number of worker threads in the thread pool.
This equals the maximum number of concurrent requests this AGIServer can serve.
The default pool size is 10.
setPort(int) - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
Sets the TCP port to listen on for new connections.
The default port is 4573.
setPort(int) - Method in class net.sf.asterisk.manager.AsteriskServer
Sets the port.
setPort(int) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Sets the port to use to connect to the asterisk server.
setPort(int) - Method in class net.sf.asterisk.manager.ManagerConnectionFactory
Sets the default port.
Default is 5038.
setPosition(Integer) - Method in class net.sf.asterisk.manager.event.JoinEvent
Sets the position of the joined channel in the queue.
setPosition(Integer) - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Sets the position of this entry in the queue.
setPriority(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Sets the priority or label for continuation upon exiting the application.
setPriority(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Sets the priority or label for continuation upon exiting the application.
setPriority(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Sets the priority or label for continuation upon exiting the application.
setPriority(String) - Method in class net.sf.asterisk.fastagi.command.SetPriorityCommand
Sets the priority or label for continuation upon exiting the application.
setPriority(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
setPriority(Integer) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the priority of the extension to connect to.
setPriority(Integer) - Method in class net.sf.asterisk.manager.action.RedirectAction
Sets the destination priority.
setPriority(String) - Method in class net.sf.asterisk.manager.event.AgentCalledEvent
 
setPriority(Integer) - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Sets the priority.
setPriority(Integer) - Method in class net.sf.asterisk.manager.event.StatusEvent
 
setPriority(Integer) - Method in class net.sf.asterisk.manager.Originate
Sets the priority of the extension to connect to.
SetPriorityCommand - Class in net.sf.asterisk.fastagi.command
Sets the priority for continuation upon exiting the application.
Since Asterisk 1.2 SetPriorityCommand also supports labels.
SetPriorityCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.SetPriorityCommand
Creates a new SetPriorityCommand.
setPrivilege(String) - Method in class net.sf.asterisk.manager.event.ManagerEvent
Sets the AMI authorization class of this event.
setProtocolIdentifier(String) - Method in class net.sf.asterisk.manager.event.ConnectEvent
Sets the version of the protocol.
setQueue(String) - Method in class net.sf.asterisk.manager.action.QueueAddAction
Sets the name of the queue the new member will be added to.
This property is mandatory.
setQueue(String) - Method in class net.sf.asterisk.manager.action.QueuePauseAction
Sets the name of the queue the member is made available or unavailable on.
setQueue(String) - Method in class net.sf.asterisk.manager.action.QueueRemoveAction
Sets the name of the queue the member will be removed from.
This property is mandatory.
setQueue(String) - Method in class net.sf.asterisk.manager.action.QueueStatusAction
Sets the queue filter.
setQueue(String) - Method in class net.sf.asterisk.manager.event.AbstractAgentEvent
Sets the name of the queue.
setQueue(String) - Method in class net.sf.asterisk.manager.event.AbstractQueueMemberEvent
Sets the name of the queue.
setQueue(String) - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Sets the name of the queue that contains this entry.
setQueue(String) - Method in class net.sf.asterisk.manager.event.QueueEvent
Sets the name of the queue.
setQueue(String) - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Sets the name of the queue.
setQueue(String) - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Sets the name of the queue.
setReason(Integer) - Method in class net.sf.asterisk.manager.Call
 
setReason(String) - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
Sets the reason for the logoff.
setReason(String) - Method in class net.sf.asterisk.manager.event.AgentCompleteEvent
Sets if the agent or the caller terminated the call.
setReason(String) - Method in class net.sf.asterisk.manager.event.LogChannelEvent
Sets the reason for disabling logging.
setReason(Integer) - Method in class net.sf.asterisk.manager.event.OriginateEvent
 
setRemoteAddress(InetAddress) - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
setRemotePort(int) - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
setRemoteStationId(String) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the identifier of the remote fax station.
setRepsonse(ManagerResponse) - Method in class net.sf.asterisk.manager.impl.ResponseEventsImpl
Sets the ManagerResponse received.
setResolution(Integer) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the row resolution of the received fax.
setResourceBundleName(String) - Method in class net.sf.asterisk.fastagi.ResourceBundleMappingStrategy
 
setResponse(String) - Method in class net.sf.asterisk.manager.response.ManagerResponse
Sets the response.
setRestart(Boolean) - Method in class net.sf.asterisk.manager.event.ShutdownEvent
 
setResult(List) - Method in class net.sf.asterisk.manager.response.CommandResponse
Sets the result.
setSeconds(Integer) - Method in class net.sf.asterisk.manager.event.StatusEvent
Sets the number of elapsed seconds.
setSecret(String) - Method in class net.sf.asterisk.manager.action.LoginAction
Sets the secret to use when using cleartext login.
The secret contains the user's password as configured in Asterisk's manager.conf.
The secret and key properties are mutually exclusive.
setServiceLevel(Integer) - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Sets the service level.
setServiceLevelPerf(Double) - Method in class net.sf.asterisk.manager.event.QueueParamsEvent
Sets the ratio of calls answered within the specified service level per total completed calls.
setShutdown(String) - Method in class net.sf.asterisk.manager.event.ShutdownEvent
 
setSignalling(String) - Method in class net.sf.asterisk.manager.event.ZapShowChannelsEvent
Sets the signalling of this zap channel.
setSkipQueues(boolean) - Method in class net.sf.asterisk.manager.DefaultAsteriskManager
Determines if queue status is retrieved at startup.
setSleepTime(long) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Deprecated. this has been replaced by an interrupt based response checking approach.
setSocket(SocketConnectionFacade) - Method in class net.sf.asterisk.manager.impl.ManagerReaderImpl
Sets the socket to use for reading from the asterisk server.
setSocket(SocketConnectionFacade) - Method in class net.sf.asterisk.manager.impl.ManagerWriterImpl
 
setSocket(SocketConnectionFacade) - Method in interface net.sf.asterisk.manager.ManagerReader
Sets the socket to use for reading from the asterisk server.
setSocket(SocketConnectionFacade) - Method in interface net.sf.asterisk.manager.ManagerWriter
Sets the socket to use for writing to Asterisk.
setSocketTimeout(int) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
 
setSocketTimeout(int) - Method in interface net.sf.asterisk.manager.ManagerConnection
The timeout to use when connecting the the Asterisk server.
Default is 0, that is using Java's built-in default.
setSoft(Boolean) - Method in class net.sf.asterisk.manager.action.AgentLogoffAction
Sets whether existing calls should be hung up or not.
Default is to hangup existing calls on logoff.
setSrc(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setSrc(String) - Method in class net.sf.asterisk.manager.event.DialEvent
Sets the name of the source channel.
setSrcUniqueId(String) - Method in class net.sf.asterisk.manager.event.DialEvent
Sets the unique ID of the source channel.
setStartTime(Date) - Method in class net.sf.asterisk.manager.Call
 
setStartTime(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setState(ChannelStateEnum) - Method in class net.sf.asterisk.manager.Channel
Sets the state of this channel.
setState(String) - Method in class net.sf.asterisk.manager.event.ChannelEvent
Sets the (new) state of the channel.
setState(String) - Method in class net.sf.asterisk.manager.event.DNDStateEvent
Sets the DND state of the channel.
setState(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
 
setStatus(String) - Method in class net.sf.asterisk.manager.event.AgentsEvent
Sets the status of this agent.
setStatus(Integer) - Method in class net.sf.asterisk.manager.event.ExtensionStatusEvent
Sets the state of the extension.
setStatus(String) - Method in class net.sf.asterisk.manager.event.PeerEntryEvent
Sets the status of this peer.
setStatus(Integer) - Method in class net.sf.asterisk.manager.event.QueueMemberAddedEvent
Sets the status of this queue member.
setStatus(Integer) - Method in class net.sf.asterisk.manager.event.QueueMemberEvent
Sets the status of this queue member.
setStatus(String) - Method in class net.sf.asterisk.manager.event.RegistryEvent
Sets the registration state.
setStatus(Integer) - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
setTalkingTo(String) - Method in class net.sf.asterisk.manager.event.AgentsEvent
Sets the numerical Caller*ID of the channel this agent is talking to.
setTalkTime(Long) - Method in class net.sf.asterisk.manager.event.AgentCompleteEvent
Sets the amount of time the caller talked to the agent.
setTargetVersion(AsteriskVersion) - Method in interface net.sf.asterisk.manager.ActionBuilder
Sets the version of the Asterisk server to built the action for.
setTargetVersion(AsteriskVersion) - Method in class net.sf.asterisk.manager.impl.ActionBuilderImpl
 
setTargetVersion(AsteriskVersion) - Method in class net.sf.asterisk.manager.impl.ManagerWriterImpl
 
setTargetVersion(AsteriskVersion) - Method in interface net.sf.asterisk.manager.ManagerWriter
Sets the version of the target Asterisk server.
setText(String) - Method in class net.sf.asterisk.fastagi.command.SayAlphaCommand
Sets the text to say.
setText(String) - Method in class net.sf.asterisk.fastagi.command.SayPhoneticCommand
Sets the text to say.
setText(String) - Method in class net.sf.asterisk.fastagi.command.SendTextCommand
Sets the text to send.
setTime(long) - Method in class net.sf.asterisk.fastagi.command.SayDateTimeCommand
Returns the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC).
This property is mandatory.
setTime(long) - Method in class net.sf.asterisk.fastagi.command.SayTimeCommand
Sets the time to say in seconds since 00:00:00 on January 1, 1970.
setTime(int) - Method in class net.sf.asterisk.fastagi.command.SetAutoHangupCommand
Sets the number of seconds before this channel is automatically hung up.
setTime(Integer) - Method in class net.sf.asterisk.manager.event.PeerStatusEvent
 
setTimeout(long) - Method in class net.sf.asterisk.fastagi.command.GetDataCommand
Sets the timeout to wait for data.
setTimeout(int) - Method in class net.sf.asterisk.fastagi.command.GetOptionCommand
Sets the timeout to wait if none of the defined esacpe digits was presses while streaming.
setTimeout(int) - Method in class net.sf.asterisk.fastagi.command.ReceiveCharCommand
Sets the milliseconds to wait for the channel to receive a character.
setTimeout(int) - Method in class net.sf.asterisk.fastagi.command.ReceiveTextCommand
Sets the milliseconds to wait for the channel to receive the text.
setTimeout(int) - Method in class net.sf.asterisk.fastagi.command.RecordFileCommand
Sets the maximum record time in milliseconds.
setTimeout(String) - Method in class net.sf.asterisk.fastagi.command.TDDModeCommand
Sets the mode to set.
setTimeout(long) - Method in class net.sf.asterisk.fastagi.command.WaitForDigitCommand
Sets the milliseconds to wait for the channel to receive a DTMF digit.
setTimeout(Integer) - Method in class net.sf.asterisk.manager.action.AbsoluteTimeoutAction
Sets the timeout (in seconds) to set on channel.
Setting the timeout to 0 cancels the timeout.
setTimeout(Integer) - Method in class net.sf.asterisk.manager.action.OriginateAction
Deprecated. use OriginateAction.setTimeout(Long) instead.
setTimeout(Long) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the timeout (in milliseconds) for the origination.
The channel must be answered within this time, otherwise the origination is considered to have failed and an OriginateFailureEvent is generated.
If not set, Asterisk assumes a default value of 30000 meaning 30 seconds.
setTimeout(Integer) - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Sets the number of seconds this call will be parked.
setTimeout(Long) - Method in class net.sf.asterisk.manager.Originate
Sets the timeout (in milliseconds) for the origination.
The channel must be answered within this time, otherwise the origination is considered to have failed and an OriginateFailureEvent is generated.
If not set, a default value of 30000 is asumed meaning 30 seconds.
setTimezone(String) - Method in class net.sf.asterisk.fastagi.command.SayDateTimeCommand
Sets the timezone to use when saying the time.
A list of available timezones is available in /usr/share/zoneinfo on your Asterisk server.
Defaults to machine default.
setTransferRate(Integer) - Method in class net.sf.asterisk.manager.event.FaxReceivedEvent
Sets the transfer rate in bits/s.
setUniqueId(String) - Method in class net.sf.asterisk.manager.Call
 
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.AbstractAgentEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.AgentCallbackLoginEvent
 
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.AgentCallbackLogoffEvent
 
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.AgentLoginEvent
 
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.AgentLogoffEvent
 
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.ChannelEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.HoldEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.MeetMeEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.NewCallerIdEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.NewExtenEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.OriginateEvent
 
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.ParkedCallEvent
Sets the unique id of the parked channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.RenameEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.StatusEvent
Sets the unique id of this channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.UnholdEvent
Sets the unique id of the channel.
setUniqueId(String) - Method in class net.sf.asterisk.manager.event.UserEvent
Sets the unqiue id of the channel this event occured in.
setUniqueId(String) - Method in class net.sf.asterisk.manager.response.ManagerResponse
Sets the unique id received with this response.
setUniqueId1(String) - Method in class net.sf.asterisk.manager.event.HoldedCallEvent
Sets the unique id of the channel that put the other channel on hold.
setUniqueId1(String) - Method in class net.sf.asterisk.manager.event.LinkageEvent
Sets the unique id of the first channel.
setUniqueId2(String) - Method in class net.sf.asterisk.manager.event.HoldedCallEvent
Sets the unique id of the channel that has been put on hold.
setUniqueId2(String) - Method in class net.sf.asterisk.manager.event.LinkageEvent
Sets the unique id of the second channel.
setUser(String) - Method in class net.sf.asterisk.manager.event.RegistryEvent
Deprecated. Please do not use this method it is a workaround for Asterisk 1.0.x servers. See Asterisk bug 4916.
setUserField(String) - Method in class net.sf.asterisk.manager.action.SetCDRUserFieldAction
Sets the value of the cdr user field to set or append.
This property is mandatory.
setUserField(String) - Method in class net.sf.asterisk.manager.event.CdrEvent
 
setUsername(String) - Method in class net.sf.asterisk.manager.action.LoginAction
Sets the username as configured in asterik's manager.conf.
setUsername(String) - Method in class net.sf.asterisk.manager.DefaultManagerConnection
Sets the username to use to connect to the asterisk server.
setUsername(String) - Method in class net.sf.asterisk.manager.event.RegistryEvent
Sets the username used for registration.
setUsername(String) - Method in class net.sf.asterisk.manager.ManagerConnectionFactory
Sets the default username.
Default is "admin".
setUserNum(Integer) - Method in class net.sf.asterisk.manager.event.MeetMeEvent
 
setVal(String) - Method in class net.sf.asterisk.manager.action.DBPutAction
Sets the value to set.
setVal(String) - Method in class net.sf.asterisk.manager.event.DBGetResponseEvent
Sets the value of the database entry that was queried.
setValue(String) - Method in class net.sf.asterisk.fastagi.command.DatabasePutCommand
Sets the value to set.
setValue(String) - Method in class net.sf.asterisk.fastagi.command.SetVariableCommand
Sets the value to set.
setValue(String) - Method in class net.sf.asterisk.manager.action.SetVarAction
Sets the value to store.
SetVarAction - Class in net.sf.asterisk.manager.action
The SetVarAction sets the value of a global or local channel variable.
Setting global variables is supported since Asterisk 1.2.
SetVarAction() - Constructor for class net.sf.asterisk.manager.action.SetVarAction
Creates a new empty SetVarAction.
SetVarAction(String, String) - Constructor for class net.sf.asterisk.manager.action.SetVarAction
Creates a new SetVarAction that sets the given global variable to a new value.
SetVarAction(String, String, String) - Constructor for class net.sf.asterisk.manager.action.SetVarAction
Creates a new SetVarAction that sets the given channel variable of the given channel to a new value.
setVariable(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Sets the value of the given channel variable to a new value.
setVariable(String, String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Sets the value of the current channel variable to a new value.
setVariable(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Sets the value of the given channel variable to a new value.
setVariable(String) - Method in class net.sf.asterisk.fastagi.command.GetFullVariableCommand
Sets the name of the variable to retrieve.
You can also use custom dialplan functions (like "func(args)") as variable.
setVariable(String) - Method in class net.sf.asterisk.fastagi.command.GetVariableCommand
Sets the name of the variable to retrieve.
Since Asterisk 1.2 you can also use custom dialplan functions (like "func(args)") as variable.
setVariable(String) - Method in class net.sf.asterisk.fastagi.command.SetVariableCommand
Sets the name of the variable to set.
setVariable(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
setVariable(String) - Method in class net.sf.asterisk.manager.action.GetVarAction
Sets the name of the variable to query.
setVariable(String) - Method in class net.sf.asterisk.manager.action.OriginateAction
Deprecated. use OriginateAction.setVariables(Map) instead.
setVariable(String) - Method in class net.sf.asterisk.manager.action.SetVarAction
Sets the name of the variable to set.
setVariable(String, String) - Method in class net.sf.asterisk.manager.Originate
Sets a variable on the originated call.
SetVariableCommand - Class in net.sf.asterisk.fastagi.command
Sets the given channel varible to the given value.
SetVariableCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.SetVariableCommand
Creates a new GetVariableCommand.
setVariables(Map) - Method in class net.sf.asterisk.manager.action.OriginateAction
Sets the variables to set on the originated call.
setVariables(Map) - Method in class net.sf.asterisk.manager.Originate
Sets the variables to set on the originated call.
setWait(Long) - Method in class net.sf.asterisk.manager.event.QueueEntryEvent
Sets the number of seconds this entry has spent in the queue.
setWaiting(Integer) - Method in class net.sf.asterisk.manager.event.MessageWaitingEvent
Sets the number of new messages in the mailbox.
setWaiting(Boolean) - Method in class net.sf.asterisk.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 net.sf.asterisk.manager.event.QueueParamsEvent
Sets the weight of this queue.
setWrapupTime(Long) - Method in class net.sf.asterisk.manager.action.AgentCallbackLoginAction
Sets the minimum amount of time after disconnecting before the caller can receive a new call.
This property is optional, it allows you to override the defaults defined in Asterisk's configuration.
setZapChannel(Integer) - Method in class net.sf.asterisk.manager.action.ZapDialOffhookAction
Sets the number of the zap channel.
This property is mandatory.
setZapChannel(Integer) - Method in class net.sf.asterisk.manager.action.ZapDNDOffAction
Sets the number of the zap channel to switch to dnd off.
This property is mandatory.
setZapChannel(Integer) - Method in class net.sf.asterisk.manager.action.ZapDNDOnAction
Sets the number of the zap channel to switch to dnd on.
This property is mandatory.
setZapChannel(Integer) - Method in class net.sf.asterisk.manager.action.ZapHangupAction
Sets the number of the zap channel to hangup.
This property is mandatory.
setZapChannel(Integer) - Method in class net.sf.asterisk.manager.action.ZapTransferAction
Sets the number of the zap channel to transfer.
This property is mandatory.
shutdown() - Method in interface net.sf.asterisk.fastagi.AGIServer
Shuts this AGIServer down.
The server socket is closed and all resources are freed.
shutdown() - Method in class net.sf.asterisk.fastagi.AGIServerThread
Stops the AGIServer.
shutdown() - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
 
shutdown() - Method in class net.sf.asterisk.util.ThreadPool
Turn off the pool.
ShutdownEvent - Class in net.sf.asterisk.manager.event
A ShutdownEvent is triggered when the asterisk server is shut down or restarted.
It is implemented in asterisk.c
ShutdownEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ShutdownEvent
 
SimpleMappingStrategy - Class in net.sf.asterisk.fastagi
A MappingStrategy that is configured via a fixed set of properties.
This mapping strategy is most useful when used with the Spring framework.
Example (using Spring):
SimpleMappingStrategy() - Constructor for class net.sf.asterisk.fastagi.SimpleMappingStrategy
 
SIPPeersAction - Class in net.sf.asterisk.manager.action
Retrieves a list of all defined SIP peers.
For each peer that is found a PeerEntryEvent is sent by Asterisk containing the details.
SIPPeersAction() - Constructor for class net.sf.asterisk.manager.action.SIPPeersAction
Creates a new SIPPeersAction.
SIPShowPeerAction - Class in net.sf.asterisk.manager.action
Retrieves a the details about a given SIP peer.
For a PeerEntryEvent is sent by Asterisk containing the details of the peer followed by a PeerlistCompleteEvent.
Available since Asterisk 1.2
SIPShowPeerAction() - Constructor for class net.sf.asterisk.manager.action.SIPShowPeerAction
Creates a new empty SIPShowPeerAction.
SIPShowPeerAction(String) - Constructor for class net.sf.asterisk.manager.action.SIPShowPeerAction
Creates a new SIPShowPeerAction that requests the details about the given SIP peer.
SocketConnectionFacade - Interface in net.sf.asterisk.io
The SocketConnectionFacade provides read and write operation for communication over TCP/IP sockets.
It hides the details of the underlying I/O system used for socket communication.
SocketConnectionFacadeImpl - Class in net.sf.asterisk.io.impl
Default implementation of the SocketConnectionFacade interface using java.io.
SocketConnectionFacadeImpl(String, int) - Constructor for class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
SocketConnectionFacadeImpl(String, int, int) - Constructor for class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
startup() - Method in interface net.sf.asterisk.fastagi.AGIServer
Starts this AGIServer.
After calling startup() this AGIServer is ready to receive requests from Asterisk servers and process them.
startup() - Method in class net.sf.asterisk.fastagi.AGIServerThread
Starts the AGIServer in its own thread.
Note: The AGIServerThread is designed to handle on AGIServer instance at a time so calling this method twice without stopping the AGIServer in between will result in a RuntimeException.
startup() - Method in class net.sf.asterisk.fastagi.DefaultAGIServer
 
StatusAction - Class in net.sf.asterisk.manager.action
The StatusAction requests the state of all active channels.
For each active channel a StatusEvent is generated.
StatusAction() - Constructor for class net.sf.asterisk.manager.action.StatusAction
Creates a new StatusAction.
StatusCompleteEvent - Class in net.sf.asterisk.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 net.sf.asterisk.manager.event.StatusCompleteEvent
 
StatusEvent - Class in net.sf.asterisk.manager.event
A StatusEvent is triggered for each active channel in response to a StatusAction.
StatusEvent(Object) - Constructor for class net.sf.asterisk.manager.event.StatusEvent
 
StopMonitorAction - Class in net.sf.asterisk.manager.action
The StopMonitorAction ends monitoring (recording) a channel.
It is implemented in res/res_monitor.c
StopMonitorAction() - Constructor for class net.sf.asterisk.manager.action.StopMonitorAction
Creates a new empty StopMonitorAction.
StopMonitorAction(String) - Constructor for class net.sf.asterisk.manager.action.StopMonitorAction
Creates a new StopMonitorAction that ends monitoring of the given channel.
stopMusicOnHold(AGIChannel) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Stops playing music on hold.
stopMusicOnHold() - Method in interface net.sf.asterisk.fastagi.AGIChannel
Stops playing music on hold.
stopMusicOnHold() - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Stops playing music on hold.
stopMusicOnHold() - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
streamFile(AGIChannel, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Plays the given file.
streamFile(AGIChannel, String, String) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Plays the given file and allows the user to escape by pressing one of the given digit.
streamFile(String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Plays the given file.
streamFile(String, String) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Plays the given file and allows the user to escape by pressing one of the given digit.
streamFile(String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Plays the given file.
streamFile(String, String) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Plays the given file and allows the user to escape by pressing one of the given digit.
streamFile(String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
streamFile(String, String) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
StreamFileCommand - Class in net.sf.asterisk.fastagi.command
Plays the given file, allowing playback to be interrupted by the given digits, if any.
If offset is provided then the audio will seek to sample offset before play starts.
Returns 0 if playback completes without a digit being pressed, or the ASCII numerical value of the digit if one was pressed, or -1 on error or if the channel was disconnected.
StreamFileCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.StreamFileCommand
Creates a new StreamFileCommand, streaming from the beginning.
StreamFileCommand(String, String) - Constructor for class net.sf.asterisk.fastagi.command.StreamFileCommand
Creates a new StreamFileCommand, streaming from the beginning.
StreamFileCommand(String, String, int) - Constructor for class net.sf.asterisk.fastagi.command.StreamFileCommand
Creates a new StreamFileCommand, streaming from the given offset.
stripInternalActionId(String) - Static method in class net.sf.asterisk.manager.impl.Util
Strips the internal action id from the given action id.

T

TDDModeCommand - Class in net.sf.asterisk.fastagi.command
Enable/Disable TDD transmission/reception on a channel.
Returns 1 if successful, or 0 if channel is not TDD-capable.
TDDModeCommand(String) - Constructor for class net.sf.asterisk.fastagi.command.TDDModeCommand
Creates a new TDDModeCommand.
ThreadPool - Class in net.sf.asterisk.util
A fixed sized thread pool.
ThreadPool(String, int) - Constructor for class net.sf.asterisk.util.ThreadPool
Creates a new ThreadPool of numThreads size.
TimeoutException - Exception in net.sf.asterisk.manager
A TimeoutException is thrown if a ManagerResponse is not received within the expected time period.
TimeoutException(String) - Constructor for exception net.sf.asterisk.manager.TimeoutException
Creates a new TimeoutException with the given message.
toHexString(byte[]) - Static method in class net.sf.asterisk.manager.impl.Util
Converts a byte array to a hex string representing it.
toString() - Method in class net.sf.asterisk.AsteriskVersion
 
toString() - Method in class net.sf.asterisk.fastagi.command.AGICommand
 
toString() - Method in class net.sf.asterisk.fastagi.impl.AGIRequestImpl
 
toString() - Method in class net.sf.asterisk.fastagi.reply.impl.AGIReplyImpl
 
toString() - Method in class net.sf.asterisk.manager.action.AbstractManagerAction
 
toString() - Method in class net.sf.asterisk.manager.AsteriskServer
 
toString() - Method in class net.sf.asterisk.manager.Call
 
toString() - Method in class net.sf.asterisk.manager.Channel
 
toString() - Method in class net.sf.asterisk.manager.ChannelStateEnum
 
toString() - Method in class net.sf.asterisk.manager.event.ManagerEvent
 
toString() - Method in class net.sf.asterisk.manager.Extension
 
toString() - Method in class net.sf.asterisk.manager.Queue
 
toString() - Method in class net.sf.asterisk.manager.response.ExtensionStateResponse
 
toString() - Method in class net.sf.asterisk.manager.response.ManagerResponse
 
trace(Object) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log a message to the Log4j Logger with TRACE priority.
trace(Object, Throwable) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log an error to the Log4j Logger with TRACE priority.

U

UnholdEvent - Class in net.sf.asterisk.manager.event
An UnholdEvent is triggered by the SIP channel driver when a channel is no longer put on hold.
It is implemented in channels/chan_sip.c.
Available since Asterisk 1.2
UnholdEvent(Object) - Constructor for class net.sf.asterisk.manager.event.UnholdEvent
Creates a new UnholdEvent.
uniqueId - Variable in class net.sf.asterisk.manager.event.RenameEvent
Unique id of the channel.
UnlinkEvent - Class in net.sf.asterisk.manager.event
An UnlinkEvent is triggered when a link between two voice channels is discontinued, for example, just before call completion.
It is implemented in channel.c
UnlinkEvent(Object) - Constructor for class net.sf.asterisk.manager.event.UnlinkEvent
 
UnparkedCallEvent - Class in net.sf.asterisk.manager.event
A UnparkedCallEvent is triggered when a channel that has been parked is resumed.
It is implemented in res/res_features.c
Available since Asterisk 1.2
UnparkedCallEvent(Object) - Constructor for class net.sf.asterisk.manager.event.UnparkedCallEvent
 
UP - Static variable in class net.sf.asterisk.manager.ChannelStateEnum
 
UserEvent - Class in net.sf.asterisk.manager.event
Abstract base class for user events.
You can send arbitrary user events via the UserEvent application provided with asterisk.
UserEvent(Object) - Constructor for class net.sf.asterisk.manager.event.UserEvent
 
username - Variable in class net.sf.asterisk.manager.DefaultManagerConnection
The username to use for login as defined in Asterisk's manager.conf.
Util - Class in net.sf.asterisk.manager.impl
Utilitiy class with some static helper methods that are used in multiple contexts.
The methods for handling the internal action id are used to make sure we send unique ids to Asterisk even when the user of Asterisk-Java does not provide a unique action id or no action id at all.
All the methods contained in this class are supposed to be internally only.
Util() - Constructor for class net.sf.asterisk.manager.impl.Util
 

V

value - Variable in class net.sf.asterisk.manager.action.SetVarAction
The value to store.
variable - Variable in class net.sf.asterisk.manager.action.SetVarAction
The name of the variable to set.
VerboseCommand - Class in net.sf.asterisk.fastagi.command
Sends a message to the console via the verbose message system.
Always returns 1.
VerboseCommand(String, int) - Constructor for class net.sf.asterisk.fastagi.command.VerboseCommand
Creates a new VerboseCommand.

W

waitForDigit(AGIChannel, int) - Method in class net.sf.asterisk.fastagi.AbstractAGIScript
Deprecated. Waits up to 'timeout' milliseconds to receive a DTMF digit.
waitForDigit(int) - Method in interface net.sf.asterisk.fastagi.AGIChannel
Waits up to 'timeout' milliseconds to receive a DTMF digit.
waitForDigit(int) - Method in class net.sf.asterisk.fastagi.BaseAGIScript
Waits up to 'timeout' milliseconds to receive a DTMF digit.
waitForDigit(int) - Method in class net.sf.asterisk.fastagi.impl.AGIChannelImpl
 
WaitForDigitCommand - Class in net.sf.asterisk.fastagi.command
Waits up to 'timeout' milliseconds for channel to receive a DTMF digit.
Returns -1 on channel failure, 0 if no digit is received in the timeout, or the numerical value of the ascii of the digit if one is received.
WaitForDigitCommand() - Constructor for class net.sf.asterisk.fastagi.command.WaitForDigitCommand
Creates a new WaitForDigitCommand with a default timeout of -1 which blocks the channel indefinitely.
WaitForDigitCommand(long) - Constructor for class net.sf.asterisk.fastagi.command.WaitForDigitCommand
Creates a new WaitForDigitCommand.
warn(Object) - Method in class net.sf.asterisk.util.impl.JavaLoggingLog
 
warn(Object, Throwable) - Method in class net.sf.asterisk.util.impl.JavaLoggingLog
 
warn(Object) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log a message to the Log4j Logger with WARN priority.
warn(Object, Throwable) - Method in class net.sf.asterisk.util.impl.Log4JLogger
Log an error to the Log4j Logger with WARN priority.
warn(Object) - Method in class net.sf.asterisk.util.impl.NullLog
 
warn(Object, Throwable) - Method in class net.sf.asterisk.util.impl.NullLog
 
warn(Object) - Method in interface net.sf.asterisk.util.Log
 
warn(Object, Throwable) - Method in interface net.sf.asterisk.util.Log
 
write(String) - Method in class net.sf.asterisk.io.impl.SocketConnectionFacadeImpl
 
write(String) - Method in interface net.sf.asterisk.io.SocketConnectionFacade
Sends a given String to the socket connection.

Z

ZapDialOffhookAction - Class in net.sf.asterisk.manager.action
The ZapDialOffhookAction dials a number on a zap channel while offhook.
ZapDialOffhookAction() - Constructor for class net.sf.asterisk.manager.action.ZapDialOffhookAction
Creates a new empty ZapDialOffhookAction.
ZapDialOffhookAction(Integer, String) - Constructor for class net.sf.asterisk.manager.action.ZapDialOffhookAction
Creates a new ZapDialOffhookAction that dials the given number on the given zap channel.
ZapDNDOffAction - Class in net.sf.asterisk.manager.action
The ZapDNDOnAction switches a zap channel "Do Not Disturb" status off.
ZapDNDOffAction() - Constructor for class net.sf.asterisk.manager.action.ZapDNDOffAction
Creates a new empty ZapDNDOffAction.
ZapDNDOffAction(Integer) - Constructor for class net.sf.asterisk.manager.action.ZapDNDOffAction
Creates a new ZapDNDOffAction that disables "Do Not Disturb" status for the given zap channel.
ZapDNDOnAction - Class in net.sf.asterisk.manager.action
The ZapDNDOnAction switches a zap channel "Do Not Disturb" status on.
ZapDNDOnAction() - Constructor for class net.sf.asterisk.manager.action.ZapDNDOnAction
Creates a new empty ZapDNDOnAction.
ZapDNDOnAction(Integer) - Constructor for class net.sf.asterisk.manager.action.ZapDNDOnAction
Creates a new ZapDNDOnAction that enables "Do Not Disturb" status for the given zap channel.
ZapHangupAction - Class in net.sf.asterisk.manager.action
The ZapHangupAction hangs up a zap channel.
ZapHangupAction() - Constructor for class net.sf.asterisk.manager.action.ZapHangupAction
Creates a new empty ZapHangupAction.
ZapHangupAction(Integer) - Constructor for class net.sf.asterisk.manager.action.ZapHangupAction
Creates a new ZapHangupAction that hangs up the given zap channel.
ZapShowChannelsAction - Class in net.sf.asterisk.manager.action
The ZapShowChannelsAction requests the state of all zap channels.
For each zap channel a ZapShowChannelsEvent is generated.
ZapShowChannelsAction() - Constructor for class net.sf.asterisk.manager.action.ZapShowChannelsAction
Creates a new ZapShowChannelsAction.
ZapShowChannelsCompleteEvent - Class in net.sf.asterisk.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 net.sf.asterisk.manager.event.ZapShowChannelsCompleteEvent
 
ZapShowChannelsEvent - Class in net.sf.asterisk.manager.event
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.
ZapShowChannelsEvent(Object) - Constructor for class net.sf.asterisk.manager.event.ZapShowChannelsEvent
 
ZapTransferAction - Class in net.sf.asterisk.manager.action
The ZapTransferAction transfers a zap channel.
ZapTransferAction() - Constructor for class net.sf.asterisk.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

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