Click or drag to resize

IPOfficeConfiguration Class

User Configuration information for IP Office. This class provides the configuration data that allows a connection and access to be made to IP Office Server
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesIPOfficeConfiguration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class IPOfficeConfiguration

The IPOfficeConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodIPOfficeConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyCallHandoverEnabled
A Boolean value indicating whether the IP Office call handover is enabled.
Public propertyCallLogEnabled
A Boolean value indicating whether the IP Office Centralized Call Log is enabled.
Public propertyCallRecordingEnabled
A Boolean value indicating whether the IP Office call recording is enabled.
Public propertyConferenceControlsEnabled
A Boolean value indicating whether the IP Office Conference controls are enabled.
Public propertyContactsEnabled
A Boolean value indicating whether the IP Office contacts is enabled.
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials.
Public propertyEnabled
A Boolean value indicating whether the IP Office provider is enabled.
Public propertyInitialReconnectInterval
The initial time interval between a connection failure and a reconnect attempt, in seconds. Set to zero to disable automatic reconnection attempts. The default is 2 seconds.
Public propertyMaxReconnectInterval
The max time interval between a connection failure and a reconnect attempt, in seconds.
Public propertyMessagingCredentialProvider
Responds with credentials for the messaging servers. The messaging service and server are not coupled to SIP service.
Public propertyMessagingEnabled
A Boolean value indicating whether One-X Portal messaging is enabled.
Public propertyMonAppsEnabled
A Boolean value indicating whether the IP Office MonApps service is enabled. MonApps are miscellaneous PBX features which are not call features but are still useful for a user application to be able to monitor. Current support is for the monitoring of button MonApp only.
Public propertyOtherPhoneModeEnabled
A Boolean value indicating whether the IP Office other phone mode is enabled.
Public propertyPresenceEnabled
A Boolean value indicating whether the IP Office presence is enabled.
Public propertyPrimaryMessagingServerUrl
URL to primary messaging server.
Public propertySecondaryMessagingServerUrl
URL to secondary messaging server.
Public propertyServerInfo
A ServerInfo value indicating the server to connect with.
Public propertyShareControlledSoftphoneEnabled
A Boolean value indicating whether the IP Office share controlled softphone is enabled.
Top
See Also