public class EndSignal extends AbstractMgcpSignal
For each of these signals, if the signal is terminated with the EndSignal signal the resulting OperationComplete event or OperationFailed event will contain all the parameters it would normally, including any collected digits or the recording id of the recording that was in progress when the EndSignal signal was received.
executing| Constructor and Description |
|---|
EndSignal(MgcpEndpoint endpoint,
int requestId,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the executing signal.
No action is taken if signal is not executing. |
void |
execute()
Executes the signal.
|
protected boolean |
isParameterSupported(String name) |
equals, forget, getName, getParameter, getRequestId, getSignalType, getSymbol, isExecuting, notify, observe, toStringpublic EndSignal(MgcpEndpoint endpoint, int requestId, Map<String,String> parameters)
protected boolean isParameterSupported(String name)
isParameterSupported in class AbstractMgcpSignalpublic void execute()
MgcpSignalpublic void cancel()
MgcpSignalCopyright © 2017 TeleStax, Inc.. All Rights Reserved.