summaryrefslogtreecommitdiff
path: root/main/indications.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-13core: Remove non-critical cleanup from startup aborts.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-07-05core: Remove 'Data Retrieval API'Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2013-08-30Fix various memory leaksKevin Harwell
2013-08-16Doxygen comment tweaks.Richard Mudgett
2012-12-11Cleanup indications on exit.Richard Mudgett
2012-11-19Fix most leftover non-opaque ast_str uses.Walter Doekes
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-09-16Add doxygen docs for indications.cOlle Johansson
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,Eliel C. Sardanons
2010-04-19Change log message to match severity.Jason Parker
2010-04-19Don't consider a missing indications.conf to be a critical error.Jason Parker
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-04-29Log an error message if indications.conf is not found.Russell Bryant
2009-02-26Ensure there is a valid tone part before trying to play tones.Joshua Colp
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
2009-01-07Merged revisions 167432 via svnmerge from Russell Bryant
2008-11-07Convert open-coded linked list in indications to the AST_LIST_* macros. ThisSean Bright
2008-08-10Another batch of files from RSW. The remaining apps and a few moreSean Bright
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-02-11Just some minor coding style cleanup...Joshua Colp
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-01-07Fix a segfault when using "countries" that don't have a matching zone.Jason Parker
2006-12-25rename the structs struct tone_zone_sound and struct tone_zoneLuigi Rizzo
2006-12-21Really clean up indications to use the linkedlists APIJoshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming