|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
MsNotifyEvent
which are fired due to events detected by Endpoints like DTMF.
MsConnectionEventID.CONNECTION_CREATED is fired.
MsConnectionEventID.CONNECTION_DISCONNECTED is fired.
MsConnectionEventID.CONNECTION_FAILED is fired.
MsConnectionEventID.CONNECTION_HALF_OPEN is fired.
MsConnectionEventID.CONNECTION_OPEN is fired.
MsRequestedEvent to be passed to
MsEndpoint.execute(org.mobicents.mscontrol.events.MsRequestedSignal[], org.mobicents.mscontrol.events.MsRequestedEvent[])
MsRequestedSignal to be passed to
MsEndpoint.execute(org.mobicents.mscontrol.events.MsRequestedSignal[], org.mobicents.mscontrol.events.MsRequestedEvent[])
MsConnectionEventID to be fired
MsLinkEventID to be fired
MsConnection object which has changed its
state
MsConnection associated with this MsSession
MsEventFactory
MsConnectionEventID that represents the state change
of MsConnection
MsLinkEventID that represents the state of
MsLink
MsSessionEventID of event.
MsSession that is associated with this
MsConnection.
MsLink who is firing this event
MsSession object associated with this event.
MsConnection
MsLinkEventID.LINK_CONNECTED is
fired.
MsLinkEventID.LINK_CREATED is
fired.
MsLinkEventID.LINK_DISCONNECTED is fired.
MsLinkEventID.LINK_FAILED is fired.
MsConnectionEvent is fired when ever the state
of MsConnection changesNORMAL Represents the MsConnectionEvent is fired because
the operation is successful.CONNECTION_CREATED Fired as soon as creation of
MsConnection is successful.MsConnectionEvent should
implement this interface.MsConnectionState represents the state of MsConnection.MsDtmfRequestedSignal is passed to endpoint to
request endpoint to fire DTMF (captured by endpoint) to listening application
(that implements MsNotificationListener)MsDtmfRequestedSignal is passed to endpoint to
request endpoint to generate DTMF signal and pass it on to the user-agentorg.mobicents.mscontrol.events.MsEventIdentifier parameter and calling
createRequestedEventMsProvider.getSignalDetector(java.lang.String)MsEventIdentifier
The PackageName passed should be supported by EndpointMsJoinException without detail message.
MsJoinException with the specified detail message.
MsLink represents link between two
org.mobicents.media.server.spi.Endpoint
Application creates instance of MsLink by calling
MsSession.createLink(MsLinkMode) As soon MsLink is created
MsSession call's MsLink.fireMsLinkCreated() to fire the Event
MsLinkEventID.LINK_CREATED
MsLink maintains the reference to MsSession
object for life of MsLinkMsLink is changedNORMAL Represents the MsLinkEvent is fired because the
operation is successful.MsLink changes MsLinkEvent is
fired and change in state is represented by MsLinkEventID
LINK_CREATED As soon as new MsLink is created
LINK_CREATED is fired
LINK_JOINED Fired as soon as join operation of MsLink is
successful
LINK_DROPPED Fired as soon as release operation of MsLink
is successful
LINK_FAILED Fired as soon as join operation of MsLink
fails
MsLinkEvent should implement
this interface.MsLink are either one way represented as HALF_DUPLEX
or two way represented as FULL_DUPLEXMsLinkState represents the state of MsLink.MsProvider classMsPeer instance which is used to create the
MsProviderMsPlayRequestedSignal is passed to endpoint to
play an announcementMsSession.MsSession is a transient association of (zero or more)
connection for the purposes of engaging in a real-time communications
interchange.MsSession events firing when
STATE of MsSession changes SESSION_CREATED indicates the STATE of MsSession is IDLE
and new instance of MsSession is created CONNECTION_CREATED indicates the STATE of MsSession is
changed to ACTIVE because createNetworkConnection called CONNECTION_DROPPED indicates the STATE of MsSession is
changed (state may change to INVALID if this was the only resource viz.,
Connection or Link hold by this session) because drop called LINK_CREATED indicates the STATE of MsSession is changed
to ACTIVE because createLink called LINK_DROPPED indicates the STATE of MsSession is changed
(state may change to INVALID if this was the only resource viz., Link or
Connection hold by this session) because dropLink called
MsSessionEvent should implement
this interface.IDLE state indicates the Session has zero connections or
links.
ACTIVE state indicates the Session has one or more
connections or links.
INVALID state indicates the Session has lost all of its
connections or links.
MsSession object has
changed to MsSession.ACTIVE.
MsSession object has
changed to MsSessionState.IDLE.
MsSession object has
changed to MsSession.INVALID.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||