public class PeersEvent extends ResponseEvent
SipPeersAction
,
SipShowPeerAction
or IaxPeerListAction
and contains information about a SIP or IAX peers.
It is implemented in channels/chan_sip.c
and channels/chan_iax.c
actionId
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
PeersEvent(Object source)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<PeerEntryEvent> |
getChildEvents() |
void |
setChildEvents(List<PeerEntryEvent> childEvents) |
getActionId, getInternalActionId, setActionId, setInternalActionId
appendPropertyIfNotNull, getCallerIdName, getCallerIdNum, getChannelState, getChannelStateDesc, getConnectedLineName, getConnectedLineNum, getContext, getDateReceived, getExten, getFile, getFunc, getLine, getPriority, getPrivilege, getSequenceNumber, getServer, getSystemName, getTimestamp, setCallerIdName, setCallerIdNum, setChannelState, setChannelStateDesc, setConnectedLineName, setConnectedLineNum, setContext, setDateReceived, setExten, setFile, setFunc, setLine, setPriority, setPrivilege, setSequenceNumber, setServer, setSystemName, setTimestamp, toString
getSource
public PeersEvent(Object source)
source
- public List<PeerEntryEvent> getChildEvents()
public void setChildEvents(List<PeerEntryEvent> childEvents)
Copyright © 2004–2020. All rights reserved.