aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2006-09-28Merged revisions 43933 via svnmerge from file1-4/+4
2006-09-21Remove deprecated apps and funcstilghman5-224/+194
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-1/+1
2006-09-20move ODBC API into ast_ namespacekpfleming1-10/+10
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-3/+3
2006-09-08As per discussion on bug 7862, the problem wasn't the fact that the documenta...murf1-4/+6
2006-09-07With respect to bug 7862, the syntax and description are misleading to users....murf1-2/+6
2006-09-05Missing field terminatortilghman1-0/+1
2006-09-03 Some changes/fixes for func_curl. curl_global_init is only supposed to be ca...bweschke1-2/+13
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-31oops.russell1-1/+1
2006-08-31The behavior of REGEX when it did not match was not defined by the docs, sorussell1-6/+6
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming24-396/+125
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with a...tilghman1-91/+38
2006-08-17Add 'l' option to CDR dialplan function which will cause it to pass the last ...file1-2/+9
2006-07-15Move curl version test to autoconf scripttilghman1-11/+0
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-1/+4
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-07-06Merged revisions 37143 via svnmerge from tilghman1-7/+6
2006-07-03Don't attempt to run a regcomp if we haven't even parsed arguments correctlytilghman1-0/+5
2006-07-01Revert the previous change to FILTER and fix the embedded documentation instead.tilghman1-8/+8
2006-07-01fix the parsing of options in the FILTER function to match the documentation.russell1-1/+1
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-44/+2
2006-06-23remove various commands that remove old modules since they have been there arussell1-1/+0
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming23-87/+90
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-05use module names, not file names, in menuselectkpfleming1-3/+5
2006-06-04Make tonezone writeable in CHANNEL() (from my old func_tonezone.c)oej1-2/+9
2006-05-29this file contained the body twice, so remove the second instance.rizzo1-99/+0
2006-05-28Deprecate SetGlobalVar, replacing it with a dialplan functiontilghman1-0/+198
2006-05-27Should use the named handle, not one hardcodedtilghman1-1/+1
2006-05-26Lets not commit things that cause Asterisk to break when config files aren't ...markster1-2/+2
2006-05-25- mark some applications deprecated that already have replacementsrussell1-1/+17
2006-05-25add DB_DELETE function for the common case of retrieving and deleting a key inrussell1-0/+49
2006-05-22Escaping commas within fields isn't always desireable.tilghman1-2/+17
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledrussell1-1/+1
2006-05-18Add SPRINTF dialplan function made by the ever insaneful Corydon (issue #7078...file1-0/+145
2006-05-16Argument macro janitor for func_odbc, fixes #7171tilghman1-47/+39
2006-05-16fix bogus patch to allow setting the CDR amaflags. (The original patch inrussell1-1/+1
2006-05-15allow func_cdr to set amaflags patch provided bymogorman1-0/+2
2006-05-11Merged revisions 27051 via svnmerge from tilghman1-1/+1
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)russell1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-6/+2