Click or drag to resize
AgentCallbackLoginActionAckCall Property
Get/Set if an acknowledgement is needed when agent is called back.
true if acknowledgement by '#' is required when agent is called back, false otherwise. This property is optional, it allows you to override the defaults defined in Asterisk's configuration.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool AckCall { get; set; }

Property Value

Type: Boolean
See Also