]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bug #6040 - Documentation correction
authorBJ Weschke <bweschke@btwtech.com>
Wed, 21 Dec 2005 19:44:51 +0000 (19:44 +0000)
committerBJ Weschke <bweschke@btwtech.com>
Wed, 21 Dec 2005 19:44:51 +0000 (19:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7579 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_agent.c

index 3d755405310648fd2acf477fe26d9086edfdeef6..6362487ea6b6c9cc7606ca5fb01a8ce445005c74 100644 (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";