![]() |
SwyxIt! Client SDK 14.20
|
import "CLMgrPub.idl";
Public Attributes | |
BSTR | m_sAcknowledgedDialstring |
dialstring that has been acknowledged by server so far | |
BSTR | m_sReceivedDtmfDigits |
DTMF digits received from peer. | |
BSTR | m_sPeerNumber |
phone number of peer, incoming and outgoing | |
BSTR | m_sPeerName |
name of peer, incoming and outgoing | |
DWORD | m_dwPeerIpAddress |
IP address of peer. | |
BSTR | m_sCalledExtension |
extension of called line (extension from us, or group extension) | |
BSTR | m_sCalledName |
name of called PBX user (our name, group name) | |
BOOL | m_bIsDirectCall |
this call ought to be a direct call | |
BOOL | m_bCallWasRedirected |
this call was redirected (incoming and outgoing) | |
BOOL | m_bIsGroupCall |
this call was a directed to the whole group | |
BOOL | m_bIsRecording |
true: this call is recorded (big brother) | |
BOOL | m_bIsOutgoing |
true: this is an outgoing connection | |
BOOL | m_bIsInternalCall |
true: call is from other PBX user | |
BSTR | m_sRedirectedFromNumber |
number of PBX user that forwarded this call | |
BSTR | m_sRedirectedFromName |
name of PBX user that forwarded this call | |
BOOL | m_bIsBlindCallTransferDestination |
this call will be transferred from caller after connect | |
BSTR | m_sBlindCallTransferSourceNumber |
number of PBX user that will be transferred to us | |
BSTR | m_sBlindCallTransferSourceName |
name of PBX user that will be transferred to us | |
BSTR | m_sChargingDetails |
string containing charging information | |
int | m_iNuberOfConferenceParticipants |
number or participants in a conference; 0: no conference | |
int | m_DiscReason |
disconnect reason | |
PubSClTime | m_ConnectionStartTime |
start time of current connection | |
PubSClTime | m_ConnectionFinishedTime |
end time of current connection | |
unsigned long | m_CallId |
Unique call id (valid only for incoming calls); will be 0 for outgoing calls. | |
int | m_HistoryItemsArraySize |
size of history items array (must set by client) | |
int | m_NumHistoryItems |
number of filled in history items (set by line manager) | |
int | m_NumHistoryItemsAvailable |
number of available history items (if m_NumHistoryItemsAvailable>m_NumHistoryItems, buffer was too small) | |
PubCLMgrCallHistoryItem | m_CallHistoryItems [] |
array of history items; array size given in m_HistoryItemsArraySize (array has to be allocated by client application) | |
BOOL PubCLMgrLineDetailsEx2::m_bCallWasRedirected |
this call was redirected (incoming and outgoing)
BOOL PubCLMgrLineDetailsEx2::m_bIsBlindCallTransferDestination |
this call will be transferred from caller after connect
BOOL PubCLMgrLineDetailsEx2::m_bIsDirectCall |
this call ought to be a direct call
BOOL PubCLMgrLineDetailsEx2::m_bIsGroupCall |
this call was a directed to the whole group
BOOL PubCLMgrLineDetailsEx2::m_bIsInternalCall |
true: call is from other PBX user
BOOL PubCLMgrLineDetailsEx2::m_bIsOutgoing |
true: this is an outgoing connection
BOOL PubCLMgrLineDetailsEx2::m_bIsRecording |
true: this call is recorded (big brother)
PubCLMgrCallHistoryItem PubCLMgrLineDetailsEx2::m_CallHistoryItems[] |
array of history items; array size given in m_HistoryItemsArraySize (array has to be allocated by client application)
unsigned long PubCLMgrLineDetailsEx2::m_CallId |
Unique call id (valid only for incoming calls); will be 0 for outgoing calls.
PubSClTime PubCLMgrLineDetailsEx2::m_ConnectionFinishedTime |
end time of current connection
PubSClTime PubCLMgrLineDetailsEx2::m_ConnectionStartTime |
start time of current connection
int PubCLMgrLineDetailsEx2::m_DiscReason |
disconnect reason
DWORD PubCLMgrLineDetailsEx2::m_dwPeerIpAddress |
IP address of peer.
int PubCLMgrLineDetailsEx2::m_HistoryItemsArraySize |
size of history items array (must set by client)
int PubCLMgrLineDetailsEx2::m_iNuberOfConferenceParticipants |
number or participants in a conference; 0: no conference
int PubCLMgrLineDetailsEx2::m_NumHistoryItems |
number of filled in history items (set by line manager)
int PubCLMgrLineDetailsEx2::m_NumHistoryItemsAvailable |
number of available history items (if m_NumHistoryItemsAvailable>m_NumHistoryItems, buffer was too small)
BSTR PubCLMgrLineDetailsEx2::m_sAcknowledgedDialstring |
dialstring that has been acknowledged by server so far
BSTR PubCLMgrLineDetailsEx2::m_sBlindCallTransferSourceName |
name of PBX user that will be transferred to us
BSTR PubCLMgrLineDetailsEx2::m_sBlindCallTransferSourceNumber |
number of PBX user that will be transferred to us
BSTR PubCLMgrLineDetailsEx2::m_sCalledExtension |
extension of called line (extension from us, or group extension)
BSTR PubCLMgrLineDetailsEx2::m_sCalledName |
name of called PBX user (our name, group name)
BSTR PubCLMgrLineDetailsEx2::m_sChargingDetails |
string containing charging information
BSTR PubCLMgrLineDetailsEx2::m_sPeerName |
name of peer, incoming and outgoing
BSTR PubCLMgrLineDetailsEx2::m_sPeerNumber |
phone number of peer, incoming and outgoing
BSTR PubCLMgrLineDetailsEx2::m_sReceivedDtmfDigits |
DTMF digits received from peer.
BSTR PubCLMgrLineDetailsEx2::m_sRedirectedFromName |
name of PBX user that forwarded this call
BSTR PubCLMgrLineDetailsEx2::m_sRedirectedFromNumber |
number of PBX user that forwarded this call