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/pbx
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
..
ael This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables. 19 years ago
Makefile Merged revisions 67526 via svnmerge from 19 years ago
dundi-parser.c Merged revisions 46200 via svnmerge from 19 years ago
dundi-parser.h remove extraneous svn:executable properties 20 years ago
kdeconsole_main.cc rename this file so it doesn't appear to be a module by itself 20 years ago
pbx_ael.c 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
pbx_config.c Merged revisions 72272 via svnmerge from 19 years ago
pbx_dundi.c Merged revisions 72006 via svnmerge from 19 years ago
pbx_gtkconsole.c Various updates from PCadach's chan_h323-live branch 19 years ago
pbx_kdeconsole.cc various minor fixes 20 years ago
pbx_kdeconsole.h remove extraneous svn:executable properties 20 years ago
pbx_loopback.c merge new_loader_completion branch, including (at least): 19 years ago
pbx_realtime.c Merged revisions 46200 via svnmerge from 19 years ago
pbx_spool.c Merged revisions 72806 via svnmerge from 19 years ago