summaryrefslogtreecommitdiff
path: root/pbx/pbx_realtime.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-02-22pbx_realtime: Prevent premature extension matchingSean Bright
2017-02-21realtime: Fix ast_load_realtime_multientry handlingSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-04Remove many deprecated modulesMatthew Jordan
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
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