CallLineAppearanceRingType Property |
Line appearance ring type for an incoming call.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic RingType LineAppearanceRingType { get; }
Property Value
Type:
RingType
Remarks
For a call appearance button a client shall use the cadence specified by the
Alert type
AlertType and shall apply audible ringer based on the
value of Ring type property. A subsequent call arriving on a station (while
another call is active) shall honor the property for call appearance button.
If the ring type is not specified for call appearance, then client shall use
the cadence (internal, external, priority, no-ring) provided by the Alert type.
A subsequent call arriving on a station (while another call is active) shall ring
once and transition from audible ring to no-ring.
For a bridge appearance button a client shall use the cadence specified by the
Alert type
AlertType and shall apply audible ringer based on the
value of this property. A subsequent call arriving on a station (while another
call is active) shall honor the property for bridge appearance button.
If the ring type is not specified for the bridge appearance, then a client shall
use the cadence (internal, external, priority, no-ring) provided by the Alert type.
A subsequent call arriving on a station (while another call is active) shall ring
once and transition from audible ring to no-ring.
See Also