![]() |
SwyxIt! Client SDK 14.20
|
import "CLMgrPub.idl";
Public Attributes | |
BSTR | m_sAcknowledgedDialstring |
dialstring that has been acknowledged by server so far | |
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 | |
BOOL PubCLMgrLineDetails::m_bCallWasRedirected |
this call was redirected (incoming and outgoing)
BOOL PubCLMgrLineDetails::m_bIsBlindCallTransferDestination |
this call will be transferred from caller after connect
BOOL PubCLMgrLineDetails::m_bIsDirectCall |
this call ought to be a direct call
BOOL PubCLMgrLineDetails::m_bIsGroupCall |
this call was a directed to the whole group
BOOL PubCLMgrLineDetails::m_bIsInternalCall |
true: call is from other PBX user
BOOL PubCLMgrLineDetails::m_bIsOutgoing |
true: this is an outgoing connection
BOOL PubCLMgrLineDetails::m_bIsRecording |
true: this call is recorded (big brother)
PubSClTime PubCLMgrLineDetails::m_ConnectionFinishedTime |
end time of current connection
PubSClTime PubCLMgrLineDetails::m_ConnectionStartTime |
start time of current connection
int PubCLMgrLineDetails::m_DiscReason |
disconnect reason
DWORD PubCLMgrLineDetails::m_dwPeerIpAddress |
IP address of peer.
int PubCLMgrLineDetails::m_iNuberOfConferenceParticipants |
number or participants in a conference; 0: no conference
BSTR PubCLMgrLineDetails::m_sAcknowledgedDialstring |
dialstring that has been acknowledged by server so far
BSTR PubCLMgrLineDetails::m_sBlindCallTransferSourceName |
name of PBX user that will be transferred to us
BSTR PubCLMgrLineDetails::m_sBlindCallTransferSourceNumber |
number of PBX user that will be transferred to us
BSTR PubCLMgrLineDetails::m_sCalledExtension |
extension of called line (extension from us, or group extension)
BSTR PubCLMgrLineDetails::m_sCalledName |
name of called PBX user (our name, group name)
BSTR PubCLMgrLineDetails::m_sChargingDetails |
string containing charging information
BSTR PubCLMgrLineDetails::m_sPeerName |
name of peer, incoming and outgoing
BSTR PubCLMgrLineDetails::m_sPeerNumber |
phone number of peer, incoming and outgoing
BSTR PubCLMgrLineDetails::m_sRedirectedFromName |
name of PBX user that forwarded this call
BSTR PubCLMgrLineDetails::m_sRedirectedFromNumber |
number of PBX user that forwarded this call