ExtensionCheckForwarding Method

Checks whether the current status is forwarding calls to another destination. This check is only for status profile. CheckExceptions(DateTime, String, DN) returns destination applied by exceptions

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Destination CheckForwarding(
	DateTime extensionTime,
	RuleConditionType forwardType,
	string callerID,
	DN sourceDN
)

Parameters

extensionTime  DateTime
extension local time
forwardType  RuleConditionType
The type of forwarding
callerID  String
Caller ID.
sourceDN  DN
Source DN. Defines type of the call.

Return Value

Destination
Destination of the forwarding or null if forwarding is not applied for the call.

See Also