aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2009-08-14Add SSL_VERIFYPEER, as requested on the -users listtilghman1-16/+20
2009-08-10AST-2009-005tilghman10-20/+20
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-1/+1
2009-07-21Merged revisions 207945 via svnmerge from tilghman1-0/+6
2009-07-21Merged revisions 207647 via svnmerge from kpfleming1-1/+1
2009-07-16TIMEOUT(absolute) returned negative value.dvossel1-1/+1
2009-07-16Merged revisions 206807 via svnmerge from tilghman1-0/+3
2009-07-09Convert func_odbc to use ast_dummy_alloc_channel()mnicholson1-104/+112
2009-07-02Support setting and receiving Reverse Charging Indication over ISDN PRI.seanbright1-0/+10
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell3-8/+81
2009-06-18Clarify CUT code, and in the process, fix a bug in trunk onlytilghman1-64/+61
2009-06-15More 'static' qualifiers on module global variables.kpfleming9-20/+20
2009-06-06Move function SYSINFO documentation to XML.eliel1-16/+51
2009-06-01Add INCrement and DECrement functionstilghman1-3/+127
2009-05-31Fix documentation for FIELDQTY.tilghman1-1/+6
2009-05-27Recorded merge of revisions 197194 via svnmerge from tilghman1-1/+3
2009-05-21Const-ify the world (or at least a good part of it)kpfleming3-4/+4
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-11Recorded merge of revisions 193544 via svnmerge from lmadsen1-0/+11
2009-05-08Fix the spelling of UNAVAILABLE in func_devstate CLI completion.seanbright1-1/+1
2009-05-07Second result should not contain data from the first result.tilghman1-0/+1
2009-04-29Merge str_substitution branch.tilghman22-110/+449
2009-04-27Make PTP DivertingLegInformation3 message behavior closer to the specifications.rmudgett1-2/+10
2009-04-24There is no need to use the struct ast_party_connected_line.source update val...rmudgett1-11/+9
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell4-25/+65
2009-04-23Fix example that could fail in certain circumstancestwilson1-2/+2
2009-04-22Fix building of chan_h323 with gcc-3.3jpeeler1-3/+3
2009-04-22Add funcs for manipulating delimited lists in the dialplantwilson1-0/+212
2009-04-08If the first column is empty, output a delimiter anyway.tilghman1-1/+1
2009-04-06Silly svn. These files didn't get merged over in the merge of the issue8824 b...mmichelson2-0/+713
2009-03-17Add support for the "name" option in the CHANNEL() function.russell1-1/+6
2009-03-16Fix an off-by-one error in the FILE() function, and extend FILE()'s length pa...tilghman1-21/+41
2009-02-19ODBC transaction supporttilghman1-8/+29
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-3/+10
2009-02-17Add assertions in the quest to track down a refcount leak.tilghman1-4/+23
2009-01-31Don't increment the loop, now that incrementing is taken care of by thetilghman1-1/+1
2009-01-30Parameter position reversed in documentationtilghman1-7/+6
2009-01-28Fix some signedness problems in func_aes.cmmichelson1-4/+4
2009-01-27Adding AES_ENCRYPT and AES_DECRYPT dialplan functions. dvossel1-0/+164
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...kpfleming1-3/+2
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming1-4/+0
2009-01-13Merged revisions 168561 via svnmerge from russell1-1/+1
2009-01-13Merged revisions 168546 via svnmerge from tilghman1-1/+1
2008-12-28Fix a typo in the XML documentation of the AUDIOHOOK_INHERIT dialplan function.eliel1-1/+1
2008-12-22Fix a file playback crash and explicitly initialize values in func_timeout.cmmichelson1-5/+10
2008-12-19Remove the verbatim tag from the author linemmichelson1-1/+1
2008-12-19Adding a new dialplan function AUDIOHOOK_INHERITmmichelson1-0/+293
2008-12-16Add timezone to the possible fields in a timespec.tilghman1-0/+2
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman4-117/+77
2008-12-11Merged revisions 163253 via svnmerge from russell2-22/+0