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

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)
 

Member Data Documentation

◆ m_bCallWasRedirected

BOOL PubCLMgrLineDetailsEx2::m_bCallWasRedirected

this call was redirected (incoming and outgoing)

◆ m_bIsBlindCallTransferDestination

BOOL PubCLMgrLineDetailsEx2::m_bIsBlindCallTransferDestination

this call will be transferred from caller after connect

◆ m_bIsDirectCall

BOOL PubCLMgrLineDetailsEx2::m_bIsDirectCall

this call ought to be a direct call

◆ m_bIsGroupCall

BOOL PubCLMgrLineDetailsEx2::m_bIsGroupCall

this call was a directed to the whole group

◆ m_bIsInternalCall

BOOL PubCLMgrLineDetailsEx2::m_bIsInternalCall

true: call is from other PBX user

◆ m_bIsOutgoing

BOOL PubCLMgrLineDetailsEx2::m_bIsOutgoing

true: this is an outgoing connection

◆ m_bIsRecording

BOOL PubCLMgrLineDetailsEx2::m_bIsRecording

true: this call is recorded (big brother)

◆ m_CallHistoryItems

PubCLMgrCallHistoryItem PubCLMgrLineDetailsEx2::m_CallHistoryItems[]

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

◆ m_CallId

unsigned long PubCLMgrLineDetailsEx2::m_CallId

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

◆ m_ConnectionFinishedTime

PubSClTime PubCLMgrLineDetailsEx2::m_ConnectionFinishedTime

end time of current connection

◆ m_ConnectionStartTime

PubSClTime PubCLMgrLineDetailsEx2::m_ConnectionStartTime

start time of current connection

◆ m_DiscReason

int PubCLMgrLineDetailsEx2::m_DiscReason

disconnect reason

◆ m_dwPeerIpAddress

DWORD PubCLMgrLineDetailsEx2::m_dwPeerIpAddress

IP address of peer.

◆ m_HistoryItemsArraySize

int PubCLMgrLineDetailsEx2::m_HistoryItemsArraySize

size of history items array (must set by client)

◆ m_iNuberOfConferenceParticipants

int PubCLMgrLineDetailsEx2::m_iNuberOfConferenceParticipants

number or participants in a conference; 0: no conference

◆ m_NumHistoryItems

int PubCLMgrLineDetailsEx2::m_NumHistoryItems

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

◆ m_NumHistoryItemsAvailable

int PubCLMgrLineDetailsEx2::m_NumHistoryItemsAvailable

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

◆ m_sAcknowledgedDialstring

BSTR PubCLMgrLineDetailsEx2::m_sAcknowledgedDialstring

dialstring that has been acknowledged by server so far

◆ m_sBlindCallTransferSourceName

BSTR PubCLMgrLineDetailsEx2::m_sBlindCallTransferSourceName

name of PBX user that will be transferred to us

◆ m_sBlindCallTransferSourceNumber

BSTR PubCLMgrLineDetailsEx2::m_sBlindCallTransferSourceNumber

number of PBX user that will be transferred to us

◆ m_sCalledExtension

BSTR PubCLMgrLineDetailsEx2::m_sCalledExtension

extension of called line (extension from us, or group extension)

◆ m_sCalledName

BSTR PubCLMgrLineDetailsEx2::m_sCalledName

name of called PBX user (our name, group name)

◆ m_sChargingDetails

BSTR PubCLMgrLineDetailsEx2::m_sChargingDetails

string containing charging information

◆ m_sPeerName

BSTR PubCLMgrLineDetailsEx2::m_sPeerName

name of peer, incoming and outgoing

◆ m_sPeerNumber

BSTR PubCLMgrLineDetailsEx2::m_sPeerNumber

phone number of peer, incoming and outgoing

◆ m_sReceivedDtmfDigits

BSTR PubCLMgrLineDetailsEx2::m_sReceivedDtmfDigits

DTMF digits received from peer.

◆ m_sRedirectedFromName

BSTR PubCLMgrLineDetailsEx2::m_sRedirectedFromName

name of PBX user that forwarded this call

◆ m_sRedirectedFromNumber

BSTR PubCLMgrLineDetailsEx2::m_sRedirectedFromNumber

number of PBX user that forwarded this call


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