Asterisk Manager API AgentCallBackLogin
Created by: neillw,Last modification on Thu 20 of Jul, 2006 [10:48 UTC] by JustRumours
Synopsis
Sets an agent as logged in by callback Privilege: agent,allNote: Is this to be deprecated in Asterisk 1.4?
Parameters
Agent: Agent ID of the agent to loginExten: Extension to use for callback
Context: Context to use for callback
AckCall: Set to 'true' to require an acknowledgement by '#' when agent is called back
WrapupTime: the minimum amount of time after disconnecting before the caller can receive a new call
ActionID: <value>
Example
Action: AgentCallBackLogin
Agent: 1234
Exten: 1234
Context: myqueues
AckCall: true
WrapupTime: 30
ActionID: 12345

Comments