asterisk/doc/tex
Steve Murphy 6a4efe5d5a In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@73449 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-05 18:15:22 +00:00
..
Makefile * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +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 * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
ajam.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
app-sms.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
asterisk-conf.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
asterisk.tex After some discussion on the asterisk-dev list, we determined that this approach 2007-07-02 23:02:16 +00:00
billing.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
cdrdriver.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +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 In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too. 2007-07-05 18:15:22 +00:00
cliprompt.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
configuration.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
dundi.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
enum.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
extensions.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +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 * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
ices.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
imapstorage.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
jitterbuffer.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
localchannel.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
manager.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
misdn.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
mp3.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
odbcstorage.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
privacy.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
qos.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
queuelog.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
queues-with-callback-members.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
realtime.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
security.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
sla.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +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.