RoutingType Enumeration

returns type of the routing

Definition

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

Members

Undefined0 not defined. Object is not properly initialized (not initializaed yet)
Available1 Routing is configured as for Available state where calls are routed basing on conditions like NoAnswer timeout, Busy, NotRegistered
Away2 Routing is set for Away type of profile, where all calls are diverted to some other destination.

See Also