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 8096f0fecc
Add MEETMEBOOKID from r256019.
16 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 Fix some tex errors 17 years ago
asterisk-conf.tex Merge changes from team/group/appdocsxml 17 years ago
asterisk.tex Missed this when reverting the bad version change in asterisk.tex. 16 years ago
backtrace.tex Update references to bugs.digium.com and reviewboard.digium.com to the new URLs. 17 years ago
billing.tex Change some section names in the CDR tex documentation. 17 years ago
calendaring.tex Add some TeX docs for calendaring. 17 years ago
ccss.tex Merge Call completion support into trunk. 16 years ago
cdrdriver.tex Move Asterisk-addons modules into the main Asterisk source tree. 17 years ago
cel-doc.tex Add ability to generate ASCII documentation from the TeX files. 16 years ago
celdriver.tex Merge the new Channel Event Logging (CEL) subsystem. 17 years ago
chan_mobile.tex Move Asterisk-addons modules into the main Asterisk source tree. 17 years ago
chaniax.tex
channelvariables.tex Add MEETMEBOOKID from r256019. 16 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 remove duplicated sentence. 17 years ago
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 Added NEW ACTIONS entry for new MixMonitorMute AMI command. 16 years ago
misdn.tex Update references to bugs.digium.com and reviewboard.digium.com to the new URLs. 17 years ago
mp3.tex Update references to bugs.digium.com and reviewboard.digium.com to the new URLs. 17 years ago
odbcstorage.tex Document the "flag" field in the voicemessages table. 16 years ago
phoneprov.tex Add ability to generate ASCII documentation from the TeX files. 16 years ago
privacy.tex fix privacymanager example so it shows how to use the 17 years ago
qos.tex Use actual tables instead of ASCII art ones. 17 years ago
queuelog.tex Fix some tex errors 17 years ago
queues-with-callback-members.tex
realtime.tex Update documentation in relation to UnixODBC 16 years ago
security-events.tex Add ability to generate ASCII documentation from the TeX files. 16 years ago
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.