CallControlResultReasonOfFailure Enumeration
The reason of failure.
Namespace: TCX.PBXAPIAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public enum ReasonOfFailure
| NotSpecified | 0 |
It is default value for ReasonOfFailure
|
| OperationTimeout | 1 |
The call control request was not completed in requested time and was cancelled.
|
| UnknownDestination | 2 |
The destination specified in the call control request is not known.
|
| DestinationBusy | 3 |
The destination specified in the call control request is busy.
|
| DestinationNoAnswer | 4 |
The destination specified for call control request is known but does not answer
|
| DestinationIsNotRegistered | 5 |
The destination is known but there is no devices registered.
|
| DestinationIsNotReachable | 6 |
The destination specified for call control request is known but it is not reachable.
|
| PartyConnectionLost | 7 |
The party connection was removed from call.
|
| ParentConnectionTerminated | 8 |
The connection specified in the call control request was lost before request was processed.
|
| CompletedElsewhere | 9 |
the call control request was cancelled because of other operations
|
| Cancelled | 10 |
cancelled by user request.
|
| SubjectNotFound | 11 |
subject of the Request is not found. The base connection which is specified in the request does is not found.
|
| RoutingLoopDetected | 12 |
Divert request failure.
Means that the Divert request asks for the destination
which was already checked by current rerouting attempts
|