aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Take into account the length of delimiters when calculating result string len...tilghman1-1/+1
2008-04-07Force ast_mktime() to check for DST, since strptime(3) does not.tilghman1-0/+2
2008-03-07Safely use the strncat() function.tilghman1-1/+1
2008-02-14swap location for this..qwell1-1/+1
2008-02-14Document the 'l' option to the CDR() function.qwell1-0/+1
2008-02-04Missing braces.tilghman1-1/+2
2008-01-10Don't try to copy the category from the group if no category exists.file1-1/+2
2008-01-08If no group has been provided to the GROUP_COUNT dialplan function then use t...file1-0/+18
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