CallControlResult Class

Call control result
Final status of CallControl requests
It is provide as CallControl task result or additional information for the OperationFailed exception (TheResult

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public class CallControlResult : IDisposable
Inheritance
Object    CallControlResult
Implements
IDisposable

Properties

FinalStatus see CallControlResultCallRequestStatus
NotificationExpected CallManager has notification about this transaction if true, then the request will be finished by the notification,
Reason Explanation for FinalStatus
ReasonText CallManager may add text explanantion of the reason of the rejection/failure
Result the connection which was created/connected/modified by the call control request.
ActiveConnection object is the hint which depends on the concrete request implementation. The exact value of this property should be documented separately for each of the call control request.

Methods

Dispose Disposes Result object
ToString Scring presentation of call control result
(Overrides ObjectToString)

See Also