login | register
Tue 02 of Dec, 2008 [03:39 UTC]

voip-info.org

Discuss [0] History

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,all

Note: Is this to be deprecated in Asterisk 1.4?

Parameters

Agent: Agent ID of the agent to login
Exten: 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


See also



Comments