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