Bug #6040 - Documentation correction

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
BJ Weschke
2005-12-21 19:53:49 +00:00
parent 82f19c9a91
commit 2783801610

View File

@@ -131,7 +131,7 @@ static const char mandescr_agent_callback_login[] =
"Description: Sets an agent as logged in with callback.\n"
"Variables: (Names marked with * are required)\n"
" *Agent: Agent ID of the agent to login\n"
" *Extension: Extension to use for callback\n"
" *Exten: Extension to use for callback\n"
" Context: Context to use for callback\n"
" AckCall: Set to 'true' to require an acknowledgement by '#' when agent is called back\n"
" WrapupTime: the minimum amount of time after disconnecting before the caller can receive a new call\n";