aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_realtime.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Merged revisions 206808 via svnmerge from tilghman1-0/+3
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