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

A

AbstractMgcpCommand - Class in org.mobicents.media.control.mgcp.command
Abstract implementation of MGCP command that forces a rollback operation when MgcpCommand#execute(MgcpRequest) fails.
AbstractMgcpCommand(int, Parameters<MgcpParameterType>, MgcpEndpointManager) - Constructor for class org.mobicents.media.control.mgcp.command.AbstractMgcpCommand
 
AbstractMgcpConnection - Class in org.mobicents.media.control.mgcp.connection
Base implementation for any MGCP connection.
AbstractMgcpConnection(int) - Constructor for class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
AbstractMgcpEndpointProvider<T extends MgcpEndpoint> - Class in org.mobicents.media.control.mgcp.endpoint.provider
Provides MGCP endpoints for a specific name space.
AbstractMgcpEndpointProvider(String, String) - Constructor for class org.mobicents.media.control.mgcp.endpoint.provider.AbstractMgcpEndpointProvider
 
AbstractMgcpSignal - Class in org.mobicents.media.control.mgcp.pkg
Generic representation of an MGCP Signal.
AbstractMgcpSignal(String, String, SignalType, int, Map<String, String>) - Constructor for class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
AbstractMgcpSignal(String, String, SignalType, int) - Constructor for class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
activate() - Method in class org.mobicents.media.control.mgcp.controller.MgcpController
 
add(LocalConnectionOptionType, String) - Method in class org.mobicents.media.control.mgcp.message.LocalConnectionOptions
 
addConnection(MgcpConnection) - Method in class org.mobicents.media.control.mgcp.connection.MgcpCall
Registers a connection in the call.
addParameter(MgcpParameterType, String) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
addParameter(String, String) - Method in class org.mobicents.media.control.mgcp.pkg.SignalRequest
 
AudioPackage - Class in org.mobicents.media.control.mgcp.pkg.au
This package defines events and signals for an ARF package for an Audio Server Media Gateway.
AudioPackage() - Constructor for class org.mobicents.media.control.mgcp.pkg.au.AudioPackage
 
AudioSignalType - Enum in org.mobicents.media.control.mgcp.pkg.au
Types of MGCP signals defined by Advanced Audio Package.
AuditConnectionCommand - Class in org.mobicents.media.control.mgcp.command
 
AuditConnectionCommand(int, Parameters<MgcpParameterType>, MgcpEndpointManager) - Constructor for class org.mobicents.media.control.mgcp.command.AuditConnectionCommand
 
AuditEndpointCommand - Class in org.mobicents.media.control.mgcp.command
 
AuditEndpointCommand(int, Parameters<MgcpParameterType>, MgcpEndpointManager) - Constructor for class org.mobicents.media.control.mgcp.command.AuditEndpointCommand
 

B

build(DtmfDetector, DtmfDetectorListener, Player, PlayerListener, MgcpEventSubject, ListeningScheduledExecutorService, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmBuilder
 
build(MgcpEventSubject, Recorder, RecorderListener, DtmfDetector, DtmfDetectorListener, Player, PlayerListener, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmBuilder
 

C

call() - Method in class org.mobicents.media.control.mgcp.command.AuditConnectionCommand
 
call() - Method in class org.mobicents.media.control.mgcp.command.AuditEndpointCommand
 
call() - Method in class org.mobicents.media.control.mgcp.command.CreateConnectionCommand
 
call() - Method in class org.mobicents.media.control.mgcp.command.DeleteConnectionCommand
 
call() - Method in class org.mobicents.media.control.mgcp.command.ModifyConnectionCommand
 
call() - Method in class org.mobicents.media.control.mgcp.command.RequestNotificationCommand
 
cancel() - Method in class org.mobicents.media.control.mgcp.pkg.au.EndSignal
 
cancel() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollect
 
cancel() - Method in class org.mobicents.media.control.mgcp.pkg.au.PlayAnnouncement
 
cancel() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecord
 
cancel() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpSignal
Cancels the executing signal.
No action is taken if signal is not executing.
cancelSignal(String) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
cancelSignal(String) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Attempts to cancel an active signal in the endpoint.
canHandle(byte[]) - Method in class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
canHandle(byte[], int, int) - Method in class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
clear() - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
clearCollectedDigits() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
clone() - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
close() - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Closes the connection.
close() - Method in class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 
close() - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
close() - Method in class org.mobicents.media.control.mgcp.network.MgcpChannel
 
code() - Method in enum org.mobicents.media.control.mgcp.message.LocalConnectionOptionType
 
code() - Method in enum org.mobicents.media.control.mgcp.message.MgcpResponseCode
 
code() - Method in enum org.mobicents.media.control.mgcp.pkg.au.ReturnCode
 
collectDigit(char) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
compareTo(PacketHandler) - Method in class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
contain(LocalConnectionOptionType) - Method in class org.mobicents.media.control.mgcp.message.LocalConnectionOptions
 
containsKey(K) - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
countCollectedDigits() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
countConnections() - Method in class org.mobicents.media.control.mgcp.connection.MgcpCall
 
countSignals() - Method in class org.mobicents.media.control.mgcp.command.NotificationRequest
 
CrcxContext - Class in org.mobicents.media.control.mgcp.command
Contains contextual data for an MGCP CRCX operation.
CrcxContext() - Constructor for class org.mobicents.media.control.mgcp.command.CrcxContext
 
createConnection(int, boolean) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
createConnection(int, boolean) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Registers a connection.
CreateConnectionCommand - Class in org.mobicents.media.control.mgcp.command
This command is used to create a connection between two endpoints.
CreateConnectionCommand(int, Parameters<MgcpParameterType>, MgcpEndpointManager) - Constructor for class org.mobicents.media.control.mgcp.command.CreateConnectionCommand
 
current() - Method in class org.mobicents.media.control.mgcp.pkg.au.Playlist
 

D

data - Variable in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
deactivate() - Method in class org.mobicents.media.control.mgcp.controller.MgcpController
 
deactivate() - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
deleteConnection(int, int) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
deleteConnection(int, int) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Deletes an active connection.
DeleteConnectionCommand - Class in org.mobicents.media.control.mgcp.command
This command is used to terminate a single connection or multiple connections at the same time.
As a side effect, it collects statistics on the execution of the connection.
DeleteConnectionCommand(int, Parameters<MgcpParameterType>, MgcpEndpointManager) - Constructor for class org.mobicents.media.control.mgcp.command.DeleteConnectionCommand
 
deleteConnections(int) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
deleteConnections() - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
deleteConnections() - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Deletes all currently active connections.
deleteConnections(int) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Deletes all currently active connections within a specific call.
DuplicateMgcpEndpointException - Exception in org.mobicents.media.control.mgcp.exception
Occurs when there is an ID conflict when registering endpoints.
DuplicateMgcpEndpointException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.DuplicateMgcpEndpointException
 
DuplicateMgcpEndpointException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.DuplicateMgcpEndpointException
 
DuplicateMgcpTransactionException - Exception in org.mobicents.media.control.mgcp.exception
Exception that occurs when a registry contains duplicate entry for same MGCP transaction.
DuplicateMgcpTransactionException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.DuplicateMgcpTransactionException
 
DuplicateMgcpTransactionException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.DuplicateMgcpTransactionException
 

E

ENDPOINT_ID_SEPARATOR - Static variable in class org.mobicents.media.control.mgcp.command.AbstractMgcpCommand
 
ENDPOINT_ID_SEPARATOR - Static variable in class org.mobicents.media.control.mgcp.command.CreateConnectionCommand
 
EndpointIdentifier - Class in org.mobicents.media.control.mgcp.endpoint
Data structure to hold an MGCP Endpoint name.
EndpointIdentifier(String, String) - Constructor for class org.mobicents.media.control.mgcp.endpoint.EndpointIdentifier
 
EndpointIdentifierParser - Class in org.mobicents.media.control.mgcp.endpoint
Parses identifiers of MGCP Endpoints.
EndpointIdentifierParser() - Constructor for class org.mobicents.media.control.mgcp.endpoint.EndpointIdentifierParser
 
endpointManager - Variable in class org.mobicents.media.control.mgcp.command.AbstractMgcpCommand
 
EndSignal - Class in org.mobicents.media.control.mgcp.pkg.au
Gracefully terminates a Play, PlayCollect, or PlayRecord signal.
EndSignal(MgcpEndpoint, int, Map<String, String>) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.EndSignal
 
enterCanceled(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterCanceled(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterCanceled(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterCanceled(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterCollected(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterCollected(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterCollecting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterCollecting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterCollecting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterCollecting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterEvaluating(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterEvaluating(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterFailed(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterFailed(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterFailed(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterFailed(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterFailing(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterFailing(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterFailing(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterFailing(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterLoadingPlaylist(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterLoadingPlaylist(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterLoadingPlaylist(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterLoadingPlaylist(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterNoDigitsReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterNoDigitsReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterNoSpeechReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterNoSpeechReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterPlayCollect(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterPlayCollect(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterPlayingFailure(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterPlayingFailure(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterPlayingFailure(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterPlayingFailure(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterPlayingSuccess(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterPlayingSuccess(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterPlayingSuccess(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterPlayingSuccess(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterPrompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterPrompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterPrompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterPrompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterRecorded(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterRecorded(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterRecording(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterRecording(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterSucceeded(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterSucceeded(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterSucceeded(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterSucceeded(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
enterSucceeding(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
enterSucceeding(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
enterSucceeding(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
enterSucceeding(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
equals(Object) - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
execute() - Method in class org.mobicents.media.control.mgcp.pkg.au.EndSignal
 
execute() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollect
 
execute() - Method in class org.mobicents.media.control.mgcp.pkg.au.PlayAnnouncement
 
execute(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext, PlayRecordFsm) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.LoadPlaylistAction
 
execute() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecord
 
execute() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpSignal
Executes the signal.
executing - Variable in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
exitCanceled(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitCanceled(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitCanceled(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitCanceled(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitCollecting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitCollecting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitCollecting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitCollecting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitEvaluating(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitEvaluating(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitFailing(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitFailing(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitFailing(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitFailing(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitLoadingPlaylist(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitLoadingPlaylist(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitLoadingPlaylist(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitLoadingPlaylist(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitNoDigitsReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitNoDigitsReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitNoSpeechReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitNoSpeechReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitPlayCollect(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitPlayCollect(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitPlayingFailure(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitPlayingFailure(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitPlayingFailure(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitPlayingFailure(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitPlayingSuccess(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitPlayingSuccess(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitPlayingSuccess(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitPlayingSuccess(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitPrompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitPrompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitPrompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitPrompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitRecording(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitRecording(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
exitSucceeding(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
exitSucceeding(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
exitSucceeding(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
exitSucceeding(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 

F

forget(MgcpMessageObserver) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
forget(MgcpEndpointObserver) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
forget(MgcpMessageObserver) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
forget(MgcpEndpointObserver) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpointSubject
 
forget(MgcpMessageObserver) - Method in interface org.mobicents.media.control.mgcp.message.MgcpMessageSubject
 
forget(MgcpMessageObserver) - Method in class org.mobicents.media.control.mgcp.network.MgcpChannel
 
forget(MgcpEventObserver) - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
forget(MgcpEventObserver) - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpEventSubject
 
forget(MgcpMessageObserver) - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransactionManager
 
fromCode(String) - Static method in enum org.mobicents.media.control.mgcp.message.LocalConnectionOptionType
 
fromCode(String) - Static method in enum org.mobicents.media.control.mgcp.message.MgcpParameterType
 
fromCode(int) - Static method in enum org.mobicents.media.control.mgcp.message.MgcpResponseCode
 
fromSymbol(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.AudioSignalType
 
fromSymbol(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.SignalParameters
 
fromSymbol(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.base.MgcpEventType
 
fromSymbol(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.MgcpActionType
 

G

generateId() - Method in class org.mobicents.media.control.mgcp.endpoint.provider.AbstractMgcpEndpointProvider
 
GenericMgcpEndpoint - Class in org.mobicents.media.control.mgcp.endpoint
Abstract representation of an MGCP Endpoint that groups connections by calls.
GenericMgcpEndpoint(EndpointIdentifier, MgcpConnectionProvider, MediaGroup) - Constructor for class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
GenericMgcpEvent - Class in org.mobicents.media.control.mgcp.pkg
 
GenericMgcpEvent(String, String, String) - Constructor for class org.mobicents.media.control.mgcp.pkg.GenericMgcpEvent
 
get(LocalConnectionOptionType) - Method in class org.mobicents.media.control.mgcp.message.LocalConnectionOptions
 
getAction() - Method in class org.mobicents.media.control.mgcp.pkg.MgcpRequestedEvent
 
getAttempt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getAttempt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
getAudioComponent() - Method in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
getAudioComponent() - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Gets the in-band audio component of the connection.
getAudioComponent() - Method in class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 
getAudioComponent() - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
getAudioComponent() - Method in class org.mobicents.media.control.mgcp.endpoint.MediaGroupImpl
 
getBoolean(K) - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
getCallId() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getClearDigitBuffer() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
If set to true, clears the digit buffer before playing the initial prompt.
getClearDigitBuffer() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
If set to true, clears the digit buffer before playing the initial prompt.
getCode() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getCode() - Method in exception org.mobicents.media.control.mgcp.command.MgcpCommandException
 
getCode() - Method in class org.mobicents.media.control.mgcp.command.MgcpCommandResult
 
getCode() - Method in enum org.mobicents.media.control.mgcp.message.MgcpParameterType
 
getCode() - Method in class org.mobicents.media.control.mgcp.message.MgcpResponse
 
getCollectedDigits() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getConnection(int) - Method in class org.mobicents.media.control.mgcp.connection.MgcpCall
Gets a registered connection.
getConnection(int, int) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
getConnection(int, int) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Gets a connection by identifier.
getConnectionId() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getConnectionMode() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getControlProtocol() - Method in class org.mobicents.media.control.mgcp.controller.MgcpController
 
getDetector() - Method in interface org.mobicents.media.control.mgcp.endpoint.MediaGroup
 
getDetector() - Method in class org.mobicents.media.control.mgcp.endpoint.MediaGroupImpl
 
getDigitPattern() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
A legal digit map as described in section 7.1.14 of the MEGACO protocol using the DTMF mappings associated with the Megaco DTMF Detection Package described in the Megaco protocol document.
getDomain() - Method in class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
getDomain() - Method in class org.mobicents.media.control.mgcp.endpoint.provider.AbstractMgcpEndpointProvider
 
getDomain() - Method in interface org.mobicents.media.control.mgcp.endpoint.provider.MgcpEndpointProvider
Gets the domain of the media gateway.
getDomainName() - Method in class org.mobicents.media.control.mgcp.endpoint.EndpointIdentifier
 
getEndInputKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
Specifies a key that signals the end of digit collection or voice recording.
getEndInputKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Specifies a key that signals the end of digit collection or voice recording.
getEndpoint(String) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
Gets a registered endpoint.
getEndpointId() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getEndpointId() - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
getEndpointId() - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Gets the endpoint identifier
getEndpointId() - Method in class org.mobicents.media.control.mgcp.message.MgcpRequest
 
getEventType() - Method in class org.mobicents.media.control.mgcp.pkg.MgcpRequestedEvent
 
getExtraDigitTimer() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
The amount of time to wait for a user to enter a final digit once the maximum expected amount of digits have been entered.
getFailureAnnouncement() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getFailureAnnouncement() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
getFirstDigitTimer() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
The amount of time allowed for the user to enter the first digit.
getGenerator() - Method in interface org.mobicents.media.control.mgcp.endpoint.MediaGroup
 
getGenerator() - Method in class org.mobicents.media.control.mgcp.endpoint.MediaGroupImpl
 
getHexId() - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransaction
 
getHexIdentifier() - Method in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
getHexIdentifier() - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Gets the connection identifier in hexadecimal base.
getId() - Method in class org.mobicents.media.control.mgcp.connection.MgcpCall
Gets the call identifier.
getId() - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransaction
 
getIdentifier() - Method in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
getIdentifier() - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Gets the connection identifier
getIncludeEndInputKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
By default the End Input Key is not included in the collected digits returned to the call agent.
getInitialPrompt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getInitialPrompt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
getInteger(K) - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
getIntegerBase16(K) - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
getInterDigitTimer() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
The amount of time allowed for the user to enter each subsequent digit.
getLastCollectedDigitOn() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getLastTone() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getLocalConnectionOptions() - Method in class org.mobicents.media.control.mgcp.message.MgcpRequest
 
getLocalDescription() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getLocalName() - Method in class org.mobicents.media.control.mgcp.endpoint.EndpointIdentifier
 
getLong(K) - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
getMaximumDigits() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
The maximum number of digits to collect.
getMediaGroup() - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
getMediaGroup() - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Gets the media group that holds media components of the endpoint.
getMessage() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getMessage() - Method in class org.mobicents.media.control.mgcp.command.MgcpCommandResult
 
getMessage() - Method in class org.mobicents.media.control.mgcp.message.MgcpResponse
 
getMinimumDigits() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
The minimum number of digits to collect.
getMode() - Method in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
getMode() - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Gets the current mode of the connection.
getName() - Method in class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
getName() - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
getName() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpSignal
Gets the name of the signal which is composed of the MGCP package plus the signal name.
getNamespace() - Method in class org.mobicents.media.control.mgcp.endpoint.provider.AbstractMgcpEndpointProvider
 
getNamespace() - Method in interface org.mobicents.media.control.mgcp.endpoint.provider.MgcpEndpointProvider
Gets the name space associated with the provided endpoints.
getNoDigitsReprompt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getNonInterruptibleAudio() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
If set to true, initial prompt is not interruptible by either voice or digits.
getNonInterruptibleAudio() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
If set to true, initial prompt is not interruptible by either voice or digits.
getNoSpeechReprompt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
getNotifiedEntity() - Method in class org.mobicents.media.control.mgcp.command.NotificationRequest
 
getNumberOfAttempts() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
The number of attempts the user needed to enter a valid digit pattern or to make a recording.
getNumberOfAttempts() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
The number of attempts the user needed to enter a valid digit pattern or to make a recording.
getOobComponent() - Method in class org.mobicents.media.control.mgcp.endpoint.MediaGroupImpl
 
getOutOfBandComponent() - Method in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
getOutOfBandComponent() - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Gets the out-of-band audio component of the connection.
getOutOfBandComponent() - Method in class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 
getOutOfBandComponent() - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
getPackage() - Method in class org.mobicents.media.control.mgcp.pkg.GenericMgcpEvent
 
getPackage() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpEvent
Gets the package the event belongs to.
getPackageName() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpPackage
 
getPackageName() - Method in class org.mobicents.media.control.mgcp.pkg.MgcpRequestedEvent
 
getPackageName() - Method in class org.mobicents.media.control.mgcp.pkg.SignalRequest
 
getParameter(MgcpParameterType) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
getParameter(String) - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
getParameter(String) - Method in class org.mobicents.media.control.mgcp.pkg.GenericMgcpEvent
 
getParameter(String) - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpEvent
Gets a parameter from the event.
getParameter(String) - Method in class org.mobicents.media.control.mgcp.pkg.SignalRequest
 
getParameters() - Method in class org.mobicents.media.control.mgcp.command.MgcpCommandResult
 
getParameters() - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
getParameters() - Method in class org.mobicents.media.control.mgcp.pkg.SignalRequest
 
getPipelinePriority() - Method in class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
getPlayer() - Method in interface org.mobicents.media.control.mgcp.endpoint.MediaGroup
 
getPlayer() - Method in class org.mobicents.media.control.mgcp.endpoint.MediaGroupImpl
 
getPort() - Method in class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
getPositionKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
Defines a key with the following action.
getPositionKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Defines a key with the following action.
getPostSpeechTimer() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
The amount of silence necessary after the end of the last speech segment for the recording to be considered complete.
Specified in units of 100 milliseconds.
getPreSpeechTimer() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
The amount of time to wait for the user to initially speak.
Specified in units of 100 milliseconds.Defaults to 30 (3 seconds).
getQualifiedName() - Method in class org.mobicents.media.control.mgcp.pkg.MgcpRequestedEvent
 
getRecorder() - Method in interface org.mobicents.media.control.mgcp.endpoint.MediaGroup
 
getRecorder() - Method in class org.mobicents.media.control.mgcp.endpoint.MediaGroupImpl
 
getRecordId() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Gets the path where the recording will be stored.
getReinputKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
Defines a key sequence consisting of a command key optionally followed by zero or more keys.
getReinputKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Defines a key sequence consisting of a command key optionally followed by zero or more keys.
getRemoteDescription() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getReprompt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getReprompt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
getRequestedEvents() - Method in class org.mobicents.media.control.mgcp.command.NotificationRequest
 
getRequestId() - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
getRequestId() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpSignal
Gets the identifier of the request that submitted the signal.
getRequestIdentifier() - Method in class org.mobicents.media.control.mgcp.command.NotificationRequest
 
getRequestType() - Method in class org.mobicents.media.control.mgcp.message.MgcpRequest
 
getRestartKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
Defines a key sequence consisting of a command key optionally followed by zero or more keys.
getRestartKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Defines a key sequence consisting of a command key optionally followed by zero or more keys.
getReturnCode() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getReturnCode() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
getReturnKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
Defines a key sequence consisting of a command key optionally followed by zero or more keys.
getReturnKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Defines a key sequence consisting of a command key optionally followed by zero or more keys.
getSecondConnectionId() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getSecondEndpointId() - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
getSignal() - Method in class org.mobicents.media.control.mgcp.pkg.GenericMgcpEvent
 
getSignal() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpEvent
Gets the name of the signal who fired the event.
getSignalType() - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
getSignalType() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpSignal
Gets the type of signal.
getSignalType() - Method in class org.mobicents.media.control.mgcp.pkg.SignalRequest
 
getStartInputKeys() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
Defines a set of keys that are acceptable as the first digit collected.
getState() - Method in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
getState() - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Gets the current state of the connection
getStopKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
Defines a key with the following action.
getStopKey() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Defines a key with the following action.
getString(K) - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
getSuccessAnnouncement() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
getSuccessAnnouncement() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
getSymbol() - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
getSymbol() - Method in class org.mobicents.media.control.mgcp.pkg.GenericMgcpEvent
 
getSymbol() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpEvent
Gets the symbol representing the event.
getTone() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
getTotalRecordingLengthTimer() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
The maximum allowable length of the recording, not including pre or post speech silence.
Specified in units of 100 milliseconds.
getTransactionId() - Method in class org.mobicents.media.control.mgcp.command.MgcpCommandResult
 
getTransactionId() - Method in class org.mobicents.media.control.mgcp.command.NotificationRequest
 
getTransactionId() - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
getType() - Method in class org.mobicents.media.control.mgcp.message.MgcpParameter
 
getValue() - Method in class org.mobicents.media.control.mgcp.message.MgcpParameter
 

H

halfOpen(LocalConnectionOptions) - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
The connection allocates resources and becomes half-open, sending an SDP offer to the remote peer.
halfOpen(LocalConnectionOptions) - Method in class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 
halfOpen(LocalConnectionOptions) - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
handle(byte[], InetSocketAddress, InetSocketAddress) - Method in class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
handle(byte[], int, int, InetSocketAddress, InetSocketAddress) - Method in class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
hasCalls() - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
hasConnections() - Method in class org.mobicents.media.control.mgcp.connection.MgcpCall
 
hasDigitPattern() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
hasFailureAnnouncement() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
hasFailureAnnouncement() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
hasMoreAttempts() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
hasMoreAttempts() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
hasParameter(MgcpParameterType) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
hasRecording() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Gets whether the recording file exists in the file system.
hasSuccessAnnouncement() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
hasSuccessAnnouncement() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 

I

installProvider(MgcpEndpointProvider<?>) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
INSTANCE - Static variable in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmBuilder
 
isActive() - Method in class org.mobicents.media.control.mgcp.controller.MgcpController
 
isActive() - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
isEmpty() - Method in class org.mobicents.media.control.mgcp.pkg.au.Playlist
 
isExecuting() - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
isExecuting() - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpSignal
Gets whether the signal is currently executing.
isListening(String) - Method in class org.mobicents.media.control.mgcp.command.NotificationRequest
 
isLocal() - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Gets whether the connection is local or remote.
isLocal() - Method in class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 
isLocal() - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
isLocal(int) - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransactionProvider
 
isOngoing() - Method in class org.mobicents.media.control.mgcp.pkg.au.Playlist
 
isOpen() - Method in class org.mobicents.media.control.mgcp.network.MgcpChannel
 
isParameterSupported(String) - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
isParameterSupported(String) - Method in class org.mobicents.media.control.mgcp.pkg.au.EndSignal
 
isParameterSupported(String) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollect
 
isParameterSupported(String) - Method in class org.mobicents.media.control.mgcp.pkg.au.PlayAnnouncement
 
isParameterSupported(String) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecord
 
isRequest() - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
isRequest() - Method in class org.mobicents.media.control.mgcp.message.MgcpRequest
 
isRequest() - Method in class org.mobicents.media.control.mgcp.message.MgcpResponse
 
isSdpDetected() - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
isSpeechDetected() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
isSuccessful() - Method in class org.mobicents.media.control.mgcp.message.MgcpResponse
Indicates whether response code is successful.

J

join(MgcpLocalConnection) - Method in class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 

K

keySet() - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 

L

label() - Method in enum org.mobicents.media.control.mgcp.pkg.SignalType
 
listener - Variable in class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
LoadPlaylistAction - Class in org.mobicents.media.control.mgcp.pkg.au.pr
 
LoadPlaylistAction() - Constructor for class org.mobicents.media.control.mgcp.pkg.au.pr.LoadPlaylistAction
 
LocalConnectionOptions - Class in org.mobicents.media.control.mgcp.message
Represents Local Connection Options parameter of an MGCP message.
LocalConnectionOptions() - Constructor for class org.mobicents.media.control.mgcp.message.LocalConnectionOptions
 
LocalConnectionOptionsParser - Class in org.mobicents.media.control.mgcp.message
Parses Local Connection Options of an MGCP message.
LocalConnectionOptionsParser() - Constructor for class org.mobicents.media.control.mgcp.message.LocalConnectionOptionsParser
 
LocalConnectionOptionType - Enum in org.mobicents.media.control.mgcp.message
Enumeration of Local Connection options.

M

MalformedMgcpEndpointIdentifier - Exception in org.mobicents.media.control.mgcp.endpoint
Thrown when an MGCP Endpoint Identifier is malformed.
MalformedMgcpEndpointIdentifier(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.endpoint.MalformedMgcpEndpointIdentifier
 
MalformedMgcpEndpointIdentifier(String) - Constructor for exception org.mobicents.media.control.mgcp.endpoint.MalformedMgcpEndpointIdentifier
 
mediaGroup - Variable in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
MediaGroup - Interface in org.mobicents.media.control.mgcp.endpoint
Holds media components.
MediaGroupImpl - Class in org.mobicents.media.control.mgcp.endpoint
 
MediaGroupImpl(AudioComponent, OOBComponent, PlayerProvider, RecorderProvider, DtmfDetectorProvider) - Constructor for class org.mobicents.media.control.mgcp.endpoint.MediaGroupImpl
 
MediaGroupProvider - Class in org.mobicents.media.control.mgcp.endpoint.provider
 
MediaGroupProvider(PlayerProvider, DtmfDetectorProvider, RecorderProvider) - Constructor for class org.mobicents.media.control.mgcp.endpoint.provider.MediaGroupProvider
 
message() - Method in enum org.mobicents.media.control.mgcp.message.MgcpResponseCode
 
MessageDirection - Enum in org.mobicents.media.control.mgcp.message
Indicates the direction of an MGCP message.
MgcpActionType - Enum in org.mobicents.media.control.mgcp.pkg
List of actions that can be srpung when an event is fired.
MgcpCall - Class in org.mobicents.media.control.mgcp.connection
 
MgcpCall(int) - Constructor for class org.mobicents.media.control.mgcp.connection.MgcpCall
 
MgcpCallListener - Interface in org.mobicents.media.control.mgcp.listener
Listens to events related to an MGCP Call.
MgcpCallNotFoundException - Exception in org.mobicents.media.control.mgcp.exception
Represents failure when searching for a supposedly registered call.
MgcpCallNotFoundException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpCallNotFoundException
 
MgcpCallNotFoundException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpCallNotFoundException
 
MgcpChannel - Class in org.mobicents.media.control.mgcp.network
UDP channel that handles MGCP traffic.
MgcpChannel(SocketAddress, UdpManager) - Constructor for class org.mobicents.media.control.mgcp.network.MgcpChannel
 
MgcpChannelException - Exception in org.mobicents.media.control.mgcp.exception
MGCP exception that indicates a problem with setup of a channel.
MgcpChannelException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpChannelException
 
MgcpChannelException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpChannelException
 
MgcpCommand - Interface in org.mobicents.media.control.mgcp.command
Represents an MGCP action that can be executed.
MgcpCommandException - Exception in org.mobicents.media.control.mgcp.command
 
MgcpCommandException(MgcpResponseCode) - Constructor for exception org.mobicents.media.control.mgcp.command.MgcpCommandException
 
MgcpCommandException(int, String) - Constructor for exception org.mobicents.media.control.mgcp.command.MgcpCommandException
 
MgcpCommandParameterType - Enum in org.mobicents.media.control.mgcp.command
 
MgcpCommandProvider - Class in org.mobicents.media.control.mgcp.command
Provides MGCP commands to be executed.
MgcpCommandProvider(MgcpEndpointManager, MgcpSignalProvider) - Constructor for class org.mobicents.media.control.mgcp.command.MgcpCommandProvider
 
MgcpCommandResult - Class in org.mobicents.media.control.mgcp.command
Hold the result of the execution of an MGCP Command.
MgcpCommandResult(int, int, String, Parameters<MgcpParameterType>) - Constructor for class org.mobicents.media.control.mgcp.command.MgcpCommandResult
 
MgcpConnection - Interface in org.mobicents.media.control.mgcp.connection
Connections are created on each endpoint that will be involved in the call.
MgcpConnectionException - Exception in org.mobicents.media.control.mgcp.exception
 
MgcpConnectionException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpConnectionException
 
MgcpConnectionException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpConnectionException
 
MgcpConnectionListener - Interface in org.mobicents.media.control.mgcp.listener
Listens to events related to an MGCP connection.
MgcpConnectionNotFound - Exception in org.mobicents.media.control.mgcp.exception
Represents failure when searching for a supposedly registered endpoint.
MgcpConnectionNotFound(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpConnectionNotFound
 
MgcpConnectionNotFound(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpConnectionNotFound
 
MgcpConnectionProvider - Class in org.mobicents.media.control.mgcp.connection
 
MgcpConnectionProvider(MediaChannelProvider, ChannelsManager) - Constructor for class org.mobicents.media.control.mgcp.connection.MgcpConnectionProvider
 
MgcpConnectionState - Enum in org.mobicents.media.control.mgcp.connection
Enumeration of possible MGCP connection states.
MgcpController - Class in org.mobicents.media.control.mgcp.controller
 
MgcpController(MgcpChannel, TransactionManager, MgcpEndpointManager, MgcpCommandProvider) - Constructor for class org.mobicents.media.control.mgcp.controller.MgcpController
 
MgcpEndpoint - Interface in org.mobicents.media.control.mgcp.endpoint
An Endpoint is a logical representation of a physical entity, such as an analog phone or a channel in a trunk.
MgcpEndpointException - Exception in org.mobicents.media.control.mgcp.exception
Root exception for operations involving MGCP Endpoints.
MgcpEndpointException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpEndpointException
 
MgcpEndpointException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpEndpointException
 
MgcpEndpointManager - Class in org.mobicents.media.control.mgcp.endpoint
Manages the collection of endpoints registered system-wide.
MgcpEndpointManager() - Constructor for class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
MgcpEndpointNotFoundException - Exception in org.mobicents.media.control.mgcp.exception
Exception thrown when a lookup operation cannot find an MGCP endpoint.
MgcpEndpointNotFoundException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpEndpointNotFoundException
 
MgcpEndpointNotFoundException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpEndpointNotFoundException
 
MgcpEndpointObserver - Interface in org.mobicents.media.control.mgcp.endpoint
Observes state changes in MGCP endpoints.
MgcpEndpointProvider<T extends MgcpEndpoint> - Interface in org.mobicents.media.control.mgcp.endpoint.provider
 
MgcpEndpointState - Enum in org.mobicents.media.control.mgcp.endpoint
List of possible states of an MGCP Endpoint.
MgcpEndpointSubject - Interface in org.mobicents.media.control.mgcp.endpoint
Subscribes observers to receive notifications about MGCP Endpoint state changes.
MgcpEvent - Interface in org.mobicents.media.control.mgcp.pkg
 
MgcpEventObserver - Interface in org.mobicents.media.control.mgcp.pkg
Observes MGCP Events.
MgcpEventSubject - Interface in org.mobicents.media.control.mgcp.pkg
Subscribes observers to receive notifications about MGCP Events.
MgcpEventType - Enum in org.mobicents.media.control.mgcp.pkg.base
 
MgcpException - Exception in org.mobicents.media.control.mgcp.exception
Root class for MGCP-related exceptions.
MgcpException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpException
 
MgcpException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpException
 
MgcpLocalConnection - Class in org.mobicents.media.control.mgcp.connection
Type of connection that connects two endpoints locally.
MgcpLocalConnection(int, ChannelsManager) - Constructor for class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 
MgcpMessage - Class in org.mobicents.media.control.mgcp.message
Represents a generic MGCP message.
MgcpMessage() - Constructor for class org.mobicents.media.control.mgcp.message.MgcpMessage
 
MgcpMessageObserver - Interface in org.mobicents.media.control.mgcp.message
Listens to incoming MGCP packets.
MgcpMessageParser - Class in org.mobicents.media.control.mgcp.message
Parses text into MGCP Message objects.
MgcpMessageParser() - Constructor for class org.mobicents.media.control.mgcp.message.MgcpMessageParser
 
MgcpMessageSubject - Interface in org.mobicents.media.control.mgcp.message
Subscribes observers to receive notifications about MGCP Message passing.
MgcpMixerEndpoint - Class in org.mobicents.media.control.mgcp.endpoint
Implementation of an MGCP Endpoint that mixes audio frames from all sources.
MgcpMixerEndpoint(EndpointIdentifier, AudioMixer, OOBMixer, MgcpConnectionProvider, MediaGroup) - Constructor for class org.mobicents.media.control.mgcp.endpoint.MgcpMixerEndpoint
 
MgcpMixerEndpointProvider - Class in org.mobicents.media.control.mgcp.endpoint.provider
Provides MGCP endpoints that rely on a Mixer to relay media.
MgcpMixerEndpointProvider(String, String, PriorityQueueScheduler, MgcpConnectionProvider, MediaGroupProvider) - Constructor for class org.mobicents.media.control.mgcp.endpoint.provider.MgcpMixerEndpointProvider
 
MgcpPackage - Interface in org.mobicents.media.control.mgcp.pkg
 
MgcpPacketHandler - Class in org.mobicents.media.control.mgcp.network
Handler to decode and process incoming MGCP packets.
MgcpPacketHandler(MgcpMessageParser, MgcpMessageSubject) - Constructor for class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
MgcpParameter - Class in org.mobicents.media.control.mgcp.message
 
MgcpParameter() - Constructor for class org.mobicents.media.control.mgcp.message.MgcpParameter
 
MgcpParameterType - Enum in org.mobicents.media.control.mgcp.message
Enumeration of MGCP parameter types.
MgcpParseException - Exception in org.mobicents.media.control.mgcp.exception
 
MgcpParseException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpParseException
 
MgcpParseException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpParseException
 
MgcpRemoteConnection - Class in org.mobicents.media.control.mgcp.connection
Type of connection that connects one endpoint to a remote peer.
MgcpRemoteConnection(int, MediaChannelProvider) - Constructor for class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
MgcpRequest - Class in org.mobicents.media.control.mgcp.message
Represents an MGCP request.
MgcpRequest() - Constructor for class org.mobicents.media.control.mgcp.message.MgcpRequest
 
MgcpRequestedEvent - Class in org.mobicents.media.control.mgcp.pkg
Holds information about a RequestedEvent from an MGCP RQNT command.
MgcpRequestedEvent(String, String, MgcpActionType) - Constructor for class org.mobicents.media.control.mgcp.pkg.MgcpRequestedEvent
 
MgcpRequestedEventsParser - Class in org.mobicents.media.control.mgcp.pkg
Parses RequestedEvent parameter for an MGCP RQNT command.
MgcpRequestedEventsParser() - Constructor for class org.mobicents.media.control.mgcp.pkg.MgcpRequestedEventsParser
 
MgcpRequestType - Enum in org.mobicents.media.control.mgcp.message
Types of MGCP messages.
MgcpResponse - Class in org.mobicents.media.control.mgcp.message
Represents an MGCP response.
MgcpResponse() - Constructor for class org.mobicents.media.control.mgcp.message.MgcpResponse
 
MgcpResponseCode - Enum in org.mobicents.media.control.mgcp.message
Enumeration of MGCP response codes.
MgcpSignal - Interface in org.mobicents.media.control.mgcp.pkg
 
MgcpSignalProvider - Class in org.mobicents.media.control.mgcp.pkg
Provides MGCP signals by package.
MgcpSignalProvider(ListeningScheduledExecutorService) - Constructor for class org.mobicents.media.control.mgcp.pkg.MgcpSignalProvider
 
MgcpSplitterEndpoint - Class in org.mobicents.media.control.mgcp.endpoint
Provides MGCP endpoints that rely on a Mixer to relay media.
MgcpSplitterEndpoint(EndpointIdentifier, AudioSplitter, OOBSplitter, MgcpConnectionProvider, MediaGroup) - Constructor for class org.mobicents.media.control.mgcp.endpoint.MgcpSplitterEndpoint
 
MgcpSplitterEndpointProvider - Class in org.mobicents.media.control.mgcp.endpoint.provider
Provides MGCP endpoints that rely on a Splitter to relay media.
MgcpSplitterEndpointProvider(String, String, PriorityQueueScheduler, MgcpConnectionProvider, MediaGroupProvider) - Constructor for class org.mobicents.media.control.mgcp.endpoint.provider.MgcpSplitterEndpointProvider
 
MgcpTransaction - Class in org.mobicents.media.control.mgcp.transaction
 
MgcpTransaction(int) - Constructor for class org.mobicents.media.control.mgcp.transaction.MgcpTransaction
 
MgcpTransactionException - Exception in org.mobicents.media.control.mgcp.exception
Generic exception involving MGCP transactions.
MgcpTransactionException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpTransactionException
 
MgcpTransactionException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpTransactionException
 
MgcpTransactionListener - Interface in org.mobicents.media.control.mgcp.listener
Listens for notifications on MGCP transaction execution.
MgcpTransactionManager - Class in org.mobicents.media.control.mgcp.transaction
Manages a group of MGCP transactions.
MgcpTransactionManager(MgcpTransactionProvider, ListeningExecutorService) - Constructor for class org.mobicents.media.control.mgcp.transaction.MgcpTransactionManager
 
MgcpTransactionNotFoundException - Exception in org.mobicents.media.control.mgcp.exception
Occurs when a supposedly active transaction cannot be found.
MgcpTransactionNotFoundException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpTransactionNotFoundException
 
MgcpTransactionNotFoundException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.MgcpTransactionNotFoundException
 
MgcpTransactionProvider - Class in org.mobicents.media.control.mgcp.transaction
 
MgcpTransactionProvider(int, int) - Constructor for class org.mobicents.media.control.mgcp.transaction.MgcpTransactionProvider
 
MgcpTransactionState - Enum in org.mobicents.media.control.mgcp.transaction
Possible states of an MGCP Transaction.
ModifyConnectionCommand - Class in org.mobicents.media.control.mgcp.command
This command is used to modify the characteristics of a gateway's "view" of a connection.
This "view" of the call includes both the local connection descriptor as well as the remote connection descriptor.
ModifyConnectionCommand(int, Parameters<MgcpParameterType>, MgcpEndpointManager) - Constructor for class org.mobicents.media.control.mgcp.command.ModifyConnectionCommand
 

N

newAttempt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
Resets the collected digits and increments the attempts counter.
newAttempt() - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
Resets the collected digits and increments the attempts counter.
next() - Method in class org.mobicents.media.control.mgcp.pkg.au.Playlist
 
NotificationRequest - Class in org.mobicents.media.control.mgcp.command
 
NotificationRequest(int, String, NotifiedEntity, MgcpRequestedEvent[], MgcpSignal...) - Constructor for class org.mobicents.media.control.mgcp.command.NotificationRequest
 
NotifiedEntity - Class in org.mobicents.media.control.mgcp.command.param
The concept of "notified entity" is central to reliability and fail-over in MGCP.
The "notified entity" for an endpoint is the Call Agent currently controlling that endpoint.
NotifiedEntity(String, String) - Constructor for class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
NotifiedEntity(String, String, int) - Constructor for class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
NotifiedEntity() - Constructor for class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
NotifiedEntityParser - Class in org.mobicents.media.control.mgcp.pkg
 
NotifiedEntityParser() - Constructor for class org.mobicents.media.control.mgcp.pkg.NotifiedEntityParser
 
notify(Object, MgcpMessage, MessageDirection) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
notify(MgcpEndpoint, MgcpEndpointState) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
notify(Object, MgcpMessage, MessageDirection) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
notify(MgcpEndpoint, MgcpEndpointState) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpointSubject
 
notify(Object, MgcpMessage, MessageDirection) - Method in interface org.mobicents.media.control.mgcp.message.MgcpMessageSubject
 
notify(Object, MgcpMessage, MessageDirection) - Method in class org.mobicents.media.control.mgcp.network.MgcpChannel
 
notify(Object, MgcpEvent) - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
notify(Object, MgcpEvent) - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpEventSubject
 
notify(Object, MgcpMessage, MessageDirection) - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransactionManager
 

O

observe(MgcpMessageObserver) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
observe(MgcpEndpointObserver) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
observe(MgcpMessageObserver) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
observe(MgcpEndpointObserver) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpointSubject
 
observe(MgcpMessageObserver) - Method in interface org.mobicents.media.control.mgcp.message.MgcpMessageSubject
 
observe(MgcpMessageObserver) - Method in class org.mobicents.media.control.mgcp.network.MgcpChannel
 
observe(MgcpEventObserver) - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
observe(MgcpEventObserver) - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpEventSubject
 
observe(MgcpMessageObserver) - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransactionManager
 
onActivated() - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
Event that is called when endpoint becomes active.
onActivated() - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpMixerEndpoint
 
onActivated() - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpSplitterEndpoint
 
onCallTerminated(MgcpCall) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
onCallTerminated(MgcpCall) - Method in interface org.mobicents.media.control.mgcp.listener.MgcpCallListener
 
onCollecting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
onCollecting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
onCollecting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
onCollecting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
onConnectionCreated(MgcpConnection) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
Event that is called when a new connection is created in the endpoint.
onConnectionCreated(MgcpConnection) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpMixerEndpoint
 
onConnectionCreated(MgcpConnection) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpSplitterEndpoint
 
onConnectionDeleted(MgcpConnection) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
Event that is called when a new connection is deleted in the endpoint.
onConnectionDeleted(MgcpConnection) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpMixerEndpoint
 
onConnectionDeleted(MgcpConnection) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpSplitterEndpoint
 
onConnectionFailure(MgcpConnection) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
onConnectionFailure(MgcpConnection) - Method in interface org.mobicents.media.control.mgcp.listener.MgcpConnectionListener
 
onDeactivated() - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
Event that is called when endpoint becomes inactive.
onDeactivated() - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpMixerEndpoint
 
onDeactivated() - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpSplitterEndpoint
 
onEndpointStateChanged(MgcpEndpoint, MgcpEndpointState) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
onEndpointStateChanged(MgcpEndpoint, MgcpEndpointState) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpointObserver
Fired when an endpoint state changes.
onEvent(Object, MgcpEvent) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
onEvent(Object, MgcpEvent) - Method in interface org.mobicents.media.control.mgcp.pkg.MgcpEventObserver
Triggered when an MGCP event is fired.
onMessage(MgcpMessage, MessageDirection) - Method in class org.mobicents.media.control.mgcp.controller.MgcpController
 
onMessage(MgcpMessage, MessageDirection) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
onMessage(MgcpMessage, MessageDirection) - Method in interface org.mobicents.media.control.mgcp.message.MgcpMessageObserver
Event triggered when a message arrives.
onNoDigitsReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
onNoDigitsReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
onNoSpeechReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
onNoSpeechReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
onPlayingFailure(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
onPlayingFailure(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
onPlayingFailure(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
onPlayingFailure(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
onPlayingSuccess(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
onPlayingSuccess(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
onPlayingSuccess(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
onPlayingSuccess(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
onPrompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
onPrompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
onPrompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
onPrompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
onRecording(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
onRecording(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
onReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsm
 
onReprompting(PlayCollectState, PlayCollectState, PlayCollectEvent, PlayCollectContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
onReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in interface org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsm
 
onReprompting(PlayRecordState, PlayRecordState, PlayRecordEvent, PlayRecordContext) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
onRtcpFailure(Throwable) - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
onRtcpFailure(String) - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
onRtpFailure(Throwable) - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
onRtpFailure(String) - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
onStarted(Endpoint, EndpointInstaller) - Method in class org.mobicents.media.control.mgcp.controller.MgcpController
 
onStopped(Endpoint) - Method in class org.mobicents.media.control.mgcp.controller.MgcpController
 
onTransactionComplete(MgcpTransaction) - Method in interface org.mobicents.media.control.mgcp.listener.MgcpTransactionListener
 
open(String) - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Moves the connection to an open state.
open(String) - Method in class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 
open(String) - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
open() - Method in class org.mobicents.media.control.mgcp.network.MgcpChannel
 
OperationComplete - Class in org.mobicents.media.control.mgcp.pkg.au
Detected upon the successful completion of a Play, PlayRecord, or Play Collect signal.
OperationComplete(String, int) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.OperationComplete
 
OperationComplete - Class in org.mobicents.media.control.mgcp.pkg.base
The operation complete event is generated when the gateway was asked to apply one or several signals of type TO on the endpoint or connection, and one or more of those signals completed without being stopped by the detection of a requested event such as off-hook transition or dialed digit.
OperationComplete(String, String) - Constructor for class org.mobicents.media.control.mgcp.pkg.base.OperationComplete
 
OperationFailed - Class in org.mobicents.media.control.mgcp.pkg.au
Detected upon the failure of a Play, PlayRecord, or PlayCollect signal.
OperationFailed(String, int) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.OperationFailed
 
OperationFailure - Class in org.mobicents.media.control.mgcp.pkg.base
The operation failure event is generated when the endpoint was asked to apply one or several signals of type TO on the endpoint or connection, and one or more of those signals failed prior to timing out.
OperationFailure(String, String) - Constructor for class org.mobicents.media.control.mgcp.pkg.base.OperationFailure
 
org.mobicents.media.control.mgcp.command - package org.mobicents.media.control.mgcp.command
 
org.mobicents.media.control.mgcp.command.param - package org.mobicents.media.control.mgcp.command.param
 
org.mobicents.media.control.mgcp.connection - package org.mobicents.media.control.mgcp.connection
 
org.mobicents.media.control.mgcp.controller - package org.mobicents.media.control.mgcp.controller
 
org.mobicents.media.control.mgcp.endpoint - package org.mobicents.media.control.mgcp.endpoint
 
org.mobicents.media.control.mgcp.endpoint.provider - package org.mobicents.media.control.mgcp.endpoint.provider
 
org.mobicents.media.control.mgcp.exception - package org.mobicents.media.control.mgcp.exception
 
org.mobicents.media.control.mgcp.listener - package org.mobicents.media.control.mgcp.listener
 
org.mobicents.media.control.mgcp.message - package org.mobicents.media.control.mgcp.message
 
org.mobicents.media.control.mgcp.network - package org.mobicents.media.control.mgcp.network
 
org.mobicents.media.control.mgcp.pkg - package org.mobicents.media.control.mgcp.pkg
 
org.mobicents.media.control.mgcp.pkg.au - package org.mobicents.media.control.mgcp.pkg.au
 
org.mobicents.media.control.mgcp.pkg.au.pc - package org.mobicents.media.control.mgcp.pkg.au.pc
 
org.mobicents.media.control.mgcp.pkg.au.pr - package org.mobicents.media.control.mgcp.pkg.au.pr
 
org.mobicents.media.control.mgcp.pkg.base - package org.mobicents.media.control.mgcp.pkg.base
 
org.mobicents.media.control.mgcp.pkg.exception - package org.mobicents.media.control.mgcp.pkg.exception
 
org.mobicents.media.control.mgcp.transaction - package org.mobicents.media.control.mgcp.transaction
 
org.mobicents.media.control.mgcp.util.collections - package org.mobicents.media.control.mgcp.util.collections
 

P

PACKAGE_NAME - Static variable in class org.mobicents.media.control.mgcp.pkg.au.AudioPackage
 
parameters - Variable in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
Parameters<K> - Class in org.mobicents.media.control.mgcp.util.collections
Generic parameters map that returns Optional responses and casting capabilities for ease of use.
Parameters() - Constructor for class org.mobicents.media.control.mgcp.util.collections.Parameters
 
parse(String) - Static method in class org.mobicents.media.control.mgcp.endpoint.EndpointIdentifierParser
 
parse(String) - Method in class org.mobicents.media.control.mgcp.message.LocalConnectionOptionsParser
 
parse(String) - Static method in class org.mobicents.media.control.mgcp.pkg.MgcpRequestedEventsParser
 
parse(String) - Static method in class org.mobicents.media.control.mgcp.pkg.NotifiedEntityParser
 
parse(String) - Static method in class org.mobicents.media.control.mgcp.pkg.SignalsRequestParser
 
parser - Variable in class org.mobicents.media.control.mgcp.network.MgcpPacketHandler
 
parseRequest(byte[], int, int) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessageParser
 
parseRequest(String) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessageParser
 
parseResponse(byte[], int, int) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessageParser
 
parseResponse(String) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessageParser
 
PlayAnnouncement - Class in org.mobicents.media.control.mgcp.pkg.au
Plays an announcement in situations where there is no need for interaction with the user.
PlayAnnouncement(Player, int, Map<String, String>) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.PlayAnnouncement
 
PlayCollect - Class in org.mobicents.media.control.mgcp.pkg.au.pc
Plays a prompt and collects DTMF digits entered by a user.
PlayCollect(Player, DtmfDetector, int, Map<String, String>, ListeningScheduledExecutorService) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollect
 
PlayCollectContext - Class in org.mobicents.media.control.mgcp.pkg.au.pc
 
PlayCollectContext(DtmfDetector, DtmfDetectorListener, Map<String, String>) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
PlayCollectEvent - Enum in org.mobicents.media.control.mgcp.pkg.au.pc
 
PlayCollectFsm - Interface in org.mobicents.media.control.mgcp.pkg.au.pc
 
PlayCollectFsmBuilder - Class in org.mobicents.media.control.mgcp.pkg.au.pc
 
PlayCollectFsmImpl - Class in org.mobicents.media.control.mgcp.pkg.au.pc
 
PlayCollectFsmImpl(DtmfDetector, DtmfDetectorListener, Player, PlayerListener, MgcpEventSubject, ListeningScheduledExecutorService, PlayCollectContext) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectFsmImpl
 
PlayCollectState - Enum in org.mobicents.media.control.mgcp.pkg.au.pc
 
Playlist - Class in org.mobicents.media.control.mgcp.pkg.au
 
Playlist(String[], int) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.Playlist
 
PlayRecord - Class in org.mobicents.media.control.mgcp.pkg.au.pr
 
PlayRecord(Player, DtmfDetector, Recorder, int, Map<String, String>) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecord
 
PlayRecordContext - Class in org.mobicents.media.control.mgcp.pkg.au.pr
 
PlayRecordContext(Map<String, String>) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
PlayRecordEvent - Enum in org.mobicents.media.control.mgcp.pkg.au.pr
 
PlayRecordFsm - Interface in org.mobicents.media.control.mgcp.pkg.au.pr
 
PlayRecordFsmBuilder - Class in org.mobicents.media.control.mgcp.pkg.au.pr
 
PlayRecordFsmImpl - Class in org.mobicents.media.control.mgcp.pkg.au.pr
 
PlayRecordFsmImpl(MgcpEventSubject, Recorder, RecorderListener, DtmfDetector, DtmfDetectorListener, Player, PlayerListener, PlayRecordContext) - Constructor for class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordFsmImpl
 
PlayRecordState - Enum in org.mobicents.media.control.mgcp.pkg.au.pr
 
pollSignal() - Method in class org.mobicents.media.control.mgcp.command.NotificationRequest
 
process(PlayerEvent) - Method in class org.mobicents.media.control.mgcp.pkg.au.PlayAnnouncement
 
process(MgcpRequest, MgcpCommand) - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransactionManager
 
process(MgcpResponse) - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransactionManager
 
process(MgcpRequest, MgcpCommand) - Method in interface org.mobicents.media.control.mgcp.transaction.TransactionManager
 
process(MgcpResponse) - Method in interface org.mobicents.media.control.mgcp.transaction.TransactionManager
 
provide(MgcpRequestType, int, Parameters<MgcpParameterType>) - Method in class org.mobicents.media.control.mgcp.command.MgcpCommandProvider
 
provide() - Method in class org.mobicents.media.control.mgcp.endpoint.provider.MediaGroupProvider
 
provide() - Method in interface org.mobicents.media.control.mgcp.endpoint.provider.MgcpEndpointProvider
Provides a new endpoint.
provide() - Method in class org.mobicents.media.control.mgcp.endpoint.provider.MgcpMixerEndpointProvider
 
provide() - Method in class org.mobicents.media.control.mgcp.endpoint.provider.MgcpSplitterEndpointProvider
 
provide(String, String, int, Map<String, String>, MgcpEndpoint) - Method in class org.mobicents.media.control.mgcp.pkg.MgcpSignalProvider
Provides an MGCP Signal to be executed.
provideLocal() - Method in class org.mobicents.media.control.mgcp.connection.MgcpConnectionProvider
 
provideLocal() - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransactionProvider
 
provideRemote() - Method in class org.mobicents.media.control.mgcp.connection.MgcpConnectionProvider
 
provideRemote(int) - Method in class org.mobicents.media.control.mgcp.transaction.MgcpTransactionProvider
 
put(K, String) - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 

Q

queueData(byte[]) - Method in class org.mobicents.media.control.mgcp.network.MgcpChannel
 

R

registerEndpoint(String) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
Registers a new endpoint.
remove(LocalConnectionOptionType) - Method in class org.mobicents.media.control.mgcp.message.LocalConnectionOptions
 
remove(K) - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
removeConnection(int) - Method in class org.mobicents.media.control.mgcp.connection.MgcpCall
Unregisters a connection from the call.
removeConnections() - Method in class org.mobicents.media.control.mgcp.connection.MgcpCall
Unregisters all connections from the call.
removeParameter(MgcpParameterType) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
removeParameters() - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
requestNotification(NotificationRequest) - Method in class org.mobicents.media.control.mgcp.endpoint.GenericMgcpEndpoint
 
requestNotification(NotificationRequest) - Method in interface org.mobicents.media.control.mgcp.endpoint.MgcpEndpoint
Requests a notification to be fired when an event happens in the endpoint.
RequestNotificationCommand - Class in org.mobicents.media.control.mgcp.command
The NotificationRequest command is used to request the gateway to send notifications upon the occurrence of specified events in an endpoint.
RequestNotificationCommand(int, Parameters<MgcpParameterType>, MgcpEndpointManager, MgcpSignalProvider) - Constructor for class org.mobicents.media.control.mgcp.command.RequestNotificationCommand
 
requestParameters - Variable in class org.mobicents.media.control.mgcp.command.AbstractMgcpCommand
 
ReturnCode - Enum in org.mobicents.media.control.mgcp.pkg.au
A return code giving the final status of the operation.
ReturnParameters - Enum in org.mobicents.media.control.mgcp.pkg.au
Each event has an associated set of possible return parameters which are listed in the following tables.
rewind() - Method in class org.mobicents.media.control.mgcp.pkg.au.Playlist
 

S

send(MgcpMessage) - Method in class org.mobicents.media.control.mgcp.network.MgcpChannel
 
setCallId(int) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setCode(int) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setCode(int) - Method in class org.mobicents.media.control.mgcp.message.MgcpResponse
 
setConnectionId(int) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setConnectionListener(MgcpConnectionListener) - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
setConnectionMode(ConnectionMode) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setDomain(String) - Method in class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
setEndpointId(String) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setEndpointId(String) - Method in class org.mobicents.media.control.mgcp.message.MgcpRequest
 
setLastTone(char) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
setLocalDescription(String) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setMessage(String) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setMessage(String) - Method in class org.mobicents.media.control.mgcp.message.MgcpResponse
 
setMode(ConnectionMode) - Method in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
setMode(ConnectionMode) - Method in interface org.mobicents.media.control.mgcp.connection.MgcpConnection
Sets the mode of the connection.
setMode(ConnectionMode) - Method in class org.mobicents.media.control.mgcp.connection.MgcpLocalConnection
 
setMode(ConnectionMode) - Method in class org.mobicents.media.control.mgcp.connection.MgcpRemoteConnection
 
setName(String) - Method in class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
setParameter(String, String) - Method in class org.mobicents.media.control.mgcp.pkg.GenericMgcpEvent
 
setPort(int) - Method in class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
setRemoteDescription(String) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setRequestType(MgcpRequestType) - Method in class org.mobicents.media.control.mgcp.message.MgcpRequest
 
setReturnCode(int) - Method in class org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectContext
 
setReturnCode(int) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
setSecondConnectionId(int) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setSecondEndpointId(String) - Method in class org.mobicents.media.control.mgcp.command.CrcxContext
 
setSpeechDetected(boolean) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
setTone(char) - Method in class org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordContext
 
setTransactionId(int) - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
setType(MgcpParameterType) - Method in class org.mobicents.media.control.mgcp.message.MgcpParameter
 
setValue(String) - Method in class org.mobicents.media.control.mgcp.message.MgcpParameter
 
SignalParameters - Enum in org.mobicents.media.control.mgcp.pkg.au
The PlayAnnouncement, PlayRecord, and PlayCollect events may each be qualified by a string of parameters, most of which are optional.
SignalRequest - Class in org.mobicents.media.control.mgcp.pkg
Representation of the SignalRequests parameter of an MGCP RQNT command.
SignalRequest(String, String) - Constructor for class org.mobicents.media.control.mgcp.pkg.SignalRequest
 
SignalsRequestParser - Class in org.mobicents.media.control.mgcp.pkg
 
SignalsRequestParser() - Constructor for class org.mobicents.media.control.mgcp.pkg.SignalsRequestParser
 
SignalType - Enum in org.mobicents.media.control.mgcp.pkg
 
size() - Method in class org.mobicents.media.control.mgcp.util.collections.Parameters
 
state - Variable in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
stateLock - Variable in class org.mobicents.media.control.mgcp.connection.AbstractMgcpConnection
 
STRING_TO_BOOLEAN - Static variable in class org.mobicents.media.control.mgcp.util.collections.ValueTransformers
 
STRING_TO_INTEGER - Static variable in class org.mobicents.media.control.mgcp.util.collections.ValueTransformers
 
STRING_TO_INTEGER_BASE16 - Static variable in class org.mobicents.media.control.mgcp.util.collections.ValueTransformers
 
STRING_TO_LONG - Static variable in class org.mobicents.media.control.mgcp.util.collections.ValueTransformers
 
supportsNamespace(String) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
symbol() - Method in enum org.mobicents.media.control.mgcp.pkg.au.AudioSignalType
 
symbol() - Method in enum org.mobicents.media.control.mgcp.pkg.au.ReturnParameters
 
symbol() - Method in enum org.mobicents.media.control.mgcp.pkg.au.SignalParameters
 
symbol() - Method in enum org.mobicents.media.control.mgcp.pkg.base.MgcpEventType
 
symbol() - Method in enum org.mobicents.media.control.mgcp.pkg.MgcpActionType
 

T

toString() - Method in class org.mobicents.media.control.mgcp.command.param.NotifiedEntity
 
toString() - Method in class org.mobicents.media.control.mgcp.endpoint.EndpointIdentifier
 
toString() - Method in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
toString() - Method in class org.mobicents.media.control.mgcp.message.MgcpRequest
 
toString() - Method in class org.mobicents.media.control.mgcp.message.MgcpResponse
 
toString() - Method in class org.mobicents.media.control.mgcp.pkg.AbstractMgcpSignal
 
toString() - Method in class org.mobicents.media.control.mgcp.pkg.GenericMgcpEvent
 
toString() - Method in class org.mobicents.media.control.mgcp.pkg.MgcpRequestedEvent
 
transactionId - Variable in class org.mobicents.media.control.mgcp.command.AbstractMgcpCommand
 
transactionId - Variable in class org.mobicents.media.control.mgcp.message.MgcpMessage
 
TransactionManager - Interface in org.mobicents.media.control.mgcp.transaction
 

U

uninstallProvider(String) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
 
UnrecognizedMgcpActionException - Exception in org.mobicents.media.control.mgcp.pkg.exception
Occurs when an requested event asks to spring an unrecognized action.
UnrecognizedMgcpActionException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.pkg.exception.UnrecognizedMgcpActionException
 
UnrecognizedMgcpActionException(String) - Constructor for exception org.mobicents.media.control.mgcp.pkg.exception.UnrecognizedMgcpActionException
 
UnrecognizedMgcpEventException - Exception in org.mobicents.media.control.mgcp.pkg.exception
Occurs when a requested event is not recognized.
UnrecognizedMgcpEventException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.pkg.exception.UnrecognizedMgcpEventException
 
UnrecognizedMgcpEventException(String) - Constructor for exception org.mobicents.media.control.mgcp.pkg.exception.UnrecognizedMgcpEventException
 
UnrecognizedMgcpNamespaceException - Exception in org.mobicents.media.control.mgcp.exception
Exception throw when the namespace of an endpoint is not recognized by the system.
UnrecognizedMgcpNamespaceException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.exception.UnrecognizedMgcpNamespaceException
 
UnrecognizedMgcpNamespaceException(String) - Constructor for exception org.mobicents.media.control.mgcp.exception.UnrecognizedMgcpNamespaceException
 
UnrecognizedMgcpPackageException - Exception in org.mobicents.media.control.mgcp.pkg.exception
Occurs when a received signal points to an unrecognized MGCP Package.
UnrecognizedMgcpPackageException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.pkg.exception.UnrecognizedMgcpPackageException
 
UnrecognizedMgcpPackageException(String) - Constructor for exception org.mobicents.media.control.mgcp.pkg.exception.UnrecognizedMgcpPackageException
 
unregisterEndpoint(String) - Method in class org.mobicents.media.control.mgcp.endpoint.MgcpEndpointManager
Unregisters an active endpoint.
UnsupportedMgcpSignalException - Exception in org.mobicents.media.control.mgcp.pkg.exception
Occurs when a specific signal is unsupported by an MGCP Package.
UnsupportedMgcpSignalException(String, Throwable) - Constructor for exception org.mobicents.media.control.mgcp.pkg.exception.UnsupportedMgcpSignalException
 
UnsupportedMgcpSignalException(String) - Constructor for exception org.mobicents.media.control.mgcp.pkg.exception.UnsupportedMgcpSignalException
 

V

valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.command.MgcpCommandParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.connection.MgcpConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.endpoint.MgcpEndpointState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.message.LocalConnectionOptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.message.MessageDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.message.MgcpParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.message.MgcpRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.message.MgcpResponseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.AudioSignalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.ReturnParameters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.au.SignalParameters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.base.MgcpEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.MgcpActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.pkg.SignalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.control.mgcp.transaction.MgcpTransactionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mobicents.media.control.mgcp.command.MgcpCommandParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.connection.MgcpConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.endpoint.MgcpEndpointState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.message.LocalConnectionOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.message.MessageDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.message.MgcpParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.message.MgcpRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.message.MgcpResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.au.AudioSignalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.au.pc.PlayCollectState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.au.pr.PlayRecordState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.au.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.au.ReturnParameters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.au.SignalParameters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.base.MgcpEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.MgcpActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.pkg.SignalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mobicents.media.control.mgcp.transaction.MgcpTransactionState
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTransformers - Class in org.mobicents.media.control.mgcp.util.collections
Static collection of Functions that help convert between two types of data.
VERSION - Static variable in class org.mobicents.media.control.mgcp.message.MgcpRequest
 

W

WILDCARD_ALL - Static variable in class org.mobicents.media.control.mgcp.command.AbstractMgcpCommand
 
WILDCARD_ALL - Static variable in class org.mobicents.media.control.mgcp.command.CreateConnectionCommand
 
WILDCARD_ANY - Static variable in class org.mobicents.media.control.mgcp.command.AbstractMgcpCommand
 
WILDCARD_ANY - Static variable in class org.mobicents.media.control.mgcp.command.CreateConnectionCommand
 
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2017 TeleStax, Inc.. All Rights Reserved.