summaryrefslogtreecommitdiff
path: root/funcs/func_enum.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2011-08-09Allow ENUM query functions to report lookup errorsKinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-02-02Replacing doc/* and asterisk.pdf with wiki linksAndrew Latham
2009-08-10AST-2009-005Tilghman Lesher
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-05-09The following patch adds new options and alters the default behavior of the E...Brett Bryant
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-08-28Add proper channel locking around the uses of datastore_add and _find. ThereRussell Bryant
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-29Shorten description to a much more reasonable lengthTilghman Lesher
2007-05-15Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functionsRussell Bryant
2007-05-12Issue 9716 - doc/enum.txt no longer exists in trunkTilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-10-31Issue #80898 - Restoring func_enum (otmar) Olle Johansson
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-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-24Do the (expensive) LOCAL_USER_ADD only after we are sureLuigi Rizzo
2006-03-21Bug 6699 - Fix for ENUMLOOKUPTilghman Lesher
2006-03-12README files have changed names, better change references too :-)Olle Johansson
2006-02-22revert change to ENUM functionality (go back to supplying a default zone)Kevin P. Fleming
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...Kevin P. Fleming
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-15handle longer ENUM lookup results (issue #6476)Kevin P. Fleming
2006-02-14don't force a default zone for ENUM() lookups, use the configuration file (is...Kevin P. Fleming
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDRussell Bryant
2006-02-12use the zone and options set by the arg parsing macrosRussell Bryant
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-20issue #5791Josh Roberson
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant