ActiveConnectionReroute Method

Request to replace the connection with one of the route build for specified targets. if one of the route will answer, this connection will be replaced with answered route. All other routes will be cancelled. All ActiveConnections created for the Reroute request will have attached key "requested-target-id".

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
bool Reroute(
	IEnumerable<RouteRequest> routeRequests
)

Parameters

routeRequests  IEnumerableRouteRequest
collection of routes

Return Value

Boolean
false if no routes where initiated

See Also