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
Terry Wilson e8ab708c68
Merged revisions 265320,265467 via svnmerge from
15 years ago
..
Makefile Merged revisions 170794 via svnmerge from 17 years ago
README.txt * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
ael.tex Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 17 years ago
ajam.tex Another major doc directory update from IgorG. This patch includes 18 years ago
app-sms.tex git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@134806 65c4cc65-6c06-0410-ace0-fbb531ad65f3 17 years ago
asterisk-conf.tex (closes issue #7852) 18 years ago
asterisk.tex Merged revisions 212922 via svnmerge from 16 years ago
backtrace.tex Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 17 years ago
billing.tex Another major doc directory update from IgorG. This patch includes 18 years ago
cdrdriver.tex Merged revisions 190904 via svnmerge from 16 years ago
chaniax.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
channelvariables.tex Merged revisions 226378 via svnmerge from 16 years ago
cliprompt.tex Another major doc directory update from IgorG. This patch includes 18 years ago
configuration.tex Merged revisions 250037 via svnmerge from 15 years ago
dundi.tex Another major doc directory update from IgorG. This patch includes 18 years ago
enum.tex Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 17 years ago
extensions.tex Merged revisions 169793 via svnmerge from 17 years ago
freetds.tex Merged revisions 126226,126513 via svnmerge from 17 years ago
hardware.tex Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 17 years ago
ices.tex Many doc directory improvements, including: 18 years ago
imapstorage.tex Merged revisions 250051 via svnmerge from 15 years ago
jitterbuffer.tex Another major doc directory update from IgorG. This patch includes 18 years ago
localchannel.tex Merged revisions 256161 via svnmerge from 15 years ago
manager.tex Merged revisions 265320,265467 via svnmerge from 15 years ago
misdn.tex Merged revisions 145293,158010 from 16 years ago
mp3.tex Merged revisions 77424,77429 via svnmerge from 18 years ago
odbcstorage.tex Many doc directory improvements, including: 18 years ago
phoneprov.tex Update res_phoneprov to default to setting the SERVER variable to the IP 18 years ago
privacy.tex Merged revisions 143843 via svnmerge from 17 years ago
qos.tex Update documentation. 18 years ago
queuelog.tex Another major doc directory update from IgorG. This patch includes 18 years ago
queues-with-callback-members.tex Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 17 years ago
realtime.tex Merged revisions 106186 via svnmerge from 17 years ago
security.tex Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 17 years ago
sla.tex Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 17 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.