Provides access to the property representing the default workstation for this user (use Property.DefaultWorkstation).

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

Syntax

C#
public GeneralConfigurationProperty<UserConfiguration..::..Property, ConfigurationId> DefaultWorkstation { get; }
Visual Basic
Public ReadOnly Property DefaultWorkstation As GeneralConfigurationProperty(Of UserConfiguration..::..Property, ConfigurationId)
	Get

Field Value

The property representing the default workstation.

Remarks

The name of the workstation primarily associated with the user’s account.

For example, if USER1 is the workstation name associated with User 1's account, then USER1, or its analog phone, rings on incoming calls even if User One is not logged on to the network unless:

  • User 1 has selected a status other than Available (for example, Do Not Disturb. See Status Messages).
  • Someone other than User 1 is logged on to the workstation. Example, if User 1's default station is Station 1, do not route calls addressed to User 1 to Station 1, as long as another user is logged on to that station (whether Station 1 is the name of the PC or the name specified in the IC command line, it doesn't matter). Otherwise, it causes a security breach.

In either case, incoming calls for User 1 go directly to User 1's voice mail.

Note

Do not configure as a user's default workstation any workstation intended for regular use by more than one person.

You cannot select a Remote Station name as the default workstation. Remote users must log on to the IC to receive calls.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 7 and beyond.

See Also