From 2783801610670800317ae00f14f03a8a874b5fec Mon Sep 17 00:00:00 2001 From: BJ Weschke Date: Wed, 21 Dec 2005 19:53:49 +0000 Subject: [PATCH] Bug #6040 - Documentation correction git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7580 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_agent.c b/channels/chan_agent.c index ab8ea53707..57e5f9a714 100644 --- a/channels/chan_agent.c +++ b/channels/chan_agent.c @@ -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";