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
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.
19 years ago
..
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. 19 years ago
CODING-GUIDELINES add a note about inline comments 19 years ago
India-CID.txt These changes were submitted via bug 6683, to allow CID detection in India, with carriers that do Polarity/DTMF CID signalling. 19 years ago
PEERING Merged revisions 58931 via svnmerge from 19 years ago
asterisk-mib.txt Merged revisions 71519 via svnmerge from 19 years ago
asterisk.8 Merged revisions 66821 via svnmerge from 19 years ago
asterisk.sgml
backtrace.txt
callfiles.txt
datastores.txt Merged revisions 66398 via svnmerge from 19 years ago
digium-mib.txt
externalivr.txt
jabber.txt
jingle.txt
macroexclusive.txt
modules.txt Update modules.txt to new loader. (issue #9358 reported by eliel) 19 years ago
osp.txt 1. Corrected a typo for www.etsi.org. Thank Patrick. 19 years ago
queue.txt
res_config_sqlite.txt Merge changes from team/russell/sqlite: 19 years ago
rtp-packetization.txt Add support for RTP packetization in chan_jingle and chan_gtalk. 19 years ago
smdi.txt
sms.txt
snmp.txt
speechrec.txt
video.txt
voicemail_odbc_postgresql.txt