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
Leif Madsen 219a57ff4e
Merged revisions 234631 via svnmerge from
17 years ago
..
Makefile Fix asterisk.pdf generation if branch name has an underscore in it. 18 years ago
README.txt
ael.tex
ajam.tex
app-sms.tex Fix some tex errors 18 years ago
asterisk-conf.tex Merge changes from team/group/appdocsxml 18 years ago
asterisk.tex Merged revisions 212922 via svnmerge from 17 years ago
backtrace.tex
billing.tex Merged revisions 202840-202841 via svnmerge from 17 years ago
cdrdriver.tex Merged revisions 202840-202841 via svnmerge from 17 years ago
chaniax.tex
channelvariables.tex Merged revisions 226378 via svnmerge from 17 years ago
cliprompt.tex
configuration.tex
dundi.tex
enum.tex
extensions.tex remove duplicated sentence. 18 years ago
freetds.tex
hardware.tex
ices.tex
imapstorage.tex Merged revisions 234631 via svnmerge from 17 years ago
jitterbuffer.tex
localchannel.tex Merged revisions 228499 via svnmerge from 17 years ago
manager.tex
misdn.tex Merged revisions 162659 via svnmerge from 18 years ago
mp3.tex
odbcstorage.tex Merged revisions 207224 via svnmerge from 17 years ago
phoneprov.tex Merged revisions 210190 via svnmerge from 17 years ago
privacy.tex fix privacymanager example so it shows how to use the 18 years ago
qos.tex Use actual tables instead of ASCII art ones. 18 years ago
queuelog.tex Fix some tex errors 18 years ago
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.