summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2006-01-04Merged revisions 7773 via svnmerge from Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27Bug 5906 - ARRAY dialplan functionTilghman Lesher
2005-12-27Add SQL_ESC to allow single ticks to be escapedTilghman Lesher
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDTilghman Lesher
2005-12-22don't try to build func_odbc when ODBC headers/libraries are not presentKevin P. Fleming
2005-12-21Bug 5055 - Simple SQL commands from the dialplanTilghman Lesher
2005-12-21Bug 5440 - Add STAT() dialplan functionTilghman Lesher
2005-12-16First field was truncated.Tilghman Lesher
2005-12-15Properly move these functions over to the funcs directory (since they no long...Tilghman Lesher
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
2005-11-20issue #5791Josh Roberson
2005-11-10issue #5693Kevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08issue #5648Kevin P. Fleming
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-18add missing STANDARD_HANGUP_LOCALUSERSRussell Bryant
2005-10-18implement TXTCIDNAME as a dialplan function and mark the application deprecatedRussell Bryant
2005-10-17clean up function to be more consistent with coding guidelinesRussell Bryant
2005-10-14initialize variableKevin P. Fleming
2005-10-12provide the correct string to evaluate with the given regex, instead of theRussell Bryant
2005-10-05correct cygwin detection (issue #5328)Kevin P. Fleming
2005-09-25ensure result buffer is initialized (issue #5285)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...Kevin P. Fleming
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-08-29add dialplan functions for URI encoding/decoding (issue #4857)Kevin P. Fleming
2005-08-23handle whitepace around expressionKevin P. Fleming
2005-08-15Fix description text for IF function. (Bug #4966)Josh Roberson
2005-08-03only check for an existing cdr when about to set an arbitrary cdr variable (b...Russell Bryant
2005-07-28make GROUP set group@categroy instead of category@groupRussell Bryant
2005-07-27don't crash if no group is specified (bug #4836)Russell Bryant
2005-07-25squash a warningRussell Bryant
2005-07-25add ability to set or read both callerid name and num in one call to the func...Russell Bryant
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-12add a dialplan function to get and set the music on hold classRussell Bryant
2005-06-20move tools used during build into build_tools subdirectoryKevin P. Fleming
2005-06-09add MATH() dialplan function (bug #4473, with mods)Kevin P. Fleming
2005-06-07enable version string for this module, since it's standaloneKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06add support for per-module version numbersKevin P. Fleming
2005-06-03clean up logic functions code and help textsKevin P. Fleming
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with API...Kevin P. Fleming
2005-05-19Add SET function (bug #4335)Mark Spencer