|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.OutboundRecord.CallResult
public static class OutboundRecord.CallResult
Enum for the possible results of the call handling.
| Field Summary | |
|---|---|
static OutboundRecord.CallResult |
ABANDONED
Abandoned. |
static int |
ABANDONED_
Abandoned. |
static OutboundRecord.CallResult |
AGENT_CALLBACK_ERROR
Agent callback error. |
static int |
AGENT_CALLBACK_ERROR_
Agent callback error. |
static OutboundRecord.CallResult |
ALL_TRUNKS_BUSY
All trunks busy. |
static int |
ALL_TRUNKS_BUSY_
All trunks busy. |
static OutboundRecord.CallResult |
ANSWER
Call answered. |
static int |
ANSWER_
Call answered. |
static OutboundRecord.CallResult |
ANSWERING_MACHINE
Answering machine detected. |
static int |
ANSWERING_MACHINE_
Answering machine detected. |
static OutboundRecord.CallResult |
BUSY
Busy. |
static int |
BUSY_
Busy. |
static OutboundRecord.CallResult |
CALL_DROP_ERROR
Call drop error. |
static int |
CALL_DROP_ERROR_
Call drop error. |
static OutboundRecord.CallResult |
CANCEL_RECORD
Cancel record. |
static int |
CANCEL_RECORD_
Cancel record. |
static OutboundRecord.CallResult |
DIAL_ERROR
Dial error. |
static int |
DIAL_ERROR_
Dial error. |
static OutboundRecord.CallResult |
DO_NOT_CALL
Do not call. |
static int |
DO_NOT_CALL_
Do not call. |
static OutboundRecord.CallResult |
DROPPED
Dropped. |
static int |
DROPPED_
Dropped. |
static OutboundRecord.CallResult |
DROPPED_NO_ANSWER
Dropped no answer. |
static int |
DROPPED_NO_ANSWER_
Dropped no answer. |
static OutboundRecord.CallResult |
FAX
Fax detected. |
static int |
FAX_
Fax detected. |
static OutboundRecord.CallResult |
GENERAL_ERROR
General error. |
static int |
GENERAL_ERROR_
General error. |
static OutboundRecord.CallResult |
GROUP_CALLBACK_ERROR
Group Callback error. |
static int |
GROUP_CALLBACK_ERROR_
Group callback error. |
static int |
MAX
The maximum number of call results. |
static OutboundRecord.CallResult |
NO_ANSWER
No answer. |
static int |
NO_ANSWER_
No answer. |
static OutboundRecord.CallResult |
NO_DIAL_TONE
No dial tone. |
static int |
NO_DIAL_TONE_
No dial tone. |
static OutboundRecord.CallResult |
NO_ESTABLISHED
No established. |
static int |
NO_ESTABLISHED_
No established. |
static OutboundRecord.CallResult |
NO_FREE_PORT_ERROR
No free port error. |
static int |
NO_FREE_PORT_ERROR_
No free port error. |
static OutboundRecord.CallResult |
NO_PROGRESS
No progress. |
static int |
NO_PROGRESS_
No progress. |
static OutboundRecord.CallResult |
NO_RINGBACK
No ringback. |
static int |
NO_RINGBACK_
No ringback. |
static OutboundRecord.CallResult |
NUTONE
NU tone. |
static int |
NUTONE_
NU tone. |
static OutboundRecord.CallResult |
OK
OK. |
static int |
OK_
OK. |
static OutboundRecord.CallResult |
PAGER_DETECTED
Pager detected. |
static int |
PAGER_DETECTED_
Pager detected. |
static OutboundRecord.CallResult |
SILENCE
Silence. |
static int |
SILENCE_
Silence. |
static OutboundRecord.CallResult |
SIT_DETECTED
SIT detected. |
static int |
SIT_DETECTED_
SIT detected. |
static OutboundRecord.CallResult |
SIT_INTERCEPT
SIT intercept. |
static int |
SIT_INTERCEPT_
SIT intercept. |
static OutboundRecord.CallResult |
SIT_INVALID_NUM
SIT invalid num. |
static int |
SIT_INVALID_NUM_
SIT invalid num. |
static OutboundRecord.CallResult |
SIT_NO_CIRCUIT
SIT no circuit. |
static int |
SIT_NO_CIRCUIT_
SIT no circuit. |
static OutboundRecord.CallResult |
SIT_REORDER
SIT reorder. |
static int |
SIT_REORDER_
SIT reorder. |
static OutboundRecord.CallResult |
SIT_UNKNOWN
SIT unknown. |
static int |
SIT_UNKNOWN_
SIT unknown. |
static OutboundRecord.CallResult |
SIT_VACANT
SIT vacant. |
static int |
SIT_VACANT_
SIT vacant. |
static OutboundRecord.CallResult |
STALE
Stale. |
static int |
STALE_
Stale. |
static OutboundRecord.CallResult |
SWITCH_ERROR
Switch error. |
static int |
SWITCH_ERROR_
Switch error. |
static OutboundRecord.CallResult |
SYSTEM_ERROR
System error. |
static int |
SYSTEM_ERROR_
System error. |
static OutboundRecord.CallResult |
TRANSFER_ERROR
Transfer error. |
static int |
TRANSFER_ERROR_
Transfer error. |
static OutboundRecord.CallResult |
UNKNOWN
Unknown. |
static int |
UNKNOWN_
Unknown. |
static OutboundRecord.CallResult |
WRONG_NUMBER
Wrong number. |
static int |
WRONG_NUMBER_
Wrong number. |
static OutboundRecord.CallResult |
WRONG_PARTY
Wrong party. |
static int |
WRONG_PARTY_
Wrong party. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static OutboundRecord.CallResult |
getCallResult(int value)
Returns the CallResult for this value. |
static int |
max()
The maximum number of call results. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int OK_
public static final OutboundRecord.CallResult OK
public static final int GENERAL_ERROR_
public static final OutboundRecord.CallResult GENERAL_ERROR
public static final int SYSTEM_ERROR_
public static final OutboundRecord.CallResult SYSTEM_ERROR
public static final int BUSY_
public static final OutboundRecord.CallResult BUSY
public static final int NO_ANSWER_
public static final OutboundRecord.CallResult NO_ANSWER
public static final int SIT_DETECTED_
public static final OutboundRecord.CallResult SIT_DETECTED
public static final int ANSWERING_MACHINE_
public static final OutboundRecord.CallResult ANSWERING_MACHINE
public static final int ALL_TRUNKS_BUSY_
public static final OutboundRecord.CallResult ALL_TRUNKS_BUSY
public static final int SIT_INVALID_NUM_
public static final OutboundRecord.CallResult SIT_INVALID_NUM
public static final int SIT_VACANT_
public static final OutboundRecord.CallResult SIT_VACANT
public static final int SIT_INTERCEPT_
public static final OutboundRecord.CallResult SIT_INTERCEPT
public static final int SIT_UNKNOWN_
public static final OutboundRecord.CallResult SIT_UNKNOWN
public static final int SIT_NO_CIRCUIT_
public static final OutboundRecord.CallResult SIT_NO_CIRCUIT
public static final int SIT_REORDER_
public static final OutboundRecord.CallResult SIT_REORDER
public static final int FAX_
public static final OutboundRecord.CallResult FAX
public static final int ABANDONED_
public static final OutboundRecord.CallResult ABANDONED
public static final int DROPPED_
public static final OutboundRecord.CallResult DROPPED
public static final int DROPPED_NO_ANSWER_
public static final OutboundRecord.CallResult DROPPED_NO_ANSWER
public static final int UNKNOWN_
public static final OutboundRecord.CallResult UNKNOWN
public static final int SILENCE_
public static final OutboundRecord.CallResult SILENCE
public static final int ANSWER_
public static final OutboundRecord.CallResult ANSWER
public static final int NUTONE_
public static final OutboundRecord.CallResult NUTONE
public static final int NO_DIAL_TONE_
public static final OutboundRecord.CallResult NO_DIAL_TONE
public static final int NO_PROGRESS_
public static final OutboundRecord.CallResult NO_PROGRESS
public static final int NO_RINGBACK_
public static final OutboundRecord.CallResult NO_RINGBACK
public static final int NO_ESTABLISHED_
public static final OutboundRecord.CallResult NO_ESTABLISHED
public static final int PAGER_DETECTED_
public static final OutboundRecord.CallResult PAGER_DETECTED
public static final int WRONG_PARTY_
public static final OutboundRecord.CallResult WRONG_PARTY
public static final int DIAL_ERROR_
public static final OutboundRecord.CallResult DIAL_ERROR
public static final int CALL_DROP_ERROR_
public static final OutboundRecord.CallResult CALL_DROP_ERROR
public static final int SWITCH_ERROR_
public static final OutboundRecord.CallResult SWITCH_ERROR
public static final int NO_FREE_PORT_ERROR_
public static final OutboundRecord.CallResult NO_FREE_PORT_ERROR
public static final int TRANSFER_ERROR_
public static final OutboundRecord.CallResult TRANSFER_ERROR
public static final int STALE_
public static final OutboundRecord.CallResult STALE
public static final int AGENT_CALLBACK_ERROR_
public static final OutboundRecord.CallResult AGENT_CALLBACK_ERROR
public static final int GROUP_CALLBACK_ERROR_
public static final OutboundRecord.CallResult GROUP_CALLBACK_ERROR
public static final int DO_NOT_CALL_
public static final OutboundRecord.CallResult DO_NOT_CALL
public static final int CANCEL_RECORD_
public static final OutboundRecord.CallResult CANCEL_RECORD
public static final int WRONG_NUMBER_
public static final OutboundRecord.CallResult WRONG_NUMBER
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundRecord.CallResult getCallResult(int value)
CallResult for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||