OutboundRuleOutboundRoutes Property

Note: This API is now obsolete.
Outbound routes. It is array which defines sequence of the routes (gateways(lines)) where call will be routed to.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("OutboundRule implements IEnumerable<OutboundRoute>", 
	true)]
OutboundRoute[] OutboundRoutes { get; }

Property Value

OutboundRoute

See Also