aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 15:37:17 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 15:37:17 +0000
commit3f48783c29e2b082690b7c28e083e7fba9d16562 (patch)
treea710223f0c461f23c3f1ce10185189f1999b6d1c /channels/chan_agent.c
parentf1e53779f17953f8e1fab8e539cf7eafaf240d4c (diff)
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: http://svn.digium.com/svn/asterisk/trunk@88974 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_agent.c')
-rw-r--r--channels/chan_agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_agent.c b/channels/chan_agent.c
index cf1794ac8..0b8ed76c6 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"