public class NewCallerIdEvent extends AbstractChannelEvent
It is implemented in channel.c
accountCode, uniqueId
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
NewCallerIdEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCidCallingPres()
Returns the CallerId presentation/screening.
|
String |
getCidCallingPresTxt()
Returns the textual respresentation of the CallerId presentation/screening.
|
String |
getLanguage() |
String |
getLinkedId() |
void |
setCidCallingPres(String s)
Sets the CallerId presentation/screening in the form "%d (%s)".
|
void |
setLanguage(String language) |
void |
setLinkedId(String linkedId) |
getAccountCode, getCallerId, getCallerIdName, getCallerIdNum, getChannel, getUniqueId, setAccountCode, setCallerId, setCallerIdName, setCallerIdNum, setChannel, setUniqueId
appendPropertyIfNotNull, getChannelState, getChannelStateDesc, getConnectedLineName, getConnectedLineNum, getContext, getDateReceived, getExten, getFile, getFunc, getLine, getPriority, getPrivilege, getSequenceNumber, getServer, getSystemName, getTimestamp, setChannelState, setChannelStateDesc, setConnectedLineName, setConnectedLineNum, setContext, setDateReceived, setExten, setFile, setFunc, setLine, setPriority, setPrivilege, setSequenceNumber, setServer, setSystemName, setTimestamp, toString
getSource
public NewCallerIdEvent(Object source)
public String getLanguage()
public void setLanguage(String language)
public Integer getCidCallingPres()
public String getCidCallingPresTxt()
public void setCidCallingPres(String s)
s
- the CallerId presentation/screening in the form "%d (%s)".public String getLinkedId()
public void setLinkedId(String linkedId)
Copyright © 2004–2022. All rights reserved.