aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2007-12-31Allow the default "0" to be returned if the STAT failstilghman1-1/+1
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-11-29fix some formatting i accidentally changedrussell1-2/+2
2007-11-29This set of changes is to make some callerID handling thread-safe.russell1-4/+10
2007-11-27Default result of STAT should be "0" not "".tilghman1-1/+1
2007-10-29Allow some function modules to compile under dev mode.qwell2-2/+2
2007-10-28Add autoservice to several more functions which might delay in their responses.tilghman4-7/+88
2007-10-26The addition of autoservice to func_curl additionally made func_curl dependenttilghman1-2/+4
2007-10-25Backport alternate encoding of newline delimiters from trunk to 1.4, as appro...tilghman1-1/+15
2007-10-23closes issue #11052 -- where nothing after the ? will allow un-initialized va...murf1-2/+9
2007-09-19Using curl can take a substantial amount of time, so the channel should berussell1-0/+4
2007-08-31The IF() function was not allowing true values that had embedded colons (clos...tilghman1-16/+19
2007-08-23Revert very broken fix for issue #10540 ... none of these values take ms so Irussell1-5/+3
2007-08-23Fix func_timeout to take values in floating point so 1.5 actually meansrussell1-1/+5
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