aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Revert unnecessary indications API change from rev 122314russell1-1/+1
2009-01-13If either conditional is NULL, don't try copying it.tilghman1-1/+1
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson1-0/+282
2008-12-11Fix some observed slowdowns in dialplan processing.russell2-18/+0
2008-12-03(closes issue #13597)murf1-1/+14
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming1-24/+39
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-2/+2
2008-10-29The magic trick to avoid this crash is not tomurf1-5/+1
2008-10-26Since passing \0 as the second argument to strchr is valid (and willseanbright1-4/+4
2008-10-06Dialplan functions should not actually return 0, unless they have modified thetilghman7-15/+35
2008-10-02Backport support for some of the keyword modifications used in 1.6 (while war...tilghman1-2/+8
2008-08-15Additional check for more string specifiers than arguments.tilghman1-4/+15
2008-07-30Fix a memory leak in func_curl. Every thread that used this function leakedrussell1-0/+2
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-1/+1
2008-06-12(closes issue #10668)murf1-6/+24
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