aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
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
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 dialplantilghman2-0/+640
2005-12-21Bug 5440 - Add STAT() dialplan functiontilghman1-0/+67
2005-12-16First field was truncated.tilghman1-1/+2
2005-12-15Properly move these functions over to the funcs directory (since they no long...tilghman1-0/+344
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming16-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-3/+0
2005-11-20issue #5791twisted1-1/+1
2005-11-10issue #5693kpfleming1-0/+1
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell7-0/+7
2005-11-08issue #5648kpfleming10-20/+20
2005-11-03major update to arg/option parsing APIs and documentationkpfleming4-7/+7