Gets the PhoneNumberClassificationList access control list of dial plan phone number classifications that this user can use as follow-me numbers.

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> PhoneNumberClassificationFollowMeList { get; }
Visual Basic
Public ReadOnly Property PhoneNumberClassificationFollowMeList As ReadOnlyCollection(Of String)
	Get

Field Value

The phone number classification 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 configure follow-me numbers, IC matches the number entered with the appropriate classification pattern. It then checks the user's follow-me 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