aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
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-11remove last vestiges of pbx_functionskpfleming1-2/+2
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-37/+3
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman1-1/+2
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
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-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2006-01-10Fix indentationtilghman1-1/+1
2006-01-10committing 5924 with minor white space changes mogorman1-1/+2
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDtilghman1-1/+1
2005-12-22don't try to build func_odbc when ODBC headers/libraries are not presentkpfleming1-1/+7
2005-12-21Bug 5055 - Simple SQL commands from the dialplantilghman1-0/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-01issue #4678kpfleming1-2/+7
2005-10-05correct cygwin detection (issue #5328)kpfleming1-4/+6
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-1/+5
2005-07-12add a dialplan function to get and set the music on hold classrussell1-0/+1
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-2/+2
2005-06-09add MATH() dialplan function (bug #4473, with mods)kpfleming1-0/+1
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...kpfleming1-2/+9
2005-05-08Removed unnecessary strip (bug #4181)markster1-1/+0
2005-05-08Convert app_db to function variables (bug #4201)markster1-1/+2
2005-05-05Build as a single executable, work around Makefile issuemarkster1-5/+7
2005-05-05correct build on platforms that require PIC objects (bug #4179)kpfleming1-0/+2
2005-05-05major re-work of dialplan functions, including:kpfleming1-0/+58