aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2010-09-10Inherit CHANNEL() writes to both sides of a Local channeltwilson1-1/+19
2010-08-03Prevent DAHDI channels from overriding the callerid, once it's been set by th...tilghman1-0/+6
2010-01-21Guard against division by zero.tilghman1-1/+5
2010-01-06Revise documentation on disposition values to the actual values used.tilghman1-4/+5
2009-12-02fixes segfault in func_groupcountdvossel1-0/+4
2009-11-12fixes merging error, datastore was being freed in the wrong function.dvossel1-1/+2
2009-11-06Properly handle '=' while decoding base64 messages and null terminate strings...mnicholson1-1/+8
2009-11-06fixes memory leak in func_audiohookinherit.cdvossel1-0/+1
2009-09-30changed the prototype definition of csv_quotemnick1-1/+1
2009-09-30added a new dialplan function 'CSV_QUOTE' and changed the cdr_custom.sample.confmnick1-0/+39
2009-09-30check bounds - prevents for buffer overflowmnick1-1/+7
2009-08-10AST-2009-005tilghman5-13/+13
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman1-2/+2
2009-07-21Force an error if a blank is passed to QUOTE (because the documentation state...tilghman1-0/+6
2009-07-16Fix a memory leak.tilghman1-0/+2
2009-06-29Revision 189537 was supposed to make 1.4 more correct. Instead, it broke fun...tilghman2-35/+2
2009-05-27Use a different determinator on whether to print the delimiter, since leading...tilghman1-5/+6
2009-05-11Document CHANNEL(transfercapability) in CLI documentation.lmadsen1-0/+2
2009-04-20Add a workaround for func_odbc/ARRAY() for problems that occur with certain s...tilghman2-2/+35
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