public class SkypeAccountStatusEvent extends ManagerEvent
It is implemented in chan_skye.c
.
Available with Skype for Asterisk.
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
SkypeAccountStatusEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getStatus()
Returns the Skype user status.
|
String |
getUsername()
Returns the name of the Skype user.
|
void |
setStatus(String status)
Sets the Skype user status.
|
void |
setUsername(String username)
Sets the name of the Skype user.
|
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 SkypeAccountStatusEvent(Object source)
public String getUsername()
public void setUsername(String username)
username
- the name of the Skype user.public String getStatus()
public void setStatus(String status)
status
- user status.Copyright © 2004–2020. All rights reserved.