3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Drop
Call(Int
32, String) Method
request to disconnect participant from a call.
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
void
DropCall
(
int
CallID
,
string
dn
)
Parameters
CallID
Int32
CallID on PBX (see
ActiveConnection
)
dn
String
Participant of call who should be disconnected (see
Number
)
Implements
IPhoneSystem
DropCall(Int32, String)
See Also
Reference
PhoneSystem Class
DropCall Overload
TCX.Configuration Namespace
In This Article
Definition
Parameters
Implements
See Also