ExtensionAddCustomFwdProfile Method

For future use. All versions of 3CX phone system including v15 support only predefined set of status profiles defined by DefaultProfiles this method allows to add custom status with free name to extension configuration.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
FwdProfile AddCustomFwdProfile(
	string name,
	RoutingType type
)

Parameters

name  String
Name of the profile. Should be unique for the extension
type  RoutingType
Type of routing. RoutingType

Return Value

FwdProfile
profile which is added to the status profile collection.

See Also