aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-11-03Should have passed the string pointer, not the ast_str structure.tilghman1-2/+2
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+6
2008-11-02Fix various spelling and grammatical issues in documentationrussell4-6/+6
2008-11-01Merge changes from team/group/appdocsxmlrussell34-665/+1751
2008-10-31Failover for func_odbc, allowing an INSERT query to be performed when the UPD...tilghman1-25/+88
2008-10-30 - spaces to tabsrussell1-12/+15
2008-10-26Merged revisions 152059 via svnmerge from seanbright1-4/+4
2008-10-23allow to compile under --enable-dev-mode (gcc didn't actually complain when I...twilson1-1/+1
2008-10-23Simplify some nested functions, as suggested by Russell on -devtilghman1-101/+121
2008-10-22Added debugging CLI functionstilghman1-4/+327
2008-10-15Permit data fields to contain more than 255 characters.tilghman1-25/+36
2008-10-15Only set buf to blank before the goto.tilghman1-2/+1
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-3/+3
2008-10-07Independent change from branch issue8824 that is not part of COLP. (-r142574 ...rmudgett1-39/+26
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-10-06Merged revisions 146799 via svnmerge from tilghman7-12/+36
2008-10-02Permit the syntax and synopsis fields to be set (for func_odbc).tilghman1-3/+30