summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
AgeCommit message (Expand)Author
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
2008-03-11An offhand comment from Russell made me realize that the configuration fileTilghman Lesher
2008-02-12Requested changes from Pari, reviewed by Russell.Jeff Peeler
2007-12-31Add CV_STRINGFIELD() macro. This lets you set a config variable to a string ...Russell Bryant
2007-12-20add some macros to simplify parsing the config file,Luigi Rizzo
2007-12-19add support for PARSE_DOUBLE, and remove identifiers forLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16add a small new function to retrieve variables from a configLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-09-05this set of changes fixes issue # 10643 by keeping track of the last object d...Steve Murphy
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-06Merged revisions 78103 via svnmerge from Mark Michelson
2007-07-17Make trunk build once again.Joshua Colp
2007-07-17Introduce ast_parse_arg() , a generic function to parse stringsLuigi Rizzo
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-04-20Merged revisions 61690 via svnmerge from Russell Bryant
2007-04-11via 8118, a RealTime upgrade to make RT a complete storage abstraction. The s...Steve Murphy
2007-03-27Enhancement via 8118: Realtime API extension: add methods store_func and dest...Steve Murphy
2007-02-24Doxygen additions, correctionsOlle Johansson
2007-02-14New CLI command "Core show settings" to list some core settingsOlle Johansson
2007-01-07When calling the Realtime app more than once, unset fields which wereTilghman Lesher
2007-01-05a little more const-ificationKevin P. Fleming
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-07-29Allow updates to match specific lines, allow specification of object or Mark Spencer
2006-07-19First pass at in-place file manipulation via managerMark Spencer