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
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.
18 years ago
..
Makefile * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
README.txt * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
ael.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
ajam.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
app-sms.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
asterisk-conf.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
asterisk.tex After some discussion on the asterisk-dev list, we determined that this approach 18 years ago
billing.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
cdrdriver.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
chaniax.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
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. 18 years ago
cliprompt.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
configuration.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
dundi.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
enum.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
extensions.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
freetds.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
hardware.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
ices.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
imapstorage.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
jitterbuffer.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
localchannel.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
manager.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
misdn.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
mp3.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
odbcstorage.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
privacy.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
qos.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
queuelog.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
queues-with-callback-members.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
realtime.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
security.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
sla.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 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.