[svn-commits] rmudgett: branch rmudgett/bridge_phase r392217 - /team/rmudgett/bridge_phase/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 18 21:16:34 CDT 2013


Author: rmudgett
Date: Tue Jun 18 21:16:32 2013
New Revision: 392217

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392217
Log:
Fix AgentLogin XML formatting.

Modified:
    team/rmudgett/bridge_phase/apps/app_agent_pool.c

Modified: team/rmudgett/bridge_phase/apps/app_agent_pool.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/apps/app_agent_pool.c?view=diff&rev=392217&r1=392216&r2=392217
==============================================================================
--- team/rmudgett/bridge_phase/apps/app_agent_pool.c (original)
+++ team/rmudgett/bridge_phase/apps/app_agent_pool.c Tue Jun 18 21:16:32 2013
@@ -67,8 +67,8 @@
 		<description>
 			<para>Login an agent to the system.  Any agent authentication is assumed to
 			already be done by dialplan.  If the agent is already logged in, the
-			application will continue in the dialplan with <variable>AGENT_STATUS</variable>
- 			set to <literal>ALREADY_LOGGED_IN</literal>.
+			application will continue in the dialplan with <variable>AGENT_STATUS</variable> set
+ 			to <literal>ALREADY_LOGGED_IN</literal>.
 			While logged in, the agent can receive calls and will hear a <literal>beep</literal>
 			when a new call comes in.</para>
 		</description>




More information about the svn-commits mailing list