From: Joshua Colp Date: Tue, 6 Nov 2007 15:37:17 +0000 (+0000) Subject: Update chan_agent documentation. Change a | to , as that is now the required way. X-Git-Tag: 1.6.0-beta1~3^2~985 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02f6b79fc5a089fbee337e614a0508056ebf129a;p=thirdparty%2Fasterisk.git Update chan_agent documentation. Change a | to , as that is now the required way. (closes issue #11167) Reported by: eliel Patches: chan_agent.c.patch uploaded by eliel (license 64) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88974 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_agent.c b/channels/chan_agent.c index cf1794ac87..0b8ed76c6e 100644 --- a/channels/chan_agent.c +++ b/channels/chan_agent.c @@ -83,7 +83,7 @@ static const char synopsis[] = "Call agent login"; static const char synopsis3[] = "Record agent's outgoing call"; static const char descrip[] = -" AgentLogin([AgentNo][|options]):\n" +" AgentLogin([AgentNo][,options]):\n" "Asks the agent to login to the system. Always returns -1. While\n" "logged in, the agent can receive calls and will hear a 'beep'\n" "when a new call comes in. The agent can dump the call by pressing\n"