import "CLMgrPub.idl";
#include "CLMgrQA.idl"
#include "CLMgrTypes.h"
import oaidl.idl;
import ocidl.idl;
import CLCOMApi.idl;
Go to the source code of this file.
|
enum | MSGDIR { DirNone = 0
, Request
, ResponseOK
, ResponseTimeout
} |
|
enum | MSGTYPE {
TypeNone = 0
, Hallo
, Bye
, Msg
,
State
} |
|
enum | COLLABORATIONMSGTYPE { CollaborationNone = 0
, CollaborationInvitation
, CollaborationOK
, CollaborationFailed
} |
|
enum | VIDEOSESSIONSTATES {
VideoSessionNone = 1
, VideoSessionPending = 2
, VideoSessionRunning = 3
, VideoSessionSuspended = 4
,
VideoSessionFailure = 5
} |
|
enum | VIDEORESULT { VideoResultNone = 0
, VideoResultOK
, VideoResultFailed
, VideoResultDeny
} |
|
enum | CLMgrCallHistoryItemType {
HITIncomingCall =0
, HITOutgoingCall
, HITConnect
, HITHold
,
HITConference
, HITTransferCall
, HITTransferFailed
, HITBlindTransferCall
,
HITBlindTransferFailed
, HITDisconnect
} |
|
enum | SClLineManagerType { SClPbxLineManager
, SClTapiLineManager
} |
|
enum | SClDataLocations { SClLocationServerGlobalDataDir
, SClLocationServerUserDataDir
, SClLocationLocalUserDataDir
, SClLocationFullPath
} |
|
enum | ClMgrEntityType {
ClMgr_EntityType_User = 0
, ClMgr_EntityType_Group = 1
, ClMgr_EntityType_GlobalPhoneBookEntry = 2
, ClMgr_EntityType_PersonalPhoneBookentry = 3
,
ClMgr_EntityType_Site = 4
} |
|
◆ CLMgrCallHistoryItemType
Enumerator |
---|
HITIncomingCall | |
HITOutgoingCall | |
HITConnect | |
HITHold | |
HITConference | |
HITTransferCall | |
HITTransferFailed | |
HITBlindTransferCall | |
HITBlindTransferFailed | |
HITDisconnect | |
◆ ClMgrEntityType
Enumerator |
---|
ClMgr_EntityType_User | |
ClMgr_EntityType_Group | |
ClMgr_EntityType_GlobalPhoneBookEntry | |
ClMgr_EntityType_PersonalPhoneBookentry | |
ClMgr_EntityType_Site | |
◆ COLLABORATIONMSGTYPE
Enumerator |
---|
CollaborationNone | |
CollaborationInvitation | |
CollaborationOK | |
CollaborationFailed | |
◆ MSGDIR
Enumerator |
---|
DirNone | |
Request | |
ResponseOK | |
ResponseTimeout | |
◆ MSGTYPE
Enumerator |
---|
TypeNone | |
Hallo | |
Bye | |
Msg | |
State | |
◆ SClDataLocations
Enumerator |
---|
SClLocationServerGlobalDataDir | |
SClLocationServerUserDataDir | |
SClLocationLocalUserDataDir | |
SClLocationFullPath | |
◆ SClLineManagerType
Enumerator |
---|
SClPbxLineManager | |
SClTapiLineManager | |
◆ VIDEORESULT
Enumerator |
---|
VideoResultNone | |
VideoResultOK | |
VideoResultFailed | |
VideoResultDeny | |
◆ VIDEOSESSIONSTATES
Enumerator |
---|
VideoSessionNone | |
VideoSessionPending | |
VideoSessionRunning | |
VideoSessionSuspended | |
VideoSessionFailure | |