PBXConnection Class
Connection to PBX call service.
Namespace: TCX.PBXAPIAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public class PBXConnection : IDisposable
- Inheritance
- Object PBXConnection
- Implements
- IDisposable
Since V15 methods of this class is moved to
PhoneSystem. This interface is obsolete and exists only for compatibility with legacy code. All methods can be called directly using
Root object.
| BargeinCall(Int32, String, Boolean) | BargeinCall(Int32, String, Boolean) Obsolete. |
| BargeinCall(String, ActiveConnection, PBXConnectionBargeInMode) | BargeinCall(String, ActiveConnection, PBXConnectionBargeInMode) Obsolete. |
| Dispose | IDisposable |
| DivertCall(ActiveConnection, String, Boolean) | DivertCall(ActiveConnection, String, Boolean) Obsolete. |
| DivertCall(Int32, String, String, Boolean) | DivertCall(Int32, String, String, Boolean) Obsolete. |
| DropCall(ActiveConnection) | DropCall(ActiveConnection) Obsolete. |
| DropCall(Int32, String) | DropCall(Int32, String) Obsolete. |
| HandsFreeIntercomAnswer | HandsFreeIntercomAnswer(ActiveConnection) Obsolete. |
| InvokeCommand | InvokeCommand(String, DictionaryString, String) Obsolete. |
| Listen | Listen(Int32, String) Obsolete. |
| MakeCall(String, DictionaryString, String) | MakeCall(String, DictionaryString, String) Obsolete. |
| MakeCall(String, String) | MakeCall(String, String) Obsolete. |
| PickupCall(String, String) | PickupCall(String, String) Obsolete. |
| PickupCall(String, ActiveConnection) | PickupCall(String, ActiveConnection) Obsolete. |
| RecordCall | RecordCall(Int32, String, Boolean) Obsolete. |
| RefreshRegistration | RefreshRegistration(String) Obsolete. |
| TransferCall(ActiveConnection, String) | TransferCall(ActiveConnection, String) Obsolete. |
| TransferCall(Int32, String, String) | TransferCall(Int32, String, String) Obsolete. |
| TransferCall(Int32, ActiveConnection, String) | TransferCall(Int32, ActiveConnection, String) Obsolete. |
| WhisperTo | WhisperTo(Int32, String, String) Obsolete. |