Attempts to bind an existing interaction to a Dialer contact record

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public void BindRecord(
	BindRecordParameters bindingParameters
)
Visual Basic
Public Sub BindRecord ( _
	bindingParameters As BindRecordParameters _
)

Parameters

bindingParameters
Type: ININ.IceLib.Dialer..::..BindRecordParameters
The parameters for the binding, including the campaign, interaction, and contact record identifier

Remarks

This method can be used to associate an inbound call with a corresponding Dialer contact record so that the wrap-up code assigned to the interaction will apply to the Dialer contact.

Exceptions

See Also