aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+1
2007-06-14Merged revisions 69258 via svnmerge from qwell1-9/+5
2007-06-04Merged revisions 67161 via svnmerge from tilghman1-5/+5
2007-06-01On some drivers, deallocating the statement handle isn't enough. We also hav...tilghman1-1/+8
2007-05-29Merged revisions 66537 via svnmerge from tilghman1-2/+6
2007-05-24merged qwell's func_math patch for issue 9507dhubbard1-7/+16
2007-04-25Merged revisions 61804 via svnmerge from file1-51/+47
2007-04-19Merged revisions 61680 via svnmerge from tilghman6-8/+20
2007-03-27Convert the RTPQOS function to just be additional parameter of the CHANNELrussell1-12/+30
2007-03-19Oops, this should have been a %d all alongtilghman1-1/+1
2007-03-19Fix typo in help for CDR function. (issue #9295 reported by ajohnson)file1-1/+1
2007-03-15Function works fine, but the documentation is backwards.tilghman1-2/+2
2007-03-14Issue 9162 - pbx_substitute_variables_helper assumes the buffer is initializedtilghman1-1/+1
2007-02-09add some inter-module dependencieskpfleming1-0/+1
2007-02-01Fix the FIELDQTY function to not crash. (reported by blitzrage and Corydon on...russell1-3/+3
2007-02-01Make func_strings build under dev mode. Didn't I do this today already in the...file1-1/+1
2007-02-01Oops.tilghman1-1/+0
2007-02-01Merged revisions 53074 via svnmerge from tilghman1-5/+6
2007-02-01Merged revisions 53069 via svnmerge from tilghman1-3/+6
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell1-4/+8
2007-01-17Fix some instances where when loading func_odbc, a double-free could occur.russell1-1/+6
2007-01-04Fix the REALTIME() dialplan function. ast_build_string() advances the stringrussell1-3/+3
2006-12-25Merged revisions 48955 via svnmerge from russell1-1/+0
2006-12-19use the proper variable type for these unixODBC API calls, eliminating warnin...kpfleming1-2/+2
2006-12-16instead of initializing the curl library every time the CURL() function is in...kpfleming1-17/+31
2006-12-11STRFTIME() does not actually require an argument (issue 8540)tilghman1-6/+0
2006-11-26might as well also document the raw values of the flag varsmurf1-2/+11
2006-11-26A little bit of func_cdr documentation upgrade-- no bug# involved, although 8...murf1-0/+12
2006-11-14Small documentation clarification for URIENCODE. (issue #8294 reported by sal...file1-2/+2
2006-10-31Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!oej1-2/+6
2006-10-14update the doc string for both AEL and extensions.conf users.murf1-2/+2
2006-10-10CHANNEL() function sometime mix parameter and valuepcadach1-3/+3
2006-10-10Lost of a bit of logic when this was simplified between 1.2 and 1.4 (Bug 8117)tilghman1-1/+1
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-4/+4
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