dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/doc/tex
oej 0feeda5c8f Add support for playing an audio file for caller and callee at start and stop of monitoring (one-touch monitor).
Keep messages short, since the other party is waiting while one party hear the message...



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115784 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-12 18:39:09 +00:00
..
Makefile Add some extra checking to help out with a potential error when trying to 2008-01-11 23:57:01 +00:00
README.txt * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
ael.tex (closes issue #12467) 2008-04-21 21:13:02 +00:00
ajam.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
app-sms.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
asterisk-conf.tex (closes issue #7852) 2007-08-28 16:28:26 +00:00
asterisk.tex Added a new module, res_phoneprov, which allows auto-provisioning of phones 2008-01-09 21:37:26 +00:00
backtrace.tex When merging the last documentation update, I forgot to "svn add" a file. 2007-10-14 15:15:40 +00:00
billing.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
cdrdriver.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
chaniax.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
channelvariables.tex Add support for playing an audio file for caller and callee at start and stop of monitoring (one-touch monitor). 2008-05-12 18:39:09 +00:00
cliprompt.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
configuration.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
dundi.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
enum.tex Many doc directory improvements, including: 2007-10-12 15:50:29 +00:00
extensions.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
freetds.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
hardware.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
ices.tex Many doc directory improvements, including: 2007-10-12 15:50:29 +00:00
imapstorage.tex Merged revisions 103722 via svnmerge from 2008-02-15 17:32:43 +00:00
jitterbuffer.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
localchannel.tex Merged revisions 89416 via svnmerge from 2007-11-19 15:27:08 +00:00
manager.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
misdn.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
mp3.tex Merged revisions 77424,77429 via svnmerge from 2007-07-26 22:17:25 +00:00
odbcstorage.tex Many doc directory improvements, including: 2007-10-12 15:50:29 +00:00
phoneprov.tex Update res_phoneprov to default to setting the SERVER variable to the IP 2008-01-17 03:09:32 +00:00
privacy.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
qos.tex Update documentation. 2008-01-14 14:33:17 +00:00
queuelog.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
queues-with-callback-members.tex Merged revisions 89450 via svnmerge from 2007-11-20 15:30:48 +00:00
realtime.tex document var_metric usage to prevent bugreports that are actually configuration issues 2008-03-05 21:19:06 +00:00
security.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00
sla.tex Another major doc directory update from IgorG. This patch includes 2007-10-15 13:12:51 +00:00

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.