public class SkypeBuddyStatusEvent extends ManagerEvent
It is implemented in chan_skye.c.
Available with Skype for Asterisk.
| Modifier and Type | Field and Description |
|---|---|
static String |
BUDDYSTATUS_BLOCKED |
static String |
BUDDYSTATUS_BLOCKEDSKYPEOUT |
static String |
BUDDYSTATUS_DONTDISTURB |
static String |
BUDDYSTATUS_NOTAVAILABLE |
static String |
BUDDYSTATUS_OFFLINE |
static String |
BUDDYSTATUS_OFFLINEFORWARDENABLEL |
static String |
BUDDYSTATUS_OFFLINEVOICEENABLE |
static String |
BUDDYSTATUS_ONLINE |
static String |
BUDDYSTATUS_SKYPEME |
static String |
BUDDYSTATUS_SKYPEOUT |
static String |
BUDDYSTATUS_UNKNOWN |
static String |
BUDDYSTATUS_WAITAUTHORIZATION |
static String |
BUDDYSTATUSS_AWAY |
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, prioritysource| Constructor and Description |
|---|
SkypeBuddyStatusEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuddy()
Returns the address of the buddy.
|
String |
getBuddySkypename()
Returns the Skype username of the buddy who changed his status.
|
String |
getBuddyStatus()
Returns the status of the buddy.
|
String |
getUser()
Returns the Skype username of the Skype for Asterisk user whose buddy changed his status.
|
void |
setBuddy(String buddy)
Sets the address of buddy.
|
void |
setBuddyStatus(String buddyStatus) |
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, toStringgetSourcepublic static final String BUDDYSTATUS_WAITAUTHORIZATION
public static final String BUDDYSTATUS_BLOCKED
public static final String BUDDYSTATUS_BLOCKEDSKYPEOUT
public static final String BUDDYSTATUS_SKYPEOUT
public static final String BUDDYSTATUS_OFFLINE
public static final String BUDDYSTATUS_ONLINE
public static final String BUDDYSTATUSS_AWAY
public static final String BUDDYSTATUS_NOTAVAILABLE
public static final String BUDDYSTATUS_DONTDISTURB
public static final String BUDDYSTATUS_SKYPEME
public static final String BUDDYSTATUS_OFFLINEVOICEENABLE
public static final String BUDDYSTATUS_OFFLINEFORWARDENABLEL
public static final String BUDDYSTATUS_UNKNOWN
public SkypeBuddyStatusEvent(Object source)
public String getBuddy()
For ease of use consider using getUser() and getBuddySkypename() which already do
the parsing.
getUser(),
getBuddySkypename()public String getUser()
public String getBuddySkypename()
public void setBuddy(String buddy)
buddy - the address of the buddy.public String getBuddyStatus()
public void setBuddyStatus(String buddyStatus)
Copyright © 2004–2022. All rights reserved.