aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_alsa.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-02Merged revisions 249893 via svnmerge from dvossel1-1/+2
2010-01-07Merged revisions 209400 via svnmerge from tilghman1-3/+0
2009-05-27Merged revisions 196988 via svnmerge from seanbright1-0/+1
2009-03-18Merged revisions 182847 via svnmerge from russell1-0/+1
2009-01-12Merged revisions 167095 via svnmerge from tilghman1-2/+6
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+5
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownseanbright1-3/+3
2008-05-29Merged revisions 118953 via svnmerge from tilghman1-3/+1
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-6/+6
2008-05-13Merged revisions 115944 via svnmerge from file1-2/+1
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-1/+1
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+1
2008-01-03coding guidelines cleanupkpfleming1-312/+51
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-5/+5
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-5/+5
2007-09-27Merged revisions 83974 via svnmerge from kpfleming1-2/+4
2007-09-18(issue #10724)qwell1-92/+117
2007-09-17convert various places that access the channel lock directly to use the chann...russell1-8/+6
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+2
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-1/+1
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-4/+2
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-12/+6
2007-05-14Merged revisions 64306 via svnmerge from russell1-0/+1
2007-04-10Merged revisions 60989 via svnmerge from murf1-1/+1
2007-02-26Merged revisions 56888 via svnmerge from russell1-2/+2
2007-01-23Merged revisions 51788 via svnmerge from file1-0/+2
2007-01-19Merged revisions 51311 via svnmerge from russell1-3/+4
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-4/+4
2006-11-07A fair number of changes for the sake of bug 7506murf1-3/+1
2006-11-03remove useless usecnt stuffrizzo1-9/+0
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-3/+3
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-10/+20
2006-09-21Clean up chan_alsa load module function (issue #8000 reported by Mithraen)file1-40/+40
2006-09-21Lots more removal of deprecated thingstilghman1-213/+5
2006-09-18merge qwell's CLI verbification workkpfleming1-24/+246
2006-09-08Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mo...file1-253/+247
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-14/+3
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-2/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-13/+28
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-11/+7
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-7/+11
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.russell1-2/+2