atg.svc.clicktoconnect
Interface C2CConstants

All Known Implementing Classes:
C2CRequestData

public interface C2CConstants

Constants file for click to connect static definitions.


Field Summary
static java.lang.String C2CREQUESTDATA_CALLSTATE_KEY
          Key for saving the C2CRequestData in the current call state's extra data map
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String CLICKTOCALL_INITIALIZE_PARAMETER_NAME
          the name of the request parameter name that triggers the initialization of click to call
static java.lang.String ENV_CHG_START_NEW_C2C_CALL
          the change key used for changing the environment at the start of a new click to connect call
static java.lang.String ENV_CHG_START_NEW_C2C_CALL_C2CREQUESTDATA_PARAM
          The name used for the C2CRequestData input parameter during a new c2c call change
static java.lang.String ENV_CHG_START_NEW_C2C_CALL_USERPHONENUMBER_PARAM
          The name used for the ANI input parameter during a manual start of a new c2c call
static java.lang.String FTCALLID_PARAMETER_NAME
          the name of the request parameter name the contains the login value
static java.lang.String HASH_PARAMETER_NAME
          the name of the request parameter name the contains the HASH value
static java.lang.String SESSION_ATTRIBUTE_NAME
          attribute name used for attaching the C2CRequestData object to the session
static java.lang.String USER_TELEPHONE_NUMBER_PARAMETER_NAME
          the name of the request parameter name the contains the user telephone number value
static java.lang.String USERNAME_PARAMETER_NAME
          the name of the request parameter name the contains the login value
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

ENV_CHG_START_NEW_C2C_CALL

static final java.lang.String ENV_CHG_START_NEW_C2C_CALL
the change key used for changing the environment at the start of a new click to connect call

See Also:
Constant Field Values

ENV_CHG_START_NEW_C2C_CALL_C2CREQUESTDATA_PARAM

static final java.lang.String ENV_CHG_START_NEW_C2C_CALL_C2CREQUESTDATA_PARAM
The name used for the C2CRequestData input parameter during a new c2c call change

See Also:
Constant Field Values

ENV_CHG_START_NEW_C2C_CALL_USERPHONENUMBER_PARAM

static final java.lang.String ENV_CHG_START_NEW_C2C_CALL_USERPHONENUMBER_PARAM
The name used for the ANI input parameter during a manual start of a new c2c call

See Also:
Constant Field Values

C2CREQUESTDATA_CALLSTATE_KEY

static final java.lang.String C2CREQUESTDATA_CALLSTATE_KEY
Key for saving the C2CRequestData in the current call state's extra data map

See Also:
Constant Field Values

CLICKTOCALL_INITIALIZE_PARAMETER_NAME

static final java.lang.String CLICKTOCALL_INITIALIZE_PARAMETER_NAME
the name of the request parameter name that triggers the initialization of click to call

See Also:
Constant Field Values

USER_TELEPHONE_NUMBER_PARAMETER_NAME

static final java.lang.String USER_TELEPHONE_NUMBER_PARAMETER_NAME
the name of the request parameter name the contains the user telephone number value

See Also:
Constant Field Values

HASH_PARAMETER_NAME

static final java.lang.String HASH_PARAMETER_NAME
the name of the request parameter name the contains the HASH value

See Also:
Constant Field Values

USERNAME_PARAMETER_NAME

static final java.lang.String USERNAME_PARAMETER_NAME
the name of the request parameter name the contains the login value

See Also:
Constant Field Values

FTCALLID_PARAMETER_NAME

static final java.lang.String FTCALLID_PARAMETER_NAME
the name of the request parameter name the contains the login value

See Also:
Constant Field Values

SESSION_ATTRIBUTE_NAME

static final java.lang.String SESSION_ATTRIBUTE_NAME
attribute name used for attaching the C2CRequestData object to the session

See Also:
Constant Field Values