aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2006-02-22revert change to ENUM functionality (go back to supplying a default zone)kpfleming1-0/+3
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-1/+1
2006-02-21set keywords property correctlykpfleming1-1/+1
2006-02-16suppress compiler warningrussell1-1/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell3-6/+0
2006-02-15add KEYPADHASH dialplan function (issue #6441)kpfleming1-0/+45
2006-02-15handle longer ENUM lookup results (issue #6476)kpfleming1-1/+1
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-8/+7
2006-02-14don't force a default zone for ENUM() lookups, use the configuration file (is...kpfleming1-3/+0
2006-02-14Fix build issues...markster1-0/+1
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell3-5/+5
2006-02-12use the zone and options set by the arg parsing macrosrussell1-4/+2
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-12major dialplan functions updatekpfleming20-849/+934
2006-02-11use auto-build for apps, simplify variable settingkpfleming1-5/+5
2006-02-11use auto-build for res modules tookpfleming1-4/+2
2006-02-11prepare to use auto-build rules in other Makefileskpfleming1-7/+5
2006-02-11set standard properties on all non-binary fileskpfleming2-2/+2
2006-02-11Fix compile time warningstilghman2-2/+3
2006-02-11remove last vestiges of pbx_functionskpfleming1-2/+2
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming21-527/+764
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman2-1/+70
2006-02-01use string fields for some stuff in ast_channelkpfleming2-2/+4
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-30Bug 6378 - deprecate CHECK_MD5 functiontilghman1-0/+6
2006-01-24Reverting change in revision 8539 - fixed wrong problem. Sorry.oej1-6/+0
2006-01-24Issue #6323, FreeBSD compatibility with compilation of func_odbc.c (reported ...oej1-0/+6
2006-01-23code clean up and macro implementation from mogorman2-47/+64
2006-01-22Bug 6262 - New function STRPTIMEtilghman1-0/+51
2006-01-21on this pass, only remove duplicate log messagesrussell8-54/+15
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell8-5/+74
2006-01-21remove useless checks of the result of ast_strduparussell8-74/+5
2006-01-16Argh, another ERROR that should have been DEBUGtilghman1-1/+1
2006-01-16Change a debugging message committed with the wrong leveltilghman1-1/+1
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2006-01-16 More code optimization with the new argument macros #6253bweschke1-11/+17
2006-01-15Clarify description of ARRAY functiontilghman1-4/+6
2006-01-14Bug 6238 - Janitor - update to app_args macrostilghman1-55/+64
2006-01-14Merged revisions 8074 via svnmerge fromtilghman1-2/+6
2006-01-11Added macros from 6198 and 6203. also added bettermogorman2-55/+69
2006-01-106186 amd 6187 with minor revisions. added argmogorman2-19/+33
2006-01-10Fix indentationtilghman1-1/+1
2006-01-10committing 5924 with minor white space changes mogorman2-1/+87
2006-01-10Bug 5961 - new RAND() functiontilghman1-0/+143
2006-01-09remove unnecessary check before ast_strlen_zero (issue #6179)russell1-1/+1
2006-01-04Merged revisions 7773 via svnmerge from russell1-1/+1
2005-12-30update doxygen docs to specify authorsrussell13-7/+37
2005-12-27Bug 5906 - ARRAY dialplan functiontilghman1-0/+58
2005-12-27Add SQL_ESC to allow single ticks to be escapedtilghman1-0/+32
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDtilghman3-26/+83