Leif Madsen
|
51e95f4603
Introduce <support_level> tags in MODULEINFO.
|
преди 13 години |
Tilghman Lesher
|
18f4916eba
Merged revisions 298957 via svnmerge from
|
преди 14 години |
Steve Murphy
|
79dde81f51
A possibly "horrible fix" for a "horribly broken"
|
преди 16 години |
Tilghman Lesher
|
394ffd8d2f
Merge ast_str_opaque branch (discontinue usage of ast_str internals)
|
преди 16 години |
Kevin P. Fleming
|
56a0b7e953
incorporates r159808 from branches/1.4:
|
преди 16 години |
Sean Bright
|
093b249bdf
Avoid build warning when execinfo.h isn't available.
|
преди 17 години |
Russell Bryant
|
3eba698005
Fix a linkage error related to the lock backtrace support
|
преди 17 години |
Mark Michelson
|
4a0d6c3854
A new feature thanks to the fine folks at Switchvox!
|
преди 17 години |
Mark Michelson
|
4bef45adbc
Merged revisions 114051 via svnmerge from
|
преди 17 години |
Terry Wilson
|
7b02df6ecb
Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
|
преди 17 години |
Russell Bryant
|
a41097e22c
Merged revisions 105116 via svnmerge from
|
преди 17 години |
Joshua Colp
|
5b733c48fc
Add ast_atomic_fetchadd_int_slow to check_expr for platforms that need it.
|
преди 17 години |
Steve Murphy
|
10d47d2993
closes issue #11341; made changes to make utils again right with the MTX_PROFILE world.
|
преди 17 години |
Luigi Rizzo
|
5c4978ed1a
more header removal/normalization
|
преди 17 години |
Steve Murphy
|
855593e4ff
and then, I noticed the clicompat stuff.
|
преди 17 години |
Steve Murphy
|
6fb50e3f84
more stub routines to allow linkage in stand-alone environment, with thread debugs turned on
|
преди 17 години |
Tilghman Lesher
|
4e3de0af3a
Remove redundant includes (patch by snuffy) (Closes issue #10922)
|
преди 17 години |
Joshua Colp
|
169a080fc1
Fix up tree so that it compiles when MTX Profiling is enabled.
|
преди 17 години |
Steve Murphy
|
6b5c3915c0
OK. THis a DEBUG_THREADS situation.
|
преди 17 години |
Steve Murphy
|
3eb1331c9e
picky gcc versions... sigh.
|
преди 17 години |
Steve Murphy
|
642bb0097e
This mod will allow check_expr to compile in the presence of DEBUG_THREAD situations. At least, it does for me. And it's less expensive than several other approaches I tried.
|
преди 17 години |
Russell Bryant
|
cdff40cf7e
Ensure that the object code for ast_atomic_fetchadd_int() gets included in the
|
преди 17 години |
Steve Murphy
|
74a89324fa
This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files.
|
преди 17 години |
Steve Murphy
|
bf892d5905
via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this.
|
преди 17 години |
Steve Murphy
|
8ffa04fa2f
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 години |
Steve Murphy
|
0833ffaf9c
Merged revisions 52052 via svnmerge from
|
преди 18 години |
Russell Bryant
|
8127369cf0
check for failure after call to calloc() (issue #8295)
|
преди 18 години |
Kevin P. Fleming
|
70a40d92e3
|
преди 19 години |
Kevin P. Fleming
|
125059a469
update MANY more files with proper copyright/license info (thanks Ian!)
|
преди 19 години |
Kevin P. Fleming
|
9d7c034f9d
don't make expression evaluator allocate a memory buffer for each result
|
преди 19 години |