Click or drag to resize
TeamButton Class
Represents team button feature. A monitoring station can perform speed dial or pick up a call on the monitoring extension. This object is provided with notification whenever the status changes.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesTeamButton

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

The TeamButton type exposes the following members.

Properties
  NameDescription
Public propertyDelayInterval Obsolete.
Specifies the delay interval in seconds the team button alert should be delayed if the ring type is set to delayed.
Public propertyForwardingDestination
Rerouting destination of the monitored station.
Public propertyForwardingEnabled
Shows whether the monitored station has forwarding enabled. Rerouting is considered active if Send All Calls, Call Forward or Enhanced Call Forward have active forwarding.
Public propertyForwardingOverride
Specifies whether the forwarding destination of monitored station will be ignored by Team Button speed dial invocation if any of forwarding features are enabled on the monitored station. If set to ask, the client can override the forwarding destination.
Public propertyIsBusy
Indicates whether the monitored station has an active call.
Public propertyLabel
The label for team button.
Public propertyOwnerExtension
The extension of monitored station.
Public propertyPickupByGoingOffHookEnabled
Indicates whether to pickup the currently selected call in the screen after going off hook when the Team Pickup screen is displayed.
Public propertyPickupCapability
A capability object indicating whether the user can pick up the Team button call. Allowed when the monitored station has at least one incoming ringing call.
Public propertyRingType
Returns the team button call pickup ring types if configured. The possible values are with the according CM setting values: Off - No ringing - 'n' On - Continuous ringing - 'r' Delayed - Delayed ringing - 'd' Abbreviated - Abbreviated (single) ringing - 'a' InterCom - Intercom ringing - 'i'
Public propertySilentIfActive
Indicates whether the Team Button audible alert should not be played if the monitoring station has at least one call appearance active.
Public propertySpeedDialCapability
A capability object indicating whether the user can initiate speed dial using the Team button. Allowed when the monitored station has no incoming ringing calls.
Public propertyTeamButtonIncomingCalls
Collection representing the incoming calls on monitored extension.
Top
Methods
  NameDescription
Public methodSetPersonalizedLabel
Updates the team button with personalized label given by user.
Public methodSpeedDial
Initiates team button speed dial.
Top
See Also