DIDDestination Interface

represents set of destinations for Inbound rule (ForwardDestinations

Definition

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

Properties

AlterDestinationDuringHolidays this flag specifies, that the rule defines alternative route during office holidays
If this falg is set to true, the rule will intercept calls during office holidays OfficeHoliday
AlterDestinationDuringOutOfOfficeHours this flag specifies, that the rule defines alternative route for out of office time.
If this falg is set to false, rule will be ignored out of the time specified by schedule specified for this rule Hours
HolidaysDestination Destination for office holidays.
This destination will be triggered during office holidays if AlterDestinationDuringHolidays = true
OfficeHoursDestination Destination for the office time.
This destination will be triggered according to the Schedule assigned to the Hours.
OutOfOfficeHoursDestination Destination for out of office time.
THis destination will be triggered during out of office time if AlterDestinationDuringOutOfOfficeHours = true

See Also