summaryrefslogtreecommitdiff
path: root/pbx/pbx_realtime.c
AgeCommit message (Expand)Author
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-10-17Remove an unused include of md5.hTzafrir Cohen
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-08-27Merged revisions 283951 via svnmerge from Russell Bryant
2010-05-27fix compile errorJeff Peeler
2010-05-27Cache query results for one second.Tilghman Lesher
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2008-12-15Allow disabling pattern match searches within the Realtime dialplan switch.Tilghman Lesher
2008-11-25Don't actually do anything with a negative priority, because we ignore it inTilghman Lesher
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-06Changing name of global api call to ast_* Olle Johansson
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,Tilghman Lesher
2008-05-27In compat14 mode, don't translate pipes inside expressions, as they aren'tTilghman Lesher
2008-05-22Add a compatibility option for upgrading realtime extensionsTilghman Lesher
2008-01-10Several manager changes:Tilghman Lesher
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-12Merged revisions 85515 via svnmerge from Russell Bryant
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...Joshua Colp
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10change macro into a function, remove unused code.Luigi Rizzo
2006-05-10start cleanup indentation etc.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-31fix formattingLuigi Rizzo
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08issue #5648Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2004-12-21Fix Realtime to work with MySQL and Postgres both (bug #3029)Mark Spencer