com.cisco.jtapi.extensions
Interface CiscoJtapiException


public interface CiscoJtapiException

The CiscoJtapiException interface defines error codes that CTI requests may return. Cisco JTAPI extends all of the JTAPI exceptions to implement this interface. You can get the error codes by casting the exception to CiscoJtapiException and calling the method getErrorCode().

For example, if e is any exception caught by an application, this code checks whether the exception is an instance of CiscoJtapiException.

 try {
   // some code here
 }
 catch ( Exception e ) {
   if( e instanceof CiscoJtapiException){
     CiscoJtapiException ce = com.cisco.cti.client.CTIFAILURE.(CiscoJtapiException) e
     int errorCode = com.cisco.cti.client.CTIFAILURE.ce.getErrorCode()   //returns the ErrorCode.
   }
 }
 


Field Summary
static int ASSOCIATED_LINE_NOT_OPEN
          This error indicates that the request is issued on a line, which is not open
static int CALL_ALREADY_EXISTS
          This error indicates that another call already exists on the line
static int CALL_DROPPED
          The call dropped after the feature request (hold, unhold, transfer, or conference) but before the request was completed.
static int CALLHANDLE_NOTINCOMINGCALL
          This error indicates that an attempt is made to answer a call that either does not exist or is not in the correct state
static int CALLHANDLE_UNKNOWN_TO_LINECONTROL
          This error indicates that attempt to redirect call that was unknown to line control
static int CANNOT_OPEN_DEVICE
          This error indicates that device open failed because the associated device is unregistering
static int CANNOT_TERMINATE_MEDIA_ON_PHONE
          This error indicates that media cannot be terminated by an application when the device is a physical phone (the phone always terminates the media)
static int CFWDALL_ALREADY_SET
          This error indicates that attempt to set CFWALL while it is already set
static int CFWDALL_DESTN_INVALID
          This error indicates that attempt to CFWALL to an invalid destination
static int CLUSTER_LINK_FAILURE
          This error indicates that link to one of the cisco unified communications managers failed in the cluster (network error)
static int COMMAND_NOT_IMPLEMENTED_ON_DEVICE
          This error indicates that device does not support the command.
static int CONFERENCE_ALREADY_PRESENT
          This error indicates that attempt to conference a party that is already in conference
static int CONFERENCE_FAILED
          This error indicates that conference completion was not successful.
static int CONFERENCE_FULL
          This error indicates that all conference bridges are busy.
static int CONFERENCE_INACTIVE
          This error indicates that attempt to complete conference while consult conference is not active
static int CONFERENCE_INVALID_PARTICIPANT
          This error indicates that an attempt to conference to self or an invalid participant
static int CTI_FAILURE
          This error indicates that CTI has failed to query the DB with the required info
static int CTIERR__MEDIA_ALREADY_ESTABLISHED
          This indicates that the request to set the RTP parameters failed because the media has already been established.
static int CTIERR_ACCESS_TO_DEVICE_DENIED
          This error indicates that the access to device is denied.
static int CTIERR_ALREADY_REGISTERED
          This indiciates that the specified pickup group was already registerred for on this provider.
static int CTIERR_APP_SOFTKEYS_ALREADY_CONTROLLED
          This error indicates that the application softkeys are already controlled by another application
static int CTIERR_APPLICATION_DATA_SIZE_EXCEEDED
          This error indicates that application data size has exceeded limit
static int CTIERR_BIB_NOT_CONFIGURED
          This error indicates built in bridge is not configured
static int CTIERR_BIB_RESOURCE_NOT_AVAILABLE
          This error indicates that built in bridge resource not available
static int CTIERR_CALL_DROPPED
          This indicates that the request failed as the call on which the request was made got dropped.
static int CTIERR_CALL_MANAGER_NOT_AVAILABLE
          This error indicates that Communications Manager is not available currently
static int CTIERR_CALL_NOT_EXISTED
          This error indicates that call does not exist
static int CTIERR_CALL_PARK_NO_DN
          This error indicates no call park DN
static int CTIERR_CALL_REQUEST_ALREADY_OUTSTANDING
          This error indicates call request already outstanding
static int CTIERR_CALL_UNPARK_FAILED
          This error indicates that call unpark did not succeed
static int CTIERR_CAPABILITIES_DO_NOT_MATCH
          This error indicates that capabilities do not match
static int CTIERR_CLOSE_DELAY_NOT_SUPPORTED_WITH_REG_TYPE
          This error indicates that the close delay is not supported with this registration type
static int CTIERR_CONFERENCE_ALREADY_EXISTED
          This error indicates that conference already exists
static int CTIERR_CONFERENCE_NOT_EXISTED
          This error indicates that conference does not exist
static int CTIERR_CONNECTION_ON_INVALID_PORT
          This error indicates application is trying to connect to invalid port
static int CTIERR_CONSULT_CALL_FAILURE
          This error indicates consult call failure
static int CTIERR_CONSULTCALL_ALREADY_OUTSTANDING
          This error indicates that consult call already outstanding
static int CTIERR_CRYPTO_CAPABILITY_MISMATCH
          This error indicates that device registration failed as device crypto algorithms does not match with current device registration
static int CTIERR_CTIHANDLER_PROCESS_CREATION_FAILED
          This error indicates that CTIHandler process creation failed
static int CTIERR_DB_INITIALIZATION_ERROR
          This error indicates DB initialization error
static int CTIERR_DEVICE_ALREADY_OPENED
          This error indicates that device is already opened
static int CTIERR_DEVICE_NOT_OPENED_YET
          This error indicates that device is not yet opened
static int CTIERR_DEVICE_OWNER_ALIVE_TIMER_STARTED
          This error indicates that there is a device registration failure
static int CTIERR_DEVICE_REGISTRATION_FAILED_NOT_SUPPORTED_MEDIATYPE
          This error indicates an invalid media type, CTIPort need to be registered with Dynamic media port registation if it has an intercom line
static int CTIERR_DEVICE_RESTRICTED
          This error indicates that the device is restricted
static int CTIERR_DEVICE_SHUTTING_DOWN
          This error indicates that device is shutting down
static int CTIERR_DIRECTORY_LOGIN_TIMEOUT
          This error indicates that there is a directory login time out
static int CTIERR_DROP_PARTY_FAILED
          This indicates that the request for dropping a party from a conference failed as the participant is not valid
static int CTIERR_DUPLICATE_CALL_REFERENCE
          This error indicates duplicate call reference
static int CTIERR_DYNREG_IPADDRMODE_MISMATCH
          This indicates registration failure when Cisco Media/Route Tterminal is already registered with different Addressing mode.
static int CTIERR_EXISTING_STREAMING_MEDIA_SESSION
          This indicates that there is an existing streaming media session active.
static int CTIERR_EXTRA_CALLS_SELECTED
          This indicates that transfer request failed, as more than two calls were selected
static int CTIERR_FAC_CMC_REASON_CMC_INVALID
          Client Matter Code (CMC) entered is invalid
static int CTIERR_FAC_CMC_REASON_CMC_NEEDED
          Client Matter Code (CMC) is required to offer the call
static int CTIERR_FAC_CMC_REASON_FAC_CMC_NEEDED
          Forced Authorization Code (FAC) and Client Matter Code (CMC) are required to offer call
static int CTIERR_FAC_CMC_REASON_FAC_INVALID
          Forced Authorization Code (FAC) entered is invalid
static int CTIERR_FAC_CMC_REASON_FAC_NEEDED
          Forced Authorization Code (FAC) is required to offer the call
static int CTIERR_FEATURE_ALREADY_REGISTERED
          This error indicates feature already registered
static int CTIERR_FEATURE_DATA_REJECT
          This error indicates feature data reject
static int CTIERR_FEATURE_NOT_AVAILABLE
          This indicates that the feature is not allowed or restricted
static int CTIERR_FEATURE_SELECT_FAILED
          This error indicates that feature select failed
static int CTIERR_ILLEGAL_DEVICE_TYPE
          This error indicates that the device type is illegal
static int CTIERR_INCOMPATIBLE_AUTOINSTALL_PROTOCOL_VERSION
          This error indicates that auto install protocol version is incompatible
static int CTIERR_INCORRECT_MEDIA_CAPABILITY
          Device registration failed due to incorrect media capability.
static int CTIERR_INFORMATION_NOT_AVAILABLE
          This error indicates that information is not available
static int CTIERR_INTERCOM_SPEEDDIAL_ALREADY_CONFIGURED
          This error indicates that intercom target value is already configured, application is trying to make call with Intercom target DN
static int CTIERR_INTERCOM_SPEEDDIAL_ALREADY_SET
          This error indicates that intercom request failed as intercom target value is already set, application is trying to set again
static int CTIERR_INTERCOM_SPEEDDIAL_DESTN_INVALID
          This error indicates that intercomm request failed as intercom target value in not in the intercom group
static int CTIERR_INTERCOM_TALKBACK_ALREADY_PENDING
          This error indicates that intercom talk back request is already pending
static int CTIERR_INTERCOM_TALKBACK_FAILURE
          This error indicates that talkback request failed for some reason.
static int CTIERR_INTERNAL_FAILURE
          This error indicates there is a CTI internal failure
static int CTIERR_INVALID_CALL_PARTITIONING_POLICY
          This indicates that redirect request failed due to restrictive geo location configuration
static int CTIERR_INVALID_CALLID
          This error indicates the call ID is invalid
static int CTIERR_INVALID_CRYPTO_ALGORITHM
          This indicates that an operation failed because an invalid cryptographic algorithm was supplied.
static int CTIERR_INVALID_DEVICE_NAME
          This error indicates that the device name is not valid
static int CTIERR_INVALID_DTMFDIGITS
          Play DTMF request failed because it is an invalid DTMF digit.
static int CTIERR_INVALID_FILTER_SIZE
          This error indicates that filter size is invalid
static int CTIERR_INVALID_HIGH_PRIORITY_FAX_COUNTS
          This error indicates that the high priority fax counts provided are invalid
static int CTIERR_INVALID_HIGH_PRIORITY_VOICE_COUNTS
          This error indicates that the high priority voice counts provided are invalid
static int CTIERR_INVALID_MEDIA_DEVICE
          This error indicates that the media device is not valid
static int CTIERR_INVALID_MEDIA_PARAMETER
          This error indicates media parameter is inavlid
static int CTIERR_INVALID_MEDIA_PROCESS
          This error indicates that there is an invalid media process
static int CTIERR_INVALID_MEDIA_RESOURCE_ID
          This error indicates media resource ID is not valid
static int CTIERR_INVALID_MESSAGE_HEADER_INFO
          This error indicates that the header info is not valid
static int CTIERR_INVALID_MESSAGE_LENGTH
          This error indicates that message length is invalid
static int CTIERR_INVALID_MONITOR_DESTN
          This error indicates monitoring request failed due to invalid monitoring destination
static int CTIERR_INVALID_MONITOR_DN_TYPE
          This error indicates an invalid monitor DN type
static int CTIERR_INVALID_MONITORING_PARTY
          This indicates that the requested feature failed because the monitoring call or party is Invalid.
static int CTIERR_INVALID_MONITORMODE
          This error indicates monitor request failed due to an invalid monitor mode
static int CTIERR_INVALID_PARAMETER
          This error indicates that the parameter is not valid
static int CTIERR_INVALID_PARK_DN
          This error indicates that the DN is an invalid park DN
static int CTIERR_INVALID_PARK_REGISTRATION_HANDLE
          This error indicates that the handle is an invalid park registration handle
static int CTIERR_INVALID_PICKUPGROUP
          This indiciates that there are no calls to pickup on the specified pickup dn / partition.
static int CTIERR_INVALID_RESOURCE_TYPE
          This error indicates an invalid resource type
static int CTIERR_INVALID_TONE
           
static int CTIERR_INVALID_TOTAL_FAX_COUNTS
          This error indicates that the total fax counts provided are invalid
static int CTIERR_INVALID_TOTAL_VOICE_COUNTS
          This error indicates that the total voice counts provided are invalid
static int CTIERR_INVALID_USER_SETTINGS
          This error indicates that user settings are invalid
static int CTIERR_IPADDRMODE_MISMATCH
          This indicates the registration failure due to IP Addressing Mode mismatch.
static int CTIERR_KEY_NOT_ACTIVE
          This indiciates that the pickup key is not active, and applications cannot invoke pickup APIs.
static int CTIERR_LINE_ALREADY_OPENED
          This indicates that a line that has received an open request is already opened.
static int CTIERR_LINE_OUT_OF_SERVICE
          This error indicates that line is out of service.
static int CTIERR_LINE_RESTRICTED
          This error indicates that the line is restricted
static int CTIERR_LOGIN_FAILED_ACCOUNT_LOCKED
          This indicates that a provider open failed because a user's account has been locked.
static int CTIERR_LOGIN_FAILED_PWD_EXPIRED_USER_CAN_RESET
          This indicates that a provider open failed because a user's password has expired, and they they will be able to change their password to log in again later.
static int CTIERR_LOGIN_FAILED_PWD_EXPIRED_USER_CANNOT_RESET
          This indicates that a provider open failed because a user's password has expired, and they they will NOT be able to change their password to log in again later.
static int CTIERR_MAXCALL_LIMIT_REACHED
          This error indicates that maximum call limit has reached
static int CTIERR_MEDIA_ALREADY_TERMINATED_DYNAMIC
          This error indicates that device registration failed as device is registered with Dynamic media termination
static int CTIERR_MEDIA_ALREADY_TERMINATED_DYNAMIC_GETPORT_SUPPORT
          This error indicates that device registration failed as device is registered already with Dynamic media termination with get port support
static int CTIERR_MEDIA_ALREADY_TERMINATED_NONE
          This error indicates that device registration failed as device is already registered with media termination none
static int CTIERR_MEDIA_ALREADY_TERMINATED_STATIC
          This error indicates that device registration failed as device is registered with Static media termination
static int CTIERR_MEDIA_ALREADY_TERMINATED_STATIC_GETPORT_SUPPORT
          This error indicates that device registration failed as device is registered already with Static media termination with get port support
static int CTIERR_MEDIA_CAPABILITY_MISMATCH
          This error indicates that device registration failed as media capability of device does not match with current device registration
static int CTIERR_MEDIA_CONNECTION_FAILED
          This indicates that the media failed to connect to a call.
static int CTIERR_MEDIA_RESOURCE_NAME_SIZE_EXCEEDED
          This error indicates that media resource name size has exceeded limit
static int CTIERR_MEDIAREGISTRATIONTYPE_DO_NOT_MATCH
          This error indicates that media registration types do not match
static int CTIERR_MESSAGE_TOO_BIG
          This error indicates that message is too big
static int CTIERR_MONITOR_UPDATE_FAILED
          This indicates that the request to update monitor type failed.
static int CTIERR_MONITOR_UPDATE_FAILED_MEDIA_ERROR
          This indicates that the requested feature failed due to some error at media layer.
static int CTIERR_MONITOR_UPDATE_FAILED_MEDIA_INACTIVE
          This indicates that the requested feature failed because media is not established for monitoring call.
static int CTIERR_MORE_ACTIVE_CALLS_THAN_RESERVED
          This error indicates that there are more active calls than reserved
static int CTIERR_NO_BANDWIDTH_TO_PICKUP
          This indiciates that there are no calls to pickup on the specified pickup dn / partition.
static int CTIERR_NO_CALLS_TO_PICKUP
          This indiciates that there are no calls to pickup on the specified pickup dn / partition.
static int CTIERR_NO_EXISTING_CALLS
          This error indicates there are no existing calls
static int CTIERR_NO_EXISTING_CONFERENCE
          This error indicates that there is no existing conference
static int CTIERR_NO_LINES_TO_PICKUP
          This indiciates that there are no lines to pickup on the specified pickup dn / partition.
static int CTIERR_NO_RECORDING_SESSION
          This error indicates recording request failed as there is no recording session
static int CTIERR_NO_RESPONSE_FROM_MP
          This error indicates no response from media resource
static int CTIERR_NO_STREAMING_MEDIA_SESSION
          This indicates that there is no streaming media session active.
static int CTIERR_NOT_PRESERVED_CALL
          This error indicates that the call is not preserved
static int CTIERR_OPERATION_FAILED_CALL_WITH_EARLY_ANNOUNCEMENT
           
static int CTIERR_OPERATION_FAILED_CHAPERONE_CALL_ON_DEVICE
          This indicates that a feature request has failed because the device is part of a chaperone call, and the selected feature is not allowed on a chaperone.
static int CTIERR_OPERATION_FAILED_ORPHAN_PAUSED_CALL
          This indicates that the call is paused pending redirect operation.
static int CTIERR_OPERATION_FAILED_QUIETCLEAR
          This error indicates that feature unavailable for this call due to temporary failure
static int CTIERR_OPERATION_NOT_ALLOWED
          This error indicates that this operation is not allowed
static int CTIERR_OUT_OF_BANDWIDTH
          This error indicates out of bandwidth error
static int CTIERR_OWNER_NOT_ALIVE
          This error indicates a failure during registering the device
static int CTIERR_PATH_REPLACEMENT_INPROGRESS
          This indicates that the path replacement is in progress.
static int CTIERR_PENDING_ACCEPT_OR_ANSWER_REQUEST
          This error indicates that there is a pending accept or answer request
static int CTIERR_PENDING_START_MONITORING_REQUEST
          This error indicates there is a pending start monitoring request
static int CTIERR_PENDING_START_RECORDING_REQUEST
          This error indicates there is a pending start recording request
static int CTIERR_PENDING_STOP_RECORDING_REQUEST
          This error indicates there is a pending stop recording request
static int CTIERR_PICKUP_FAILED
          This indiciates that the pickup request has failed.
static int CTIERR_PICKUPGROUP_CHANGED
          This indiciates that the Pickup Group information (partition, dn, or both) have changed.
static int CTIERR_PICKUPGROUP_DELETED
          This indiciates that the application is attempting to register for a pickup group that was not registerred for.
static int CTIERR_PRIMARY_CALL_INVALID
          This error indicates that primary call in monitoring request in invalid or gone idle
static int CTIERR_PRIMARY_CALL_STATE_INVALID
          This error indicates that primary call in monitoring request is in invalid state
static int CTIERR_RECORDING_ALREADY_INPROGRESS
          This error indicates recording request failed that recording is already in progress
static int CTIERR_RECORDING_CONFIG_NOT_MATCHING
          This error indicates recording configuration does not match
static int CTIERR_RECORDING_SESSION_INACTIVE
          This error indicates recording request failed because recording session is inactive
static int CTIERR_REDIRECT_UNAUTHORIZED_COMMAND_USAGE
          This error indicates a redirect unauthorized command usage
static int CTIERR_REGISTER_FEATURE_ACTIVATION_FAILED
          This error indicates that register feature activation failed
static int CTIERR_REGISTER_FEATURE_APP_ALREADY_REGISTERED
          Register feature application was already registered
static int CTIERR_REGISTER_FEATURE_PROVIDER_NOT_REGISTERED
          Register feature provider was not registered.
static int CTIERR_REGISTRATION_NOT_FOUND
          This indiciates that the application is attempting to register for a pickup group that was not registerred for.
static int CTIERR_REQUEST_ALREADY_PENDING
          This indicates a failure as a result of an already pending request.
static int CTIERR_RESOURCE_NOT_AVAILABLE
          This error indicates that resource is not available to fulfil the request
static int CTIERR_SECURITY_CAPABILITY_MISMATCH
          This indicates that the request for monitoring or recording a call failed as the monitor initiator did not meet the security capability of the monitor target
static int CTIERR_SSO_AUTH_SERVER_DOWN
          This indicates that the request failed because the authorization server is not reachable
static int CTIERR_SSO_DISABLED
          This indicates that the request failed because Single Sign On feature is not enabled on Cisco Unfied Communications Manager
static int CTIERR_START_MONITORING_FAILED
          This error indicates that start monitoring request failed
static int CTIERR_START_RECORDING_FAILED
          This error indicates that start recording request failed
static int CTIERR_START_STREAM_MEDIA_FAILED
          This indicates that there is no active call on the BIB.
static int CTIERR_STATION_SHUT_DOWN
          This error indicates that there is a station shutdown
static int CTIERR_STOP_STREAM_MEDIA_FAILED
          This indicates that there is no active call on the BIB.
static int CTIERR_SYSTEM_ERROR
          This error indicates CTI system error
static int CTIERR_TEMPORARY_FAILURE
          This indiciates that the request to pickup a call has failed with the TEMPORARY_FAILURE code from CUCM
static int CTIERR_UDP_PASS_THROUGH_NOT_SUPPORTED
          This error indicates UDP data passthrough not supported
static int CTIERR_UNKNOWN_EXCEPTION
          This error indicates an unknown exception occured
static int CTIERR_UNSUPPORTED_CALL_PARK_TYPE
          This error indicates that call park type is not supported
static int CTIERR_UNSUPPORTED_CFWD_TYPE
          This error indicates that the call forward type is unsupported
static int CTIERR_USER_NOT_AUTH_FOR_SECURITY
          This error indicates user is not authorized for secure connection
static int DARES_INVALID_REQ_TYPE
          This error indicates that there is an internal call processing error: DaRes invalid request type
static int DATA_SIZE_LIMIT_EXCEEDED
          This error indicates that XML data object size is bigger than allowed.
static int DB_ERROR
          This error indicates that the device query contained an illegal device type
static int DB_ILLEGAL_DEVICE_TYPE
          This error indicates illegal device type in DB
static int DB_NO_MORE_DEVICES
          This error is no longer used.
static int DESTINATION_BUSY
          This error indicates that destination is busy
static int DESTINATION_UNKNOWN
          This error indicates that destination is not found
static int DEVICE_ALREADY_REGISTERED
          This error indicates that device registration attempt failed, because the device is already registered
static int DEVICE_NOT_OPEN
          This error indicates that an attempt to open a line failed, as the device is not opened or the device is not registered.
static int DEVICE_OUT_OF_SERVICE
          This error indicates that device is out of service.
static int DIGIT_GENERATION_ALREADY_IN_PROGRESS
          This error indicates that digit generation is already in progress.
static int DIGIT_GENERATION_CALLSTATE_CHANGED
          This error indicates that call state is invalid to continue.
static int DIGIT_GENERATION_WRONG_CALL_HANDLE
          This error indicates that call handle is invalid and call may be gone.
static int DIGIT_GENERATION_WRONG_CALL_STATE
          This error indicates that call state is not valid to generate digits.
static int DIRECTORY_LOGIN_FAILED
          This error indicates that directory login failed: directory not initialized
static int DIRECTORY_LOGIN_NOT_ALLOWED
          This error indicates that directory login failed
static int DIRECTORY_TEMPORARY_UNAVAILABLE
          This error indicates that directory is temporarily unavailable.
static int EXISTING_FIRSTPARTY
          This error indicates that there is already a device controlling media.
static int HOLDFAILED
          This error indicates that the hold was rejected by line control or call control layers
static int ILLEGAL_CALLINGPARTY
          This error indicates that an attempt was made to originate call using a calling party that is not on the device
static int ILLEGAL_CALLSTATE
          This error indicates line is not in a legal state to invoke the request
static int ILLEGAL_HANDLE
          This error indicates the handle is not valid
static int ILLEGAL_MESSAGE_FORMAT
          This error indicates that there is a QBE protocol error
static int INCOMPATIBLE_PROTOCOL_VERSION
          This error indicates that JTAPI and CTI versions are not compatible : CTI Error Protocol version not supported
static int INVALID_LINE_HANDLE
          This error indicates that attempt to perform a line operation on an invalid line handle.
static int INVALID_RING_OPTION
          This error indicates that the ring option is invalid
static int LINE_GREATER_THAN_MAX_LINE
          This error indicates that line is greater than the maximum available lines on this device
static int LINE_INFO_DOES_NOT_EXIST
          This error indicates that line information does not exist in the database.
static int LINE_NOT_PRIMARY
          This error indicates that internal error returned from call control.
static int LINECONTROL_FAILURE
          This error indicates line control refuses to allow a new call to be initiated because of its current state.
static int MAX_NUMBER_OF_CTI_CONNECTIONS_REACHED
          The maximum number of CTI connections was reached.
static int MSGWAITING_DESTN_INVALID
          This error indicates that attempt to set message waiting lamp for an invalid DN; Message Waiting Destination not found.
static int NO_ACTIVE_DEVICE_FOR_THIRDPARTY
          This error indicates there is no active device for thirdparty
static int NO_CONFERENCE_BRIDGE
          This error indicates that no conference bridge available
static int NOT_INITIALIZED
          This error indicates that attempt is made to open a provider before CTI initialization completes
static int OPERATION_NOT_AVAILABLE_IN_CURRENT_STATE
           
static int PROTOCOL_TIMEOUT
          Internal error returned from call control
static int PROVIDER_ALREADY_OPEN
          This error indicates that an attempt is made to reopen provider
static int PROVIDER_CLOSED
          Attempt to close provider while it is already closed
static int PROVIDER_NOT_OPEN
          This error indicates that device list incomplete or device list query timeout or query aborted
static int REDIRECT_CALL_CALL_TABLE_FULL
          This error indicates that internal error is returned from call control
static int REDIRECT_CALL_DESTINATION_BUSY
          This error indicates that the redirect destination is busy
static int REDIRECT_CALL_DESTINATION_OUT_OF_ORDER
          This error indicates that redirect destination is out of order
static int REDIRECT_CALL_DIGIT_ANALYSIS_TIMEOUT
          This error indicates a digit analyss time out, this is an internal error returned from call control
static int REDIRECT_CALL_DOES_NOT_EXIST
          This error indicates that an attempt is made to redirect a call that does not exist or is not longer active
static int REDIRECT_CALL_INCOMPATIBLE_STATE
          This error indicates that internal error is returned from call control
static int REDIRECT_CALL_MEDIA_CONNECTION_FAILED
          This error indicates media connection failure, this is an internal error returned from call control
static int REDIRECT_CALL_NORMAL_CLEARING
          This error indicates that redirect failed because of normal call clearing
static int REDIRECT_CALL_ORIGINATOR_ABANDONED
          This error indicates that far end hung up on the call being redirected
static int REDIRECT_CALL_PARTY_TABLE_FULL
          This error indicates that internal error is returned from call control
static int REDIRECT_CALL_PENDING_REDIRECT_TRANSACTION
          This error indicates that internal error is returned from call control
static int REDIRECT_CALL_PROTOCOL_ERROR
          This error indicates a protocol error, this is an internal error returned from call control
static int REDIRECT_CALL_UNKNOWN_DESTINATION
          This error indicates that an attempt is made to redirect to an unknown destination
static int REDIRECT_CALL_UNKNOWN_ERROR
          This error indicates that internal error is returned from call control
static int REDIRECT_CALL_UNKNOWN_PARTY
          This error indicates an unknown party is detected, this is an internal error returned from call control
static int REDIRECT_CALL_UNRECOGNIZED_MANAGER
          This error indicates that internal error is returned from call control
static int REDIRECT_CALLINFO_ERR
          This error indicates that internal error is returned from call control
static int REDIRECT_ERR
          This error indicates that internal error is returned from call control
static int RETRIEVEFAILED
          This error indicates that retrieval of call was rejected by line control or call control
static int RETRIEVEFAILED_ACTIVE_CALL_ON_LINE
          This error indicates that error occurred in retrieving held call; because there is already another active call on the line
static int SSAPI_NOT_REGISTERED
          This error indicates that the redirect command was issued when the internal supporting interface was not initialized; either CTI has not yet finished its initialization or an internal error occurred
static int TIMEOUT
          This error indicates that the request has timed out.
static int TRANSFER_INACTIVE
          This error indicates that attempt to complete transfer, while consult tranfer is not there
static int TRANSFERFAILED
          This error indicates that the transfer failed probably because one of the call legs was hung up or disconnected from the far end
static int TRANSFERFAILED_CALLCONTROL_TIMEOUT
          This error indicates that expected response from call control not received during a transfer
static int TRANSFERFAILED_DESTINATION_BUSY
          This error indicates that an attempt is made to transfer call to a busy destination
static int TRANSFERFAILED_DESTINATION_UNALLOCATED
          This error indicates an attempt is made to to transfer call to a directory number that is not registered
static int TRANSFERFAILED_OUTSTANDING_TRANSFER
          This error indicates that existing transfer is still in progress
static int UNDEFINED_LINE
          This error indicates that the line that was specified, is not found on the device
static int UNKNOWN_GLOBAL_CALL_HANDLE
          This error indicates that the global call handle is unknown
static int UNRECOGNIZABLE_PDU
          This error indicates that there is a QBE protocol error
static int UNSPECIFIED
          This error indicates that an unspecified error has occured.
 
Method Summary
 int getErrorCode()
          Returns the errorCode for this exception
 java.lang.String getErrorDescription()
          Returns the detailed description of the errorCode
 java.lang.String getErrorDescription(int errorCode)
          Deprecated. Use String getErrorDescription (); instead.
 java.lang.String getErrorName()
          Returns an exception in string format.
 java.lang.String getErrorName(int errorCode)
          Deprecated. Use String getErrorName (); instead.
 

Field Detail

UNSPECIFIED

static final int UNSPECIFIED
This error indicates that an unspecified error has occured.

See Also:
Constant Field Values

CTI_FAILURE

static final int CTI_FAILURE
This error indicates that CTI has failed to query the DB with the required info

Since:
7.1
See Also:
Constant Field Values

TIMEOUT

static final int TIMEOUT
This error indicates that the request has timed out.

See Also:
Constant Field Values

NO_ACTIVE_DEVICE_FOR_THIRDPARTY

static final int NO_ACTIVE_DEVICE_FOR_THIRDPARTY
This error indicates there is no active device for thirdparty

See Also:
Constant Field Values

EXISTING_FIRSTPARTY

static final int EXISTING_FIRSTPARTY
This error indicates that there is already a device controlling media. Hence media cannot be terminated on this device

See Also:
Constant Field Values

ILLEGAL_HANDLE

static final int ILLEGAL_HANDLE
This error indicates the handle is not valid

See Also:
Constant Field Values

UNDEFINED_LINE

static final int UNDEFINED_LINE
This error indicates that the line that was specified, is not found on the device

See Also:
Constant Field Values

ILLEGAL_CALLINGPARTY

static final int ILLEGAL_CALLINGPARTY
This error indicates that an attempt was made to originate call using a calling party that is not on the device

See Also:
Constant Field Values

CALL_ALREADY_EXISTS

static final int CALL_ALREADY_EXISTS
This error indicates that another call already exists on the line

See Also:
Constant Field Values

LINECONTROL_FAILURE

static final int LINECONTROL_FAILURE
This error indicates line control refuses to allow a new call to be initiated because of its current state.

See Also:
Constant Field Values

ILLEGAL_CALLSTATE

static final int ILLEGAL_CALLSTATE
This error indicates line is not in a legal state to invoke the request

See Also:
Constant Field Values

CALLHANDLE_NOTINCOMINGCALL

static final int CALLHANDLE_NOTINCOMINGCALL
This error indicates that an attempt is made to answer a call that either does not exist or is not in the correct state

See Also:
Constant Field Values

TRANSFERFAILED_DESTINATION_UNALLOCATED

static final int TRANSFERFAILED_DESTINATION_UNALLOCATED
This error indicates an attempt is made to to transfer call to a directory number that is not registered

See Also:
Constant Field Values

TRANSFERFAILED_DESTINATION_BUSY

static final int TRANSFERFAILED_DESTINATION_BUSY
This error indicates that an attempt is made to transfer call to a busy destination

See Also:
Constant Field Values

TRANSFERFAILED

static final int TRANSFERFAILED
This error indicates that the transfer failed probably because one of the call legs was hung up or disconnected from the far end

See Also:
Constant Field Values

HOLDFAILED

static final int HOLDFAILED
This error indicates that the hold was rejected by line control or call control layers

See Also:
Constant Field Values

RETRIEVEFAILED

static final int RETRIEVEFAILED
This error indicates that retrieval of call was rejected by line control or call control

See Also:
Constant Field Values

DB_NO_MORE_DEVICES

static final int DB_NO_MORE_DEVICES
This error is no longer used.

See Also:
Constant Field Values

DEVICE_ALREADY_REGISTERED

static final int DEVICE_ALREADY_REGISTERED
This error indicates that device registration attempt failed, because the device is already registered

See Also:
Constant Field Values

DB_ILLEGAL_DEVICE_TYPE

static final int DB_ILLEGAL_DEVICE_TYPE
This error indicates illegal device type in DB

See Also:
Constant Field Values

DB_ERROR

static final int DB_ERROR
This error indicates that the device query contained an illegal device type

See Also:
Constant Field Values

CANNOT_TERMINATE_MEDIA_ON_PHONE

static final int CANNOT_TERMINATE_MEDIA_ON_PHONE
This error indicates that media cannot be terminated by an application when the device is a physical phone (the phone always terminates the media)

See Also:
Constant Field Values

CTIERR_CALL_MANAGER_NOT_AVAILABLE

static final int CTIERR_CALL_MANAGER_NOT_AVAILABLE
This error indicates that Communications Manager is not available currently

See Also:
Constant Field Values

CTIERR_ACCESS_TO_DEVICE_DENIED

static final int CTIERR_ACCESS_TO_DEVICE_DENIED
This error indicates that the access to device is denied.

See Also:
Constant Field Values

UNKNOWN_GLOBAL_CALL_HANDLE

static final int UNKNOWN_GLOBAL_CALL_HANDLE
This error indicates that the global call handle is unknown

See Also:
Constant Field Values

DEVICE_NOT_OPEN

static final int DEVICE_NOT_OPEN
This error indicates that an attempt to open a line failed, as the device is not opened or the device is not registered.

See Also:
Constant Field Values

ASSOCIATED_LINE_NOT_OPEN

static final int ASSOCIATED_LINE_NOT_OPEN
This error indicates that the request is issued on a line, which is not open

See Also:
Constant Field Values

SSAPI_NOT_REGISTERED

static final int SSAPI_NOT_REGISTERED
This error indicates that the redirect command was issued when the internal supporting interface was not initialized; either CTI has not yet finished its initialization or an internal error occurred

See Also:
Constant Field Values

REDIRECT_CALL_DOES_NOT_EXIST

static final int REDIRECT_CALL_DOES_NOT_EXIST
This error indicates that an attempt is made to redirect a call that does not exist or is not longer active

See Also:
Constant Field Values

DATA_SIZE_LIMIT_EXCEEDED

static final int DATA_SIZE_LIMIT_EXCEEDED
This error indicates that XML data object size is bigger than allowed.

See Also:
Constant Field Values

INVALID_RING_OPTION

static final int INVALID_RING_OPTION
This error indicates that the ring option is invalid

See Also:
Constant Field Values

CTIERR_APP_SOFTKEYS_ALREADY_CONTROLLED

static final int CTIERR_APP_SOFTKEYS_ALREADY_CONTROLLED
This error indicates that the application softkeys are already controlled by another application

See Also:
Constant Field Values

CTIERR_INVALID_DEVICE_NAME

static final int CTIERR_INVALID_DEVICE_NAME
This error indicates that the device name is not valid

See Also:
Constant Field Values

CTIERR_INFORMATION_NOT_AVAILABLE

static final int CTIERR_INFORMATION_NOT_AVAILABLE
This error indicates that information is not available

See Also:
Constant Field Values

CTIERR_MEDIA_RESOURCE_NAME_SIZE_EXCEEDED

static final int CTIERR_MEDIA_RESOURCE_NAME_SIZE_EXCEEDED
This error indicates that media resource name size has exceeded limit

See Also:
Constant Field Values

CTIERR_APPLICATION_DATA_SIZE_EXCEEDED

static final int CTIERR_APPLICATION_DATA_SIZE_EXCEEDED
This error indicates that application data size has exceeded limit

See Also:
Constant Field Values

CTIERR_INVALID_MEDIA_DEVICE

static final int CTIERR_INVALID_MEDIA_DEVICE
This error indicates that the media device is not valid

See Also:
Constant Field Values

CTIERR_CLOSE_DELAY_NOT_SUPPORTED_WITH_REG_TYPE

static final int CTIERR_CLOSE_DELAY_NOT_SUPPORTED_WITH_REG_TYPE
This error indicates that the close delay is not supported with this registration type

See Also:
Constant Field Values

CTIERR_INVALID_TOTAL_VOICE_COUNTS

static final int CTIERR_INVALID_TOTAL_VOICE_COUNTS
This error indicates that the total voice counts provided are invalid

See Also:
Constant Field Values

CTIERR_INVALID_HIGH_PRIORITY_VOICE_COUNTS

static final int CTIERR_INVALID_HIGH_PRIORITY_VOICE_COUNTS
This error indicates that the high priority voice counts provided are invalid

See Also:
Constant Field Values

CTIERR_INVALID_TOTAL_FAX_COUNTS

static final int CTIERR_INVALID_TOTAL_FAX_COUNTS
This error indicates that the total fax counts provided are invalid

See Also:
Constant Field Values

CTIERR_INVALID_HIGH_PRIORITY_FAX_COUNTS

static final int CTIERR_INVALID_HIGH_PRIORITY_FAX_COUNTS
This error indicates that the high priority fax counts provided are invalid

See Also:
Constant Field Values

REDIRECT_CALLINFO_ERR

static final int REDIRECT_CALLINFO_ERR
This error indicates that internal error is returned from call control

See Also:
Constant Field Values

REDIRECT_ERR

static final int REDIRECT_ERR
This error indicates that internal error is returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_CALL_TABLE_FULL

static final int REDIRECT_CALL_CALL_TABLE_FULL
This error indicates that internal error is returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_PROTOCOL_ERROR

static final int REDIRECT_CALL_PROTOCOL_ERROR
This error indicates a protocol error, this is an internal error returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_UNKNOWN_DESTINATION

static final int REDIRECT_CALL_UNKNOWN_DESTINATION
This error indicates that an attempt is made to redirect to an unknown destination

See Also:
Constant Field Values

REDIRECT_CALL_DIGIT_ANALYSIS_TIMEOUT

static final int REDIRECT_CALL_DIGIT_ANALYSIS_TIMEOUT
This error indicates a digit analyss time out, this is an internal error returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_MEDIA_CONNECTION_FAILED

static final int REDIRECT_CALL_MEDIA_CONNECTION_FAILED
This error indicates media connection failure, this is an internal error returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_PARTY_TABLE_FULL

static final int REDIRECT_CALL_PARTY_TABLE_FULL
This error indicates that internal error is returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_ORIGINATOR_ABANDONED

static final int REDIRECT_CALL_ORIGINATOR_ABANDONED
This error indicates that far end hung up on the call being redirected

See Also:
Constant Field Values

REDIRECT_CALL_UNKNOWN_PARTY

static final int REDIRECT_CALL_UNKNOWN_PARTY
This error indicates an unknown party is detected, this is an internal error returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_INCOMPATIBLE_STATE

static final int REDIRECT_CALL_INCOMPATIBLE_STATE
This error indicates that internal error is returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_PENDING_REDIRECT_TRANSACTION

static final int REDIRECT_CALL_PENDING_REDIRECT_TRANSACTION
This error indicates that internal error is returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_UNKNOWN_ERROR

static final int REDIRECT_CALL_UNKNOWN_ERROR
This error indicates that internal error is returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_NORMAL_CLEARING

static final int REDIRECT_CALL_NORMAL_CLEARING
This error indicates that redirect failed because of normal call clearing

See Also:
Constant Field Values

REDIRECT_CALL_UNRECOGNIZED_MANAGER

static final int REDIRECT_CALL_UNRECOGNIZED_MANAGER
This error indicates that internal error is returned from call control

See Also:
Constant Field Values

REDIRECT_CALL_DESTINATION_BUSY

static final int REDIRECT_CALL_DESTINATION_BUSY
This error indicates that the redirect destination is busy

See Also:
Constant Field Values

REDIRECT_CALL_DESTINATION_OUT_OF_ORDER

static final int REDIRECT_CALL_DESTINATION_OUT_OF_ORDER
This error indicates that redirect destination is out of order

See Also:
Constant Field Values

CANNOT_OPEN_DEVICE

static final int CANNOT_OPEN_DEVICE
This error indicates that device open failed because the associated device is unregistering

See Also:
Constant Field Values

TRANSFERFAILED_OUTSTANDING_TRANSFER

static final int TRANSFERFAILED_OUTSTANDING_TRANSFER
This error indicates that existing transfer is still in progress

See Also:
Constant Field Values

TRANSFERFAILED_CALLCONTROL_TIMEOUT

static final int TRANSFERFAILED_CALLCONTROL_TIMEOUT
This error indicates that expected response from call control not received during a transfer

See Also:
Constant Field Values

CALLHANDLE_UNKNOWN_TO_LINECONTROL

static final int CALLHANDLE_UNKNOWN_TO_LINECONTROL
This error indicates that attempt to redirect call that was unknown to line control

See Also:
Constant Field Values

OPERATION_NOT_AVAILABLE_IN_CURRENT_STATE

static final int OPERATION_NOT_AVAILABLE_IN_CURRENT_STATE
See Also:
Constant Field Values

CONFERENCE_FULL

static final int CONFERENCE_FULL
This error indicates that all conference bridges are busy.

See Also:
Constant Field Values

MAX_NUMBER_OF_CTI_CONNECTIONS_REACHED

static final int MAX_NUMBER_OF_CTI_CONNECTIONS_REACHED
The maximum number of CTI connections was reached. You may need to reconfigure the maximum number of CTI connections or log out of some applications to be able to log in.

See Also:
Constant Field Values

CTIERR_CONSULTCALL_ALREADY_OUTSTANDING

static final int CTIERR_CONSULTCALL_ALREADY_OUTSTANDING
This error indicates that consult call already outstanding

See Also:
Constant Field Values

NO_CONFERENCE_BRIDGE

static final int NO_CONFERENCE_BRIDGE
This error indicates that no conference bridge available

See Also:
Constant Field Values

INCOMPATIBLE_PROTOCOL_VERSION

static final int INCOMPATIBLE_PROTOCOL_VERSION
This error indicates that JTAPI and CTI versions are not compatible : CTI Error Protocol version not supported

See Also:
Constant Field Values

UNRECOGNIZABLE_PDU

static final int UNRECOGNIZABLE_PDU
This error indicates that there is a QBE protocol error

See Also:
Constant Field Values

ILLEGAL_MESSAGE_FORMAT

static final int ILLEGAL_MESSAGE_FORMAT
This error indicates that there is a QBE protocol error

See Also:
Constant Field Values

CTIERR_INCOMPATIBLE_AUTOINSTALL_PROTOCOL_VERSION

static final int CTIERR_INCOMPATIBLE_AUTOINSTALL_PROTOCOL_VERSION
This error indicates that auto install protocol version is incompatible

See Also:
Constant Field Values

CTIERR_INVALID_MESSAGE_LENGTH

static final int CTIERR_INVALID_MESSAGE_LENGTH
This error indicates that message length is invalid

See Also:
Constant Field Values

CTIERR_INVALID_MESSAGE_HEADER_INFO

static final int CTIERR_INVALID_MESSAGE_HEADER_INFO
This error indicates that the header info is not valid

See Also:
Constant Field Values

CTIERR_MESSAGE_TOO_BIG

static final int CTIERR_MESSAGE_TOO_BIG
This error indicates that message is too big

See Also:
Constant Field Values

CTIERR_INVALID_FILTER_SIZE

static final int CTIERR_INVALID_FILTER_SIZE
This error indicates that filter size is invalid

See Also:
Constant Field Values

CTIERR_INVALID_USER_SETTINGS

static final int CTIERR_INVALID_USER_SETTINGS
This error indicates that user settings are invalid

Since:
7.1
See Also:
Constant Field Values

DIRECTORY_TEMPORARY_UNAVAILABLE

static final int DIRECTORY_TEMPORARY_UNAVAILABLE
This error indicates that directory is temporarily unavailable.

See Also:
Constant Field Values

DIRECTORY_LOGIN_NOT_ALLOWED

static final int DIRECTORY_LOGIN_NOT_ALLOWED
This error indicates that directory login failed

See Also:
Constant Field Values

DIRECTORY_LOGIN_FAILED

static final int DIRECTORY_LOGIN_FAILED
This error indicates that directory login failed: directory not initialized

See Also:
Constant Field Values

PROVIDER_NOT_OPEN

static final int PROVIDER_NOT_OPEN
This error indicates that device list incomplete or device list query timeout or query aborted

See Also:
Constant Field Values

PROVIDER_ALREADY_OPEN

static final int PROVIDER_ALREADY_OPEN
This error indicates that an attempt is made to reopen provider

See Also:
Constant Field Values

NOT_INITIALIZED

static final int NOT_INITIALIZED
This error indicates that attempt is made to open a provider before CTI initialization completes

See Also:
Constant Field Values

CLUSTER_LINK_FAILURE

static final int CLUSTER_LINK_FAILURE
This error indicates that link to one of the cisco unified communications managers failed in the cluster (network error)

See Also:
Constant Field Values

LINE_INFO_DOES_NOT_EXIST

static final int LINE_INFO_DOES_NOT_EXIST
This error indicates that line information does not exist in the database.

See Also:
Constant Field Values

DIGIT_GENERATION_ALREADY_IN_PROGRESS

static final int DIGIT_GENERATION_ALREADY_IN_PROGRESS
This error indicates that digit generation is already in progress.

See Also:
Constant Field Values

DIGIT_GENERATION_WRONG_CALL_HANDLE

static final int DIGIT_GENERATION_WRONG_CALL_HANDLE
This error indicates that call handle is invalid and call may be gone.

See Also:
Constant Field Values

DIGIT_GENERATION_WRONG_CALL_STATE

static final int DIGIT_GENERATION_WRONG_CALL_STATE
This error indicates that call state is not valid to generate digits.

See Also:
Constant Field Values

DIGIT_GENERATION_CALLSTATE_CHANGED

static final int DIGIT_GENERATION_CALLSTATE_CHANGED
This error indicates that call state is invalid to continue.

See Also:
Constant Field Values

LINE_GREATER_THAN_MAX_LINE

static final int LINE_GREATER_THAN_MAX_LINE
This error indicates that line is greater than the maximum available lines on this device

See Also:
Constant Field Values

RETRIEVEFAILED_ACTIVE_CALL_ON_LINE

static final int RETRIEVEFAILED_ACTIVE_CALL_ON_LINE
This error indicates that error occurred in retrieving held call; because there is already another active call on the line

See Also:
Constant Field Values

INVALID_LINE_HANDLE

static final int INVALID_LINE_HANDLE
This error indicates that attempt to perform a line operation on an invalid line handle.

See Also:
Constant Field Values

LINE_NOT_PRIMARY

static final int LINE_NOT_PRIMARY
This error indicates that internal error returned from call control.

See Also:
Constant Field Values

CFWDALL_ALREADY_SET

static final int CFWDALL_ALREADY_SET
This error indicates that attempt to set CFWALL while it is already set

See Also:
Constant Field Values

CFWDALL_DESTN_INVALID

static final int CFWDALL_DESTN_INVALID
This error indicates that attempt to CFWALL to an invalid destination

See Also:
Constant Field Values

CTIERR_DIRECTORY_LOGIN_TIMEOUT

static final int CTIERR_DIRECTORY_LOGIN_TIMEOUT
This error indicates that there is a directory login time out

See Also:
Constant Field Values

CTIERR_LINE_OUT_OF_SERVICE

static final int CTIERR_LINE_OUT_OF_SERVICE
This error indicates that line is out of service.

See Also:
Constant Field Values

DEVICE_OUT_OF_SERVICE

static final int DEVICE_OUT_OF_SERVICE
This error indicates that device is out of service.

See Also:
Constant Field Values

MSGWAITING_DESTN_INVALID

static final int MSGWAITING_DESTN_INVALID
This error indicates that attempt to set message waiting lamp for an invalid DN; Message Waiting Destination not found.

See Also:
Constant Field Values

DARES_INVALID_REQ_TYPE

static final int DARES_INVALID_REQ_TYPE
This error indicates that there is an internal call processing error: DaRes invalid request type

See Also:
Constant Field Values

CONFERENCE_FAILED

static final int CONFERENCE_FAILED
This error indicates that conference completion was not successful.

See Also:
Constant Field Values

CONFERENCE_INVALID_PARTICIPANT

static final int CONFERENCE_INVALID_PARTICIPANT
This error indicates that an attempt to conference to self or an invalid participant

See Also:
Constant Field Values

CONFERENCE_ALREADY_PRESENT

static final int CONFERENCE_ALREADY_PRESENT
This error indicates that attempt to conference a party that is already in conference

See Also:
Constant Field Values

CONFERENCE_INACTIVE

static final int CONFERENCE_INACTIVE
This error indicates that attempt to complete conference while consult conference is not active

See Also:
Constant Field Values

TRANSFER_INACTIVE

static final int TRANSFER_INACTIVE
This error indicates that attempt to complete transfer, while consult tranfer is not there

See Also:
Constant Field Values

CTIERR_REGISTER_FEATURE_ACTIVATION_FAILED

static final int CTIERR_REGISTER_FEATURE_ACTIVATION_FAILED
This error indicates that register feature activation failed

See Also:
Constant Field Values

CTIERR_UNSUPPORTED_CALL_PARK_TYPE

static final int CTIERR_UNSUPPORTED_CALL_PARK_TYPE
This error indicates that call park type is not supported

See Also:
Constant Field Values

CTIERR_CALL_UNPARK_FAILED

static final int CTIERR_CALL_UNPARK_FAILED
This error indicates that call unpark did not succeed

See Also:
Constant Field Values

CTIERR_INVALID_PARK_DN

static final int CTIERR_INVALID_PARK_DN
This error indicates that the DN is an invalid park DN

See Also:
Constant Field Values

CTIERR_INVALID_PARK_REGISTRATION_HANDLE

static final int CTIERR_INVALID_PARK_REGISTRATION_HANDLE
This error indicates that the handle is an invalid park registration handle

See Also:
Constant Field Values

CTIERR_INVALID_MONITOR_DN_TYPE

static final int CTIERR_INVALID_MONITOR_DN_TYPE
This error indicates an invalid monitor DN type

See Also:
Constant Field Values

CTIERR_CALL_PARK_NO_DN

static final int CTIERR_CALL_PARK_NO_DN
This error indicates no call park DN

See Also:
Constant Field Values

CTIERR_ILLEGAL_DEVICE_TYPE

static final int CTIERR_ILLEGAL_DEVICE_TYPE
This error indicates that the device type is illegal

See Also:
Constant Field Values

CTIERR_CALL_REQUEST_ALREADY_OUTSTANDING

static final int CTIERR_CALL_REQUEST_ALREADY_OUTSTANDING
This error indicates call request already outstanding

See Also:
Constant Field Values

CTIERR_CONSULT_CALL_FAILURE

static final int CTIERR_CONSULT_CALL_FAILURE
This error indicates consult call failure

See Also:
Constant Field Values

CTIERR_FEATURE_ALREADY_REGISTERED

static final int CTIERR_FEATURE_ALREADY_REGISTERED
This error indicates feature already registered

See Also:
Constant Field Values

CTIERR_STATION_SHUT_DOWN

static final int CTIERR_STATION_SHUT_DOWN
This error indicates that there is a station shutdown

See Also:
Constant Field Values

CTIERR_INTERNAL_FAILURE

static final int CTIERR_INTERNAL_FAILURE
This error indicates there is a CTI internal failure

See Also:
Constant Field Values

CTIERR_MEDIAREGISTRATIONTYPE_DO_NOT_MATCH

static final int CTIERR_MEDIAREGISTRATIONTYPE_DO_NOT_MATCH
This error indicates that media registration types do not match

See Also:
Constant Field Values

CTIERR_OPERATION_FAILED_QUIETCLEAR

static final int CTIERR_OPERATION_FAILED_QUIETCLEAR
This error indicates that feature unavailable for this call due to temporary failure

See Also:
Constant Field Values

CTIERR_FEATURE_DATA_REJECT

static final int CTIERR_FEATURE_DATA_REJECT
This error indicates feature data reject

See Also:
Constant Field Values

CALL_DROPPED

static final int CALL_DROPPED
The call dropped after the feature request (hold, unhold, transfer, or conference) but before the request was completed.

See Also:
Constant Field Values

CTIERR_INVALID_DTMFDIGITS

static final int CTIERR_INVALID_DTMFDIGITS
Play DTMF request failed because it is an invalid DTMF digit.

See Also:
Constant Field Values

CTIERR_INCORRECT_MEDIA_CAPABILITY

static final int CTIERR_INCORRECT_MEDIA_CAPABILITY
Device registration failed due to incorrect media capability.

See Also:
Constant Field Values

COMMAND_NOT_IMPLEMENTED_ON_DEVICE

static final int COMMAND_NOT_IMPLEMENTED_ON_DEVICE
This error indicates that device does not support the command.

See Also:
Constant Field Values

CTIERR_DEVICE_SHUTTING_DOWN

static final int CTIERR_DEVICE_SHUTTING_DOWN
This error indicates that device is shutting down

See Also:
Constant Field Values

CTIERR_INVALID_MEDIA_RESOURCE_ID

static final int CTIERR_INVALID_MEDIA_RESOURCE_ID
This error indicates media resource ID is not valid

See Also:
Constant Field Values

CTIERR_UNKNOWN_EXCEPTION

static final int CTIERR_UNKNOWN_EXCEPTION
This error indicates an unknown exception occured

See Also:
Constant Field Values

CTIERR_OPERATION_NOT_ALLOWED

static final int CTIERR_OPERATION_NOT_ALLOWED
This error indicates that this operation is not allowed

See Also:
Constant Field Values

CTIERR_INVALID_MEDIA_PARAMETER

static final int CTIERR_INVALID_MEDIA_PARAMETER
This error indicates media parameter is inavlid

See Also:
Constant Field Values

CTIERR_MEDIA_CAPABILITY_MISMATCH

static final int CTIERR_MEDIA_CAPABILITY_MISMATCH
This error indicates that device registration failed as media capability of device does not match with current device registration

See Also:
Constant Field Values

CTIERR_DEVICE_ALREADY_OPENED

static final int CTIERR_DEVICE_ALREADY_OPENED
This error indicates that device is already opened

See Also:
Constant Field Values

CTIERR_DEVICE_NOT_OPENED_YET

static final int CTIERR_DEVICE_NOT_OPENED_YET
This error indicates that device is not yet opened

See Also:
Constant Field Values

CTIERR_MEDIA_ALREADY_TERMINATED_NONE

static final int CTIERR_MEDIA_ALREADY_TERMINATED_NONE
This error indicates that device registration failed as device is already registered with media termination none

See Also:
Constant Field Values

CTIERR_MEDIA_ALREADY_TERMINATED_STATIC

static final int CTIERR_MEDIA_ALREADY_TERMINATED_STATIC
This error indicates that device registration failed as device is registered with Static media termination

See Also:
Constant Field Values

CTIERR_MEDIA_ALREADY_TERMINATED_DYNAMIC

static final int CTIERR_MEDIA_ALREADY_TERMINATED_DYNAMIC
This error indicates that device registration failed as device is registered with Dynamic media termination

See Also:
Constant Field Values

CTIERR_OWNER_NOT_ALIVE

static final int CTIERR_OWNER_NOT_ALIVE
This error indicates a failure during registering the device

See Also:
Constant Field Values

CTIERR_DEVICE_RESTRICTED

static final int CTIERR_DEVICE_RESTRICTED
This error indicates that the device is restricted

See Also:
Constant Field Values

CTIERR_LINE_RESTRICTED

static final int CTIERR_LINE_RESTRICTED
This error indicates that the line is restricted

See Also:
Constant Field Values

CTIERR_RESOURCE_NOT_AVAILABLE

static final int CTIERR_RESOURCE_NOT_AVAILABLE
This error indicates that resource is not available to fulfil the request

See Also:
Constant Field Values

CTIERR_CONFERENCE_ALREADY_EXISTED

static final int CTIERR_CONFERENCE_ALREADY_EXISTED
This error indicates that conference already exists

See Also:
Constant Field Values

CTIERR_CONFERENCE_NOT_EXISTED

static final int CTIERR_CONFERENCE_NOT_EXISTED
This error indicates that conference does not exist

See Also:
Constant Field Values

CTIERR_CALL_NOT_EXISTED

static final int CTIERR_CALL_NOT_EXISTED
This error indicates that call does not exist

See Also:
Constant Field Values

CTIERR_INVALID_PARAMETER

static final int CTIERR_INVALID_PARAMETER
This error indicates that the parameter is not valid

See Also:
Constant Field Values

CTIERR_MORE_ACTIVE_CALLS_THAN_RESERVED

static final int CTIERR_MORE_ACTIVE_CALLS_THAN_RESERVED
This error indicates that there are more active calls than reserved

See Also:
Constant Field Values

CTIERR_INVALID_RESOURCE_TYPE

static final int CTIERR_INVALID_RESOURCE_TYPE
This error indicates an invalid resource type

See Also:
Constant Field Values

CTIERR_DUPLICATE_CALL_REFERENCE

static final int CTIERR_DUPLICATE_CALL_REFERENCE
This error indicates duplicate call reference

See Also:
Constant Field Values

CTIERR_NOT_PRESERVED_CALL

static final int CTIERR_NOT_PRESERVED_CALL
This error indicates that the call is not preserved

See Also:
Constant Field Values

CTIERR_NO_EXISTING_CONFERENCE

static final int CTIERR_NO_EXISTING_CONFERENCE
This error indicates that there is no existing conference

See Also:
Constant Field Values

CTIERR_NO_RESPONSE_FROM_MP

static final int CTIERR_NO_RESPONSE_FROM_MP
This error indicates no response from media resource

See Also:
Constant Field Values

CTIERR_SYSTEM_ERROR

static final int CTIERR_SYSTEM_ERROR
This error indicates CTI system error

See Also:
Constant Field Values

CTIERR_PENDING_ACCEPT_OR_ANSWER_REQUEST

static final int CTIERR_PENDING_ACCEPT_OR_ANSWER_REQUEST
This error indicates that there is a pending accept or answer request

See Also:
Constant Field Values

CTIERR_INVALID_MEDIA_PROCESS

static final int CTIERR_INVALID_MEDIA_PROCESS
This error indicates that there is an invalid media process

See Also:
Constant Field Values

CTIERR_CAPABILITIES_DO_NOT_MATCH

static final int CTIERR_CAPABILITIES_DO_NOT_MATCH
This error indicates that capabilities do not match

See Also:
Constant Field Values

CTIERR_DEVICE_OWNER_ALIVE_TIMER_STARTED

static final int CTIERR_DEVICE_OWNER_ALIVE_TIMER_STARTED
This error indicates that there is a device registration failure

See Also:
Constant Field Values

CTIERR_MAXCALL_LIMIT_REACHED

static final int CTIERR_MAXCALL_LIMIT_REACHED
This error indicates that maximum call limit has reached

See Also:
Constant Field Values

CTIERR_CTIHANDLER_PROCESS_CREATION_FAILED

static final int CTIERR_CTIHANDLER_PROCESS_CREATION_FAILED
This error indicates that CTIHandler process creation failed

See Also:
Constant Field Values

CTIERR_REDIRECT_UNAUTHORIZED_COMMAND_USAGE

static final int CTIERR_REDIRECT_UNAUTHORIZED_COMMAND_USAGE
This error indicates a redirect unauthorized command usage

See Also:
Constant Field Values

CTIERR_NO_EXISTING_CALLS

static final int CTIERR_NO_EXISTING_CALLS
This error indicates there are no existing calls

See Also:
Constant Field Values

CTIERR_FAC_CMC_REASON_FAC_NEEDED

static final int CTIERR_FAC_CMC_REASON_FAC_NEEDED
Forced Authorization Code (FAC) is required to offer the call

See Also:
Constant Field Values

CTIERR_FAC_CMC_REASON_CMC_NEEDED

static final int CTIERR_FAC_CMC_REASON_CMC_NEEDED
Client Matter Code (CMC) is required to offer the call

See Also:
Constant Field Values

CTIERR_FAC_CMC_REASON_FAC_CMC_NEEDED

static final int CTIERR_FAC_CMC_REASON_FAC_CMC_NEEDED
Forced Authorization Code (FAC) and Client Matter Code (CMC) are required to offer call

See Also:
Constant Field Values

CTIERR_FAC_CMC_REASON_FAC_INVALID

static final int CTIERR_FAC_CMC_REASON_FAC_INVALID
Forced Authorization Code (FAC) entered is invalid

See Also:
Constant Field Values

CTIERR_FAC_CMC_REASON_CMC_INVALID

static final int CTIERR_FAC_CMC_REASON_CMC_INVALID
Client Matter Code (CMC) entered is invalid

See Also:
Constant Field Values

DESTINATION_UNKNOWN

static final int DESTINATION_UNKNOWN
This error indicates that destination is not found

See Also:
Constant Field Values

DESTINATION_BUSY

static final int DESTINATION_BUSY
This error indicates that destination is busy

See Also:
Constant Field Values

PROVIDER_CLOSED

static final int PROVIDER_CLOSED
Attempt to close provider while it is already closed

See Also:
Constant Field Values

PROTOCOL_TIMEOUT

static final int PROTOCOL_TIMEOUT
Internal error returned from call control

See Also:
Constant Field Values

CTIERR_REGISTER_FEATURE_PROVIDER_NOT_REGISTERED

static final int CTIERR_REGISTER_FEATURE_PROVIDER_NOT_REGISTERED
Register feature provider was not registered.

See Also:
Constant Field Values

CTIERR_REGISTER_FEATURE_APP_ALREADY_REGISTERED

static final int CTIERR_REGISTER_FEATURE_APP_ALREADY_REGISTERED
Register feature application was already registered

See Also:
Constant Field Values

CTIERR_FEATURE_SELECT_FAILED

static final int CTIERR_FEATURE_SELECT_FAILED
This error indicates that feature select failed

See Also:
Constant Field Values

CTIERR_UNSUPPORTED_CFWD_TYPE

static final int CTIERR_UNSUPPORTED_CFWD_TYPE
This error indicates that the call forward type is unsupported

See Also:
Constant Field Values

CTIERR_CRYPTO_CAPABILITY_MISMATCH

static final int CTIERR_CRYPTO_CAPABILITY_MISMATCH
This error indicates that device registration failed as device crypto algorithms does not match with current device registration

See Also:
Constant Field Values

CTIERR_OUT_OF_BANDWIDTH

static final int CTIERR_OUT_OF_BANDWIDTH
This error indicates out of bandwidth error

See Also:
Constant Field Values

CTIERR_UDP_PASS_THROUGH_NOT_SUPPORTED

static final int CTIERR_UDP_PASS_THROUGH_NOT_SUPPORTED
This error indicates UDP data passthrough not supported

See Also:
Constant Field Values

CTIERR_DB_INITIALIZATION_ERROR

static final int CTIERR_DB_INITIALIZATION_ERROR
This error indicates DB initialization error

See Also:
Constant Field Values

CTIERR_INTERCOM_SPEEDDIAL_ALREADY_SET

static final int CTIERR_INTERCOM_SPEEDDIAL_ALREADY_SET
This error indicates that intercom request failed as intercom target value is already set, application is trying to set again

See Also:
Constant Field Values

CTIERR_INTERCOM_SPEEDDIAL_DESTN_INVALID

static final int CTIERR_INTERCOM_SPEEDDIAL_DESTN_INVALID
This error indicates that intercomm request failed as intercom target value in not in the intercom group

See Also:
Constant Field Values

CTIERR_INTERCOM_TALKBACK_FAILURE

static final int CTIERR_INTERCOM_TALKBACK_FAILURE
This error indicates that talkback request failed for some reason.

See Also:
Constant Field Values

CTIERR_DEVICE_REGISTRATION_FAILED_NOT_SUPPORTED_MEDIATYPE

static final int CTIERR_DEVICE_REGISTRATION_FAILED_NOT_SUPPORTED_MEDIATYPE
This error indicates an invalid media type, CTIPort need to be registered with Dynamic media port registation if it has an intercom line

See Also:
Constant Field Values

CTIERR_BIB_RESOURCE_NOT_AVAILABLE

static final int CTIERR_BIB_RESOURCE_NOT_AVAILABLE
This error indicates that built in bridge resource not available

See Also:
Constant Field Values

CTIERR_INVALID_CALLID

static final int CTIERR_INVALID_CALLID
This error indicates the call ID is invalid

See Also:
Constant Field Values

CTIERR_INVALID_MONITOR_DESTN

static final int CTIERR_INVALID_MONITOR_DESTN
This error indicates monitoring request failed due to invalid monitoring destination

See Also:
Constant Field Values

CTIERR_PENDING_START_MONITORING_REQUEST

static final int CTIERR_PENDING_START_MONITORING_REQUEST
This error indicates there is a pending start monitoring request

See Also:
Constant Field Values

CTIERR_START_MONITORING_FAILED

static final int CTIERR_START_MONITORING_FAILED
This error indicates that start monitoring request failed

See Also:
Constant Field Values

CTIERR_PENDING_START_RECORDING_REQUEST

static final int CTIERR_PENDING_START_RECORDING_REQUEST
This error indicates there is a pending start recording request

See Also:
Constant Field Values

CTIERR_PENDING_STOP_RECORDING_REQUEST

static final int CTIERR_PENDING_STOP_RECORDING_REQUEST
This error indicates there is a pending stop recording request

See Also:
Constant Field Values

CTIERR_START_RECORDING_FAILED

static final int CTIERR_START_RECORDING_FAILED
This error indicates that start recording request failed

See Also:
Constant Field Values

CTIERR_RECORDING_ALREADY_INPROGRESS

static final int CTIERR_RECORDING_ALREADY_INPROGRESS
This error indicates recording request failed that recording is already in progress

See Also:
Constant Field Values

CTIERR_NO_RECORDING_SESSION

static final int CTIERR_NO_RECORDING_SESSION
This error indicates recording request failed as there is no recording session

See Also:
Constant Field Values

CTIERR_RECORDING_SESSION_INACTIVE

static final int CTIERR_RECORDING_SESSION_INACTIVE
This error indicates recording request failed because recording session is inactive

See Also:
Constant Field Values

CTIERR_RECORDING_CONFIG_NOT_MATCHING

static final int CTIERR_RECORDING_CONFIG_NOT_MATCHING
This error indicates recording configuration does not match

See Also:
Constant Field Values

CTIERR_BIB_NOT_CONFIGURED

static final int CTIERR_BIB_NOT_CONFIGURED
This error indicates built in bridge is not configured

See Also:
Constant Field Values

CTIERR_INVALID_MONITORMODE

static final int CTIERR_INVALID_MONITORMODE
This error indicates monitor request failed due to an invalid monitor mode

See Also:
Constant Field Values

CTIERR_USER_NOT_AUTH_FOR_SECURITY

static final int CTIERR_USER_NOT_AUTH_FOR_SECURITY
This error indicates user is not authorized for secure connection

See Also:
Constant Field Values

CTIERR_CONNECTION_ON_INVALID_PORT

static final int CTIERR_CONNECTION_ON_INVALID_PORT
This error indicates application is trying to connect to invalid port

See Also:
Constant Field Values

CTIERR_INTERCOM_SPEEDDIAL_ALREADY_CONFIGURED

static final int CTIERR_INTERCOM_SPEEDDIAL_ALREADY_CONFIGURED
This error indicates that intercom target value is already configured, application is trying to make call with Intercom target DN

See Also:
Constant Field Values

CTIERR_INTERCOM_TALKBACK_ALREADY_PENDING

static final int CTIERR_INTERCOM_TALKBACK_ALREADY_PENDING
This error indicates that intercom talk back request is already pending

See Also:
Constant Field Values

CTIERR_PRIMARY_CALL_INVALID

static final int CTIERR_PRIMARY_CALL_INVALID
This error indicates that primary call in monitoring request in invalid or gone idle

See Also:
Constant Field Values

CTIERR_PRIMARY_CALL_STATE_INVALID

static final int CTIERR_PRIMARY_CALL_STATE_INVALID
This error indicates that primary call in monitoring request is in invalid state

See Also:
Constant Field Values

CTIERR_IPADDRMODE_MISMATCH

static final int CTIERR_IPADDRMODE_MISMATCH
This indicates the registration failure due to IP Addressing Mode mismatch.

Since:
7.0
See Also:
Constant Field Values

CTIERR_DYNREG_IPADDRMODE_MISMATCH

static final int CTIERR_DYNREG_IPADDRMODE_MISMATCH
This indicates registration failure when Cisco Media/Route Tterminal is already registered with different Addressing mode.

Since:
7.0
See Also:
Constant Field Values

CTIERR_FEATURE_NOT_AVAILABLE

static final int CTIERR_FEATURE_NOT_AVAILABLE
This indicates that the feature is not allowed or restricted

Since:
7.1
See Also:
Constant Field Values

CTIERR_INVALID_CALL_PARTITIONING_POLICY

static final int CTIERR_INVALID_CALL_PARTITIONING_POLICY
This indicates that redirect request failed due to restrictive geo location configuration

Since:
7.1
See Also:
Constant Field Values

CTIERR_EXTRA_CALLS_SELECTED

static final int CTIERR_EXTRA_CALLS_SELECTED
This indicates that transfer request failed, as more than two calls were selected

Since:
7.1
See Also:
Constant Field Values

CTIERR_NO_CALLS_TO_PICKUP

static final int CTIERR_NO_CALLS_TO_PICKUP
This indiciates that there are no calls to pickup on the specified pickup dn / partition.

Since:
8.0
See Also:
Constant Field Values

CTIERR_NO_BANDWIDTH_TO_PICKUP

static final int CTIERR_NO_BANDWIDTH_TO_PICKUP
This indiciates that there are no calls to pickup on the specified pickup dn / partition.

Since:
8.0
See Also:
Constant Field Values

CTIERR_NO_LINES_TO_PICKUP

static final int CTIERR_NO_LINES_TO_PICKUP
This indiciates that there are no lines to pickup on the specified pickup dn / partition.

Since:
8.0
See Also:
Constant Field Values

CTIERR_KEY_NOT_ACTIVE

static final int CTIERR_KEY_NOT_ACTIVE
This indiciates that the pickup key is not active, and applications cannot invoke pickup APIs.

Since:
8.0
See Also:
Constant Field Values

CTIERR_ALREADY_REGISTERED

static final int CTIERR_ALREADY_REGISTERED
This indiciates that the specified pickup group was already registerred for on this provider.

Since:
8.0
See Also:
Constant Field Values

CTIERR_INVALID_PICKUPGROUP

static final int CTIERR_INVALID_PICKUPGROUP
This indiciates that there are no calls to pickup on the specified pickup dn / partition.

Since:
8.0
See Also:
Constant Field Values

CTIERR_REGISTRATION_NOT_FOUND

static final int CTIERR_REGISTRATION_NOT_FOUND
This indiciates that the application is attempting to register for a pickup group that was not registerred for.

Since:
8.0
See Also:
Constant Field Values

CTIERR_PICKUP_FAILED

static final int CTIERR_PICKUP_FAILED
This indiciates that the pickup request has failed.

Since:
8.0
See Also:
Constant Field Values

CTIERR_PICKUPGROUP_DELETED

static final int CTIERR_PICKUPGROUP_DELETED
This indiciates that the application is attempting to register for a pickup group that was not registerred for.

Since:
8.0
See Also:
Constant Field Values

CTIERR_PICKUPGROUP_CHANGED

static final int CTIERR_PICKUPGROUP_CHANGED
This indiciates that the Pickup Group information (partition, dn, or both) have changed.

Since:
8.0
See Also:
Constant Field Values

CTIERR_TEMPORARY_FAILURE

static final int CTIERR_TEMPORARY_FAILURE
This indiciates that the request to pickup a call has failed with the TEMPORARY_FAILURE code from CUCM

Since:
8.0
See Also:
Constant Field Values

CTIERR_OPERATION_FAILED_CHAPERONE_CALL_ON_DEVICE

static final int CTIERR_OPERATION_FAILED_CHAPERONE_CALL_ON_DEVICE
This indicates that a feature request has failed because the device is part of a chaperone call, and the selected feature is not allowed on a chaperone.

Since:
8.0
See Also:
Constant Field Values

CTIERR_DROP_PARTY_FAILED

static final int CTIERR_DROP_PARTY_FAILED
This indicates that the request for dropping a party from a conference failed as the participant is not valid

Since:
7.1
See Also:
Constant Field Values

CTIERR_SECURITY_CAPABILITY_MISMATCH

static final int CTIERR_SECURITY_CAPABILITY_MISMATCH
This indicates that the request for monitoring or recording a call failed as the monitor initiator did not meet the security capability of the monitor target

Since:
8.0
See Also:
Constant Field Values

CTIERR_OPERATION_FAILED_CALL_WITH_EARLY_ANNOUNCEMENT

static final int CTIERR_OPERATION_FAILED_CALL_WITH_EARLY_ANNOUNCEMENT
See Also:
Constant Field Values

CTIERR_SSO_DISABLED

static final int CTIERR_SSO_DISABLED
This indicates that the request failed because Single Sign On feature is not enabled on Cisco Unfied Communications Manager

Since:
8.5
See Also:
Constant Field Values

CTIERR_SSO_AUTH_SERVER_DOWN

static final int CTIERR_SSO_AUTH_SERVER_DOWN
This indicates that the request failed because the authorization server is not reachable

Since:
8.5
See Also:
Constant Field Values

CTIERR_MEDIA_CONNECTION_FAILED

static final int CTIERR_MEDIA_CONNECTION_FAILED
This indicates that the media failed to connect to a call.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_REQUEST_ALREADY_PENDING

static final int CTIERR_REQUEST_ALREADY_PENDING
This indicates a failure as a result of an already pending request.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_START_STREAM_MEDIA_FAILED

static final int CTIERR_START_STREAM_MEDIA_FAILED
This indicates that there is no active call on the BIB.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_STOP_STREAM_MEDIA_FAILED

static final int CTIERR_STOP_STREAM_MEDIA_FAILED
This indicates that there is no active call on the BIB.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_NO_STREAMING_MEDIA_SESSION

static final int CTIERR_NO_STREAMING_MEDIA_SESSION
This indicates that there is no streaming media session active.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_EXISTING_STREAMING_MEDIA_SESSION

static final int CTIERR_EXISTING_STREAMING_MEDIA_SESSION
This indicates that there is an existing streaming media session active.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_INVALID_MONITORING_PARTY

static final int CTIERR_INVALID_MONITORING_PARTY
This indicates that the requested feature failed because the monitoring call or party is Invalid.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_MONITOR_UPDATE_FAILED_MEDIA_INACTIVE

static final int CTIERR_MONITOR_UPDATE_FAILED_MEDIA_INACTIVE
This indicates that the requested feature failed because media is not established for monitoring call.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_MONITOR_UPDATE_FAILED_MEDIA_ERROR

static final int CTIERR_MONITOR_UPDATE_FAILED_MEDIA_ERROR
This indicates that the requested feature failed due to some error at media layer.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_CALL_DROPPED

static final int CTIERR_CALL_DROPPED
This indicates that the request failed as the call on which the request was made got dropped.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_MONITOR_UPDATE_FAILED

static final int CTIERR_MONITOR_UPDATE_FAILED
This indicates that the request to update monitor type failed.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_INVALID_TONE

static final int CTIERR_INVALID_TONE
See Also:
Constant Field Values

CTIERR_MEDIA_ALREADY_TERMINATED_STATIC_GETPORT_SUPPORT

static final int CTIERR_MEDIA_ALREADY_TERMINATED_STATIC_GETPORT_SUPPORT
This error indicates that device registration failed as device is registered already with Static media termination with get port support

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_MEDIA_ALREADY_TERMINATED_DYNAMIC_GETPORT_SUPPORT

static final int CTIERR_MEDIA_ALREADY_TERMINATED_DYNAMIC_GETPORT_SUPPORT
This error indicates that device registration failed as device is registered already with Dynamic media termination with get port support

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_LINE_ALREADY_OPENED

static final int CTIERR_LINE_ALREADY_OPENED
This indicates that a line that has received an open request is already opened.

Since:
7.1.5
See Also:
Constant Field Values

CTIERR__MEDIA_ALREADY_ESTABLISHED

static final int CTIERR__MEDIA_ALREADY_ESTABLISHED
This indicates that the request to set the RTP parameters failed because the media has already been established.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_PATH_REPLACEMENT_INPROGRESS

static final int CTIERR_PATH_REPLACEMENT_INPROGRESS
This indicates that the path replacement is in progress.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_OPERATION_FAILED_ORPHAN_PAUSED_CALL

static final int CTIERR_OPERATION_FAILED_ORPHAN_PAUSED_CALL
This indicates that the call is paused pending redirect operation.

Since:
8.5.1
See Also:
Constant Field Values

CTIERR_INVALID_CRYPTO_ALGORITHM

static final int CTIERR_INVALID_CRYPTO_ALGORITHM
This indicates that an operation failed because an invalid cryptographic algorithm was supplied.

Since:
8.6.1
See Also:
Constant Field Values

CTIERR_LOGIN_FAILED_PWD_EXPIRED_USER_CAN_RESET

static final int CTIERR_LOGIN_FAILED_PWD_EXPIRED_USER_CAN_RESET
This indicates that a provider open failed because a user's password has expired, and they they will be able to change their password to log in again later.

Since:
8.6.1
See Also:
Constant Field Values

CTIERR_LOGIN_FAILED_PWD_EXPIRED_USER_CANNOT_RESET

static final int CTIERR_LOGIN_FAILED_PWD_EXPIRED_USER_CANNOT_RESET
This indicates that a provider open failed because a user's password has expired, and they they will NOT be able to change their password to log in again later.

Since:
8.6.1
See Also:
Constant Field Values

CTIERR_LOGIN_FAILED_ACCOUNT_LOCKED

static final int CTIERR_LOGIN_FAILED_ACCOUNT_LOCKED
This indicates that a provider open failed because a user's account has been locked. An account can be locked for several reasons, such as a login attempt limit exceeded, an inactivity timer, or a general administrative lock. JTAPI does not expose the reason for the lockout.

Since:
8.6.1
See Also:
Constant Field Values
Method Detail

getErrorCode

int getErrorCode()
Returns the errorCode for this exception

Returns:
An errorCode in an integer representation

getErrorName

java.lang.String getErrorName(int errorCode)
Deprecated. Use String getErrorName (); instead.

Returns an exception in string format.

Returns:
String representation of the error code

getErrorName

java.lang.String getErrorName()
Returns an exception in string format.

Returns:
String representation of the error code

getErrorDescription

java.lang.String getErrorDescription(int errorCode)
Deprecated. Use String getErrorDescription (); instead.

Returns the detailed description of the errorCode

Returns:
A String that contains a detailed description of the errorCode

getErrorDescription

java.lang.String getErrorDescription()
Returns the detailed description of the errorCode

Returns:
A String that contains a detailed description of the errorCode