SwyxIt! Client SDK 14.20
Loading...
Searching...
No Matches
PubCLMgrCallDetailsEx Struct Reference

import "CLMgrPub.idl";

Public Attributes

BSTR m_sLastCallLcrPrefix
 LCR prefix of last call.
 
BSTR m_sLastCallOriginatingExtension
 our extension that was used for that call
 
BSTR m_sLastCallChargingDetails
 charging of last call
 
BSTR m_sLastCallPeersPbxUserName
 peer name of last call
 
BSTR m_sLastCallPeersNumber
 peer number of last call
 
PubSClTime m_LastCallStartTime
 start time of last call
 
PubSClTime m_LastCallFinishedTime
 end time of last call
 
BOOL m_LastCallIsOutgoing
 true: this is an outgoing connection
 
BOOL m_LastCallWasConnected
 true: there has been a voice connection
 
int m_LastCallDiscReason
 disconnect reason
 
unsigned long m_LastCallId
 Unique call id (valid only for incoming calls); will be 0 for outgoing calls.
 
int m_LastCallHistoryItemsArraySize
 size of history items array (must set by client)
 
int m_LastCallNumHistoryItems
 number of filled in history items (set by line manager)
 
int m_LastCallNumHistoryItemsAvailable
 number of available history items (if m_NumHistoryItemsAvailable>m_NumHistoryItems, buffer was too small)
 
PubCLMgrCallHistoryItem m_LastCallCallHistoryItems []
 array of history items; array size given in m_LastCallHistoryItemsArraySize (array has to be allocated by client application)
 

Member Data Documentation

◆ m_LastCallCallHistoryItems

PubCLMgrCallHistoryItem PubCLMgrCallDetailsEx::m_LastCallCallHistoryItems[]

array of history items; array size given in m_LastCallHistoryItemsArraySize (array has to be allocated by client application)

◆ m_LastCallDiscReason

int PubCLMgrCallDetailsEx::m_LastCallDiscReason

disconnect reason

◆ m_LastCallFinishedTime

PubSClTime PubCLMgrCallDetailsEx::m_LastCallFinishedTime

end time of last call

◆ m_LastCallHistoryItemsArraySize

int PubCLMgrCallDetailsEx::m_LastCallHistoryItemsArraySize

size of history items array (must set by client)

◆ m_LastCallId

unsigned long PubCLMgrCallDetailsEx::m_LastCallId

Unique call id (valid only for incoming calls); will be 0 for outgoing calls.

◆ m_LastCallIsOutgoing

BOOL PubCLMgrCallDetailsEx::m_LastCallIsOutgoing

true: this is an outgoing connection

◆ m_LastCallNumHistoryItems

int PubCLMgrCallDetailsEx::m_LastCallNumHistoryItems

number of filled in history items (set by line manager)

◆ m_LastCallNumHistoryItemsAvailable

int PubCLMgrCallDetailsEx::m_LastCallNumHistoryItemsAvailable

number of available history items (if m_NumHistoryItemsAvailable>m_NumHistoryItems, buffer was too small)

◆ m_LastCallStartTime

PubSClTime PubCLMgrCallDetailsEx::m_LastCallStartTime

start time of last call

◆ m_LastCallWasConnected

BOOL PubCLMgrCallDetailsEx::m_LastCallWasConnected

true: there has been a voice connection

◆ m_sLastCallChargingDetails

BSTR PubCLMgrCallDetailsEx::m_sLastCallChargingDetails

charging of last call

◆ m_sLastCallLcrPrefix

BSTR PubCLMgrCallDetailsEx::m_sLastCallLcrPrefix

LCR prefix of last call.

◆ m_sLastCallOriginatingExtension

BSTR PubCLMgrCallDetailsEx::m_sLastCallOriginatingExtension

our extension that was used for that call

◆ m_sLastCallPeersNumber

BSTR PubCLMgrCallDetailsEx::m_sLastCallPeersNumber

peer number of last call

◆ m_sLastCallPeersPbxUserName

BSTR PubCLMgrCallDetailsEx::m_sLastCallPeersPbxUserName

peer name of last call


The documentation for this struct was generated from the following file: