com.genesyslab.ail
Class OutboundRecord.CallResult

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.OutboundRecord.CallResult
Enclosing interface:
OutboundRecord

public static class OutboundRecord.CallResult
extends Enum

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

OK_

public static final int OK_
OK.

See Also:
Constant Field Values

OK

public static final OutboundRecord.CallResult OK
OK.


GENERAL_ERROR_

public static final int GENERAL_ERROR_
General error.

See Also:
Constant Field Values

GENERAL_ERROR

public static final OutboundRecord.CallResult GENERAL_ERROR
General error.


SYSTEM_ERROR_

public static final int SYSTEM_ERROR_
System error.

See Also:
Constant Field Values

SYSTEM_ERROR

public static final OutboundRecord.CallResult SYSTEM_ERROR
System error.


BUSY_

public static final int BUSY_
Busy.

See Also:
Constant Field Values

BUSY

public static final OutboundRecord.CallResult BUSY
Busy.


NO_ANSWER_

public static final int NO_ANSWER_
No answer.

See Also:
Constant Field Values

NO_ANSWER

public static final OutboundRecord.CallResult NO_ANSWER
No answer.


SIT_DETECTED_

public static final int SIT_DETECTED_
SIT detected.

See Also:
Constant Field Values

SIT_DETECTED

public static final OutboundRecord.CallResult SIT_DETECTED
SIT detected.


ANSWERING_MACHINE_

public static final int ANSWERING_MACHINE_
Answering machine detected.

See Also:
Constant Field Values

ANSWERING_MACHINE

public static final OutboundRecord.CallResult ANSWERING_MACHINE
Answering machine detected.


ALL_TRUNKS_BUSY_

public static final int ALL_TRUNKS_BUSY_
All trunks busy.

See Also:
Constant Field Values

ALL_TRUNKS_BUSY

public static final OutboundRecord.CallResult ALL_TRUNKS_BUSY
All trunks busy.


SIT_INVALID_NUM_

public static final int SIT_INVALID_NUM_
SIT invalid num.

See Also:
Constant Field Values

SIT_INVALID_NUM

public static final OutboundRecord.CallResult SIT_INVALID_NUM
SIT invalid num.


SIT_VACANT_

public static final int SIT_VACANT_
SIT vacant.

See Also:
Constant Field Values

SIT_VACANT

public static final OutboundRecord.CallResult SIT_VACANT
SIT vacant.


SIT_INTERCEPT_

public static final int SIT_INTERCEPT_
SIT intercept.

See Also:
Constant Field Values

SIT_INTERCEPT

public static final OutboundRecord.CallResult SIT_INTERCEPT
SIT intercept.


SIT_UNKNOWN_

public static final int SIT_UNKNOWN_
SIT unknown.

See Also:
Constant Field Values

SIT_UNKNOWN

public static final OutboundRecord.CallResult SIT_UNKNOWN
SIT unknown.


SIT_NO_CIRCUIT_

public static final int SIT_NO_CIRCUIT_
SIT no circuit.

See Also:
Constant Field Values

SIT_NO_CIRCUIT

public static final OutboundRecord.CallResult SIT_NO_CIRCUIT
SIT no circuit.


SIT_REORDER_

public static final int SIT_REORDER_
SIT reorder.

See Also:
Constant Field Values

SIT_REORDER

public static final OutboundRecord.CallResult SIT_REORDER
SIT reorder.


FAX_

public static final int FAX_
Fax detected.

See Also:
Constant Field Values

FAX

public static final OutboundRecord.CallResult FAX
Fax detected.


ABANDONED_

public static final int ABANDONED_
Abandoned.

See Also:
Constant Field Values

ABANDONED

public static final OutboundRecord.CallResult ABANDONED
Abandoned.


DROPPED_

public static final int DROPPED_
Dropped.

See Also:
Constant Field Values

DROPPED

public static final OutboundRecord.CallResult DROPPED
Dropped.


DROPPED_NO_ANSWER_

public static final int DROPPED_NO_ANSWER_
Dropped no answer.

See Also:
Constant Field Values

DROPPED_NO_ANSWER

public static final OutboundRecord.CallResult DROPPED_NO_ANSWER
Dropped no answer.


UNKNOWN_

public static final int UNKNOWN_
Unknown.

See Also:
Constant Field Values

UNKNOWN

public static final OutboundRecord.CallResult UNKNOWN
Unknown.


SILENCE_

public static final int SILENCE_
Silence.

See Also:
Constant Field Values

SILENCE

public static final OutboundRecord.CallResult SILENCE
Silence.


ANSWER_

public static final int ANSWER_
Call answered.

See Also:
Constant Field Values

ANSWER

public static final OutboundRecord.CallResult ANSWER
Call answered.


NUTONE_

public static final int NUTONE_
NU tone.

See Also:
Constant Field Values

NUTONE

public static final OutboundRecord.CallResult NUTONE
NU tone.


NO_DIAL_TONE_

public static final int NO_DIAL_TONE_
No dial tone.

See Also:
Constant Field Values

NO_DIAL_TONE

public static final OutboundRecord.CallResult NO_DIAL_TONE
No dial tone.


NO_PROGRESS_

public static final int NO_PROGRESS_
No progress.

See Also:
Constant Field Values

NO_PROGRESS

public static final OutboundRecord.CallResult NO_PROGRESS
No progress.


NO_RINGBACK_

public static final int NO_RINGBACK_
No ringback.

See Also:
Constant Field Values

NO_RINGBACK

public static final OutboundRecord.CallResult NO_RINGBACK
No ringback.


NO_ESTABLISHED_

public static final int NO_ESTABLISHED_
No established.

See Also:
Constant Field Values

NO_ESTABLISHED

public static final OutboundRecord.CallResult NO_ESTABLISHED
No established.


PAGER_DETECTED_

public static final int PAGER_DETECTED_
Pager detected.

See Also:
Constant Field Values

PAGER_DETECTED

public static final OutboundRecord.CallResult PAGER_DETECTED
Pager detected.


WRONG_PARTY_

public static final int WRONG_PARTY_
Wrong party.

See Also:
Constant Field Values

WRONG_PARTY

public static final OutboundRecord.CallResult WRONG_PARTY
Wrong party.


DIAL_ERROR_

public static final int DIAL_ERROR_
Dial error.

See Also:
Constant Field Values

DIAL_ERROR

public static final OutboundRecord.CallResult DIAL_ERROR
Dial error.


CALL_DROP_ERROR_

public static final int CALL_DROP_ERROR_
Call drop error.

See Also:
Constant Field Values

CALL_DROP_ERROR

public static final OutboundRecord.CallResult CALL_DROP_ERROR
Call drop error.


SWITCH_ERROR_

public static final int SWITCH_ERROR_
Switch error.

See Also:
Constant Field Values

SWITCH_ERROR

public static final OutboundRecord.CallResult SWITCH_ERROR
Switch error.


NO_FREE_PORT_ERROR_

public static final int NO_FREE_PORT_ERROR_
No free port error.

See Also:
Constant Field Values

NO_FREE_PORT_ERROR

public static final OutboundRecord.CallResult NO_FREE_PORT_ERROR
No free port error.


TRANSFER_ERROR_

public static final int TRANSFER_ERROR_
Transfer error.

See Also:
Constant Field Values

TRANSFER_ERROR

public static final OutboundRecord.CallResult TRANSFER_ERROR
Transfer error.


STALE_

public static final int STALE_
Stale.

See Also:
Constant Field Values

STALE

public static final OutboundRecord.CallResult STALE
Stale.


AGENT_CALLBACK_ERROR_

public static final int AGENT_CALLBACK_ERROR_
Agent callback error.

See Also:
Constant Field Values

AGENT_CALLBACK_ERROR

public static final OutboundRecord.CallResult AGENT_CALLBACK_ERROR
Agent callback error.


GROUP_CALLBACK_ERROR_

public static final int GROUP_CALLBACK_ERROR_
Group callback error.

See Also:
Constant Field Values

GROUP_CALLBACK_ERROR

public static final OutboundRecord.CallResult GROUP_CALLBACK_ERROR
Group Callback error.


DO_NOT_CALL_

public static final int DO_NOT_CALL_
Do not call.

See Also:
Constant Field Values

DO_NOT_CALL

public static final OutboundRecord.CallResult DO_NOT_CALL
Do not call.


CANCEL_RECORD_

public static final int CANCEL_RECORD_
Cancel record.

See Also:
Constant Field Values

CANCEL_RECORD

public static final OutboundRecord.CallResult CANCEL_RECORD
Cancel record.


WRONG_NUMBER_

public static final int WRONG_NUMBER_
Wrong number.

See Also:
Constant Field Values

WRONG_NUMBER

public static final OutboundRecord.CallResult WRONG_NUMBER
Wrong number.


MAX

public static final int MAX
The maximum number of call results.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of call results.


getCallResult

public static final OutboundRecord.CallResult getCallResult(int value)
Returns the CallResult for this value.