Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
This AGENT_SESSION_STATE enum defines the agent session indicators used by the ITAgentSession::get_State and the ITAgentSession::put_State methods.
Syntax
typedef enum AGENT_SESSION_STATE {
ASST_NOT_READY = 0,
ASST_READY,
ASST_BUSY_ON_CALL,
ASST_BUSY_WRAPUP,
ASST_SESSION_ENDED
} ;
Constants
ASST_NOT_READYValue: 0 The agent is unable to handle calls for this session. |
ASST_READYThe agent is able to handle calls for this session. |
ASST_BUSY_ON_CALLThe agent is active in this session handling an ACD call. |
ASST_BUSY_WRAPUPThe agent is active in this session handling the wrap-up of an ACD call. |
ASST_SESSION_ENDEDThe session has completed. |
Remarks
Following is a table of all valid AgentSession state transitions.
| From state | To state |
|---|---|
| ASST_NOT_READY |
|
| ASST_READY |
|
| ASST_BUSY_ON_CALL |
|
| ASST_BUSY_WRAPUP |
|
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3.h (include Tapi3.h) |