You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/doc/tex
..
Makefile
README.txt
ael.tex
ajam.tex
app-sms.tex
ast_agi_commands.tex
ast_appdocs.tex
ast_cli_commands.tex
ast_funcdocs.tex
ast_manager_actiondocs.tex
asterisk-conf.tex
asterisk.tex
billing.tex
cdrdriver.tex
chaniax.tex
channelvariables.tex
cliprompt.tex
configuration.tex
dundi.tex
enum.tex
extensions.tex
freetds.tex
hardware.tex
ices.tex
imapstorage.tex
jitterbuffer.tex
localchannel.tex
manager.tex
misdn.tex
mp3.tex
odbcstorage.tex
privacy.tex
qos.tex
queuelog.tex
queues-with-callback-members.tex
realtime.tex
security.tex
sla.tex

README.txt

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.