summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
AgeCommit message (Expand)Author
2018-03-19core: Remove additional symbols.Corey Farrell
2018-03-19Merge "loader: Convert reload_classes to built-in modules."Jenkins2
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-07-13core: Add PARSE_TIMELEN support to ast_parse_arg and ACO.Corey Farrell
2017-02-21realtime: Centralize some common realtime backend codeSean Bright
2016-08-19Fix checks for allocation debugging.Corey Farrell
2016-03-27sorcery/res_pjsip: Refactor for realtime performanceGeorge Joseph
2016-01-22res_odbc: Remove connection managementMark Michelson
2015-05-15res_pjsip_config_wizard/config: Fix template processingGeorge Joseph
2015-03-17Various: bugfixes found via chaosScott Griepentrog
2015-02-24config.h: Use real parameter names for ast_variable_new() define.Richard Mudgett
2015-01-07config: Add option to NOT preserve effective context when changing a templateGeorge Joseph
2014-12-02config: Create ast_variable_find_in_list()George Joseph
2014-10-16config: Fix inf loop using ast_category_browse and ast_variable_retrieveGeorge Joseph
2014-10-14config: Fix SEGV in unit test with MALLOC_DEBUGGeorge Joseph
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-09-18config: bug: Fix SEGV in ast_category_insert when matching category isn't foundGeorge Joseph
2014-06-06chan_sip: Fix order of variables specified in SIPNotify actionJonathan Rose
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-01Add new config-parsing frameworkTerry Wilson
2011-11-01Several fixes to the chan_sip dynamic realtime peer/user lookupWalter Doekes
2011-10-25Return NULL when no results returned for realtime_multientryTerry Wilson
2011-09-02Merged revisions 334297 via svnmerge from Richard Mudgett
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-17Merged revisions 277568 via svnmerge from Tilghman Lesher
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-06-30Remove unnecessary if test in CV_DSTR()Richard Mudgett
2010-06-30Misc doxygen cleanup in config.hRichard Mudgett
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-02-18Merged revisions 177096 via svnmerge from Tilghman Lesher
2009-02-17TypoOlle Johansson
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-05Add '+=' append operator to configuration files.Tilghman Lesher
2008-06-13Document the input for ast_realtime_require_field()Tilghman Lesher
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-05-02Okay, maybe FreeBSD will like this better.Tilghman Lesher
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...Tilghman Lesher
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher