Cisco Cisco Computer Telephony Integration Option 8.5 개발자 가이드

다운로드
페이지 500
   
3-4
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 3      CIL Coding Conventions
CIL Error Codes
E_CTIOS_INVALID_ SESSION
-104
The Session is not valid.
E_CTIOS_UNEXPECTED
-105
An unexpected error has occurred.
E_CTIOS_OBJ_ALLOCATION_
FAILED
-106
There is not enough memory available and an creation of CCtiOsObject 
failed.
E_CTIOS_ARRAYREF_ 
ALLOCATION_FAILED
-107
There is not enough memory available and an creation of an array of 
references to objects of type CCtiOsObject failed.
E_CTIOS_ARGUMENT_ 
ALLOCATION_FAILED
-108
There is not enough memory available and an creation of an object of type 
Arguments failed.
E_CTIOS_TARGET_ OBJECT_ 
NOT_FOUND
-109
There are no CTI OS Objects capable of processing an incoming event
E_CTIOS_PROP_ 
ATTRIBUTES_ACCESS_ 
FAILED
-110
An error occurred while accessing a property's attributes, System may be 
running out of memory.
E_CTIOS_INVALID_ 
OBJECT_TYPE
-111
The object type is not one of the following predefined types CAgent, CCall, 
CSkillGroups, or CWaitObject.
E_CTIOS_INVALID_AGENT
-112
No valid agent.
E_CTIOS_INVALID_CALL
-113
No valid call.
E_CTIOS_IN_FAILOVER
-114
The session is recovering from a connection failure and had started the Fail 
Over procedure.
E_CTIOS_INVALID_ 
DESKTOP_TYPE
-115
Indicates that the desktop type specified in the request for DeskSettings 
download is neither Agent or Supervisor.
E_CTIOS_MISSING_ 
ARGUMENT
-116
Missing a required argument.
E_CTIOS_CALL_NOT_ON_ 
HOLD
-117
Call is not on hold.
E_CTIOS_CALL_ALREADY_ 
ON_HOLD
-118
Call is already on hold.
E_CTIOS_CALL_NOT_ 
ALERTING
-119
Call is not in alert state, it can not be answered.
E_CTIOS_AGENT_NOT_ 
LOGIN
-120
Agent is not logged in.
E_CTIOS_INVALID_ 
METHOD_PARAMETER
-121
The input parameter is invalid.
E_CTIOS_UNKNOWN
-122
The cause of this error is unknown.
E_CTIOS_OUT_OF_ MEMORY
-123
Failed to allocate new memory.
E_CTIOS_PORT_ 
UNAVAILABLE
-124
The specified port is not available for use.
E_CTIOS_SM_SESSION_ 
TERMINATED_ 
ABNORMALLY
-125
The Silent Monitor session was terminated abnormally.
E_CTIOS_SM_REJECTED_ 
ALREADY_IN_SESSION
-126
The request was rejected because there is an active silent monitor session in 
progress.
CIL Error Code
Numeric 
Value
Description