The wave audio file to play when no agent is available to take the call.

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, string> AgentlessNoAgentFile { get; }
Visual Basic
Public ReadOnly Property AgentlessNoAgentFile As GeneralConfigurationProperty(Of CampaignConfiguration..::..Property, String)
	Get

Remarks

The AgentlessNoAgentType property must be set to PlayFile in order for this property to apply.

Exceptions

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

See Also