aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-03-25Fix build issues on Mac OSX.russell1-1/+1
2009-03-20Remove symbols I just added to main/asterisk.exports and instead rename the f...mmichelson1-2/+2
2009-03-19Merged revisions 183386 via svnmerge from dvossel1-1/+5
2009-03-19Merged revisions 183241 via svnmerge from russell1-6/+0
2009-03-19Merged revisions 183126 via svnmerge from dvossel1-9/+20
2009-03-18Merged revisions 182882 via svnmerge from kpfleming1-1/+1
2009-03-18Merged revisions 182810 via svnmerge from russell4-20/+21
2009-03-18Merged revisions 182808 via svnmerge from kpfleming1-60/+60
2009-03-17Improve behavior of ast_answer() to not lose incoming frameskpfleming1-1/+50
2009-03-16Add MFC/R2 support for chan_dahdi.russell1-0/+6
2009-03-11Turn off malloc debugging of astobj2, since it apparently doesn't work too we...tilghman1-4/+0
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler2-14/+39
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...tilghman4-0/+72
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler30-422/+778
2009-03-05Merged revisions 180372 via svnmerge from kpfleming1-0/+10
2009-03-05Merge phase 1 support for the new bridging architecture.file4-1/+911
2009-03-03app_read does not break from prompt loop with user terminated empty stringdvossel1-0/+10
2009-02-25Use notification when timezone files change and re-scan then.tilghman1-0/+6
2009-02-21Trailing whitespace, minor coding guideline fixes, and start beefing up theseanbright1-53/+112
2009-02-21Fix build issues on Solaris and OpenBSD.russell1-31/+20
2009-02-20Merged revisions 177701 via svnmerge from tilghman1-30/+24
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.tilghman1-0/+3
2009-02-19Fix another merge error from 176708jpeeler1-1/+1
2009-02-19ODBC transaction supporttilghman1-7/+31
2009-02-18Merged revisions 177096 via svnmerge from tilghman1-3/+54
2009-02-18Add example code for a heap traversal.russell1-0/+22
2009-02-17Merged revisions 176701 via svnmerge from jpeeler1-0/+2
2009-02-17Clear up documentation of AST_FRIENDLY_OFFSET in frame.hmmichelson1-3/+11
2009-02-17Update the timing API to have better support for multiple timing interfaces.russell1-13/+22
2009-02-17Add an implementation of the heap data structure.russell1-0/+218
2009-02-17Typooej1-1/+2
2009-02-17Merge a large set of updates to the Asterisk indications API.russell3-67/+229
2009-02-16Merged revisions 176216 via svnmerge from kpfleming1-6/+6
2009-02-16Merged revisions 175921 via svnmerge from mvanbaak1-2/+2
2009-02-15Make ast_sched_report() and ast_sched_dump() thread safe.russell1-1/+1
2009-02-15Fix a number of problems with ast_sched_report().russell1-3/+2
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...kpfleming2-9/+69
2009-02-12Make lock information for ao2_trylock be more useful and gnarlymmichelson1-0/+5
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationmmichelson1-1/+1
2009-02-10improve slinfactory API to remove implicit sample rate and require explicit s...kpfleming1-5/+16
2009-02-06Add a common implementation of a scheduler context with a dedicated thread.russell1-5/+115
2009-02-04Merged revisions 173211 via svnmerge from jpeeler1-0/+1
2009-02-031. Make OS X compile cleanly with app_stack.tilghman3-1/+13
2009-02-02This reverts the changes I made for 11583; willmurf1-30/+7
2009-02-02This change allows the disconnect feature (as in "one-touch" in features.c)murf1-7/+30
2009-01-30Fix redefinition of flag in channel.hmmichelson1-1/+1
2009-01-30Merged revisions 172517 via svnmerge from twilson1-11/+0
2009-01-29Fixed some doxygen commentsrmudgett1-6/+10
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.oej1-0/+7
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...oej1-2/+4