The amount of time (in seconds) before a call is disconnected by the remote party which designates the call as abandoned.

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

Syntax

C#
public GeneralConfigurationProperty<CampaignConfiguration..::..Property, double> RemoteHangUpAbandonDelay { get; }
Visual Basic
Public ReadOnly Property RemoteHangUpAbandonDelay As GeneralConfigurationProperty(Of CampaignConfiguration..::..Property, Double)
	Get

Remarks

The IncludeRemoteHangupAsAbandon property must be set to AfterDelay in order for this property to apply.

Exceptions

ExceptionCondition
InsufficientRightsExceptionThe user does not have permission to view the property.

See Also