Update agent documentation
authorMark Spencer <markster@digium.com>
Sat, 16 Aug 2003 04:42:13 +0000 (04:42 +0000)
committerMark Spencer <markster@digium.com>
Sat, 16 Aug 2003 04:42:13 +0000 (04:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1347 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_agent.c

index ff0fa06..ccc5e56 100755 (executable)
@@ -64,7 +64,7 @@ static char *descrip =
 "      's' -- silent login - do not announce the login ok segment\n";
 
 static char *descrip2 =
-"  AgentCallbackLogin([AgentNo][|@context]):\n"
+"  AgentCallbackLogin([AgentNo][|[options][exten]@context]):\n"
 "Asks the agent to login to the system with callback.  Always returns -1.\n"
 "The agent's callback extension is called (optionally with the specified\n"
 "context. \n";