aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_realtime.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-03Merged revisions 120171 via svnmerge from tilghman1-16/+1
2008-05-27Merged revisions 118300 via svnmerge from tilghman1-1/+10
2008-05-22Merged revisions 117986 via svnmerge from tilghman1-2/+32
2008-01-10Several manager changes:tilghman1-1/+1
2007-12-26Use defined return values in load_module in more places.qwell1-2/+3
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19more errno.h removalrizzo1-2/+0
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf1-0/+1
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
2007-10-12Merged revisions 85515 via svnmerge from russell1-2/+4
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-2/+1
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...file1-1/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-2/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-14/+4
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10change macro into a function, remove unused code.rizzo1-53/+56
2006-05-10start cleanup indentation etc.rizzo1-33/+26
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-31fix formattingrizzo1-1/+2
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-5/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-0/+1
2005-11-08issue #5648kpfleming1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+3
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+18
2005-06-06more file version tagskpfleming1-5/+9
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-21/+21
2005-01-25Merge config updates (bug #3406)markster1-14/+12
2005-01-21update copyright headers for 2005russell1-1/+1
2004-12-21Fix Realtime to work with MySQL and Postgres both (bug #3029)markster1-1/+1
2004-12-06Merge bkw's formatting and variable substitition (bug #2984)markster1-2/+27
2004-11-24Make realtime pbx understand patterns.markster1-5/+35
2004-11-22Realtime improvementsmarkster1-2/+19
2004-11-22Fix missing argumentsmarkster1-5/+9
2004-11-22Minor realtime improvementsmarkster1-7/+7
2004-11-22Add first pass at realtimemarkster1-0/+181