3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Route
Request
Reason Property
(may be supported by CallManager component) Routing request could be used for "controlled divertion" when the
ActiveConnection
is in
Ringing
state
In this case, the request should specify
Reason
other then
None
as a hint for CallManager
CallManager will build the new route as the continuation of "current diversion path".
RouteToAsync(ActiveConnection, RouteRequest)
RouteToAsync(ActiveConnection, Destination, Int32, CallControlAPI
DivertReason)
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
CallControlAPI
DivertReason
Reason
{
get
;
set
; }
Property Value
CallControlAPI
DivertReason
See Also
Reference
RouteRequest Structure
TCX.Configuration Namespace
In This Article
Definition
See Also