public class PJSipShowEndpointAction extends AbstractManagerAction implements EventGeneratingAction
For the given endpoint, the call will return several events, including EndpointDetail, AorDetail, AuthDetail, TransportDetail, ContactStatusDetail,and IdentifyDetail.
Some events may appear multiple times.
When all events have been reported an EndpointDetailComplete is sent.
Available since Asterisk 12 Permission required: write=system
ContactStatusDetail,
AorDetail,
EndpointDetail,
TransportDetail,
AuthDetail,
EndpointDetailComplete,
Serialized Form| Constructor and Description |
|---|
PJSipShowEndpointAction()
Creates a new SipPeersAction.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of the action for example "Hangup".
|
Class<? extends ResponseEvent> |
getActionCompleteEventClass()
Returns the event type that indicates that Asterisk is finished sending
response events for this action.
|
String |
getEndpoint() |
void |
setEndpoint(String endpoint) |
getActionId, setActionId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActionId, setActionIdpublic PJSipShowEndpointAction()
public String getEndpoint()
public void setEndpoint(String endpoint)
public String getAction()
ManagerActiongetAction in interface ManagerActiongetAction in class AbstractManagerActionpublic Class<? extends ResponseEvent> getActionCompleteEventClass()
EventGeneratingActiongetActionCompleteEventClass in interface EventGeneratingActionResponseEventCopyright © 2004–2022. All rights reserved.