CallControlAPIDivertReason Enumeration

Diversion reason.

Definition

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

Members

None0 Endpoint may specify DivertReason in ReplaceWithAsync/RouteToAsync to mark them as continuation of current diversion path even after answer the call. If route point answers the call and want to reset diversion path, it should specify None in ReplaceWithAsync/RouteToAsync
NoAnswer1 Rule fires when there is no answer.
PhoneBusy2 Rule fires when phone is busy.
PhoneNotRegistered3 Rule fires when phone is not registered.
ForwardAll4 Rule fires each time.
BasedOnCallerID5 Rule fires when caller ID of incoming call matches the custom data in this rule.
BasedOnDID6 Rule fires when the DID on an incoming call matches the DID.
OutOfOfficeHours7 Call is diverted because of OutOfOffice time
BreakTime8 Call is diverted because of BreakTime
Holiday9 Call is diverted because of Holiday
OfficeHours10 Call is diverted because of Office time
NoDestinations11 diversion reason which explicitly specifies that there was no valid destinations for the call distribution

See Also