|
Interface Summary |
| MsEventFactory |
Application may ask to be notified about certain events occurring in an
endpoint (e.g., DTMF) by including the name of the event in a
org.mobicents.mscontrol.events.MsEventIdentifier parameter and calling
createRequestedEvent Look at example shown in
MsProvider.getSignalDetector(java.lang.String) |
| MsEventIdentifier |
Application interested in Events from Endpoints or applying Signals to
Endpoints need's to pass the instance of MsEventIdentifier
The PackageName passed should be supported by Endpoint |
| MsRequestedEvent |
Specifies the requested Action on Endpoint. |
| MsRequestedSignal |
Used to apply the requested signal on endpoint. |