public class ProtocolIdentifierReceivedEvent extends ManagerEvent
It is a pseudo event not directly related to an Asterisk generated event.
The ProtocolIdentifierReceivedEvent is not dispatched to clients so you will probably never see it.
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
ProtocolIdentifierReceivedEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getProtocolIdentifier()
Returns the version of the protocol.
|
void |
setProtocolIdentifier(String protocolIdentifier)
Sets the version of the protocol.
|
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 ProtocolIdentifierReceivedEvent(Object source)
source
- public String getProtocolIdentifier()
public void setProtocolIdentifier(String protocolIdentifier)
protocolIdentifier
- the version of the protocol.Copyright © 2004–2017. All rights reserved.