Click or drag to resize
AgentCallbackLoginAction Constructor (String, String)
Creates a new AgentCallbackLoginAction, that logs in the given agent at the given callback extension.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AgentCallbackLoginAction(
	string agent,
	string exten
)

Parameters

agent
Type: SystemString
the name of the agent to log in
exten
Type: SystemString
the extension that is called to connect a queue member with this agent
See Also