Gets the PhoneNumberClassificationForwardList access control list of dial plan phone number classifications this user can forward calls to.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public ReadOnlyCollection<string> PhoneNumberClassificationForwardList { get; }
Visual Basic
Public ReadOnly Property PhoneNumberClassificationForwardList As ReadOnlyCollection(Of String)
	Get

Field Value

The phone number classification forward list.

Remarks

Phone numbers that can be identified by a pattern in the numbers, or an explicit group of phone numbers with a common purpose are called phone number "classifications". For example, internal calls could be identified by the "Internal" classification, toll free (for example, 800 numbers) could be identified by the "Toll Free" classification, and calls to emergency services (such as 911, fire department, police, and hospital) could be identified by the "Emergency" classification.

When IC users set a Forward Number, IC matches the number with the appropriate classification pattern. It then checks the user's forwarding privileges to determine if the number is authorized.

Exceptions

ExceptionCondition
ININ.IceLib..::..NotCachedExceptionThe associated attribute is not being watched.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

See Also