[svn-commits] file: trunk r88974 - /trunk/channels/chan_agent.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 6 09:37:18 CST 2007


Author: file
Date: Tue Nov  6 09:37:17 2007
New Revision: 88974

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88974
Log:
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)

Modified:
    trunk/channels/chan_agent.c

Modified: trunk/channels/chan_agent.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_agent.c?view=diff&rev=88974&r1=88973&r2=88974
==============================================================================
--- trunk/channels/chan_agent.c (original)
+++ trunk/channels/chan_agent.c Tue Nov  6 09:37:17 2007
@@ -83,7 +83,7 @@
 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"




More information about the svn-commits mailing list