[Asterisk-doc] docs appendix03.xml,1.11,1.12

websmith asterisk-doc@lists.digium.com
Fri, 19 Dec 2003 23:50:30 +0000


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

Modified Files:
	appendix03.xml 
Log Message:
Whew... finally finished the first pass of formatting Appendix 3... I'm sure there will
be more work to do later, but for now this is fine.  I've added comments (search for
the word "TODO") where I had questions or where things didn't make sense.
Index: appendix03.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/appendix03.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** appendix03.xml	19 Dec 2003 00:27:03 -0000	1.11
--- appendix03.xml	19 Dec 2003 23:50:24 -0000	1.12
***************
*** 921,1050 ****
  	channel.
  </para>
- <!-- Continue the work here! -->
  
  <formalpara><title>Queue: Queue a call for a call queue</title>
  <para>
! 	<literallayout>
! 	Queue(queuename[|options[|URL][|announceoverride]]):
! 	Queues an incoming call in a particular call queue as defined in queues.conf.
! 	  This application returns -1 if the originating channel hangs up, or if the
[...1012 lines suppressed...]
+ 	Returns -1 when caller user hangs up and is independent of the
+ 	state of the channel being monitored.
+ </para>
  
  <formalpara><title>ZapRAS: Executes Zaptel ISDN RAS application</title>
  <para>
! 	<function>ZapRAS(<replaceable>args</replaceable>)</function>
! </para>
! </formalpara>
! <para>
! 	Executes a RAS server using pppd on the given channel.
  	The channel must be a clear channel (i.e. PRI source) and a Zaptel
! 	channel to be able to use this function (No modem emulation is included).
  	Your pppd must be patched to be zaptel aware. Arguments should be
! 	separated by | characters.  
! </para>
! <para>
! 	Always returns -1.
  </para>
  </appendix>