|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CallState>
de.starface.integration.uci.java.v30.values.CallState
public enum CallState
This enum defines the different states a call can take. The constants are used for the call
property CallProperties.state.
| Enum Constant Summary | |
|---|---|
CCBS
Ccbs is activated for that call. |
|
CONFERENCE_ACTIVE
This state indicates that the call is in conference |
|
CONFERENCE_CONSULT
A consultation call for conference. |
|
CONFERENCE_INACTIVE
The account have no active connection to that conference. |
|
CONNECTED
This state indicates that the two parties of the call have been connected and the corresponding call is established. |
|
CONSULT
A consultation call. |
|
HANGUP
When a call reaches this state it is finished independent from its previous state. |
|
INCOMING
A new call is incoming for the account and has not been further handeled. |
|
LOGIN_LOGOUT
This state indicates that the call is used to log in or out of a telephone or a group |
|
MUSICONHOLD_TEST
This state indicates that the call is used to test the music on hold |
|
OUTGOING
A new call is outgoing for the account and has not been further handeled. |
|
PARKED
This state indicates that the call is parked |
|
RINGBACK
The the identified account is calling someone whose telephone is ringing. |
|
RINGING
The identified account is called by someone an it's telephone is ringing. |
|
VOICEMAIL_LINKED
When a call is linked to the voicemailbox. |
|
VOICEMAIL_MAIN
When a call is linked to the voicemailbox menue. |
|
| Method Summary | |
|---|---|
static CallState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CallState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CallState INCOMING
public static final CallState OUTGOING
public static final CallState RINGING
public static final CallState RINGBACK
public static final CallState CONNECTED
public static final CallState PARKED
public static final CallState CONFERENCE_ACTIVE
public static final CallState LOGIN_LOGOUT
public static final CallState MUSICONHOLD_TEST
public static final CallState VOICEMAIL_LINKED
public static final CallState VOICEMAIL_MAIN
public static final CallState CONSULT
public static final CallState CONFERENCE_CONSULT
public static final CallState CONFERENCE_INACTIVE
public static final CallState CCBS
public static final CallState HANGUP
| Method Detail |
|---|
public static CallState[] values()
for (CallState c : CallState.values()) System.out.println(c);
public static CallState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||