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
Russell Bryant 6b1019418a
Merged revisions 291725 via svnmerge from
15 years ago
..
Makefile Add ability to generate ASCII documentation from the TeX files. 16 years ago
README.txt
ael.tex Add ability to generate ASCII documentation from the TeX files. 16 years ago
ajam.tex
app-sms.tex
asterisk-conf.tex
asterisk.tex Merged revisions 284698 via svnmerge from 16 years ago
backtrace.tex
billing.tex
calendaring.tex
ccss.tex Merge Call completion support into trunk. 16 years ago
cdrdriver.tex Fix documentation for pgsql cel and cdr, and slightly improve pgsql_cel. 16 years ago
cel-doc.tex Use the underscore package so that underscores do not need to be escaped. 16 years ago
celdriver.tex Fix documentation for pgsql cel and cdr, and slightly improve pgsql_cel. 16 years ago
chan-mobile.tex Use the underscore package so that underscores do not need to be escaped. 16 years ago
chaniax.tex
channelvariables.tex Merged revisions 286647 via svnmerge from 15 years ago
cliprompt.tex
configuration.tex Update documentation to not imply we support overriding options. 16 years ago
dundi.tex
enum.tex Add ability to generate ASCII documentation from the TeX files. 16 years ago
extensions.tex
freetds.tex
hardware.tex
ices.tex
imapstorage.tex Update IMAP documentation. 16 years ago
jitterbuffer.tex
localchannel.tex Add ability to generate ASCII documentation from the TeX files. 16 years ago
manager.tex Add the FullyBooted AMI event 16 years ago
misdn.tex
mp3.tex
odbcstorage.tex
partymanip.tex Merged revisions 288082 via svnmerge from 15 years ago
phoneprov.tex Add ability to generate ASCII documentation from the TeX files. 16 years ago
plc.tex Add documentation explaining PLC in Asterisk. 16 years ago
privacy.tex
qos.tex
queuelog.tex
queues-with-callback-members.tex
realtime.tex
secure-calls.tex Merged revisions 291725 via svnmerge from 15 years ago
security-events.tex Add ability to generate ASCII documentation from the TeX files. 16 years ago
security.tex
sla.tex
sounds.tex Merged revisions 282470 via svnmerge from 16 years ago

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.