DestinationType Enumeration

type of destination for routing rules

Definition

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

Members

None0 
VoiceMail1 destination is voicemail box of Extension
Extension2 destination is Extension
Queue3 destination is Queue
RingGroup4 destination is RingGroup
IVR5 destination is IVR
External6 destination is external number ExternalLine and OutboundRule
Fax7 destination is FaxExtension
Boomerang8 destination is "boomerang" to external number with fallback to VoiceMail of extension

Internal property of Destination should specify the extension.

External property of Destination should specify the external number

Deflect9 applicable only for inbound rules of the line. PBX should not route call to extenal number it should respond with 302 to PSTN/VoIP provider.
VoiceMailOfDestination10 destination is voicemail of extension which is subject of this forwarding rule. Reserved for future use. Equal to EndCall.
Callback11 destination is callback. Reserved for callback implementation
RoutePoint12 Dest is RoutePoint
ProceedWithNoExceptions13 special destination for exception rules/time based routes such destination means that the call should come to the DN without redirection

See Also