summaryrefslogtreecommitdiff
path: root/res/res_indications.c
AgeCommit message (Expand)Author
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-07Convert open-coded linked list in indications to the AST_LIST_* macros. ThisSean Bright
2008-11-05- Add PlayTones() and StopPlayTones() applications XML documentation.Eliel C. Sardanons
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-19More changes to NEW_CLI.Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-23(closes issue #10271)Russell Bryant
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2006-12-25rename the structs struct tone_zone_sound and struct tone_zoneLuigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
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-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-30do not export the tzlock and the list head, and introduce a new method,Luigi Rizzo
2006-01-21- conversions to allocation wrappersRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-23issue #5826Josh Roberson
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
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-07-13fix typo in app description (bug #4697)Russell Bryant
2005-07-10more ast_copy_string conversionsRussell Bryant
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-09Improve indications formatting (bug #3298)Mark Spencer
2004-12-18Fix comment issues (bug #3089)Mark Spencer
2004-07-14Merge remaining audit patch (save dlfcn.c)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-02-11Fix a couple of memory leaksMark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-04-27More contributed BSD enhancementsMark Spencer
2003-03-16dom mar 16 23:37:23 CET 2003Matteo Brancaleoni