CallControlResultReasonOfFailure Enumeration

The reason of failure.

Definition

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

Members

NotSpecified0 It is default value for ReasonOfFailure
OperationTimeout1 The call control request was not completed in requested time and was cancelled.
UnknownDestination2 The destination specified in the call control request is not known.
DestinationBusy3 The destination specified in the call control request is busy.
DestinationNoAnswer4 The destination specified for call control request is known but does not answer
DestinationIsNotRegistered5 The destination is known but there is no devices registered.
DestinationIsNotReachable6 The destination specified for call control request is known but it is not reachable.
PartyConnectionLost7 The party connection was removed from call.
ParentConnectionTerminated8 The connection specified in the call control request was lost before request was processed.
CompletedElsewhere9 the call control request was cancelled because of other operations
Cancelled10 cancelled by user request.
SubjectNotFound11 subject of the Request is not found. The base connection which is specified in the request does is not found.
RoutingLoopDetected12 Divert request failure. Means that the Divert request asks for the destination which was already checked by current rerouting attempts

See Also