public class SkypeLicenseEvent extends ResponseEvent
It is implemented in chan_skype.c.
Available with Skype for Asterisk.
SkypeLicenseListAction,
Serialized FormactionIdcallerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, prioritysource| Constructor and Description |
|---|
SkypeLicenseEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChannels()
Returns the number of licensed channels.
|
String |
getExpires()
Returns the date the license expires in the format "YYYY-MM-DD".
|
String |
getHostId() |
String |
getKey()
Returns the license key.
|
String |
getStatus() |
void |
setChannels(Integer channels)
Sets the number of licensed channels.
|
void |
setExpires(String expires)
Sets the date the license expires in the format "YYYY-MM-DD".
|
void |
setHostId(String hostId) |
void |
setKey(String key)
Sets the license key.
|
void |
setStatus(String status) |
getActionId, getInternalActionId, setActionId, setInternalActionIdappendPropertyIfNotNull, 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, toStringgetSourcepublic SkypeLicenseEvent(Object source)
public String getKey()
public void setKey(String key)
key - the license key.public String getExpires()
public void setExpires(String expires)
expires - the date the license expires in the format "YYYY-MM-DD".public String getHostId()
public void setHostId(String hostId)
public Integer getChannels()
public void setChannels(Integer channels)
channels - the number of licensed channels.public String getStatus()
public void setStatus(String status)
Copyright © 2004–2024. All rights reserved.