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

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,
	string context
)

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
context
Type: SystemString
the context of the extension to use for callback
See Also