aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_realtime.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Merged revisions 206807 via svnmerge from tilghman1-0/+3
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-5/+5
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-24/+6
2008-11-22last commit worked on OpenBSD but still generated warning on Ubuntu.mvanbaak1-1/+1
2008-11-22make this compile under devmodemvanbaak1-1/+1
2008-11-19Two new functions, REALTIME_FIELD, and REALTIME_HASH, which should maketilghman1-2/+149
2008-11-01Merge changes from team/group/appdocsxmlrussell1-22/+66
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-5/+5
2008-02-06Add REALTIME_STORE and REALTIME_DESTROY dialplan functions provided by sergee.twilson1-3/+137
2008-01-31Add missing braces.file1-1/+2
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-10-28Merged revisions 87262 via svnmerge from tilghman1-0/+14
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-6/+6
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...file1-13/+2
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-8/+2
2007-03-15Merged revisions 58933 via svnmerge from tilghman1-2/+2
2007-02-12Formatting fixestilghman1-7/+6
2007-01-07When calling the Realtime app more than once, unset fields which weretilghman1-1/+1
2007-01-06finish const-ifying ast_func_read()kpfleming1-2/+2
2006-12-17replace ast_build_string() with ast_str_*().rizzo1-8/+13
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-29/+16
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledrussell1-1/+1
2006-05-03suppress a compiler warningrussell1-2/+1
2006-05-03remove variable declarations in the middle of two blocks.rizzo1-31/+20
2006-05-02Introducing the REALTIME() dialplan functionbweschke1-0/+186