aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-01issue #4678kpfleming1-2/+7
2005-10-24Doxygen documentation update from oej (issue #5505)russell15-35/+35
2005-10-18add missing STANDARD_HANGUP_LOCALUSERSrussell1-0/+2
2005-10-18implement TXTCIDNAME as a dialplan function and mark the application deprecatedrussell1-5/+60
2005-10-17clean up function to be more consistent with coding guidelinesrussell1-31/+32
2005-10-14initialize variablekpfleming1-1/+1
2005-10-12provide the correct string to evaluate with the given regex, instead of therussell1-23/+27
2005-10-05correct cygwin detection (issue #5328)kpfleming1-4/+6
2005-09-25ensure result buffer is initialized (issue #5285)kpfleming1-2/+4
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming15-71/+242
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...kpfleming1-0/+174
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-1/+5
2005-08-29add dialplan functions for URI encoding/decoding (issue #4857)kpfleming1-0/+108
2005-08-23handle whitepace around expressionkpfleming1-0/+1
2005-08-15Fix description text for IF function. (Bug #4966)twisted1-1/+1
2005-08-03only check for an existing cdr when about to set an arbitrary cdr variable (b...russell1-4/+1
2005-07-28make GROUP set group@categroy instead of category@grouprussell1-2/+2
2005-07-27don't crash if no group is specified (bug #4836)russell1-2/+4
2005-07-25squash a warningrussell1-0/+1
2005-07-25add ability to set or read both callerid name and num in one call to the func...russell1-12/+19
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-1/+6
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-5/+2
2005-07-12add a dialplan function to get and set the music on hold classrussell2-0/+46
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-2/+2
2005-06-09add MATH() dialplan function (bug #4473, with mods)kpfleming2-0/+238
2005-06-07enable version string for this module, since it's standalonekpfleming1-1/+1
2005-06-06more file version tagskpfleming11-1/+41
2005-06-06remove experimental module version tagskpfleming1-5/+4
2005-06-06add support for per-module version numberskpfleming1-0/+5
2005-06-03clean up logic functions code and help textskpfleming1-61/+104
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with API...kpfleming1-0/+6
2005-05-19Add SET function (bug #4335)markster1-0/+33
2005-05-19minor doc fixeskpfleming1-3/+3