org.csapi.jr.se.cc.gccs
Interface Constants


public interface Constants

This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.cc.gccs


Field Summary
static int EVENT_GCCS_ADDRESS_ANALYSED_EVENT
          GCCS - Address information is analysed The dialled number is a valid and complete number in the network.
static int EVENT_GCCS_ADDRESS_COLLECTED_EVENT
          GCCS - Address information collected The network has collected the information from the A-party, but not yet analysed the information.
static int EVENT_GCCS_ANSWER_FROM_CALL_PARTY
          GCCS - Party answered call.
static int EVENT_GCCS_CALLED_PARTY_BUSY
          GCCS - Called party is busy
static int EVENT_GCCS_CALLED_PARTY_UNREACHABLE
          GCCS - Called party is unreachable (for example the called party has a mobile telephone that is currently switched off).
static int EVENT_GCCS_NO_ANSWER_FROM_CALLED_PARTY
          GCCS - No answer from called party
static int EVENT_GCCS_OFFHOOK_EVENT
          GCCS - Offhook event This can be used for hot-line features.
static int EVENT_GCCS_ROUTE_SELECT_FAILURE
          GCCS - Failure in routing the call
static int EVENT_NAME_UNDEFINED
          Undefined
 

Field Detail

EVENT_NAME_UNDEFINED

public static final int EVENT_NAME_UNDEFINED
Undefined

See Also:
Constant Field Values

EVENT_GCCS_OFFHOOK_EVENT

public static final int EVENT_GCCS_OFFHOOK_EVENT
GCCS - Offhook event This can be used for hot-line features. In case this event is set in the TpCallEventCriteria, only the originating address(es) may be specified in the criteria.

See Also:
Constant Field Values

EVENT_GCCS_ADDRESS_COLLECTED_EVENT

public static final int EVENT_GCCS_ADDRESS_COLLECTED_EVENT
GCCS - Address information collected The network has collected the information from the A-party, but not yet analysed the information. The number can still be incomplete. Applications might set notifications for this event when part of the number analysis needs to be done in the application (see also the getMoreDialledDigitsReq method on the call class).

See Also:
Constant Field Values

EVENT_GCCS_ADDRESS_ANALYSED_EVENT

public static final int EVENT_GCCS_ADDRESS_ANALYSED_EVENT
GCCS - Address information is analysed The dialled number is a valid and complete number in the network.

See Also:
Constant Field Values

EVENT_GCCS_CALLED_PARTY_BUSY

public static final int EVENT_GCCS_CALLED_PARTY_BUSY
GCCS - Called party is busy

See Also:
Constant Field Values

EVENT_GCCS_CALLED_PARTY_UNREACHABLE

public static final int EVENT_GCCS_CALLED_PARTY_UNREACHABLE
GCCS - Called party is unreachable (for example the called party has a mobile telephone that is currently switched off).

See Also:
Constant Field Values

EVENT_GCCS_NO_ANSWER_FROM_CALLED_PARTY

public static final int EVENT_GCCS_NO_ANSWER_FROM_CALLED_PARTY
GCCS - No answer from called party

See Also:
Constant Field Values

EVENT_GCCS_ROUTE_SELECT_FAILURE

public static final int EVENT_GCCS_ROUTE_SELECT_FAILURE
GCCS - Failure in routing the call

See Also:
Constant Field Values

EVENT_GCCS_ANSWER_FROM_CALL_PARTY

public static final int EVENT_GCCS_ANSWER_FROM_CALL_PARTY
GCCS - Party answered call.

See Also:
Constant Field Values