[Asterisk-doc] docs appendix03.xml,1.19,1.20

websmith asterisk-doc@lists.digium.com
Fri, 2 Jan 2004 03:02:25 +0000


Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv9269

Modified Files:
	appendix03.xml 
Log Message:
Some clarification and better explanations on AgentCallbackLogin() by
jrollyson on IRC...
Index: appendix03.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/appendix03.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** appendix03.xml	2 Jan 2004 01:40:57 -0000	1.19
--- appendix03.xml	2 Jan 2004 03:02:10 -0000	1.20
***************
*** 55,61 ****
  </formalpara>
  <para>
! 	Asks the agent to login to the system with callback. 
! 	The agent's callback extension is called (optionally with the specified
! 	<replaceable>context</replaceable>).
  </para>
  <para>
--- 55,79 ----
  </formalpara>
  <para>
! 	<function>AgentCallBackLogin()</function> logs an agent into an
! 	extension within a given context. The context i
! 	<emphasis role="strong">must</emphasis> be specified. All other 
! 	parameters are optional, and will be prompted for.
! </para>
! <para>
! 	When <function>AgentCallBackLogin()</function> is used, calls to the 
! 	agent will be proxied by way of the Local channel, so that only one 
! 	call from the queue can arrive at the agent's phone at a time.
! </para>
! <tip>
! 	<para>
! 		The agent proxy channel is not aware of calls which did not go 
! 		through the proxy, so it is possible to get an agent call while
! 		on another call which was not made through the proxy.
! 	</para>
! </tip>
! <para>
! 	To log out an agent, you must have them 
! 	<function>AgentCallbackLogin()</function> to a null extension by 
! 	pressing <keycap>#</keycap> at the new extension prompt.
  </para>
  <para>