asterisk/doc/tex
Mark Michelson b489558138 Merging the queue-penalty branch. In short, this allows one to dynamically adjust
the QUEUE_MAX_PENALTY and the newly introduced QUEUE_MIN_PENALTY during a call depending
on the amount of time passed. The purpose is to allow the call to open up to more (or maybe
just different) members without the caller's losing his place in the queue. See 
configs/queuerules.conf.sample for an example of how to set up queue rules and configs/queues.conf.sample
for how to associate a rule with a queue.

Along with the functional changes, new CLI and manager commands exist to show the rules defined and
there is an additional CLI command to reload the queue rules.

Future enhancements that may be made: support for realtime queue rules and support for dynamically adding
a rule through the manager or CLI. Also a manager command to reload the queue rules (I'll probably write
this myself very soon).



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-12-21 00:44:17 +00:00
..
ael.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
ajam.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
app-sms.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
asterisk-conf.tex (closes issue #7852) 2007-08-28 16:28:26 +00:00
asterisk.tex Many doc directory improvements, including: 2007-10-12 15:50:29 +00:00
backtrace.tex When merging the last documentation update, I forgot to "svn add" a file. 2007-10-14 15:15:40 +00:00
billing.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
cdrdriver.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
chaniax.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
channelvariables.tex Merging the queue-penalty branch. In short, this allows one to dynamically adjust 2007-12-21 00:44:17 +00:00
cliprompt.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
configuration.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
dundi.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
enum.tex Many doc directory improvements, including: 2007-10-12 15:50:29 +00:00
extensions.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
freetds.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
hardware.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
ices.tex Many doc directory improvements, including: 2007-10-12 15:50:29 +00:00
imapstorage.tex Adding documentation regarding imapfolder, imapgreetings, and greetingsfolder options 2007-11-07 00:04:30 +00:00
jitterbuffer.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
localchannel.tex Merged revisions 89416 via svnmerge from 2007-11-19 15:27:08 +00:00
Makefile Fix replacing the version number when it has a '/' in it, like 2007-11-02 20:13:18 +00:00
manager.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
misdn.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
mp3.tex Merged revisions 77424,77429 via svnmerge from 2007-07-26 22:17:25 +00:00
odbcstorage.tex Many doc directory improvements, including: 2007-10-12 15:50:29 +00:00
privacy.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
qos.tex HUGE improvements to QoS/CoS handling by IgorG 2007-12-16 10:51:53 +00:00
queuelog.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
queues-with-callback-members.tex Merged revisions 89450 via svnmerge from 2007-11-20 15:30:48 +00:00
README.txt * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
realtime.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
security.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
sla.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00

Asterisk Reference Documentation
--------------------------------

1) To generate a PDF from this documentation, you will need the rubber tool,
   and all of its dependencies.  The web site for this tool is:

      http://www.pps.jussieu.fr/~beffara/soft/rubber/

   Then, once this tool is installed, running "make pdf" will generate
   the PDF automatically using this tool.  The result will be asterisk.pdf.

   NOTE:  After installing rubber, you will need to re-run the top level
   configure script.  It checks to see if rubber is installed, so that the
   asterisk.pdf Makefile target can produce a useful error message when it is
   not installed.

2) To generate HTML from this documentation, you will need the latex2html tool,
   and all of its dependencies.  The web site for this tool is:

      http://www.latex2html.org/

   Then, once this tool is installed, running "make html" will generate the
   HTML documentation.  The result will be an asterisk directory full of
   HTML files.