3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Get
Active
Connections
By
Call
ID Method
Returns the set of current active connections grouped by CallID
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
Dictionary
<
uint
,
List
<
ActiveConnection
>>
GetActiveConnectionsByCallID
()
Return Value
Dictionary
UInt32
,
List
ActiveConnection
Implements
IPhoneSystem
GetActiveConnectionsByCallID
Remarks
reserved for future use
See Also
Reference
PhoneSystem Class
TCX.Configuration Namespace
In This Article
Definition
Return Value
Implements
Remarks
See Also