CallControlResultCallRequestStatus Enumeration

Final state of call control request reported by call manager

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public enum CallRequestStatus

Members

Rejected0 The call control request was rejected without a try to process it
see CallControlResultReasonOfFailure
Success1 The call control request was processed succesfully.
Failed-1 The call control request has failed
see CallControlResultReasonOfFailure

See Also