Click or drag to resize
SipUserConfigurationInitiateTCCallWhenForwardingEnabled Property
When Send All Calls feature is enabled, there continues to be an incoming call notification that arrives at the client application, and will be forwarded to the Telecommuter device and cancelled when the Aura coverage timer fires. To avoid the unnecessary signalling, the property may be set to disable.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public bool InitiateTCCallWhenForwardingEnabled { get; set; }

Property Value

Type: Boolean
Remarks
If enabled, the SIP endpoint starts a call on Telecommuter leg. If disabled, the SIP endpoint doesn't relay incoming INVITE and doesn't start a call on Telecommuter leg.
See Also