Click or drag to resize
SipUserConfigurationUserToUserInformationEnabled Property
Sets the UUI data and encoded information in the User-To-User header.

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

Property Value

Type: Boolean
Remarks
When a DSE/FSE call notification (e.g., Pickup, Teams, Bridge) or a SIP call with UCID information is received, the same UCID will be included in the "User-to-User" header of the outgoing INVITE or REFER message during call operations such as answer a call, call hold/unhold, blind/consultative transfer, etc. Note: This functionality is limited to agent login only. The default value is false.
See Also