aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Merged revisions 222176 via svnmerge from kpfleming1-0/+1
2009-09-30Merged revisions 221368 via svnmerge from mnick1-3/+129
2009-09-30Recorded merge of revisions 221044 via svnmerge from tilghman1-48/+165
2009-09-27Merged revisions 220629 via svnmerge from mvanbaak1-1/+2
2009-08-14Merged revisions 212249 via svnmerge from tilghman1-16/+20
2009-08-10AST-2009-005tilghman10-18/+18
2009-07-21Merged revisions 207946 via svnmerge from tilghman1-0/+6
2009-07-21Merged revisions 207680 via svnmerge from kpfleming1-1/+1
2009-07-16Merged revisions 206877 via svnmerge from dvossel1-1/+1
2009-07-16Merged revisions 206808 via svnmerge from tilghman1-0/+3
2009-05-31Merged revisions 198470 via svnmerge from tilghman1-1/+6
2009-05-27Recorded merge of revisions 197209 via svnmerge from tilghman1-4/+6
2009-05-11Update CHANNEL(transfercapabilities) documentation.lmadsen1-0/+11
2009-05-08Merged revisions 193274 via svnmerge from seanbright1-1/+1
2009-05-07Merged revisions 193006 via svnmerge from tilghman1-0/+1
2009-04-22Merged revisions 190057 via svnmerge from jpeeler1-3/+3
2009-04-08Merged revisions 187050 via svnmerge from tilghman1-1/+1
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
2008-12-09Avoid allocating memory for a thread that don't need it. Also, this memory wa...eliel1-2/+12
2008-12-04Jcolp pointed out that num will also match numberrmudgett1-6/+6
2008-12-04* Found a couple more places where num/number needed to be donermudgett1-13/+20
2008-12-03Merged revisions 160703 via svnmerge from murf1-3/+17
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming3-170/+237
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-5/+5
2008-11-22last commit worked on OpenBSD but still generated warning on Ubuntu.mvanbaak1-1/+1
2008-11-22make this compile under devmodemvanbaak1-1/+1
2008-11-19Two new functions, REALTIME_FIELD, and REALTIME_HASH, which should maketilghman1-2/+149
2008-11-12This commit does two things:mvanbaak1-46/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-5/+5
2008-11-07Two bugs relating to colnames found by Marquis42 on #asterisk-devtilghman1-0/+3
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. Seetilghman1-0/+116
2008-11-05- Add some see-also references based on TFOT.eliel2-0/+17